新手上路
- 积分
- 22
- 金钱
- 22
- 注册时间
- 2023-2-28
- 在线时间
- 3 小时
|
1金钱
刚入坑linux,在学习imx6ull时候,按照教程加载根文件系统时候报错,没有加载成功,打印信息如下:
IP-Config: Complete:
device=eth0, hwaddr=00:04:9f:04:d2:35, ipaddr=192.168.31.81, mask=255.255.255.0, gw=192.168.31.1
host=192.168.31.81, domain=, nis-domain=(none)
bootserver=192.168.31.91, rootserver=192.168.31.91, rootpath=
can-3v3: disabling
ALSA device list:
No soundcards found.
VFS: Mounted root (nfs filesystem) on device 0:15.
devtmpfs: mounted
Freeing unused kernel memory: 400K (8090e000 - 80972000)
Please press Enter to activate this console.
网络正常,能加载内核文件和设备树
nfs 80800000 192.168.31.91:/home/bighero/linux_study/nfs/zImage
Using FEC1 device
File transfer via NFS from server 192.168.31.91; our IP address is 192.168.31.81
Filename '/home/bighero/linux_study/nfs/zImage'.
Load address: 0x80800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###################################################
done
Bytes transferred = 5582720 (552f80 hex)
=> nfs 83000000 192.168.31.91:/home/bighero/linux_study/nfs/imx6ull-14x14-evk-emmc.dtb
Using FEC1 device
File transfer via NFS from server 192.168.31.91; our IP address is 192.168.31.81
Filename '/home/bighero/linux_study/nfs/imx6ull-14x14-evk-emmc.dtb'.
Load address: 0x83000000
Loading: ########
已经在rootfs里面创建了 /etc/init.d/rcS /etc/fstab /etc/initab
有大神能帮忙看看这是咋回事吗?
|
|