!IMPORTANT! |
This is a development branch, that is not relelased by CompuLab yet |
It is up to developers to prepare the host machine; it requires:
mkdir -p compulab-bootloader/build && cd compulab-bootloader
export BUILD=$(pwd)/build
Machine |
Command Line |
ucm-imx8m-plus |
export MACHINE=ucm-imx8m-plus |
som-imx8m-plus |
export MACHINE=som-imx8m-plus |
iot-gate-imx8plus |
export MACHINE=iot-gate-imx8plus |
git clone https://github.com/compulab-yokneam/u-boot-compulab.git
cd u-boot-compulab
make O=${BUILD} ${MACHINE}_defconfig
make O=${BUILD} menuconfig
make O=${BUILD} -C board/compulab/plat/imx8mp/firmware all
nice make -j`nproc` O=${BUILD} flash.bin
ls -al ${BUILD}/flash.bin