> but how i can increase the load size of u-boot?
>

Hey
you could use QI as bootloader,
or have a look at the following:

http://wiki.openmoko.org/wiki/Uboot#What_if_I_borked_my_bootloader_environment_and_don.27t_get_a_prompt_anymore.3F

and change the line of the einvoronment.in:
bootcmd=
  setenv bootargs ${bootargs_base} ${mtdparts};
  nand read.e 0x32000000 kernel 0x200000;
  bootm 0x32000000

to:

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


Greetings

_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to