Hello Mr. Padykov,
Could you guide me how to correctly build the uboot image?
I tried using the commands:
cd ~/android_build
source build/envsetup.sh
lunch evk_8mm-userdebug
./imx-make.sh bootloader -j2 2>&1 | tee build-log.txt
I do catch warnings like:
"WARNING '/home/mihai-gisca/android_build/vendor/nxp-opensource/uboot-imx/lpddr4_pmu_train_1d_imem.bin' not found, resulting binary is not-functional"
but the build terminates successfully. When booting the entire image, a "Can validate IVT header" error is received.
My question is: is there a specific way in which the binary files from android_build/vendor/nxp-source/imx-mkimage/iMX8M should be added?
README in android_build/vendor/nxp-source/imx-mkimage gives some insights, but I cannot figure it out.
Also here: Error "Can validate IVT header" when flashing imx8m mini
Best regards,
Mihai Gîsca