Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions config/boards/nanopi-zero2.csc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Rockchip RK3528 quad core 1/2GB RAM SoC GBe eMMC USB2 USB-C PCIe 2.1
BOARD_NAME="NanoPi Zero2"
BOARDFAMILY="rk35xx"
BOOTCONFIG="hinlink_rk3528_defconfig"
KERNEL_TARGET="vendor"
FULL_DESKTOP="no"
HAS_VIDEO_OUTPUT="no"
BOOT_FDT_FILE="rockchip/rk3528-nanopi-rev01.dtb"
BOOT_SCENARIO="spl-blobs"
BOOT_SUPPORT_SPI="yes"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This board does not have spi? Not sure if necessary for emmc though

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't test eMMC right now, but it boots fine from SD without that line.

Copy link
Member

@igorpecovnik igorpecovnik Nov 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think he meant that BOOT_SUPPORT_SPI is probably pointless to be in the config as board doesn't have SPI on board. And one can boot from eMMC without the need of it.

However, FE sells eMMC and SPI in same form factor, but this feature comes handy when you wanna boot OS from nvme, but here this is not the case. Not sure if this works on this board even it should fit to the socket.

20251109_224708

BOOT_SPI_RKSPI_LOADER="yes"
IMAGE_PARTITION_TABLE="gpt"
BOOTFS_TYPE="ext4"
Loading