public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] How to load redboot_ROM in to flash
@ 2004-08-25 12:48 Prabhat Shrivastav
  0 siblings, 0 replies; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-25 12:48 UTC (permalink / raw)
  To: ecos-discuss

Dear All

I have PCI card for downloading the file (.elf or .srec) in to the ram.
I am able to download the redboot_RAM.elf in to ram and able to get redboot prompt on to serial console.
Now I want to load the redboot_rom in to flash and next boot is from flash .
Any idea how can I download redboot_rom.elf in to flash from the redboot running from RAM  .
Thanks in advance

With regards
Prabhat Shrivastav




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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
  2004-09-02  5:44 Prabhat Shrivastav
@ 2004-09-02 10:47 ` Nick Garnett
  0 siblings, 0 replies; 13+ messages in thread
From: Nick Garnett @ 2004-09-02 10:47 UTC (permalink / raw)
  To: Prabhat Shrivastav; +Cc: ecos-discuss

"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> And my redboot_RAM is reside at 0x8c020000 SIZE : 0x20000 ,so I had selected the  RAM
> address 0x8c080000 for redboot_ROM.bin .But as you said ,I had tested with mfill command 
> at 0x8c080000, its failed.
> It gives message : ** command abort - illegal memory access?
> I am unable to get this why this memory has blocked . May this is blocked or reserved for
> some other purpose.

The message indicates that the CPU is getting a memory access
exception. Is there really memory at this address? RedBoot's idea of
the address range may be wrong. Is the memory controller set up
properly? Is there a memory management unit that may be
interfering? You will have to investigate the specific hardware and
system setup to work out what is actually happening.

I don't know enough about this platform or the SH3 to suggest anything
else.

> 
> One more thing: Even though if try to load the redoot_ROM.bin file to 0x8c047278 or 
> %[FREEMEMELO] with "load -r -b 0x8c047278 -m xmodem" command I an unable to load
>  into RAM .But if I use mfill at 0x8c047278 I able to fill the memory.

You can use mfill to work out the address at which it starts to
fail. This may give you a clue as to how much memory you actually
have.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
@ 2004-09-02  5:44 Prabhat Shrivastav
  2004-09-02 10:47 ` Nick Garnett
  0 siblings, 1 reply; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-09-02  5:44 UTC (permalink / raw)
  To: nickg, Prabhat Shrivastav; +Cc: ecos-discuss

Dear Nick

I stuck in this problem.
Please suggest the solution.
Thanks  
Regards
Prabhat


>>> "Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> 08/31/04 07:13PM >>>
Dear Nick

Thanks for your valuable suggestion.

This is my redboot banner.

RedBoot(tm) bootstrap and debug environment [RAM]
Non-certified release, version v2_0 - built 13:12:33, Aug 27 2004

Platform: SE77X9 (SH 7729)
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.

RAM: 0x8c020000-0x8e000000, [0x8c047278-0x8dfd1000] available
FLASH: 0x80000000 - 0x80400000, 32 blocks of 0x00020000 bytes each.
RedBoot>

And my redboot_RAM is reside at 0x8c020000 SIZE : 0x20000 ,so I had selected the  RAM
address 0x8c080000 for redboot_ROM.bin .But as you said ,I had tested with mfill command 
at 0x8c080000, its failed.
It gives message : ** command abort - illegal memory access?
I am unable to get this why this memory has blocked . May this is blocked or reserved for
some other purpose.

One more thing: Even though if try to load the redoot_ROM.bin file to 0x8c047278 or 
%[FREEMEMELO] with "load -r -b 0x8c047278 -m xmodem" command I an unable to load
 into RAM .But if I use mfill at 0x8c047278 I able to fill the memory.
Please suggest me to solve this 
Thanx in advance

Regards
Prabhat Shrivastav


>>> Nick Garnett <nickg@ecoscentric.com> 08/31/04 03:39PM >>>
"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Dear Nick
> 
> Thanks for your direction.But  I had used load with -r  option,
> RAM add :  0x8c080000
> Below is the detail ,might give some clue.
> 
> RedBoot> dump -b 0x8c080000
> 8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
> 8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
> RedBoot> load -r -b 0x8c080000 -m xmodem
> CCCCCCCCCCCCCCCCCCCCCRaw file loaded 0x8c080000-0x8c07ffff, assumed entry at 0x8
> c080000
> xyzModem - CRC mode, 0(SOH)/0(STX)/0(CAN) packets, 20 retries
> RedBoot> dump -b 0x8c080000
> 8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
> 8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
> 
> And if i used "ymodem" then this will gives time out.
> Please guide me in order to solve this.
> 

Are you sure that the memory at 0x8c080000 is RAM? Can you set it from
the RedBoot prompt using the mfill command? The number of C's seems
suspicious, you should be able to start sending the file quicker than
that. The loaded range is also suspicious, it looks like you have
loaded -1 bytes. Does the binary file actually contain anything?


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts



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



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
@ 2004-08-31 14:01 Prabhat Shrivastav
  0 siblings, 0 replies; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-31 14:01 UTC (permalink / raw)
  To: nickg; +Cc: ecos-discuss

Dear Nick

Thanks for your valuable suggestion.

This is my redboot banner.

RedBoot(tm) bootstrap and debug environment [RAM]
Non-certified release, version v2_0 - built 13:12:33, Aug 27 2004

Platform: SE77X9 (SH 7729)
Copyright (C) 2000, 2001, 2002, Red Hat, Inc.

RAM: 0x8c020000-0x8e000000, [0x8c047278-0x8dfd1000] available
FLASH: 0x80000000 - 0x80400000, 32 blocks of 0x00020000 bytes each.
RedBoot>

And my redboot_RAM is reside at 0x8c020000 SIZE : 0x20000 ,so I had selected the  RAM
address 0x8c080000 for redboot_ROM.bin .But as you said ,I had tested with mfill command 
at 0x8c080000, its failed.
It gives message : ** command abort - illegal memory access?
I am unable to get this why this memory has blocked . May this is blocked or reserved for
some other purpose.

One more thing: Even though if try to load the redoot_ROM.bin file to 0x8c047278 or 
%[FREEMEMELO] with "load -r -b 0x8c047278 -m xmodem" command I an unable to load
 into RAM .But if I use mfill at 0x8c047278 I able to fill the memory.
Please suggest me to solve this 
Thanx in advance

Regards
Prabhat Shrivastav


>>> Nick Garnett <nickg@ecoscentric.com> 08/31/04 03:39PM >>>
"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Dear Nick
> 
> Thanks for your direction.But  I had used load with -r  option,
> RAM add :  0x8c080000
> Below is the detail ,might give some clue.
> 
> RedBoot> dump -b 0x8c080000
> 8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
> 8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
> RedBoot> load -r -b 0x8c080000 -m xmodem
> CCCCCCCCCCCCCCCCCCCCCRaw file loaded 0x8c080000-0x8c07ffff, assumed entry at 0x8
> c080000
> xyzModem - CRC mode, 0(SOH)/0(STX)/0(CAN) packets, 20 retries
> RedBoot> dump -b 0x8c080000
> 8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
> 8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
> 
> And if i used "ymodem" then this will gives time out.
> Please guide me in order to solve this.
> 

Are you sure that the memory at 0x8c080000 is RAM? Can you set it from
the RedBoot prompt using the mfill command? The number of C's seems
suspicious, you should be able to start sending the file quicker than
that. The loaded range is also suspicious, it looks like you have
loaded -1 bytes. Does the binary file actually contain anything?


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
       [not found] <s131f4ee.076@EMAIL>
@ 2004-08-31 10:16 ` Nick Garnett
  0 siblings, 0 replies; 13+ messages in thread
From: Nick Garnett @ 2004-08-31 10:16 UTC (permalink / raw)
  To: Prabhat Shrivastav; +Cc: ecos-discuss

"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Dear Nick
> 
> Thanks for your direction.But  I had used load with -r  option,
> RAM add :  0x8c080000
> Below is the detail ,might give some clue.
> 
> RedBoot> dump -b 0x8c080000
> 8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
> 8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
> RedBoot> load -r -b 0x8c080000 -m xmodem
> CCCCCCCCCCCCCCCCCCCCCRaw file loaded 0x8c080000-0x8c07ffff, assumed entry at 0x8
> c080000
> xyzModem - CRC mode, 0(SOH)/0(STX)/0(CAN) packets, 20 retries
> RedBoot> dump -b 0x8c080000
> 8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
> 8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
> 
> And if i used "ymodem" then this will gives time out.
> Please guide me in order to solve this.
> 

Are you sure that the memory at 0x8c080000 is RAM? Can you set it from
the RedBoot prompt using the mfill command? The number of C's seems
suspicious, you should be able to start sending the file quicker than
that. The loaded range is also suspicious, it looks like you have
loaded -1 bytes. Does the binary file actually contain anything?


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
  2004-08-31  8:49 Prabhat Shrivastav
@ 2004-08-31 10:06 ` Jörn Seger
  0 siblings, 0 replies; 13+ messages in thread
From: Jörn Seger @ 2004-08-31 10:06 UTC (permalink / raw)
  To: ecos-discuss

Am Dienstag, 31. August 2004 10:24 schrieb Prabhat Shrivastav:
> Hi  All
>
> Is anybody had used "load " command with
> xymodem on redboot .
> I  had used like this
> RedBoot> load -r -b 0x8c080000 -m xmodem
> but its not working.

Do you also "send" the file from your host system (in minicom for example 
Ctrl-A S)? Have a look into the manpage of xymodem.

> Please suggest me to overcome with this problem.
> I am stuck hear since my target dosen't have ethernet connectivity and
> my PCI card doesn't supporting the flash which we had used.

Best regards - Jörn

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
@ 2004-08-31  8:49 Prabhat Shrivastav
  2004-08-31 10:06 ` Jörn Seger
  0 siblings, 1 reply; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-31  8:49 UTC (permalink / raw)
  To: nickg, Prabhat Shrivastav; +Cc: ecos-discuss

Hi  All

Is anybody had used "load " command with 
xymodem on redboot .
I  had used like this 
RedBoot> load -r -b 0x8c080000 -m xmodem
but its not working.
Please suggest me to overcome with this problem.
I am stuck hear since my target dosen't have ethernet connectivity and 
my PCI card doesn't supporting the flash which we had used.

Thanx 
Prabhat Shrivastav
 








>>> "Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> 08/29/04 03:23PM >>>
Dear Nick

Thanks for your direction.But  I had used load with -r  option,
RAM add :  0x8c080000
Below is the detail ,might give some clue.

RedBoot> dump -b 0x8c080000
8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
RedBoot> load -r -b 0x8c080000 -m xmodem
CCCCCCCCCCCCCCCCCCCCCRaw file loaded 0x8c080000-0x8c07ffff, assumed entry at 0x8
c080000
xyzModem - CRC mode, 0(SOH)/0(STX)/0(CAN) packets, 20 retries
RedBoot> dump -b 0x8c080000
8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|

And if i used "ymodem" then this will gives time out.
Please guide me in order to solve this.

thanks
Regards
Prabhat Shrivatav


>>> Nick Garnett <nickg@ecoscentric.com> 08/27/04 10:59PM >>>
"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Thanx for the your valuable  guidance
> As my target does'nt have ethernet port now,
> so after getting the redboot prompt from redboot_RAM .
> I had used xymodem with serial port for downloading reboot_ROM.bin to ram
>  and then by using "fis create" command I tried to make a copy of 
> redboot_ROM.bin from RAM to flash.i am able to load into flash whatever
> is in RAM at selected location.  
> But I am unable to load .bin in to ram by xymodem.
> Please suggest me to overcome.

You need to use the -r option to load raw binaries. 

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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



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



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
@ 2004-08-30  0:50 Prabhat Shrivastav
  0 siblings, 0 replies; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-30  0:50 UTC (permalink / raw)
  To: nickg; +Cc: ecos-discuss

Dear Nick

Thanks for your direction.But  I had used load with -r  option,
RAM add :  0x8c080000
Below is the detail ,might give some clue.

RedBoot> dump -b 0x8c080000
8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|
RedBoot> load -r -b 0x8c080000 -m xmodem
CCCCCCCCCCCCCCCCCCCCCRaw file loaded 0x8c080000-0x8c07ffff, assumed entry at 0x8
c080000
xyzModem - CRC mode, 0(SOH)/0(STX)/0(CAN) packets, 20 retries
RedBoot> dump -b 0x8c080000
8C080000: 00 04 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
8C080010: 00 00 44 00 00 00 00 00  00 00 00 00 00 00 00 00  |..D.............|

And if i used "ymodem" then this will gives time out.
Please guide me in order to solve this.

thanks
Regards
Prabhat Shrivatav


>>> Nick Garnett <nickg@ecoscentric.com> 08/27/04 10:59PM >>>
"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Thanx for the your valuable  guidance
> As my target does'nt have ethernet port now,
> so after getting the redboot prompt from redboot_RAM .
> I had used xymodem with serial port for downloading reboot_ROM.bin to ram
>  and then by using "fis create" command I tried to make a copy of 
> redboot_ROM.bin from RAM to flash.i am able to load into flash whatever
> is in RAM at selected location.  
> But I am unable to load .bin in to ram by xymodem.
> Please suggest me to overcome.

You need to use the -r option to load raw binaries. 

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
       [not found] <s12f93ed.095@EMAIL>
@ 2004-08-29  9:52 ` Nick Garnett
  0 siblings, 0 replies; 13+ messages in thread
From: Nick Garnett @ 2004-08-29  9:52 UTC (permalink / raw)
  To: Prabhat Shrivastav; +Cc: ecos-discuss

"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Thanx for the your valuable  guidance
> As my target does'nt have ethernet port now,
> so after getting the redboot prompt from redboot_RAM .
> I had used xymodem with serial port for downloading reboot_ROM.bin to ram
>  and then by using "fis create" command I tried to make a copy of 
> redboot_ROM.bin from RAM to flash.i am able to load into flash whatever
> is in RAM at selected location.  
> But I am unable to load .bin in to ram by xymodem.
> Please suggest me to overcome.

You need to use the -r option to load raw binaries. 

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
@ 2004-08-27 17:29 Prabhat Shrivastav
  0 siblings, 0 replies; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-27 17:29 UTC (permalink / raw)
  To: nickg; +Cc: ecos-discuss


Thanx for the your valuable  guidance
As my target does'nt have ethernet port now,
so after getting the redboot prompt from redboot_RAM .
I had used xymodem with serial port for downloading reboot_ROM.bin to ram
 and then by using "fis create" command I tried to make a copy of 
redboot_ROM.bin from RAM to flash.i am able to load into flash whatever
is in RAM at selected location.  
But I am unable to load .bin in to ram by xymodem.
Please suggest me to overcome.

Thanks 
Regards
Prabhat Shrivastav



>>> Nick Garnett <nickg@ecoscentric.com> 08/26/04 02:27PM >>>
"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Dear All
> 
> I have PCI card for downloading the file (.elf or .srec) in to the ram.
> I am able to download the redboot_RAM.elf in to ram and able to get redboot prompt on to serial console.
> Now I want to load the redboot_rom in to flash and next boot is from flash .
> Any idea how can I download redboot_rom.elf in to flash from the redboot running from RAM  .
> Thanks in advance
> 
> 
> 
> The PCI card and its GUI is not supporting the flash which we used .
> But ecos is supporting .
> So I want to use RAM redboot to load ROM redboot in to flash.
> May I on right track ,Please guide to overcome from this.
> where I have to modified the things.

This is all explained in the RedBoot documentation:

http://ecos.sourceware.org/docs-latest/redboot/updating-redboot.html 


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ECOS] How to load redboot_ROM in to flash
  2004-08-26  8:28 Prabhat Shrivastav
@ 2004-08-26  9:14 ` Nick Garnett
  0 siblings, 0 replies; 13+ messages in thread
From: Nick Garnett @ 2004-08-26  9:14 UTC (permalink / raw)
  To: Prabhat Shrivastav; +Cc: ecos-discuss

"Prabhat Shrivastav" <shrivastavp@myw.ltindia.com> writes:

> Dear All
> 
> I have PCI card for downloading the file (.elf or .srec) in to the ram.
> I am able to download the redboot_RAM.elf in to ram and able to get redboot prompt on to serial console.
> Now I want to load the redboot_rom in to flash and next boot is from flash .
> Any idea how can I download redboot_rom.elf in to flash from the redboot running from RAM  .
> Thanks in advance
> 
> 
> 
> The PCI card and its GUI is not supporting the flash which we used .
> But ecos is supporting .
> So I want to use RAM redboot to load ROM redboot in to flash.
> May I on right track ,Please guide to overcome from this.
> where I have to modified the things.

This is all explained in the RedBoot documentation:

http://ecos.sourceware.org/docs-latest/redboot/updating-redboot.html


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [ECOS] How to load redboot_ROM in to flash
@ 2004-08-26  8:28 Prabhat Shrivastav
  2004-08-26  9:14 ` Nick Garnett
  0 siblings, 1 reply; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-26  8:28 UTC (permalink / raw)
  To: ecos-discuss

Dear All

I have PCI card for downloading the file (.elf or .srec) in to the ram.
I am able to download the redboot_RAM.elf in to ram and able to get redboot prompt on to serial console.
Now I want to load the redboot_rom in to flash and next boot is from flash .
Any idea how can I download redboot_rom.elf in to flash from the redboot running from RAM  .
Thanks in advance



The PCI card and its GUI is not supporting the flash which we used .
But ecos is supporting .
So I want to use RAM redboot to load ROM redboot in to flash.
May I on right track ,Please guide to overcome from this.
where I have to modified the things.


With regards
Prabhat Shrivastav



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [ECOS] How to load redboot_ROM in to flash
@ 2004-08-25 12:48 Prabhat Shrivastav
  0 siblings, 0 replies; 13+ messages in thread
From: Prabhat Shrivastav @ 2004-08-25 12:48 UTC (permalink / raw)
  To: ecos-discuss

Dear All

I have PCI card for downloading the file (.elf or .srec) in to the ram.
I am able to download the redboot_RAM.elf in to ram and able to get redboot prompt on to serial console.
Now I want to load the redboot_rom in to flash and next boot is from flash .
Any idea how can I download redboot_rom.elf in to flash from the redboot running from RAM  .
Thanks in advance

With regards
Prabhat Shrivastav




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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-09-02 10:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-25 12:48 [ECOS] How to load redboot_ROM in to flash Prabhat Shrivastav
2004-08-25 12:48 Prabhat Shrivastav
2004-08-26  8:28 Prabhat Shrivastav
2004-08-26  9:14 ` Nick Garnett
2004-08-27 17:29 Prabhat Shrivastav
     [not found] <s12f93ed.095@EMAIL>
2004-08-29  9:52 ` Nick Garnett
2004-08-30  0:50 Prabhat Shrivastav
2004-08-31  8:49 Prabhat Shrivastav
2004-08-31 10:06 ` Jörn Seger
     [not found] <s131f4ee.076@EMAIL>
2004-08-31 10:16 ` Nick Garnett
2004-08-31 14:01 Prabhat Shrivastav
2004-09-02  5:44 Prabhat Shrivastav
2004-09-02 10:47 ` Nick Garnett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).