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
17 changes: 17 additions & 0 deletions config/boards/luckfox-pico-mini.csc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Rockchip RV1103 single core 64MB SoC 1x100MBe NAND USB2
BOARD_NAME="Luckfox Pico Mini"
BOARDFAMILY="rockchip-rv1106"
BOOTCONFIG="luckfox_rv1106_uboot_defconfig"
BOARD_MAINTAINER="vidplace7"
KERNEL_TARGET="vendor"
BOOT_FDT_FILE="rv1103g-luckfox-pico-mini.dtb"
IMAGE_PARTITION_TABLE="gpt"
# RV1103 but uses RV1106 blobs (doesn't work with RV1103 blobs)
BOOT_SOC="rv1103"
DDR_BLOB="rv11/rv1106_ddr_924MHz_v1.15.bin"
TEE_BLOB="rv11/rv1106_tee_ta_v1.13.bin"
USBPLUG_BLOB="rv11/rv1106_usbplug_v1.09.bin"

# Board only has 64MB RAM; use 'lowmem' extension to optimize for this.
# Pending https://github.com/armbian/build/pull/8839
# enable_extension "lowmem"
Loading