SBC-sig/scripts/boards/sample.conf

14 lines
518 B
Plaintext
Raw Normal View History

ubootconfig=firefly-rk3399_defconfig #Required! The name of defconfig file when compiling u-boot, which defaults to firefly-rk3399_defconfig.
bootmode=extlinux
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.
2025-02-28 16:37:08 +08:00
soc_name=rk3399
2025-05-07 18:09:32 +08:00
arch=arm64
part_table=gpt
boot_size=256
POST_BOARD_OVERLAY() {
echo "Put ${board} firmware into rootfs..."
echo "This is a sample..."
}