Dear NXP ,
HW : imx8mplus
SDK :imx-android-13.0.0_2.2.0
source build/envsetup.sh
lunch evk_8mp-userdebug
./imx-make.sh bootloader kernel -j4 2>&1 | tee build-log.txt
make -j4 2>&1 | tee -a build-log.txt
Flash android image to 16GB sd card:
./imx-sdcard-partition.sh -f imx8mp -D ../imx8mp_android/imx-android-13.0.0_2.2.0/android_build/out/target/product/evk_8mp /dev/sdb
I Build a new boot image (Image , imx8mp-evk.dtb)
How can I update boot image and device tree to sd card ?