Files
build/config/boards/rockpi-s.csc
brentr 663be6550f Allow non-legacy RockPi-S images to boot from their built-in EMMC (aka SDNAND) chips (#4002)
This moves the console from UART2 to UART0 because it
relies on a upgraded Radxa loader blob that only supports console on UART0.
Discussion at:
https://forum.armbian.com/topic/11228-rock-pi-s-rk3308-cpu-is-it-supported-by-anything/page/3
2022-07-16 10:37:37 +02:00

10 lines
282 B
Plaintext

# Rockchip RK3308 quad core 256-512MB SoC WiFi
BOARD_NAME="Rockpi S"
BOARDFAMILY="rockpis"
BOOTCONFIG="rock-pi-s-rk3308_defconfig"
DEFAULT_CONSOLE="serial"
MODULES_LEGACY="g_serial"
SERIALCON="ttyS0"
KERNEL_TARGET="legacy,current,edge"
BOOT_FDT_FILE="rockchip/rk3308-rock-pi-s.dtb"