From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rogan Dawes Date: Mon, 23 Aug 2010 17:24:31 +0200 Subject: [U-Boot] Kernel copy from NOR to RAM In-Reply-To: References: <4C728DFB.4000105@free.fr> Message-ID: <4C7292AF.1080506@dawes.za.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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