Hi,
I am trying to build RAM based u-boot image as mentioned in document T1040RDBQS.pdf section 9. I added below mentioned settings in boards.cfg
Active powerpc mpc85xx - freescale t104xrdb T1040RDB_RAM T1040RDB:PPC_T1040, RAMBOOT_PBL, SPIFLASH,SYS_TEXT_BASE=0x11000000,RESET_VECTOR_ADDRESS=0x110bfffc
But it results in below error
/sysroots/ppce5500-fsl_networking-linux/usr/lib/powerpc-fsl_networking-linux/4.7.3 -lgcc -Map u-boot.map -o u-boot
powerpc-fsl_networking-linux-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec
powerpc-fsl_networking-linux-objcopy:u-boot.srec: No space left on device
make[1]: *** [u-boot.srec] Error 1
make[1]: Leaving directory `/ws/chanmish-bgl/asr907/trunk/u-boot/git'
make: *** [T1040RDB_RAM] Error 2
Thanks,