mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
# Rockchip RK3308 quad core 512MB SoC WiFi
|
|
# https://radxa.com/products/rocks/s0
|
|
|
|
# This board is very similar to the older RockPi-S model
|
|
source "${SRC}/config/boards/rockpi-s.conf"
|
|
|
|
BOARD_NAME="Rock S0"
|
|
BOARD_MAINTAINER="brentr"
|
|
BOARDFAMILY="rockchip64"
|
|
BOOTCONFIG="rock-s0-rk3308_defconfig"
|
|
BOOT_FDT_FILE="rockchip/rk3308-rock-s0.dtb"
|
|
KERNEL_TARGET="current,edge"
|
|
KERNEL_TEST_TARGET="current"
|