2024-12-16 15:55:46 +08:00
|
|
|
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.
|
2025-01-09 17:01:39 +08:00
|
|
|
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
|
2025-06-03 00:22:27 +08:00
|
|
|
part_table=gpt
|
2025-09-09 12:57:43 +08:00
|
|
|
boot_size=256
|
2025-01-09 17:01:39 +08:00
|
|
|
|
|
|
|
|
POST_BOARD_OVERLAY() {
|
|
|
|
|
echo "Put ${board} firmware into rootfs..."
|
|
|
|
|
echo "This is a sample..."
|
2025-06-03 00:22:27 +08:00
|
|
|
}
|