In your examples for flashing the OMAP L138 you are using the shared ram for the code and the entree_point:
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
dsp_l2_ram 11800000 00040000 00000000 00040000 RWIX
entry_point 80010000 00000080 00000080 00000000 RWIX
shared_ram 80010080 00007f80 00000fb0 00006fd0 RWIX
external_ram c0000000 08000000 00000000 08000000 RWIX
arm_local_ram ffff0000 00002000 00000000 00002000 RWIX
is there a possibility to use e.g. the dsp_l2_ram section for this? I tried a lot of different memory mappings, but only if the code and the entreepoint are in the shared_ram section the dsp will boot and the led is blinking.
Unfortunately my programm which i have to flash is using the dsp/bios and so it's to big for this section. So I'm looking for a solution to get the code in an other memory section..
Best regards
Thomas