On Mon, 25 Sep 2000 15:56:47 -0700, Wang, Paul wrote:
> I am beginner of armlinux. Can someone help to solve the following problems:
>
> I am to port the armlinux kernel to SA1110 board.
What board? ARM Linux is already ported to quite some SA11x0 boards.
> I have download the 2.4.0-test6 sourcefiles and related patches, as well as
> a tarball from Lart. So, cross GCC and lib are ready.
> I put the Cross kit and kernel source in different directories. When
> compiling kernel, the arm-linux-gcc is not found. It seems that I have to
> set environment somewhere. How can I do that?
You have to set the correct path. If you're using bash:
export PATH="/data/lart/cross/bin:$PATH"
For tcsh:
set path = ( /data/lart/cross/bin $path )
rehash
> I tried to download the hardhat (montavista) kernel to the board using
> angelboot (nicolas from netwinder:angelboot-1.10.nk). The process of the
> zImage kernel download seems OK. I have had the correct acknowledgment from
> angel rom. At the end of download, I started a minicom (using com 2),but
> there is no logon message appear. The minicom is tested can receive messages
> from angel correctly. So, the problem can either be that the kernel doesn't
> start, or that the kernel is not properly set to use com2 as hyperterminal.
> Can some one tell how to make changes in kernel source or somewhere to solve
> the problem? I know this is a old question (the same as in archive.20000.7),
> but I still have no idea to solve.
You can't just download a kernel to your board. ARM Linux needs the
architecture number in r0 and r1. Without the proper values, the kernel
just stalls after decompression. You have to compile a kernel for your
board.
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands
Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm