This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running Redboot out of RAM on iPAQ


Hello Gary:

Thanks a lot for your reply!  This turns out to be exactly what I've
been doing and the build has been working fine.  The trouble I had
was not knowing which binary (.elf,.bin, or .srec) to run or how
to run it.  This is really a documentation problem, and this issue
is not covered in the Redboot User's Guide, or anywhere else that
I'm aware of.

Anyhow, some list-archive-mining revealed that I needed to use
the "redboot.bin" binary (from the redboot_RAM.ecm build, of course)
and load/run it as follows:

Redboot> load -m ymodem -r -b 0x20000
Redboot> go 0x20000

This procedure actually does work, but is not exactly obvious.
At least it wasn't to me...

Regards,
craig vanderborgh
voxware incorporated

Gary Thomas wrote:
> 
> On Mon, 2002-08-26 at 14:42, Craig Vanderborgh wrote:
> > Hello:
> >
> > I need to get redboot_RAM running on my iPAQ for development purposes.
> > Although I have successfully installed and used the ROM version, I
> haven't
> > been able to get the RAM version running on my iPAQ (H3760).  Can
> > anyone say a few words about how to do this correctly?
> 
> This process should always work:
>   % ecosconfig new ipaq redboot
>   % ecosconfig import
> ${ECOS_REPOSITORY}/hal/arm/sa11x0/ipaq/current/misc/redboot_RAM.ecm
>   % ecosconfig tree
>   % make
> 
> Have you tried this?
> 
> --
> ------------------------------------------------------------
> Gary Thomas                  |
> eCosCentric, Ltd.            |
> +1 (970) 229-1963            |  eCos & RedBoot experts
> gthomas@ecoscentric.com      |
> http://www.ecoscentric.com/  |

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]