We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c246d commit 20f3ba9Copy full SHA for 20f3ba9
1 file changed
linux-image-star64/etc/u-boot-initial-env
@@ -18,7 +18,7 @@ ipaddr=192.168.120.230
18
19
bootcmd=setenv devnum; for target in "${boot_targets}"; do echo "Trying to boot from ${target} ..."; run "bootcmd_${target}"; done
20
21
-boot_targets=mmc1 mmc0 dhcp
+boot_targets=mmc1 usb0 nvme0 mmc0 dhcp
22
bootcmd_mmc1=devnum=1; run mmc_boot
23
bootcmd_usb0=devnum=0; run usb_boot
24
bootcmd_nvme0=devnum=0; run nvme_boot
0 commit comments