[ECOS] redboot over VxWorks

Nickolay nickolay@protei.ru
Mon Jan 10 12:22:00 GMT 2005


Andrew Lunn wrote:

>On Mon, Jan 10, 2005 at 02:57:02PM +0300, Nickolay wrote:
>  
>
>>Hello Guys!
>>
>>I am newbe to redboot and ecos.
>>I has IXDP425 board with installed VxWorks loader.
>>Now i should change VxWorks loader to RedBoot loader.
>>I successful build cross-compiler gcc/g++ and ecos latest version from 
>>CVS for IXDP425.
>>Now i has redboot.bin image for RAM and can load it to IXDP425 via 
>>serial port direct to RAM, but what
>>address on RAM image(redboot.bin) must be started?
>>    
>>
>
>eCos image are position dependant. It has to be loaded at the address
>it expects to be loaded. You can then execute it by jumping to the
>first instruction. 
>
>Take a look at the .ldi file in the hal includes/pkgconf for your
>target.
>
>        Andrew
>  
>
/opt/ecos/build/install/include/pkgconf/mlt_arm_xscale_ixdp425_ram.ldi
----------------------------------------------------------
MEMORY
{
    ram : ORIGIN = 0, LENGTH = 0x10000000
}
----------------------------------------------------------
I must download redboot.bin at 0x00000000 ? :-/



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list