初级会员
- 积分
- 61
- 金钱
- 61
- 注册时间
- 2020-5-11
- 在线时间
- 15 小时
|
发表于 2020-7-24 06:31:49
|
显示全部楼层
整个流程是这样子的
开始启动
FEC1 Waiting for PHY auto negotiation to complete.... done
Using FEC1 device
TFTP from server 192.168.125.5; our IP address is 192.168.125.20
Filename 'zImage'.
Load address: 0x80800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
########################################################
469.7 KiB/s
done
Bytes transferred = 5582760 (552fa8 hex)
Using FEC1 device
TFTP from server 192.168.125.5; our IP address is 192.168.125.20
Filename 'imx6ull-alientek-emmc.dtb'.
Load address: 0x83000000
Loading: ###
788.1 KiB/s
done
Bytes transferred = 36341 (8df5 hex)
Kernel image @ 0x80800000 [ 0x000000 - 0x552fa8 ]
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 83000000, end 8300bdf4
Starting kernel ...
启动到
snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 2019-08-16 12:00:32 UTC (1565956832)
IP-Config: Failed to open eth0
IP-Config: Device `eth0' not found
VSD_3V3: disabling
can-3v3: disabling
ALSA device list:
No soundcards found.
出现的问题是网卡ETH0没有发现,后面就直接等待很久
No soundcards found.
mmc1: new HS200 MMC card at address 0001
mmcblk1: mmc1:0001 8GTF4R 7.28 GiB
mmcblk1boot0: mmc1:0001 8GTF4R partition 1 4.00 MiB
mmcblk1boot1: mmc1:0001 8GTF4R partition 2 4.00 MiB
mmcblk1rpmb: mmc1:0001 8GTF4R partition 3 512 KiB
mmcblk1: p1 p2
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6
Please append a correct "root=" boot option; here are the available partitions:
0100 65536 ram0 (driver?)
0101 65536 ram1 (driver?)
0102 65536 ram2 (driver?)
0103 65536 ram3 (driver?)
0104 65536 ram4 (driver?)
0105 65536 ram5 (driver?)
0106 65536 ram6 (driver?)
0107 65536 ram7 (driver?)
0108 65536 ram8 (driver?)
0109 65536 ram9 (driver?)
010a 65536 ram10 (driver?)
010b 65536 ram11 (driver?)
010c 65536 ram12 (driver?)
010d 65536 ram13 (driver?)
010e 65536 ram14 (driver?)
010f 65536 ram15 (driver?)
b300 7634944 mmcblk1 driver: mmcblk
b301 131072 mmcblk1p1 5c49df4b-01
b302 7493632 mmcblk1p2 5c49df4b-02
b330 512 mmcblk1rpmb (driver?)
b320 4096 mmcblk1boot1 (driver?)
b310 4096 mmcblk1boot0 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
random: nonblocking pool is initialized
最后是内核启动失败
|
|