Re: redboot - winCE
- From: "Dean Ramsier" <ramsiernospam@xxxxxxxxxx>
- Date: Mon, 10 Oct 2005 11:37:15 -0400
In general, you can't just load an image to any memory location. Your CE
image is built to run at a particular address, and must be loaded there. In
addition, that CE image probably comes from a CE BSP which also contained a
bootloader. The OS image is probably expecting to have been booted by that
loader, not Redboot. There may be other dependencies between the two. It
is possible for Redboot to load an OS image directly, but the BSP must have
been written with that in mind.
--
Dean Ramsier - eMVP
"Ozb" <ozgurbali@xxxxxxxxxxx> wrote in message
news:uDad2YkyFHA.596@xxxxxxxxxxxxxxxxxxxxxxx
Hi ,
Redboot load command supports raw binary data as
"Files to be downloaded may either be executable images in ELF executable
program format, Motorola S record (SREC) format or raw data." (from redboot
manuel)
-- Could we change winCE image to ELF format?
I have checked the free memory space and loaded the image to this memory
region.
memory map is like that
---------------
RAM: 0x00000000-0x08000000, 0x0002d590-0x07fd1000 available
FLASH: 0xf0000000 - 0xf0800000, 64 blocks of 0x00020000 bytes each.
RedBoot> fis list -d
Name FLASH addr Mem addr Datalen Entry point
RedBoot 0xF0000000 0xF0000000 0x00000000 0x00000000
RedBoot config 0xF07C0000 0xF07C0000 0x00000000 0x00000000
FIS directory 0xF07E0000 0xF07E0000 0x00000000 0x00000000
wince 0xF0040000 0x0002D590 0x001B7740 0x0002D590
RedBoot>
RedBoot> fis load wince
RedBoot> go
$T0a0f:c8e50200;0d:00c00320;#a8
$T0a0f:c8e50200;0d:00c00320;#a8
....
----------------
--Is there anything wrong at memory?
Thanks Steve,
"Steve Maillet (eMVP)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eLOIe9byFHA.2932@xxxxxxxxxxxxxxxxxxxxxxx
> does redboot support loading a raw binary image? Is the image configured
> to
> use the right memory addresses without colliding with the boot loader.
>
> --
> Steve Maillet
> EmbeddedFusion
> www.EmbeddedFusion.com
> smaillet at EmbeddedFusion dot com
>
>
.
- References:
- redboot - winCE
- From: Ozb
- Re: redboot - winCE
- From: Steve Maillet \(eMVP\)
- Re: redboot - winCE
- From: Ozb
- redboot - winCE
- Prev by Date: Re: How to add HTMLVIEWER support in wince 5.0
- Next by Date: Re: Excel In Windows CE.NET
- Previous by thread: Re: redboot - winCE
- Next by thread: Conflict between power manager and battery driver
- Index(es):
Relevant Pages
|