[U-Boot] Kernel copy from NOR to RAM

Rogan Dawes rogan at dawes.za.net
Mon Aug 23 17:24:31 CEST 2010


On 2010/08/23 5:19 PM, Nicolas Luna wrote:
> Well I mean at the boot time not in uboot prompt.
> 
> Regards,
> Nicolas

The cp command may be executed as part of the automatic boot script.
Alternatively, the bootm command may perform the copy from NOR to RAM
automatically as part of the boot sequence.

Take a look at cmd_bootm.c.

It may be platform dependent, though. What architecture are you working
with?

Rogan


More information about the U-Boot mailing list