|
发表于 2017-3-13 15:05:16
只看该作者
27#
把3.14kernel烧录进去后,找不到emmc,RFS起不来。是没有把emmc驱动编进去吗?
[ 4.558602] Freeing unused kernel memory: 504K (c0c00000 - c0c7e000)
Loading, please wait...
Begin: Loading essential drivers ... [ 4.585767] udevd[125]: starting version 175
FATAL: Could not load /lib/modules/3.14.0/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.14.0/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.14.0/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.14.0/modules.dep: No such file or directory
done.
Begin: Running /scripts/init-premount ... Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Waiting for eMMC storage...
Timeout!
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
[ 5.982793] mmc0: unrecognised EXT_CSD revision 8
[ 5.987547] mmc0: error -22 whilst initialising MMC card
[ 11.100438] ES8323 2-0010: mic_state_switch 0
[ 11.105446] ES8323 2-0010: hp_det = 1,deinsert hp
[ 11.110886] ES8323 2-0010: hp mic use extern
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/block/mtd/by-name/linuxroot does not exist. Dropping to a shell!
FATAL: Could not load /lib/modules/3.14.0/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.14.0/modules.dep: No such file or directory
/bin/sh: can't access tty; job control turned off
(initramfs) ls /dev/block/mtd/by-name/
(initramfs) ls /dev/mmc*
ls: /dev/mmc*: No such file or directory
(initramfs) |
|