Skip to content

Commit 2512baa

Browse files
committed
Fix the boot parameter errors for OES & OES-Plus
1 parent c27ced9 commit 2512baa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build-armbian/armbian-files/different-files/a311d-oes/bootfs/extlinux/extlinux.conf.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ label Armbian
22
kernel /zImage
33
initrd /uInitrd
44
fdt /dtb/amlogic/meson-g12b-a311d-oes.dtb
5-
append root=LABEL=ROOTFS console=ttyAML0,115200 console=tty1 consoleblank=0 coherent_pool=2M loglevel=1 splash=verbose ubootpart= libata.force=noncq usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory
5+
append root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 coherent_pool=2M libata.force=noncq ubootpart= fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 loglevel=1 voutmode=hdmi disablehpd=false overscan=100 sdrmode=auto
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
LINUX=/zImage
22
INITRD=/uInitrd
33
FDT=/dtb/amlogic/meson-g12b-a311d-oes.dtb
4-
APPEND=root=LABEL=ROOTFS console=ttyAML0,115200 console=tty1 consoleblank=0 coherent_pool=2M loglevel=1 splash=verbose ubootpart= libata.force=noncq usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory
4+
APPEND=root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 coherent_pool=2M libata.force=noncq ubootpart= fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1

build-armbian/armbian-files/different-files/s922x-oes-plus/bootfs/extlinux/extlinux.conf.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ label Armbian
22
kernel /zImage
33
initrd /uInitrd
44
fdt /dtb/amlogic/meson-g12b-s922x-oes-plus-00050000.dtb
5-
append root=LABEL=ROOTFS console=ttyAML0,115200 console=tty1 consoleblank=0 coherent_pool=2M loglevel=1 splash=verbose ubootpart= libata.force=noncq usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory
5+
append root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 coherent_pool=2M libata.force=noncq ubootpart= fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 loglevel=1 voutmode=hdmi disablehpd=false overscan=100 sdrmode=auto
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
LINUX=/zImage
22
INITRD=/uInitrd
33
FDT=/dtb/amlogic/meson-g12b-s922x-oes-plus-00050000.dtb
4-
APPEND=root=LABEL=ROOTFS console=ttyAML0,115200 console=tty1 consoleblank=0 coherent_pool=2M loglevel=1 splash=verbose ubootpart= libata.force=noncq usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory
4+
APPEND=root=LABEL=ROOTFS console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 coherent_pool=2M libata.force=noncq ubootpart= fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1

0 commit comments

Comments
 (0)