This script creates SD-card images for UDOO boards. It supports both desktop and headless images. The created images are as small as possible and expanded to the whole card size during the first boot.
To debootstrap a new unnamed image, use:
sudo ./mkudoobuntu.sh <board> <flavour>
Branded-release images can be generated with:
sudo RELEASE="2.0 Beta6" ./mkudoobuntu.sh <board> <flavour>
To edit a previously debootstrapped rootfs, use:
sudo ./mkudoobuntu.sh <board> <operation>
<board>
can be: udoo-qdl
, udoo-neo
.
<operation>
can be:
install
: Install a deb in rootfs from reposremove
: Remove a deb from rootfslist
: List installed pkg in rootfsreimage
: Make a new image from a modified rootfsshell
: Open an interactive shell in a rootfs
This script has been tested on Ubuntu 16.10, 16.04, 15.10, 15.04 and 14.04. It may work on other Debian-like system.
- UDOO Quad
- UDOO Dual
- UDOO Neo (Basic, Extended, Full)
Original work: https://github.com/igorpecovnik/lib