Script for the creation of an Ubuntu 20.04 for the UDOO Neo SBC.
This script uses debootstrap to create a minimal Ubuntu 20.04 rootfs then it configures it to make it compatible with the UDOO neo board. It uses a pre-compiled 4.14 kernel and u-boot.
To execute this script you only have to clone this repository and run the main script as root, you will be asked to download dependencies if necessary (this feature is only available on Ubuntu-based distros). It will then do its magic and you'll find your new and shiny image on the root of the repo, alongside the main script.
sudo ./udoo_image_creator.sh
This script requires:
- debootsrap
- qemu-debootstrap
- qemu-arm-static
- Display LVDS
- OTG
- 0.2.0
- Updated to Ubuntu 20.04
- 0.1.0
- Image creator for Ubuntu 18.04
This script contains pre-compiled binaries, the sources are available here:
U-boot:
* https://github.com/UDOOboard/uboot-imx/tree/2015.04.imx-20.04
Kernel:
* https://github.com/UDOOboard/linux-imx-udoo.git
Tommaso Perondi – tommaso.perondi@delirium.dev
Distributed under the GNU General Public License v3.0 license.
- Fork it (https://github.com/tommaso-perondi/udoo_image_creator)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request