question about kernel image build

Peter Klassen neo.freerunner at googlemail.com
Fri Mar 27 22:54:25 CET 2009


> 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




More information about the community mailing list