From 3f788b04232e6be1aa9b03f29d03d28be80a99dc Mon Sep 17 00:00:00 2001 From: Vishwanath Martur <64204611+vishwamartur@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:03:10 +0530 Subject: [PATCH] Fix u-boot environment for arria10-socdk Related to #2 Update the `bootdelay` variable in `arria10-socdk_u-boot-env.txt` to 5. --- recipes-bsp/u-boot/env/arria10-socdk_u-boot-env.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/env/arria10-socdk_u-boot-env.txt b/recipes-bsp/u-boot/env/arria10-socdk_u-boot-env.txt index 4ad0eb3..3e1539e 100644 --- a/recipes-bsp/u-boot/env/arria10-socdk_u-boot-env.txt +++ b/recipes-bsp/u-boot/env/arria10-socdk_u-boot-env.txt @@ -9,7 +9,7 @@ bootcmd_dhcp=setenv devtype dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} bootcmd_mmc0=devnum=0; run mmc_boot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcmd_qspi=run qspiload; run qspiboot -bootdelay=2 +bootdelay=5 boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootarm.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_efi_bootmgr=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf} @@ -43,4 +43,4 @@ scriptfile=u-boot.scr soc=socfpga socfpga_legacy_reset_compat=1 usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi -vendor=altera \ No newline at end of file +vendor=altera