[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openrisc] who can run the uclinux successfully?



Hi
 
I make the uclinux step by step by ATS-uclinux script.The result executable file is linux.But put it into or1ksim to run ,the message is following
 
OpenRisc 1000 support (C) www.opencores.org

uClinux/OR32

Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne

Calibrating delay loop.. ok - 0.81 BogoMIPS

Memory available: 7904k/8180k RAM, 0k/0k ROM (284k kernel data, 453k code)

Swansea University Computer Society NET3.035 for Linux 2.0

NET3: Unix domain sockets 0.13 for Linux NET3.035.

uClinux version 2.0.38.1pre3 (oc@fizmo) (gcc version 3.1 20020121 (experimental)) #1 Wed Sep 4 05:25:45 GMT+1 2002

Serial driver version 4.13p1 with no serial options enabled

ttyS00 at 0x90000000 (irq = 2) is a 16550A

Ramdisk driver initialized : 16 ramdisks of 2048K size

Blkmem copyright 1998,1999 D. Jeff Dionne

Blkmem copyright 1998 Kenneth Albanowski

Blkmem 0 disk images:

RAMDISK: Romfs filesystem found at block 0

RAMDISK: Loading 215 blocks into ram disk... |/-\|/-\|/-\|/done.

VFS: Mounted root (romfs filesystem).

Executing shell ...
Shell invoked to run file: /etc/rc
Command: ifconfig eth0 inet 10.1.1.133 netmask 255.0.0.0 hw ether 00:01:02:03:04:05
ifconfig: Bad command or file name
Command: route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0
route: Bad command or file name
The result is the same as ATS report.The ATS show the simulation is OK!But I load the test program from or32-uclinux-gdb to or32-uclinux-sim unsuccessfully.I think the uclinux is wrong and boot fail.Who use uclinux OK?and show me the way to solve.Thanks