Andy Green wrote:
> Yes not the flashing but the U-Boot environment is set up to only pull
> 2MB into SDRAM, you can meddle it I believe.

Yup. The following commands raise the limit to 3MB:

setenv bootcmd setenv bootargs \${bootargs_base} \${mtdparts}\; nand read.e 
0x32000000 kernel 0x300000\; bootm 0x32000000
saveenv

Not as elegant as using Qi, of course.

- Werner

Reply via email to