|
skyeye-developer:
I have tried to running linux kernel 2.6 with patch "2.6.0-rmk2" on skyeye. It seems that 2.6 kernel (EP7312) can run successfully on skyeye. The only thing that kernel should be modified is to specify CMD_LINE to
"root=/dev/ram0 console=ttyCL0 initrd=0xc0200000,0x00200000 rw"
Serial driver for clps711x uses driver name "ttyCL", but you can use old name "ttyAM" also.
I expect we should ensure that linux kernel of 2.4 and 2.6 can both run successfully on skyeye to make tracks for the latest kernel.
Linux version 2.6.0 (root@debian) (gcc version 3.3.2) #3 Sun May 9 04:21:51 CST 2004
CPU: ARM720T [41807200] revision 0 (ARMv4T)
Machine: Cirrus Logic 7212/7312
Warning: bad configuration page, trying to continue
Ignoring unrecognised tag 0x00000000
Memory policy: ECC disabled, Data cache write back
On node 0 totalpages: 4096
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 0 pages, LIFO batch:1
HighMem zone: 0 pages, LIFO batch:1
Building zonelist for node : 0
Kernel command line: root=/dev/ram0 console=ttyCL0 initrd=0xc0200000,0x00200000 rw
PID hash table entries: 128 (order 7: 1024 bytes)
Console: colour dummy device 80x30
Memory: 16MB = 16MB total
Memory: 12768KB available (1067K code, 214K data, 56K init)
Calibrating delay loop... 26.00 BogoMIPS
Dentry cache hash table entries: 2048 (order: 1, 8192 bytes)
Inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
checking if image is initramfs...it isn't (ungzip failed); looks like an initrd
Freeing initrd memory: 2048K
CPU: Testing write buffer coherency: ok
POSIX conformance testing by UNIFIX
NET: Registered protocol family 16
NetWinder Floating Point Emulator V0.97 (double precision)
Serial: CLPS711x driver $Revision: 1.42 $
ttyCL0 at I/O 0x100 (irq = 12) is a CLPS711x
ttyCL1 at I/O 0x1100 (irq = 2 is a CLPS711x
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 204
NET: Registered protocol family 1
RAMDISK: ext2 filesystem found at block 0
RAMDISK: Loading 1500 blocks [1 disk] into ram disk... done.
VFS: Mounted root (ext2 filesystem).
Freeing init memory: 56K
Shell invoked to run file: /sbin/init
Command: #!/bin/sh
Command: /etc/rc
Shell invoked to run file: /etc/rc
Command: #!/bin/sh
Command: hostname ARMLinux
Command: mount -t proc proc /proc
Command: mkdir /var/tmp
Command: mkdir /var/log
Command: mkdir /var/run
Command: mkdir /var/lock
Command: cat /etc/motd
Welcome to
_ _____ __ __ _ _
/ \ / __ \ / \_/ \ | | |_|
/ _ \ | | | | / /\ /\ \ | | _ ____ _ _ _ _
/ /_\ \ | |__| | / / \_/ \ \| | | | _ \| | | |\ \/ /
/ /___\ \ | |__\ \ | | | || |___ | | |_| | |_| |/ \
/_/ \_\| | \_\|_| |_||_____||_|_| |_|\____|\_/\_/
ARMLinux for Skyeye
For further information check:
http://hpclab.cs.tsinghua.edu.cn/~skyeye/
Execution Finished, Exiting
Command: /bin/sh
Sash command shell (version 1.1.1)
/> ls
bin
dev
etc
home
lib
lost+found
mnt
proc
sbin
tmp
usr
var
/> pwd
/
/>
Best Regards
walimis
[email protected]
2004-05-09 |
|