八.Bootloader.bin Image update description
For better maintenance release, start from v2.0.1.8: The packaging path of the bootloader image is changed from the original default path middleware/boards/ to the components/bk_libs directory.
Important
In versions later than v2.0.1.10, the partition table in bootloader.bin is automatically modified.
The following uses project 7236 in bk_idk as an example to modify a partition:
When changing the partition by modifying the file,the bk7236_partitions.csv path is: bk_idk/projects/app/config/bk7236;
Directly make bk7236;
No need to modify the components/bk_libs/bk7236/bootloader/normal_bootloader/bootloader.bin;
This section uses the customization/config_ab project in bk_avdk as an example to modify partitions:
When changing the partition by modifying the file,the bk7236_partitions csv path is: projects/customization/config_ab/config/bk7236/;
Directly make bk7236 PROJECT=customization/config_ab;
No need to modify the components/bk_libs/bk7236/bootloader/normal_bootloader/bootloader.bin;
Important
the packaging path of the bootloader image is changed from the original default path middleware/boards/ to the components/bk_libs directory.
Take Project 7236 as an example:
the bootloader original path is:middleware/boards/bk7236/bootloader.bin;
bootloader path for now: the components/bk_libs/bk7236/bootloader/normal_bootloader/bootloader.bin;
Take the customization/config_ab project of 7236 as an example:
bootloader path for now: the components/bk_libs/bk7236/bootloader/ab_bootloader/bootloader.bin;
2.please contact our FAE,when ota fails.