Skip to content

BoardConfig: Add bootloader and firmware binairies and the fastboot script to the build dir

Migration requested to merge ibenhassen/TIA-27 into ti-android-12

For flashing , we will use the fastboot.sh from out/target/product/j721e.

Task: TIA-27

Signed-off-by: Imen BEN HASSEN ibenhassen@baylibre.com

Closes TIA-27

tested with:

source build/envsetup.sh
lunch j721e-userdebug
make installclean
make
cd out/target/product/j721e
./flashall.sh

# Flashall will start, detect that all necessary images are present in out/target/product/j721e and can flash U-Boot.
Edited by Migration

Merge request reports