# mkudoobuntu **Repository Path**: iamcjj/mkudoobuntu ## Basic Information - **Project Name**: mkudoobuntu - **Description**: UDOObuntu filesystem builder script - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-13 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## mkudoobuntu 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. ### Usage To debootstrap a new unnamed image, use: sudo ./mkudoobuntu.sh Branded-release images can be generated with: sudo RELEASE="2.0 Beta6" ./mkudoobuntu.sh To edit a previously debootstrapped rootfs, use: sudo ./mkudoobuntu.sh `` can be: `udoo-qdl`, `udoo-neo`. `` can be: * `install`: Install a deb in rootfs from repos * `remove`: Remove a deb from rootfs * `list`: List installed pkg in rootfs * `reimage`: Make a new image from a modified rootfs * `shell`: Open an interactive shell in a rootfs ### Prerequisites 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. ### Supported boards 1. UDOO Quad 2. UDOO Dual 3. UDOO Neo (Basic, Extended, Full) ### Misc sources Original work: https://github.com/igorpecovnik/lib U-Boot: https://github.com/UDOOboard/uboot-imx Kernel: https://github.com/UDOOboard/linux_kernel/