
12 Feb
2008
12 Feb
'08
9:16 p.m.
When you said new size, I take to mean the size of the binary images. In that case boot the Bootstrap and uboot image size are smaller that the prebuilt onces. Bootstrap is written @ 0 and uboot @ 0x8000 (a 32K size). Bootstrap is under 4K and uboot is under 185K. so I have lots of space.
How large is the previous binary?
How much code does at91bootstrap copy to the SDRAM?
Look at board/at91sam9263ek/dataflash/at91sam9263ek.h for the definition of IMG_SIZE I have 200 kB allocated. #define IMG_SIZE 0x32000 /* Image Size in DataFlash */
You need at least #define IMG_SIZE 0x2E400 for 185 kB.
Best Regards Ulf Samuelsson