public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] How to Port Linux on SA1110
@ 2001-05-21  6:56 Pranav Purohit
  2001-05-21  7:31 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: Pranav Purohit @ 2001-05-21  6:56 UTC (permalink / raw)
  To: ecos-discuss; +Cc: gitam

Hi,

I am trying to port Linux on Intel StrongARM SA1110 Development Board.
As development tool I am using binutil 2.10.1, GCC 2.95.2, Insite 5.0
and I had followed the
instruction given in following URL.
    http://sources.redhat.com/ecos/install-linux.html

1.While configuring binutil,gcc and Insite as target i had given
'arm-elf'. Is it true for
SA1110(Assabet) if not then what I have to give for SA1110(Assabet).
    I had configure binutil with following command
        ./configure --target=arm-elf --prefix=/tools
--exec-prefix=/tools/H-i686-pc-linux-gnu \
                                  -v 2>&1 | tee configure.out

2.While building 'ECOS' for target what I should give for
SA1110(Assabet).

3.Before building  test application what I should uncomment in Makefile
(in
~/ecos-1.3.1/examples/Makefile ) for XCC.

4.After compiling application (using command arm-elf-gcc -o hello.o
-I/INSTALL_DIR/include
hello.c -L/INSTALL_DIR/lib -Ttarget.ld -nostdlib) it generate hello.o ,
How to test this
hello.o?

Thanks

Pranav

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

* Re: [ECOS] How to Port Linux on SA1110
  2001-05-21  6:56 [ECOS] How to Port Linux on SA1110 Pranav Purohit
@ 2001-05-21  7:31 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2001-05-21  7:31 UTC (permalink / raw)
  To: Pranav Purohit; +Cc: ecos-discuss, gitam

Pranav Purohit wrote:
> 
> Hi,
> 
> I am trying to port Linux on Intel StrongARM SA1110 Development Board.

You do realise that eCos is not Linux, right?

> As development tool I am using binutil 2.10.1, GCC 2.95.2, Insite 5.0
> and I had followed the
> instruction given in following URL.
>     http://sources.redhat.com/ecos/install-linux.html
> 
> 1.While configuring binutil,gcc and Insite as target i had given
> 'arm-elf'. Is it true for
> SA1110(Assabet) if not then what I have to give for SA1110(Assabet).
>     I had configure binutil with following command
>         ./configure --target=arm-elf --prefix=/tools
> --exec-prefix=/tools/H-i686-pc-linux-gnu \
>                                   -v 2>&1 | tee configure.out
> 
> 2.While building 'ECOS' for target what I should give for
> SA1110(Assabet).

You need to use the assabet target! If this isn't supported, perhaps this
means you are using eCos 1.3.1. You instead need to use eCos from anonymous
CVS: http://sources.redhat.com/ecos/anoncvs.html
 
> 3.Before building  test application what I should uncomment in Makefile
> (in
> ~/ecos-1.3.1/examples/Makefile ) for XCC.
> 
> 4.After compiling application (using command arm-elf-gcc -o hello.o
> -I/INSTALL_DIR/include
> hello.c -L/INSTALL_DIR/lib -Ttarget.ld -nostdlib) it generate hello.o ,
> How to test this
> hello.o?

You need to have put a ROM monitor like RedBoot on the board. You can
download redboot binaries from a link off
http://sources.redhat.com/ecos/boards/assabet.html . That page also has a
link to documentation on how to program the board though it doesn't say
much.

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] 2+ messages in thread

end of thread, other threads:[~2001-05-21  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-21  6:56 [ECOS] How to Port Linux on SA1110 Pranav Purohit
2001-05-21  7:31 ` 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).