public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* AW: [ECOS] redboot on edb7211
@ 2001-09-19  6:30 Edelmann Thomas
  2001-09-19 14:56 ` Trenton D. Adams
  0 siblings, 1 reply; 6+ messages in thread
From: Edelmann Thomas @ 2001-09-19  6:30 UTC (permalink / raw)
  To: 'Jonathan Larmour'; +Cc: 'ecos-discuss@sources.redhat.com'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1402 bytes --]

Hi,

I tried the daily (20010919) cvs snapshot with the same problems.

I created redboot with:

ecosconfig new edb7211 redboot
ecosconfig import XYZ/edb7211_redboot_ROM.ecm

Any help?

Thanks,
Thomas Edelmann

> -----Ursprüngliche Nachricht-----
> Von: Jonathan Larmour [ mailto:jlarmour@redhat.com ]
> Gesendet: Mittwoch, 12. September 2001 19:10
> An: Edelmann Thomas
> Cc: 'ecos-discuss@sources.redhat.com'
> Betreff: Re: [ECOS] redboot on edb7211
> 
> 
> Edelmann Thomas wrote:
> > 
> > has anyone compiled a recent cvs-redboot (CVS from 20010911)?
> > 
> > Is it running? I added to the normal redboot the packages 
> CYGPKG_IO_FLASH
> > and CYGPKG_IO_ETH_DRIVERS and choosed in the configtool the 
> ROM version.
> > 
> > My problem: I receive normal redboot startup output on the 
> serial line but I
> > can make no inputs. Also I can't connect via ethernet and 
> arm-elf-gdb to my
> > target board. I have an old version (CVS from May), made 
> with the same
> > configuration, which runs properly.
> 
> We seem to getting a few reports of this type of thing. Odd. 
> Have you tried
> importing the .ecm file from hal/arm/edb7xxx/current/misc 
> instead? Unlikely
> to help by the looks of it, but a thought.
> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 
> (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || 
> Opinions==mine
> 

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

* RE: [ECOS] redboot on edb7211
  2001-09-19  6:30 AW: [ECOS] redboot on edb7211 Edelmann Thomas
@ 2001-09-19 14:56 ` Trenton D. Adams
  2001-09-19 14:58   ` Jonathan Larmour
  0 siblings, 1 reply; 6+ messages in thread
From: Trenton D. Adams @ 2001-09-19 14:56 UTC (permalink / raw)
  To: 'Edelmann Thomas', 'Jonathan Larmour'; +Cc: ecos-discuss

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2532 bytes --]

Mines working fine!

I added the following packages, and then imported the .ecm file as you
did.  I'm using the Windows GUI config tool 2.04.

CYGPKG_ERROR
CYGPKG_IO_FLASH
CYGPKG_IO_PCMCIA - this is mine so you won't have it (YET hopefully) -
not working though.
CYGPKG_IO_SERIAL
CYGPKG_IO
CYGPKG_IO_SERIAL

I did not have to enabled the hardware serial drivers because they are
enabled by default.  However, I noticed an irregularity.
CYGPKG_IO_SERIAL_DEVICES was not checked off.  Shouldn't it be checked
off Jonathan?  It wasn't required for it to work anyhow.

The output below proves I'm, at the very least, not completely
delusional! ;)

RedBoot(tm) bootstrap and debug environment [ROM]
Non-certified release, version UNKNOWN - built 15:20:08, Sep 19 2001


Anyhow, try adding all those packages before importing the ECM file.

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Edelmann
Thomas
Sent: Wednesday, September 19, 2001 7:30 AM
To: 'Jonathan Larmour'
Cc: 'ecos-discuss@sources.redhat.com'
Subject: AW: [ECOS] redboot on edb7211


Hi,

I tried the daily (20010919) cvs snapshot with the same problems.

I created redboot with:

ecosconfig new edb7211 redboot
ecosconfig import XYZ/edb7211_redboot_ROM.ecm

Any help?

Thanks,
Thomas Edelmann

> -----Ursprüngliche Nachricht-----
> Von: Jonathan Larmour [ mailto:jlarmour@redhat.com ]
> Gesendet: Mittwoch, 12. September 2001 19:10
> An: Edelmann Thomas
> Cc: 'ecos-discuss@sources.redhat.com'
> Betreff: Re: [ECOS] redboot on edb7211
> 
> 
> Edelmann Thomas wrote:
> > 
> > has anyone compiled a recent cvs-redboot (CVS from 20010911)?
> > 
> > Is it running? I added to the normal redboot the packages 
> CYGPKG_IO_FLASH
> > and CYGPKG_IO_ETH_DRIVERS and choosed in the configtool the 
> ROM version.
> > 
> > My problem: I receive normal redboot startup output on the 
> serial line but I
> > can make no inputs. Also I can't connect via ethernet and 
> arm-elf-gdb to my
> > target board. I have an old version (CVS from May), made 
> with the same
> > configuration, which runs properly.
> 
> We seem to getting a few reports of this type of thing. Odd. 
> Have you tried
> importing the .ecm file from hal/arm/edb7xxx/current/misc 
> instead? Unlikely
> to help by the looks of it, but a thought.
> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 
> (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || 
> Opinions==mine
> 

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

* Re: [ECOS] redboot on edb7211
  2001-09-19 14:56 ` Trenton D. Adams
@ 2001-09-19 14:58   ` Jonathan Larmour
  2001-09-19 15:13     ` Trenton D. Adams
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Larmour @ 2001-09-19 14:58 UTC (permalink / raw)
  To: Trenton D. Adams; +Cc: 'Edelmann Thomas', ecos-discuss

"Trenton D. Adams" wrote:
> 
> Mines working fine!
> 
> I added the following packages, and then imported the .ecm file as you
> did.  I'm using the Windows GUI config tool 2.04.
> 
> CYGPKG_ERROR
> CYGPKG_IO_FLASH
> CYGPKG_IO_PCMCIA - this is mine so you won't have it (YET hopefully) -
> not working though.
> CYGPKG_IO_SERIAL
> CYGPKG_IO
> CYGPKG_IO_SERIAL
> 
> I did not have to enabled the hardware serial drivers because they are
> enabled by default.  However, I noticed an irregularity.
> CYGPKG_IO_SERIAL_DEVICES was not checked off.  Shouldn't it be checked
> off Jonathan?  It wasn't required for it to work anyhow.

You should not need to include serial drivers with RedBoot. What happens
when you just do as he did:

ecosconfig new edb7211 redboot
ecosconfig import XYZ/edb7211_redboot_ROM.ecm
make
? 

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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

* RE: [ECOS] redboot on edb7211
  2001-09-19 14:58   ` Jonathan Larmour
@ 2001-09-19 15:13     ` Trenton D. Adams
  0 siblings, 0 replies; 6+ messages in thread
From: Trenton D. Adams @ 2001-09-19 15:13 UTC (permalink / raw)
  To: 'Jonathan Larmour'; +Cc: 'Edelmann Thomas', ecos-discuss

I have no idea how to use the command line tool.  I figured since I'm
using windows for this project! (Company's decision)  That I might as
well use the GUI tool.

I don't know if, how or where everything was created.  I looked for all
.ecc files, but only found the two I created using the GUI config tool.

It didn't output any errors though so that's weird!  Any ideas why it
wouldn't output any files to the current directory?

$ ecosconfig new edb7211 redboot
Package CYGPKG_SNMPAGENT: there are no version subdirectories

Trent@TRENT ~/eCosBuilds/test
$ ecosconfig import XYZ/edb7211_redboot_ROM.ecm
Package CYGPKG_SNMPAGENT: there are no version subdirectories


-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Jonathan
Larmour
Sent: Wednesday, September 19, 2001 3:58 PM
To: Trenton D. Adams
Cc: 'Edelmann Thomas'; ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] redboot on edb7211


"Trenton D. Adams" wrote:
> 
> Mines working fine!
> 
> I added the following packages, and then imported the .ecm file as you
> did.  I'm using the Windows GUI config tool 2.04.
> 
> CYGPKG_ERROR
> CYGPKG_IO_FLASH
> CYGPKG_IO_PCMCIA - this is mine so you won't have it (YET hopefully) -
> not working though.
> CYGPKG_IO_SERIAL
> CYGPKG_IO
> CYGPKG_IO_SERIAL
> 
> I did not have to enabled the hardware serial drivers because they are
> enabled by default.  However, I noticed an irregularity.
> CYGPKG_IO_SERIAL_DEVICES was not checked off.  Shouldn't it be checked
> off Jonathan?  It wasn't required for it to work anyhow.

You should not need to include serial drivers with RedBoot. What happens
when you just do as he did:

ecosconfig new edb7211 redboot
ecosconfig import XYZ/edb7211_redboot_ROM.ecm
make
? 

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223)
271062
Maybe this world is another planet's Hell -Aldous Huxley ||
Opinions==mine

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

* Re: AW: [ECOS] redboot on edb7211
  2001-09-20  6:42 AW: " Edelmann Thomas
@ 2001-09-20  7:09 ` Jonathan Larmour
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Larmour @ 2001-09-20  7:09 UTC (permalink / raw)
  To: Edelmann Thomas
  Cc: 'ecos-discuss@sources.redhat.com',
	'tadams@theone.dnsalias.com'

Edelmann Thomas wrote:
> 
> It's running ;-)
> 
> I had to use XYZ/edb7212_redboot_ROM.ecm. I don't know why, but now it' up
> and running.

This could be one of those confusing naming things. When we were developing
the port, Cirrus Logic were more than a little ambiguous of the naming
convention.

It turns out that in all cases the publically released _board_ is silk
screened the EDB7111-2, however the processors may differ. For the EP7211
use the edb7211 taret, for the EP7212 or EP7209 you need to change the
appropriate option in the edb7xxx HAL (although the appropriate redboot
.ecm files will change this for you).

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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

* AW: [ECOS] redboot on edb7211
@ 2001-09-20  6:42 Edelmann Thomas
  2001-09-20  7:09 ` Jonathan Larmour
  0 siblings, 1 reply; 6+ messages in thread
From: Edelmann Thomas @ 2001-09-20  6:42 UTC (permalink / raw)
  To: 'Jonathan Larmour'
  Cc: 'ecos-discuss@sources.redhat.com',
	'tadams@theone.dnsalias.com'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

It's running ;-)

I had to use XYZ/edb7212_redboot_ROM.ecm. I don't know why, but now it' up
and running.

I added no extra package, like CYGPKG_IO, ...

Just:

ecosconfig new edb7xxx redboot
ecosconfig import XYZ/edb7212_redboot_ROM.ecm
ecosocnfig tree
make

YEAH!

Thanks for your help!

> -----Ursprüngliche Nachricht-----
> Von: Jonathan Larmour [ mailto:jlarmour@redhat.com ]
> Gesendet: Mittwoch, 19. September 2001 23:58
> An: Trenton D. Adams
> Cc: Edelmann Thomas; ecos-discuss@sources.redhat.com
> Betreff: Re: [ECOS] redboot on edb7211
> 
> 
> "Trenton D. Adams" wrote:
> > 
> > Mines working fine!
> > 
> > I added the following packages, and then imported the .ecm 
> file as you
> > did.  I'm using the Windows GUI config tool 2.04.
> > 
> > CYGPKG_ERROR
> > CYGPKG_IO_FLASH
> > CYGPKG_IO_PCMCIA - this is mine so you won't have it (YET 
> hopefully) -
> > not working though.
> > CYGPKG_IO_SERIAL
> > CYGPKG_IO
> > CYGPKG_IO_SERIAL
> > 
> > I did not have to enabled the hardware serial drivers 
> because they are
> > enabled by default.  However, I noticed an irregularity.
> > CYGPKG_IO_SERIAL_DEVICES was not checked off.  Shouldn't it 
> be checked
> > off Jonathan?  It wasn't required for it to work anyhow.
> 
> You should not need to include serial drivers with RedBoot. 
> What happens
> when you just do as he did:
> 
> ecosconfig new edb7211 redboot
> ecosconfig import XYZ/edb7211_redboot_ROM.ecm
> make
> ? 
> 
> Jifl
> -- 
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 
> (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || 
> Opinions==mine
> 

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

end of thread, other threads:[~2001-09-20  7:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-19  6:30 AW: [ECOS] redboot on edb7211 Edelmann Thomas
2001-09-19 14:56 ` Trenton D. Adams
2001-09-19 14:58   ` Jonathan Larmour
2001-09-19 15:13     ` Trenton D. Adams
2001-09-20  6:42 AW: " Edelmann Thomas
2001-09-20  7:09 ` Jonathan Larmour

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