|
Hey, I like to create a bootloader filer that will get an application on Compact flash card via Ethernet and load it to an Extern SD-Ram chip.
I am using 91SAM6260 processor and it has an fixed intern booting sequence that will look for boot files on Data Flash and Extern NAND Flash and load it in the intern S-Ram (Size 4 Kilo byte) and then run it from there.
I am using Eclipse to create a .bin file, but the size of the file is to large and cannot load itself in the S-Ram (even for a very small program).
My question is how load a boot file that will run every time reset is activated.
Regard Rasmus.
|