mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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
10 lines
282 B
Plaintext
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"
|