mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: mount /root read-write on boot for rk3326-linux
fixup mount error on debian: [ 1.990120 ] EXT4-fs (mmcblk1p8): mounted filesystem with ordered data mode. Opts: (null) [ 1.990932 ] VFS: Mounted root (ext4 filesystem) readonly on device 179:8. Change-Id: I58cc93c9ce9ba964d75c97298b75a4786812dab9 Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
compatible = "rockchip,rk3326-evb-lp3-v10-linux", "rockchip,rk3326";
|
||||
|
||||
chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
||||
};
|
||||
|
||||
adc-keys {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
compatible = "rockchip,linux", "rockchip,rk3326";
|
||||
|
||||
chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait";
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 rw root=PARTUUID=614e0000-0000 rootwait";
|
||||
};
|
||||
|
||||
fiq-debugger {
|
||||
|
||||
Reference in New Issue
Block a user