public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RedBoot Install [arm evaluator 7t]
@ 2001-05-06 23:25 Yacc
  2001-05-07  5:48 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Yacc @ 2001-05-06 23:25 UTC (permalink / raw)
  To: ecos-discuss



Hello, Everyone.

I'm using arm Evaluator-7t Board (Host : Linux(Redhat 7.0, Wow release))

I succeded to create binutil, gcc, gdb(Insight 5.0) and current Redboot using following command :

# ecosconfig new e7t redboot
# ecosconfig tree
# make


The resule files are redboot.UU, redboot.bin, redboot.elf, redboot.img.

I download redboot.UU to my board

Boot : flasherase 01820000 10000
Boot : download 10000

#cat redboot.UU >  /dev/ttyS0

Boot: flashwrite 01820000 10000 10000
Boot: rommodules

Header     Base         Limit 
01805390 01800000  01805c8e BootStrapLoader v1.0.1 Nov 13 2000
01807280 01807000  018072e0 ProductionTest   v1.0.1 Oct 05 2000
018273c0 01820000  01828590 RedBoot                      May  7 2001
 
Boot : plugin Redboot

 

But, When I restart the board, the board is reboot Continuously.

Are there any experiences? Please let me know the slolution. 

Thanks and Regards

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

* RE: [ECOS] RedBoot Install [arm evaluator 7t]
  2001-05-06 23:25 [ECOS] RedBoot Install [arm evaluator 7t] Yacc
@ 2001-05-07  5:48 ` Gary Thomas
  2001-05-22 23:37   ` Jesper Skov
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2001-05-07  5:48 UTC (permalink / raw)
  To: Yacc; +Cc: ecos-discuss

On 07-May-2001 Yacc wrote:
> 
> 
> Hello, Everyone.
> 
> I'm using arm Evaluator-7t Board (Host : Linux(Redhat 7.0, Wow release))
> 
> I succeded to create binutil, gcc, gdb(Insight 5.0) and current Redboot using following command
>:
> 
># ecosconfig new e7t redboot
># ecosconfig tree
># make

This isn't sufficient - you need to build a version for ROM (Flash) based
operation.

Try this:
  % ecosconfig new e7t redboot
  % ecosconfig import ${ECOS_REPOSITORY}/hal/arm/e7t/current/misc/redboot_ROM.ecm
  % ecosconfig tree
  % make

> 
> 
> The resule files are redboot.UU, redboot.bin, redboot.elf, redboot.img.
> 
> I download redboot.UU to my board
> 
> Boot : flasherase 01820000 10000
> Boot : download 10000
> 
>#cat redboot.UU >  /dev/ttyS0
> 
> Boot: flashwrite 01820000 10000 10000
> Boot: rommodules
> 
> Header     Base         Limit 
> 01805390 01800000  01805c8e BootStrapLoader v1.0.1 Nov 13 2000
> 01807280 01807000  018072e0 ProductionTest   v1.0.1 Oct 05 2000
> 018273c0 01820000  01828590 RedBoot                      May  7 2001
>  
> Boot : plugin Redboot
> 
>  
> 
> But, When I restart the board, the board is reboot Continuously.
> 
> Are there any experiences? Please let me know the slolution. 
> 
> Thanks and Regards
> 

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

* Re: [ECOS] RedBoot Install [arm evaluator 7t]
  2001-05-07  5:48 ` Gary Thomas
@ 2001-05-22 23:37   ` Jesper Skov
  0 siblings, 0 replies; 3+ messages in thread
From: Jesper Skov @ 2001-05-22 23:37 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Yacc, ecos-discuss

>>>>> "Gary" == Gary Thomas <gthomas@cambridge.redhat.com> writes:

Gary> This isn't sufficient - you need to build a version for ROM
Gary> (Flash) based operation.

True.

>> Boot : plugin Redboot

Also, do not execute this command!

Jesper

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

end of thread, other threads:[~2001-05-22 23:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-06 23:25 [ECOS] RedBoot Install [arm evaluator 7t] Yacc
2001-05-07  5:48 ` Gary Thomas
2001-05-22 23:37   ` Jesper Skov

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).