当前位置:  技术问答>linux和unix

高手请进,谢谢!

    来源: 互联网  发布时间:2017-01-26

    本文导语:  本帖最后由 wln2010 于 2011-12-02 11:25:56 编辑 我在开发板上用NFS启动linux,出现如下问题: ## Booting kernel from Legacy Image at 21000000 ...    Image Name:   Linux-2.6.22    Image Type:   ARM Linux Kernel Image (uncompressed)    D...

本帖最后由 wln2010 于 2011-12-02 11:25:56 编辑
我在开发板上用NFS启动linux,出现如下问题:
## Booting kernel from Legacy Image at 21000000 ...
   Image Name:   Linux-2.6.22
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1207824 Bytes =  1.2 MB
   Load Address: 20008000
   Entry Point:  20008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

no machid from env

Starting kernel ...


cleanup_before_linux

machid:0x44b

bi_boot_params536871168
Uncompressing Linux............................................................................... done, booting the kernel.
Linux version 2.6.22 (root@HostWi) (gcc version 4.2.3 (Sourcery G++ Lite 2008q1-126)) #1 Tue Nov 29 18:30:20 PST 2011
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
Machine: Atmel AT91SAM9260-EK
Memory policy: ECC disabled, Data cache writeback
Clocks: CPU 198 MHz, master 99 MHz, main 18.432 MHz
CPU0: D VIVT write-back cache
CPU0: I cache: 8192 bytes, associativity 4, 32 byte lines, 64 sets
CPU0: D cache: 8192 bytes, associativity 4, 32 byte lines, 64 sets
Built 1 zonelists.  Total pages: 8128
Kernel command line: init=/linuxrc root=/dev/nfs nfsroot=192.168.178.12:/home/wi/downloads/busybox-1.19.3/root_fs rw console=ttyS0,115200
AT91: 96 gpio irqs in 3 banks
PID hash table entries: 128 (order: 7, 512 bytes)
Console: colour dummy device 80x30
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 32MB = 32MB total
Memory: 29908KB available (2196K code, 217K data, 112K init)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP reno registered
NetWinder Floating Point Emulator V0.97 (double precision)
io scheduler noop registered
io scheduler anticipatory registered (default)
atmel_usart.0: ttyS0 at MMIO 0xfefff200 (irq = 1) is a ATMEL_SERIAL
atmel_usart.1: ttyS1 at MMIO 0xfffb0000 (irq = 6) is a ATMEL_SERIAL
atmel_usart.2: ttyS2 at MMIO 0xfffb4000 (irq = 7) is a ATMEL_SERIAL
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
macb macb: detected PHY at address 0 (ID 0181:b8b0)
eth0: Atmel MACB at 0xfffc4000 irq 21 (3e:36:65:ba:6f:be)
SSFDC read-only Flash Translation layer
No valid DiskOnChip devices found
NAND device: Manufacturer ID: 0x98, Chip ID: 0x39 (Toshiba NAND 8MiB 1,8V 8-bit)
flash size: 8 MiB
page size: 512 bytes
OOB area size: 16 bytes
sector size: 8 KiB
pages number: 16384
pages per sector: 16
bus width: 8
bits in sector size: 13
bits in page size: 9
bits in OOB size: 4
flash size with OOB: 8448 KiB
page address bytes: 3
sector address bytes: 2
options: 0x62
Scanning device for bad blocks
Creating 1 MTD partitions on "NAND 8MiB 1,8V 8-bit":
0x00000000-0x00800000 : "NAND simulator partition 0"
NAND device: Manufacturer ID: 0xec, Chip ID: 0x76 (Samsung NAND 64MiB 3,3V 8-bit)
Scanning device for bad blocks
Creating 5 MTD partitions on "NAND 64MiB 3,3V 8-bit":
0x00000000-0x00001000 : "Bootstrap"
mtd: partition "Bootstrap" doesn't end on an erase block -- force read-only
SSFDC_RO:can't read CIS/IDI sector
0x00001000-0x000a0000 : "u-boot"
mtd: partition "u-boot" doesn't start on an erase block boundary -- force read-only
SSFDC_RO:can't read CIS/IDI sector
0x000a0000-0x00aa0000 : "kernel"
SSFDC_RO:can't read CIS/IDI sector
0x00aa0000-0x014a0000 : "fs"
SSFDC_RO:can't read CIS/IDI sector
0x014a0000-0x04000000 : "user space"
usbmon: debugfs is not available
at91_ohci at91_ohci: AT91 OHCI
at91_ohci at91_ohci: new USB bus registered, assigned bus number 1
at91_ohci at91_ohci: irq 20, io mem 0x00500000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
udc: at91_udc version 3 May 2006
mice: PS/2 mouse device common for all mice
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Looking up port of RPC 100003/2 on 192.168.178.12
rpcbind: server 192.168.178.12 not responding, timed out
Root-NFS: Unable to get nfsd port number from server, using default
Looking up port of RPC 100005/1 on 192.168.178.12
rpcbind: server 192.168.178.12 not responding, timed out
Root-NFS: Unable to get mountd port number from server, using default
mount: server 192.168.178.12 not responding, timed out
Root-NFS: Server returned error -5 while mounting /home/wi/downloads/busybox-1.19.3/root_fs
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00       8192 mtdblock0 (driver?)
1f01          4 mtdblock1 (driver?)
1f02        636 mtdblock2 (driver?)
1f03      10240 mtdblock3 (driver?)
1f04      10240 mtdblock4 (driver?)
1f05      44416 mtdblock5 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)

请问这是什么原因?
PC机是RHEL,NFS配置好像也没问题,自己可以挂载自己的目录,没问题。开发板与PC机用的HUB相连的,网上有说要用交叉线,或直连线接路由器,是这个原因吗?请高手解答,谢谢!

|
在UBOOY环境变量里已经加了开发板的IP地址
---------------------------
linux不会认uboot的环境变量,必须把这个ip通过内核启动参数传递进内核

|
init的进程起不来了,busybox中的init正确编译了吗?或许是busybox的问题

    
 
 

您可能感兴趣的文章:

  • 请教高手lvs的奇怪问题,我挺着急,希望高手别潜水,就就我,先谢谢了
  • 求助 ==> 代码移殖:从Linux到的Windows,请高手指点一二,谢谢啦
  • 三层结构很简单,但怎么正确使用请高手指点!!!!谢谢
  • linux起不来了,请教高手,谢谢
  • 请教高手,如何在VMware下安装suse10.0??请指教,谢谢。
  • linux内核里面的所有头文件,有没有整理过的,请高手指点!谢谢!!!
  • 哪位高手可以解释下Linux的消息机制吗?谢谢
  • 请教高手!如何在bean中引入链接池?谢谢!
  • 问Linux高手一个安卓系统的问题,麻烦回答一下,谢谢!
  • 我搞不定了,请高手帮忙!!谢谢
  • crontab的问题,希望高手指教!谢谢!
  • UNIX ,消息队列问题,请高手帮忙,谢谢先!!!急!!!
  • 有没有高手知道linux系统定制(最小化定制)的?(在线守候)请您提供一点相关资料,谢谢!
  • blh(老猫)大哥,你是高手。有建议吗?谢谢了
  • 怎样安装LINUX7.3版,高手请指点!!谢谢了!
  • 怎么才能知道声卡、显卡、网卡的信息?如何安装驱动?请各位高手指点,谢谢!!!
  • 求助,关于显卡驱动的安装,高手请进,谢谢
  • 刚开始用linux,相交一些朋友大家共同进步,成为高手。谢谢!!~
  • 请教高手,谢谢!
  • 一个shell的问题,请各位高手进来帮忙了,急,谢谢
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 高手,高手,高高手请进!
  • 有熟悉EXIM的高手高手么??
  • to 高手:学java应该怎样一步步学习,从菜鸟到高手.
  • 高分请高手,高手定能解决
  • 请问高手在linux中用什么命令可以做linux的启动盘???在等待高手??
  • 有高手研究Agent++麽?里面有个thread.h,蛮难读的,请高手指点
  • 难道高手区里的人就是高手?
  • 在dos下用bc31挑战高手******开发mssql程序,连接时报link err:undefined symbol GETNOTE in module DBEXTERN?(挑战高手)
  • 真正的linux高手,请看过来,看你符合高手标准不?
  • 难道这没有高手吗?难道这没有乐于助人的高手?(高分酬谢62+50+50)
  • 关于我对linux高手用yum,非高手用源码的理由
  • 高手救命,很急——ORACLE817安装在UNIXWARE711上,手工启动数据库后在netasst中连接错误,高手帮我看看?
  • 各个高手看看这个问题!本人第一次学习java所以要各位高手的帮助。。
  • :请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • 请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • 我是新手,高手,高手,快来救我
  • EJB问题,请教高手(非高手莫进)
  • 请各位JAVA高手,网业高手看过来,我把能给的分都送出!!!只能给37分,哎!!
  • eWEEK沙龙征集高手座谈
  • 高手请进,中文乱码问题,这是我同一个问题的第五个帖子了,大伙帮忙,心情好郁闷.期待高手.


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3