public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] newbie with a board
@ 2003-04-20  1:42 Abrar H Hazarika
  2003-04-21 11:53 ` [ECOS] Shell on starup Elton
  2003-04-22 17:41 ` [ECOS] newbie with a board Jonathan Larmour
  0 siblings, 2 replies; 9+ messages in thread
From: Abrar H Hazarika @ 2003-04-20  1:42 UTC (permalink / raw)
  To: ecos-discuss

hi all,

I am very new to this field. We are asked to work with ecos on a board which
has a Texas Inst. TL16C452FN chip on board. The datasheet says it is a UART
chip. I am not sure about it being a microprocessor. Is it possible to port
ECOS to this chip?


Does anybody have any prior experience who might want to share with me.

thanks


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

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

* [ECOS] Shell on starup
  2003-04-20  1:42 [ECOS] newbie with a board Abrar H Hazarika
@ 2003-04-21 11:53 ` Elton
  2003-04-22 17:41 ` [ECOS] newbie with a board Jonathan Larmour
  1 sibling, 0 replies; 9+ messages in thread
From: Elton @ 2003-04-21 11:53 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I want to put a shell as my startu application when the eCos image,(with
kernel) is built,
From the eCos packages , I couldn't find the  option for sa shell,
Can any one tell me how to do it?

Rupesh
----- Original Message -----
From: "Abrar H Hazarika" <abrar@ECOMSCIENCE.COM>
To: <ecos-discuss@SOURCES.REDHAT.COM>
Sent: Saturday, April 19, 2003 4:29 AM
Subject: [ECOS] newbie with a board


> hi all,
>
> I am very new to this field. We are asked to work with ecos on a board
which
> has a Texas Inst. TL16C452FN chip on board. The datasheet says it is a
UART
> chip. I am not sure about it being a microprocessor. Is it possible to
port
> ECOS to this chip?
>
>
> Does anybody have any prior experience who might want to share with me.
>
> thanks
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>


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

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

* Re: [ECOS] newbie with a board
  2003-04-20  1:42 [ECOS] newbie with a board Abrar H Hazarika
  2003-04-21 11:53 ` [ECOS] Shell on starup Elton
@ 2003-04-22 17:41 ` Jonathan Larmour
  2003-04-23 10:21   ` Abrar H Hazarika
  1 sibling, 1 reply; 9+ messages in thread
From: Jonathan Larmour @ 2003-04-22 17:41 UTC (permalink / raw)
  To: Abrar H Hazarika; +Cc: ecos-discuss

Abrar H Hazarika wrote:
> hi all,
> 
> I am very new to this field. We are asked to work with ecos on a board which
> has a Texas Inst. TL16C452FN chip on board. The datasheet says it is a UART
> chip. I am not sure about it being a microprocessor. Is it possible to port
> ECOS to this chip?

A UART is just a dumb I/O chip :-). There should be some other part on the 
board which is the microprocessor. Generally looking for the biggest one 
tends to work ;).

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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

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

* Re: [ECOS] newbie with a board
  2003-04-22 17:41 ` [ECOS] newbie with a board Jonathan Larmour
@ 2003-04-23 10:21   ` Abrar H Hazarika
  2003-04-23 10:52     ` Bob Koninckx
  0 siblings, 1 reply; 9+ messages in thread
From: Abrar H Hazarika @ 2003-04-23 10:21 UTC (permalink / raw)
  To: ecos-discuss

The microprocessor as "P51XAG30JBA". It is philips make and the docs say
it's discontinued to make way for P51XAG30KBA. Belongs to the 80C51 class of
16 bit micro controller and XA (eXtended Architecture) with 512 bytes of
onchip RAM, 2 UART's.
The ecos docs didn't mention porting to any such arch. Or is this same as
one of the already ported arch's.

Is anyone familiar with porting of ecos to XA?

thanks
abrar


----- Original Message -----
From: "Jonathan Larmour" <jifl@eCosCentric.com>
To: "Abrar H Hazarika" <abrar@ECOMSCIENCE.COM>
Cc: <ecos-discuss@SOURCES.REDHAT.COM>
Sent: Tuesday, April 22, 2003 11:07 PM
Subject: Re: [ECOS] newbie with a board


> Abrar H Hazarika wrote:
> > hi all,
> >
> > I am very new to this field. We are asked to work with ecos on a board
which
> > has a Texas Inst. TL16C452FN chip on board. The datasheet says it is a
UART
> > chip. I am not sure about it being a microprocessor. Is it possible to
port
> > ECOS to this chip?
>
> A UART is just a dumb I/O chip :-). There should be some other part on the
> board which is the microprocessor. Generally looking for the biggest one
> tends to work ;).
>
> Jifl
> --
> eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
> --[ "You can complain because roses have thorns, or you ]--
> --[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine
>
>


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

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

* Re: [ECOS] newbie with a board
  2003-04-23 10:21   ` Abrar H Hazarika
@ 2003-04-23 10:52     ` Bob Koninckx
  2003-04-23 11:03       ` Abrar H Hazarika
  2003-04-23 15:56       ` John Clark
  0 siblings, 2 replies; 9+ messages in thread
From: Bob Koninckx @ 2003-04-23 10:52 UTC (permalink / raw)
  To: Abrar H Hazarika; +Cc: ecos-discuss

If it's a C51, it is certainly not supported by eCos and I am affraid
that it won't even be possible to port eCos to it. As far as I know,
eCos has not (yet) been ported to any 8-bit micro so far. Most important
reason being that you 'd have to start porting the GNU compiler to it
first. And that's still considered to be _hard_ for anything else but 32
or 64 bit architectures.

IIRC, uC/OS2 can has been ported to the C51 family.

Bob



On Wed, 2003-04-23 at 12:03, Abrar H Hazarika wrote:
> The microprocessor as "P51XAG30JBA". It is philips make and the docs say
> it's discontinued to make way for P51XAG30KBA. Belongs to the 80C51 class of
> 16 bit micro controller and XA (eXtended Architecture) with 512 bytes of
> onchip RAM, 2 UART's.
> The ecos docs didn't mention porting to any such arch. Or is this same as
> one of the already ported arch's.
> 
> Is anyone familiar with porting of ecos to XA?
> 
> thanks
> abrar
> 
> 
> ----- Original Message -----
> From: "Jonathan Larmour" <jifl@eCosCentric.com>
> To: "Abrar H Hazarika" <abrar@ECOMSCIENCE.COM>
> Cc: <ecos-discuss@SOURCES.REDHAT.COM>
> Sent: Tuesday, April 22, 2003 11:07 PM
> Subject: Re: [ECOS] newbie with a board
> 
> 
> > Abrar H Hazarika wrote:
> > > hi all,
> > >
> > > I am very new to this field. We are asked to work with ecos on a board
> which
> > > has a Texas Inst. TL16C452FN chip on board. The datasheet says it is a
> UART
> > > chip. I am not sure about it being a microprocessor. Is it possible to
> port
> > > ECOS to this chip?
> >
> > A UART is just a dumb I/O chip :-). There should be some other part on the
> > board which is the microprocessor. Generally looking for the biggest one
> > tends to work ;).
> >
> > Jifl
> > --
> > eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
> > --[ "You can complain because roses have thorns, or you ]--
> > --[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine
> >
> >
-- 
----------------------------------------------------------------------
ir. Bob Koninckx
Katholieke Universiteit Leuven
Division Production Engineering,                   tel.  +32 16 322535
Machine Design and Automation                      fax.  +32 16 322987
Celestijnenlaan 300B                  bob.koninckx@mech.kuleuven.ac.be
B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
----------------------------------------------------------------------


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

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

* Re: [ECOS] newbie with a board
  2003-04-23 10:52     ` Bob Koninckx
@ 2003-04-23 11:03       ` Abrar H Hazarika
  2003-04-23 11:32         ` Bob Koninckx
  2003-04-23 15:56       ` John Clark
  1 sibling, 1 reply; 9+ messages in thread
From: Abrar H Hazarika @ 2003-04-23 11:03 UTC (permalink / raw)
  To: ecos-discuss; +Cc: Bob Koninckx



> If it's a C51, it is certainly not supported by eCos and I am affraid
> that it won't even be possible to port eCos to it. As far as I know,
> eCos has not (yet) been ported to any 8-bit micro so far. Most important

I know that there isn't any chance, but wanted to make sure that you meant
16 bit micro and not 8 bit as mentioned.


> reason being that you 'd have to start porting the GNU compiler to it
> first. And that's still considered to be _hard_ for anything else but 32
> or 64 bit architectures.
>
> IIRC, uC/OS2 can has been ported to the C51 family.
>
> Bob
>
>
>
> On Wed, 2003-04-23 at 12:03, Abrar H Hazarika wrote:
> > The microprocessor as "P51XAG30JBA". It is philips make and the docs say
> > it's discontinued to make way for P51XAG30KBA. Belongs to the 80C51
class of
> > 16 bit micro controller and XA (eXtended Architecture) with 512 bytes of
> > onchip RAM, 2 UART's.
> > The ecos docs didn't mention porting to any such arch. Or is this same
as
> > one of the already ported arch's.
> >
> > Is anyone familiar with porting of ecos to XA?
> >
> > thanks
> > abrar
> >
> >
> > ----- Original Message -----
> > From: "Jonathan Larmour" <jifl@eCosCentric.com>
> > To: "Abrar H Hazarika" <abrar@ECOMSCIENCE.COM>
> > Cc: <ecos-discuss@SOURCES.REDHAT.COM>
> > Sent: Tuesday, April 22, 2003 11:07 PM
> > Subject: Re: [ECOS] newbie with a board
> >
> >
> > > Abrar H Hazarika wrote:
> > > > hi all,
> > > >
> > > > I am very new to this field. We are asked to work with ecos on a
board
> > which
> > > > has a Texas Inst. TL16C452FN chip on board. The datasheet says it is
a
> > UART
> > > > chip. I am not sure about it being a microprocessor. Is it possible
to
> > port
> > > > ECOS to this chip?
> > >
> > > A UART is just a dumb I/O chip :-). There should be some other part on
the
> > > board which is the microprocessor. Generally looking for the biggest
one
> > > tends to work ;).
> > >
> > > Jifl
> > > --
> > > eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot
experts
> > > --[ "You can complain because roses have thorns, or you ]--
> > > --[  can rejoice because thorns have roses." -Lincoln   ]--
Opinions==mine
> > >
> > >
> --
> ----------------------------------------------------------------------
> ir. Bob Koninckx
> Katholieke Universiteit Leuven
> Division Production Engineering,                   tel.  +32 16 322535
> Machine Design and Automation                      fax.  +32 16 322987
> Celestijnenlaan 300B                  bob.koninckx@mech.kuleuven.ac.be
> B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
> ----------------------------------------------------------------------
>
>


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

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

* Re: [ECOS] newbie with a board
  2003-04-23 11:03       ` Abrar H Hazarika
@ 2003-04-23 11:32         ` Bob Koninckx
  0 siblings, 0 replies; 9+ messages in thread
From: Bob Koninckx @ 2003-04-23 11:32 UTC (permalink / raw)
  To: Abrar H Hazarika; +Cc: ecos-discuss

On Wed, 2003-04-23 at 12:58, Abrar H Hazarika wrote:
> > If it's a C51, it is certainly not supported by eCos and I am affraid
> > that it won't even be possible to port eCos to it. As far as I know,
> > eCos has not (yet) been ported to any 8-bit micro so far. Most important
> 
> I know that there isn't any chance, but wanted to make sure that you meant
> 16 bit micro and not 8 bit as mentioned.

I meant 8 bit (any C51 I ever worked with was 8 bit anyway. Don't know
if there are 16-bit variants). Doesn't make much of a difference though,
there's no port of GCC for the C51 family.

> 
> 
> > reason being that you 'd have to start porting the GNU compiler to it
> > first. And that's still considered to be _hard_ for anything else but 32
> > or 64 bit architectures.
> >
> > IIRC, uC/OS2 can has been ported to the C51 family.
> >
> > Bob
> >
> >
> >
> > On Wed, 2003-04-23 at 12:03, Abrar H Hazarika wrote:
> > > The microprocessor as "P51XAG30JBA". It is philips make and the docs say
> > > it's discontinued to make way for P51XAG30KBA. Belongs to the 80C51
> class of
> > > 16 bit micro controller and XA (eXtended Architecture) with 512 bytes of
> > > onchip RAM, 2 UART's.
> > > The ecos docs didn't mention porting to any such arch. Or is this same
> as
> > > one of the already ported arch's.
> > >
> > > Is anyone familiar with porting of ecos to XA?
> > >
> > > thanks
> > > abrar
> > >
> > >
> > > ----- Original Message -----
> > > From: "Jonathan Larmour" <jifl@eCosCentric.com>
> > > To: "Abrar H Hazarika" <abrar@ECOMSCIENCE.COM>
> > > Cc: <ecos-discuss@SOURCES.REDHAT.COM>
> > > Sent: Tuesday, April 22, 2003 11:07 PM
> > > Subject: Re: [ECOS] newbie with a board
> > >
> > >
> > > > Abrar H Hazarika wrote:
> > > > > hi all,
> > > > >
> > > > > I am very new to this field. We are asked to work with ecos on a
> board
> > > which
> > > > > has a Texas Inst. TL16C452FN chip on board. The datasheet says it is
> a
> > > UART
> > > > > chip. I am not sure about it being a microprocessor. Is it possible
> to
> > > port
> > > > > ECOS to this chip?
> > > >
> > > > A UART is just a dumb I/O chip :-). There should be some other part on
> the
> > > > board which is the microprocessor. Generally looking for the biggest
> one
> > > > tends to work ;).
> > > >
> > > > Jifl
> > > > --
> > > > eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot
> experts
> > > > --[ "You can complain because roses have thorns, or you ]--
> > > > --[  can rejoice because thorns have roses." -Lincoln   ]--
> Opinions==mine
> > > >
> > > >
> > --
> > ----------------------------------------------------------------------
> > ir. Bob Koninckx
> > Katholieke Universiteit Leuven
> > Division Production Engineering,                   tel.  +32 16 322535
> > Machine Design and Automation                      fax.  +32 16 322987
> > Celestijnenlaan 300B                  bob.koninckx@mech.kuleuven.ac.be
> > B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
> > ----------------------------------------------------------------------
> >
> >
-- 
----------------------------------------------------------------------
ir. Bob Koninckx
Katholieke Universiteit Leuven
Division Production Engineering,                   tel.  +32 16 322535
Machine Design and Automation                      fax.  +32 16 322987
Celestijnenlaan 300B                  bob.koninckx@mech.kuleuven.ac.be
B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
----------------------------------------------------------------------


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

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

* Re: [ECOS] newbie with a board
  2003-04-23 10:52     ` Bob Koninckx
  2003-04-23 11:03       ` Abrar H Hazarika
@ 2003-04-23 15:56       ` John Clark
  2003-04-25 18:10         ` Jonathan Larmour
  1 sibling, 1 reply; 9+ messages in thread
From: John Clark @ 2003-04-23 15:56 UTC (permalink / raw)
  To: Bob Koninckx; +Cc: Abrar H Hazarika, ecos-discuss


Am Mittwoch, 23.04.03, um 03:21 Uhr (US/Pacific) schrieb Bob Koninckx:

> reason being that you 'd have to start porting the GNU compiler to it
> first. And that's still considered to be _hard_ for anything else but 
> 32
> or 64 bit architectures.
>

So, I can't get eCos up for my PDP-11's... then there's the Z80,
which I had totoally forgotten about for the most part, and yet
about a month ago someone asked for a quote which involved
a Z80 20-years-later-part which have a variety of I/O devices
and a chip cost of under $5 US... there was a kernel and an
TCP/IP stack available... pretty much shocked me out of
my complacient ideas about how long processors can live.



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

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

* Re: [ECOS] newbie with a board
  2003-04-23 15:56       ` John Clark
@ 2003-04-25 18:10         ` Jonathan Larmour
  0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Larmour @ 2003-04-25 18:10 UTC (permalink / raw)
  To: John Clark; +Cc: Bob Koninckx, Abrar H Hazarika, ecos-discuss

John Clark wrote:
> 
> Am Mittwoch, 23.04.03, um 03:21 Uhr (US/Pacific) schrieb Bob Koninckx:
> 
>> reason being that you 'd have to start porting the GNU compiler to it
>> first. And that's still considered to be _hard_ for anything else but 32
>> or 64 bit architectures.
>>
> 
> So, I can't get eCos up for my PDP-11's... then there's the Z80,

:-) We don't have any religious objection to supporting non-GCC ports, but 
obviously at this point it's pretty difficult and with requirements like 
C++ constructor priority ordering, or even just requiring arbitary 
sections which not many other executable formats than ELF can do, there 
are going to be difficulties.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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

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

end of thread, other threads:[~2003-04-25 18:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-20  1:42 [ECOS] newbie with a board Abrar H Hazarika
2003-04-21 11:53 ` [ECOS] Shell on starup Elton
2003-04-22 17:41 ` [ECOS] newbie with a board Jonathan Larmour
2003-04-23 10:21   ` Abrar H Hazarika
2003-04-23 10:52     ` Bob Koninckx
2003-04-23 11:03       ` Abrar H Hazarika
2003-04-23 11:32         ` Bob Koninckx
2003-04-23 15:56       ` John Clark
2003-04-25 18:10         ` 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).