Nicolas Luna wrote:
> In fact I'm using OMAPL138 platform and I think that it is not UBL that is
> copying kernel under that platform.
The UBL set up the processor in a fixed way, and have no knowledge about
the kernel. It loads u-boot, and the kernel is copied inside u-boot.
> I added printf/put
In fact I'm using OMAPL138 platform and I think that it is not UBL that is
copying kernel under that platform.
I have been able to find the kernel image relocation in cmd_bootm.c but that
is not the inital copy.
I added printf/puts into the code to find where exactly it happens and my
last print
Hi Nicolas,
> I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in
> which file uboot copies kernel from NOR to RAM?
This will be the UBL which runs before U-Boot gets a chance to run.
Just before Stefano Babic's work on the dm365 platform all davinci
U-Boot ports configured CO
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 sequen
Well I mean at the boot time not in uboot prompt.
Regards,
Nicolas
On Mon, Aug 23, 2010 at 11:16 AM, Nishanth Menon
wrote:
> On Mon, Aug 23, 2010 at 10:14 AM, Nicolas Luna wrote:
> > Ok
> >
> > I would like to improve the copy of linux kernel from NOR to RAM. I would
> > like to replace the c
On Mon, Aug 23, 2010 at 10:14 AM, Nicolas Luna wrote:
> Ok
>
> I would like to improve the copy of linux kernel from NOR to RAM. I would
> like to replace the current copy and use EDMA instead. I traced the uboot
> code but I can't find in which file (uboot source code) the copy (from NOR
> to RAM
Ok
I would like to improve the copy of linux kernel from NOR to RAM. I would
like to replace the current copy and use EDMA instead. I traced the uboot
code but I can't find in which file (uboot source code) the copy (from NOR
to RAM) takes place.
Thanks.
Regards,
Nicolas
On Mon, Aug 23, 2010
Le 23/08/2010 16:48, Nicolas Luna a écrit :
> Hi guys,
>
> I'm using OMAP-L138 (ARM based) with NOR flash and I'll like to know in
> which file uboot copies kernel from NOR to RAM?
>
> Thanks
>
> Nicolas
Nicolas,
Your question, as it is expressed, does not make much sense to me. What
kind of 'fi
8 matches
Mail list logo