mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
BOOTBRANCH='tag:v2021.04'
|
|
|
|
KERNELBRANCH='branch:linux-5.10.y'
|
|
|
|
ARCH=arm64
|
|
#UBOOT_TARGET_MAP=";;u-boot.bin"
|
|
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin:u-boot.bin u-boot-dtb.img"
|
|
KERNEL_IMAGE_TYPE=Image
|
|
ATF_COMPILE="no"
|
|
|
|
BOOTSCRIPT='boot-qemu.cmd:boot.cmd'
|
|
BOOTPATCHDIR="u-boot-arm-64"
|
|
BOOTDIR='u-boot'
|
|
|
|
write_uboot_platform() {
|
|
dd if=$1/u-boot.bin of=$2 bs=32k seek=1 status=noxfer > /dev/null 2>&1
|
|
}
|