> 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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to