rockchip: Add CSC board Luckfox Pico Pro / Pico Max

This commit is contained in:
Austin Lane 2025-11-06 10:10:43 -05:00 committed by Igor
parent 2b4e8740de
commit 934dbb6575

View File

@ -0,0 +1,12 @@
# Rockchip RV1106 single core 128-256MB SoC 1x100MBe NAND USB2
BOARD_NAME="Luckfox Pico Pro / Pico Max"
BOARDFAMILY="rockchip-rv1106"
BOOTCONFIG="luckfox_rv1106_uboot_defconfig"
BOARD_MAINTAINER="vidplace7"
KERNEL_TARGET="vendor"
BOOT_FDT_FILE="rv1106g-luckfox-pico-pro-max.dtb"
IMAGE_PARTITION_TABLE="gpt"
BOOT_SOC="rv1106"
# Board has 128MB - 256MB RAM; use 'lowmem' extension to optimize for this.
enable_extension "lowmem"