SBC-sig/scripts/boards/sample.conf
2025-08-27 16:14:46 +08:00

12 lines
486 B
Plaintext

ubootconfig=firefly-rk3399_defconfig #Required! The name of defconfig file when compiling u-boot, which defaults to firefly-rk3399_defconfig.
dtb_name=rk3399-firefly #Required! The device tree name of target board, which defaults to rk3399-firefly.
platform=rockchip #Required! The platform of target board, which defaults to rockchip.
soc_name=rk3399
arch=arm64
part_table=gpt
POST_BOARD_OVERLAY() {
echo "Put ${board} firmware into rootfs..."
echo "This is a sample..."
}