mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
qemu arm64: bump u-boot and fix wrong boot script parameter
Now it boots OOB: https://paste.armbian.com/ololipacam
This commit is contained in:
@@ -10,7 +10,7 @@ echo "INITRD LOAD ADDRESS: ramdisk_addr_r: ${ramdisk_addr_r}"
|
||||
echo "FDT LOAD ADDRESS : fdt_addr : ${fdt_addr}"
|
||||
|
||||
# /vmlinuz and /initrd.img are standard Debian symlinks to the "latest installed kernel"
|
||||
load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} /vmlinuz
|
||||
load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} ${prefix}vmlinuz
|
||||
# Attention, this is uInitrd for uboot/ARM; there's a symlink put there by Armbian hooks
|
||||
load ${devtype} ${devnum}:${distro_bootpart} ${ramdisk_addr_r} ${prefix}uInitrd
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ if [[ "${QEMU_UBOOT_BOOTCONFIG}" != "" ]]; then
|
||||
declare -g ATF_COMPILE="no"
|
||||
|
||||
declare -g BOOTDIR="qemu-uboot-${LINUXFAMILY}"
|
||||
declare -g BOOTBRANCH='tag:v2023.10'
|
||||
declare -g BOOTBRANCH='tag:v2025.01'
|
||||
declare -g BOOTSOURCE='https://github.com/u-boot/u-boot' # Gotta set this again, it is unset by grub extension
|
||||
|
||||
declare -g BOOTCONFIG="${QEMU_UBOOT_BOOTCONFIG}"
|
||||
|
||||
Reference in New Issue
Block a user