|
Hey, I am creating a boot system in AT91sam9260-EK I have created a Bootstrap and located it address 0X0 in NANDFlash via SAM-BA Tool, this work’s fine.
Here I write a small program into SRam and runs it, this application will copy an UBoot application from NandFlash at location 0x20000 and put it in SDRam address 0x23F00000.
I test to see if the UBoot application is copied in SDRam at the specific address via SAM-BA tool this looks fine.
But when I Jump to that address in SRAM it won’t run the UBoot application.
The UBoot Application is tested in SDRam an work’s fine. Does it have anything to white the Link Flag you send to the compiler (I use the GNU compiller) via the Make file.
Any Help will be appreciated,
Best Regards Rasmus
|