i have finally working link scripts and makefile for a simple app
i load main app which loads overlay.bin @ 0x6060000
then i run the function @ 0x6060000 and it displays my text.
i try with a more complex app, do the same but there are functions, global vars, etc
the first function is not at 0x6020000 (the overlay address)
then what to do ? what to fix ?