I created a bootloader project following the guide “RA4 Secure Bootloader Using MCUboot and Internal Code Flash”. After building, I found that no .bld file was generated in the Debug/ directory.And then I checked the ra4m3_overwrite_with_bootloader example. Its bootloader project also did not generate a .bld file in my environment, yet the application project references it in its build variables and eventually produces a correctly signed .bin file. If I change the BootloaderDataFile value to something else the project doesn't work. Why isn’t the .bld file generated, and How does the example projects work?
.bld
ra4m3_overwrite_with_bootloader
.bin
My e² studio version is 2025-04 (25.4.0) and the selected FSP version is 5.8.0.
The .bld file is now included inside the Smart Bundle file. So this is the reason the file is not being generated as expected.