at the end of console information :
VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
wm831x-rtc wm831x-rtc: hctosys: unable to read the hardware clock
Waiting for root device /dev/mmcblk0p4...
mmc0: new high speed MMC card at address 0001
mmcblk0: mmc0:0001 SEM04G 3.68 GiB
mmcblk0:
p1 p2 p3 <
p5
p6 > p4
EXT4-fs (mmcblk0p4): recovery complete
EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext2 filesystem) on device 179:4.
Freeing init memory: 192K
init: cannot open '/initlogo.rle'
init: Unable to open persistent property directory /data/property errno: 2
EXT4-fs (mmcblk0p6): recovery complete
EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts:
u-boot args:
setenv bootargs_android_recovery 'setenv bootargs ${bootargs} init=/init root=/dev/mmcblk0p4 rootfs=ext4 rootwait'
setenv bootcmd_android_recovery 'run bootargs_android_recovery;mmc read 1 ${loadaddr} 0x800 0x2000;bootm'
run bootcmd_android_recovery
Solved! Go to Solution.
Hello,Pan,
Recovery mode means recovery image will recovery previous system. During this procedure, you can't get more information from console.
Recover mode is used to restore damaged system. For a normal booting,you can't run command "run bootcmd_android_recovery" .
Please use print command to display all settings in u-boot, and check your booting parameters which setting is for normal boot.
Regards,
Weidong
Hello,Pan,
Recovery mode means recovery image will recovery previous system. During this procedure, you can't get more information from console.
Recover mode is used to restore damaged system. For a normal booting,you can't run command "run bootcmd_android_recovery" .
Please use print command to display all settings in u-boot, and check your booting parameters which setting is for normal boot.
Regards,
Weidong
thank you.