GithubHelp home page GithubHelp logo

hypriot / image-builder-bananapi Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 66 KB

Build SD card image for Banana Pi

Home Page: http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/

License: MIT License

Makefile 1.11% Shell 34.26% Ruby 64.63%

image-builder-bananapi's Introduction

rpi-golang

Docker image containing GOLANG that is compatible to the Raspberry Pi.

Build the Docker Image

make build

Run the Docker Image and get version of installed GOLANG

make version

Push Docker Image to Docker Hub

  • First, use a docker login with username, password and email address
  • Second, push Docker Image to the official Docker Hub
make push

image-builder-bananapi's People

Contributors

dieterreuter avatar govinda-fichtner avatar mathiasrenner avatar stefanscherer avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

muszka95 schnalex

image-builder-bananapi's Issues

make sd-image fails

Hello,
i tried to create an sd image for the banana pi, i checked out master branch (revison: fe036dd)
and run make sd-build. I get following error:

Saving to: 'linux-u-boot-next-bananapi_4.83_armhf.deb'

     0K .......... .......... .......... .......... .......... 29%  249K 0s
    50K .......... .......... .......... .......... .......... 58%  458K 0s
   100K .......... .......... .......... .......... .......... 87%  458K 0s
   150K .......... ..........                                 100% 7.27M=0.4s

2016-02-21 13:42:48 (404 KB/s) - 'linux-u-boot-next-bananapi_4.83_armhf.deb' saved [174578/174578]

Selecting previously unselected package linux-dtb-next-sunxi.
(Reading database ... 14010 files and directories currently installed.)
Preparing to unpack linux-dtb-next-sunxi_4.83_armhf.deb ...
Unpacking linux-dtb-next-sunxi (4.83) ...
dpkg-deb: error: `linux-firmware-image-next-sunxi_4.83_armhf.deb' is not a debian format archive
dpkg: error processing archive linux-firmware-image-next-sunxi_4.83_armhf.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
dpkg-deb: error: `linux-headers-next-sunxi_4.83_armhf.deb' is not a debian format archive
dpkg: error processing archive linux-headers-next-sunxi_4.83_armhf.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Selecting previously unselected package linux-image-next-sunxi.
Preparing to unpack linux-image-next-sunxi_4.83_armhf.deb ...
Unpacking linux-image-next-sunxi (4.83) ...
Selecting previously unselected package linux-u-boot-bananapi-next.
Preparing to unpack linux-u-boot-next-bananapi_4.83_armhf.deb ...
Unpacking linux-u-boot-bananapi-next (4.83) ...
Setting up linux-dtb-next-sunxi (4.83) ...
Setting up linux-image-next-sunxi (4.83) ...
Setting up linux-u-boot-bananapi-next (4.83) ...
Errors were encountered while processing:
 linux-firmware-image-next-sunxi_4.83_armhf.deb
 linux-headers-next-sunxi_4.83_armhf.deb
bin boot dev etc home lib linux-dtb-next-sunxi_4.83_armhf.deb linux-firmware-image-next-sunxi_4.83_armhf.deb linux-firmware-image-next-sunxi_4.83_armhf.deb.1 linux-headers-next-sunxi_4.83_armhf.deb linux-headers-next-sunxi_4.83_armhf.deb.1 linux-image-next-sunxi_4.83_armhf.deb linux-u-boot-next-bananapi_4.83_armhf.deb media mnt opt proc root run sbin srv sys tmp usr var
+ umount -l /build/dev/pts
+ umount -l /build/dev
+ umount -l /build/proc
+ umount -l /build/sys
+ rm -rf /build/dev/console /build/dev/core /build/dev/fd /build/dev/full /build/dev/kmem /build/dev/loop0 /build/dev/loop1 /build/dev/loop2 /build/dev/loop3 /build/dev/loop4 /build/dev/loop5 /build/dev/loop6 /build/dev/loop7 /build/dev/mem /build/dev/null /build/dev/port /build/dev/ptmx /build/dev/pts /build/dev/ram /build/dev/ram0 /build/dev/ram1 /build/dev/ram10 /build/dev/ram11 /build/dev/ram12 /build/dev/ram13 /build/dev/ram14 /build/dev/ram15 /build/dev/ram16 /build/dev/ram2 /build/dev/ram3 /build/dev/ram4 /build/dev/ram5 /build/dev/ram6 /build/dev/ram7 /build/dev/ram8 /build/dev/ram9 /build/dev/random /build/dev/shm /build/dev/stderr /build/dev/stdin /build/dev/stdout /build/dev/tty /build/dev/tty0 /build/dev/urandom /build/dev/zero '/build/sys/*' '/build/proc/*'
+ tar -czf /image_with_kernel_boot.tar.gz -C /build/boot .
+ rm -Rf /build/boot
+ tar -czf /image_with_kernel_root.tar.gz -C /build .
+ '[' '!' -f /workspace/rpi-raw.img.zip ']'
+ unzip -p /workspace/rpi-raw.img
[/workspace/rpi-raw.img.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
make: *** [sd-image] Error 9

I think its not important, but anyway: On my first try it stock while executing some wget command, but didnt got that problem after retrying.

Any help is appreciated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.