You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfuly flash by USB my BBK, impossible to boot it !
Starting kernel ...
[ 2.006561] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 2.181084] omap_voltage_late_init: Voltage driver support not added
[ 2.188554] PM: Cannot get wkup_m3_ipc handle
[ 2.301238] bone_capemgr bone_capemgr: slot #0: No cape found
[ 2.345232] bone_capemgr bone_capemgr: slot #1: No cape found
[ 2.389229] bone_capemgr bone_capemgr: slot #2: No cape found
[ 2.433229] bone_capemgr bone_capemgr: slot #3: No cape found
Loading, please wait...
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/mmcblk1p1 does not exist. Dropping to a shell!
modprobe: module i8042 not found in modules.dep
modprobe: module ehci-pci not found in modules.dep
modprobe: module ehci-orion not found in modules.dep
modprobe: module uhci-hcd not found in modules.dep
modprobe: module ohci-hcd not found in modules.dep
BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off
(initramfs)
I don't really understand what appened :( but effectivly when i use initramfs prompt, i can see that there is only a /dev/mmcblk0p1 partition.
Please can you help me. thanks a lot.
The text was updated successfully, but these errors were encountered:
I had the same issue and the cause was that, I was booting an image flashed to EMMC but in /boot/uEnv.txt, I had the line: disable_uboot_overlay_emmc=1
Which disables emmc and makes it fail.
Hi everybody,
After successfuly flash by USB my BBK, impossible to boot it !
Starting kernel ...
[ 2.006561] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
[ 2.181084] omap_voltage_late_init: Voltage driver support not added
[ 2.188554] PM: Cannot get wkup_m3_ipc handle
[ 2.301238] bone_capemgr bone_capemgr: slot #0: No cape found
[ 2.345232] bone_capemgr bone_capemgr: slot #1: No cape found
[ 2.389229] bone_capemgr bone_capemgr: slot #2: No cape found
[ 2.433229] bone_capemgr bone_capemgr: slot #3: No cape found
Loading, please wait...
Gave up waiting for root device. Common problems:
ALERT! /dev/mmcblk1p1 does not exist. Dropping to a shell!
modprobe: module i8042 not found in modules.dep
modprobe: module ehci-pci not found in modules.dep
modprobe: module ehci-orion not found in modules.dep
modprobe: module uhci-hcd not found in modules.dep
modprobe: module ohci-hcd not found in modules.dep
BusyBox v1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off
(initramfs)
I don't really understand what appened :( but effectivly when i use initramfs prompt, i can see that there is only a /dev/mmcblk0p1 partition.
Please can you help me. thanks a lot.
The text was updated successfully, but these errors were encountered: