thepartisan / image-builder-raw

Raw Image for HypriotOS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw Image Builder

Join the chat at https://gitter.im/hypriot/talk Build Status

This repo creates a number of blank images for a couple of ARM dev boards. These images have the necessary partitions, sizes and filesystem - but not actual files.

Currently there is the following image:

  • rpi-raw-image with two partitions (FAT + EXT4) for the Raspberry Pi
  • odroid-raw-image with two partitions (FAT + EXT4) for ODROID (eg. XU4)

Contributing

You can contribute to this repo by forking it and sending us pull requests. Feedback is always welcome!

You can build the root filesystem locally with Docker.

make rpi-raw-image
make odroid-raw-image

License

MIT - see the LICENSE file for details.

About

Raw Image for HypriotOS

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

License:MIT License


Languages

Language:Shell 60.6%Language:Ruby 26.8%Language:Makefile 8.3%Language:Dockerfile 4.4%