Hello,
I am looking for an example application of a bootloader (boots from parallel NOR flash) that can boot each of the cores (ARM Cortex A8, DSP, & M3) & be tested with CCS.
1. M3-VPSS core has Image capture functionality.
2. ARM Cortex A8 has IO communication functionality with another processor on board.
3. DSP has image processing functionality.
I believe we need to generate three different binaries (ARM-Cortex A8, M3VPSS, DSP) and then flash the same using flash routines on to NOR flash.
We need to develop a boot loader on ARM Cortex A8 which initializes itself first, respective DM8148 clocks and required peripherals, and then initializes sysbios/Link to communicate or send the respective binaries of the core in to their memories.
Once after bootloader boots the respective binaries to respective core it triggers them to run independently.
Also, hoping for the sample bootloader project which does the above operation in CCS environment.
Does some bootloader example application like this exist today?
Thx,
Mark