[问题]安装skyeye遇到的问题,恳请高手赐教

内核编译和嵌入式产品的设计与开发
回复
chenxian
帖子: 18
注册时间: 2007-02-28 10:05
来自: 湖北武汉

[问题]安装skyeye遇到的问题,恳请高手赐教

#1

帖子 chenxian » 2007-03-19 17:21

作为初学者,我想在嵌入式设备模拟机下熟悉嵌入式开发环境,于是我按照《Linux/uClinux + MiniGUI:嵌入式系统开发原理、工具及过程》这篇文章上的方法安装了skyeye1.2,ARM linux交叉编译器2.95.3,linux2.4.13内核,以及busybox1.1.3,也是按上面配置的。
当我输入 skyeye -e vmlinux时,结果如下:
(我用####################圈出不正确的地方)
arch: arm
cpu info: armv4, arm720t, 41807200, ffffff00, 1
mach info: name ep7312, mach_init addr 0x80642d7
SKYEYE: use arm7100 mmu ops
Loaded ROM ./initrd.romfs
Linux version 2.4.13-ac4-rmk1 (root@chenxian-desktop) (gcc version 2.95.3 20010315 (release)) #24 2007年 03月 19日 星期一 16:22:56 CST
Processor: ARM ARM720T revision 0
Architecture: Cirrus Logic EDB7312 (EP7312 evaluation board)
Warning: bad configuration page, trying to continue
On node 0 totalpages: 4096
zone(0): 4096 pages.
zone(1): 0 pages.
zone(2): 0 pages.
##########################
Kernel command line: #
##########################
Calibrating delay loop... 26.00 BogoMIPS
Memory: 16MB = 16MB total
Memory: 14608KB available (1057K code, 218K data, 56K init)
Dentry-cache hash table entries: 2048 (order: 2, 16384 bytes)
Inode-cache hash table entries: 1024 (order: 1, 8192 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 4096 (order: 2, 16384 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Starting kswapd v1.8
pty: 256 Unix98 ptys configured
block: queued sectors max/low 9616kB/3205kB, 64 slots per queue
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
##############################################################
cs89x0:cs89x0_probe(0x0) #
PP_addr=0x0 #
eth0: incorrect signature 0x0 #
cs89x0: no cs8900 or cs8920 detected. Be sure to disable PnP with SETUP #
##############################################################
Blkmem copyright 1998,1999 D. Jeff Dionne
Blkmem copyright 1998 Kenneth Albanowski
Blkmem 1 disk images:
0: FB0C0000-FF1C8FFF [VIRTUAL FB0C0000-FF1C8FFF] (RO)
#######################################################
Can't allocate major number 31 for Memory Technology Devices. #
#######################################################
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 1024)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com
##########################################
Kernel panic: VFS: Unable to mount root fs on 1f:00 #
##########################################


衷心希望各位高手帮小弟解决这个问题,我当不胜感激涕零!
上次由 chenxian 在 2007-03-19 19:49,总共编辑 2 次。
bass339
帖子: 9
注册时间: 2006-11-11 18:26

#2

帖子 bass339 » 2007-03-19 19:34

这应该不是busybox的问题吧。
1. Kernel command line: 是在编译内核是指定的或者是boot传递给内核的参数;
2. 应该是网卡驱动不对,你的网络设备是什么型号?
3. 这个是mtd设备驱动问题,应该是flash驱动,分区什么的不对
4. 没有根文件系统或者文件系统格式不支持
仅供参考,实际情况得自己摸了 ……
kf701
帖子: 24
注册时间: 2007-03-20 9:33
联系:

#3

帖子 kf701 » 2007-03-20 10:32

没开发板吗,穷啊
chenxian
帖子: 18
注册时间: 2007-02-28 10:05
来自: 湖北武汉

#4

帖子 chenxian » 2007-03-20 17:28

bass339 写了:这应该不是busybox的问题吧。
1. Kernel command line: 是在编译内核是指定的或者是boot传递给内核的参数;
2. 应该是网卡驱动不对,你的网络设备是什么型号?
3. 这个是mtd设备驱动问题,应该是flash驱动,分区什么的不对
4. 没有根文件系统或者文件系统格式不支持
仅供参考,实际情况得自己摸了 ……
有道理,谢谢
虽然不是很明白,但是知道了自己要学习哪方面的知识了
难道我内核配置的有问题?
上次由 chenxian 在 2007-03-20 17:32,总共编辑 1 次。
chenxian
帖子: 18
注册时间: 2007-02-28 10:05
来自: 湖北武汉

#5

帖子 chenxian » 2007-03-20 17:31

kf701 写了:没开发板吗,穷啊
唉,是啊!我们还处于社会主义初级阶段,经费紧张阿
我们现在的硬件还没定下来,所以我先用模拟器熟悉下过程
回复