Skip to content

Commit 5cba94e

Browse files
add NanoPi Zero2 support
1 parent 1f315c7 commit 5cba94e

File tree

3 files changed

+835
-0
lines changed

3 files changed

+835
-0
lines changed

config/boards/nanopi-zero2.csc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Rockchip RK3528 quad core 1/2GB RAM SoC GBe eMMC USB2 USB-C PCIe 2.1
2+
BOARD_NAME="NanoPi Zero2"
3+
BOARDFAMILY="rk35xx"
4+
BOOTCONFIG="hinlink_rk3528_defconfig"
5+
KERNEL_TARGET="vendor"
6+
FULL_DESKTOP="no"
7+
HAS_VIDEO_OUTPUT="no"
8+
BOOT_FDT_FILE="rockchip/rk3528-nanopi-rev01.dtb"
9+
BOOT_SCENARIO="spl-blobs"
10+
BOOT_SUPPORT_SPI="yes"
11+
BOOT_SPI_RKSPI_LOADER="yes"
12+
IMAGE_PARTITION_TABLE="gpt"
13+
BOOTFS_TYPE="ext4"

0 commit comments

Comments
 (0)