How to use BOOTLOADER functions outside of BOOTLOADER
Posted: Fri Jun 07, 2024 12:22 pm
Hi all
I want to use Bootloader functions outside of the bootloader, means I want to use the function
bootloader_load_image_no_verify() in another application.
How can I do that?
I found out that I have to define the BOOTLOADER_BUILD macro.
Then I had to fix some linker problems.
Now my application aborts during startup in the do_multicore_settings() function.
I want to use Bootloader functions outside of the bootloader, means I want to use the function
bootloader_load_image_no_verify() in another application.
How can I do that?
I found out that I have to define the BOOTLOADER_BUILD macro.
Then I had to fix some linker problems.
Now my application aborts during startup in the do_multicore_settings() function.