Main intention of this repository is to produce a reference system for i.MX8MP based product evaluation. Automatic binary releases are available on our website IMX8MP_Images for download.
The build script provides ready to use Debian/Buildroot images that can be deployed on micro SD and future on eMMC.
The build script supports several customisation options that can be applied through environment variables:
config/
folder
generating buildroot image
./runme.sh
generating debian image
DISTRO=debian ./runme.sh
A docker image providing a consistent build environment can be used as below:
docker build -t imx8mp_build docker
# optional with an apt proxy, e.g. apt-cacher-ng
# docker build --build-arg APTPROXY=http://127.0.0.1:3142 -t imx8mp_build docker
docker run -i -t -v "$PWD":/work imx8mp_build -u $(id -u) -g $(id -g)
Due to the way podman performs user-id mapping, the root user inside the container (uid=0, gid=0) will be mapped to the user running podman (e.g. 1000:100).
Therefore in order for the build directory to be owned by current user, -u 0 -g 0
have to be passed to docker run.
For SD card bootable images, plug in a micro SD into your machine and run the following, where sdX is the location of the SD card got probed into your machine -
umount /media/<relevant directory>
sudo dd if=images/microsd-<hash>.img of=/dev/sdX
And then set the HummingBoard Pulse DIP switch to boot from SD