hello,
i am trying to create a bootloader for the evm6474 mezzanine. The scenario i want to implement is as follows:
* a core in DSP0 execute the bootloader stored in the DSP rom (the only non volatile memory on the board)
* DSP0 send the code to DSP1 via SRIO
* A core in DSP1 is taken out of RESET and begin executing the code sent by DSP1
I read SRIO bootloader user's guide but i'm pretty confused. Cuz i don't know what exactly i have to develop and what i have to use.
can you tell me what i have to do? or give me some pointers to documents or wikis?
sorry if my question is so basic, i'm a bootloader novice.
regards.