Skip to content
Snippets Groups Projects
Commit a0645675 authored by Tianling Shen's avatar Tianling Shen Committed by Rafał Miłecki
Browse files

uboot-mediatek: enable rootwait for jdcloud re-cp-03


Sometimes the mmc deivce may come up later than kernel attempts to
mount rootfs, resulting kernel panic. Enable rootwait to fix it.

Signed-off-by: default avatarTianling Shen <cnsztl@immortalwrt.org>
parent 9f739daf
Branches
Tags
1 merge request!433Merge OpenWrt tag 'v23.05.4' into devel
......@@ -271,7 +271,7 @@
+serverip=192.168.1.254
+loadaddr=0x46000000
+console=earlycon=uart8250,mmio32,0x11002000 console=ttyS0
+bootargs=root=/dev/mmcblk0p65
+bootargs=root=/dev/mmcblk0p65 rootwait
+bootcmd=if pstore check ; then run boot_recovery ; else run boot_emmc ; fi
+bootconf=config-1
+bootdelay=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment