[openwrt/openwrt] uboot-mediatek: enable rootwait for jdcloud re-cp-03
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 15 07:42:17 PDT 2024
rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/a0645675d43921e68ee772914b162acdbcbf55d2
commit a0645675d43921e68ee772914b162acdbcbf55d2
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Tue Apr 2 19:49:42 2024 +0800
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: Tianling Shen <cnsztl at immortalwrt.org>
---
package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch b/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch
index e0f3a6e235..41fa761417 100644
--- a/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch
+++ b/package/boot/uboot-mediatek/patches/441-add-jdcloud_re-cp-03.patch
@@ -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
More information about the lede-commits
mailing list