Add androidboot.console to extlinux append for serial shell
This commit is contained in:
parent
fc9c22fc6a
commit
f2b7f770b3
1 changed files with 1 additions and 1 deletions
2
mkimg.sh
2
mkimg.sh
|
|
@ -142,7 +142,7 @@ label LineageOS Android TV
|
|||
kernel /Image
|
||||
fdt /rk3588-orangepi-5-ultra.dtb
|
||||
initrd /ramdisk.img
|
||||
append console=ttyS2,1500000 no_console_suspend root=/dev/ram0 rootwait androidboot.hardware=tart androidboot.selinux=permissive androidboot.boot_devices=fe2c0000.mmc
|
||||
append console=ttyS2,1500000 no_console_suspend root=/dev/ram0 rootwait androidboot.hardware=tart androidboot.selinux=permissive androidboot.boot_devices=fe2c0000.mmc androidboot.console=ttyS2
|
||||
EXTLINUX_EOF
|
||||
sudo cp ${KERNEL_PATH}/boot.scr "${BOOT_MOUNT}/"
|
||||
sudo cp ${KERNEL_PATH}/android-sdcard.dtbo "${BOOT_MOUNT}/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue