radxa-nio-12l: include SRC_CMDLINE for extlinux booting; add explanations
- set SRC_CMDLINE, used in extlinux/EXT=u-boot-menu scenarios - note about d4/d8/d16 irrelevance now as we have RAM autodetection - note about where the blobs (libdram/libbase/lk.bin) live in GH: https://github.com/armbian/mtkbin
This commit is contained in:
parent
431f53df3e
commit
150f2e28b2
@ -5,10 +5,12 @@ BOARDFAMILY="genio"
|
||||
BOARD_MAINTAINER="HeyMeco"
|
||||
KERNEL_TARGET="collabora"
|
||||
KERNEL_TEST_TARGET="collabora"
|
||||
BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb"
|
||||
BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb" # automatically patched by u-boot with autodetected memory size
|
||||
SERIALCON="ttyS0:921600"
|
||||
SRC_CMDLINE="splash plymouth.ignore-serial-consoles console=ttyS0,921600 console=tty0" # for extlinux/EXT=u-boot-menu
|
||||
HAS_VIDEO_OUTPUT="yes"
|
||||
declare -g BOARD_FIRMWARE_INSTALL="-full"
|
||||
declare -g BOOTCONFIG="genio_1200_radxa_nio_12l_d8_defconfig"
|
||||
declare -g BOOT_SOC="mt8395" # the NIO-12L is a MT8395, but everything is named mt8195 in OPTEE/TF-A/Libbase/etc.
|
||||
declare -g MEDIATEK_GENIO_SOC_PLATFORM="mt8195" # The actual PLAT= for TF-A, libbase, etc.
|
||||
declare -g BOOTCONFIG="genio_1200_radxa_nio_12l_d8_defconfig" # d4/d8/d16 are irrelevant, since we've patches to autodetect, for both u-boot and kernel
|
||||
declare -g BOOT_SOC="mt8395" # the NIO-12L is a MT8395, but everything is named mt8195 in OPTEE/TF-A/Libbase/etc.
|
||||
declare -g MEDIATEK_GENIO_SOC_PLATFORM="mt8195" # The actual PLAT= for TF-A, libbase, etc.
|
||||
# blobs live at https://github.com/armbian/mtkbin/tree/main/radxa-nio-12l
|
||||
|
||||
Loading…
Reference in New Issue
Block a user