Boot in dualcore micro
Hello everyone,
I'm seeking guidance on creating a custom dual-core boot using only an external flash.
Previously, I managed to accomplish this for a single-core microcontroller, with the bootloader residing in the internal flash while other code (main application and TGFX images) were stored on an external flash. We also developed a custom OTA system, but currently, we're only using one .bin file to update our devices.
1. How should I configure both .id files for the individual cores?
2. In order to transition to the application, do I need to first jump to one of the cores and then initialize the other? Or is there an alternative method?
3. Are there any documents or example codes available for this particular scenario?
4. I will always have two .bin files, or I can merge both?
I appreciate any assistance or pointers you can provide. Thank you!
