Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

hypriot/image-builder-raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.