File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ if [ -f ./u-boot.img ] ; then
1717 rm -rf ./u-boot.img || true
1818fi
1919
20- wget https://github.com/beagleboard/u-boot-beagley-ai/releases/download/v2025.07-rc5-Beagle-11.01.03/tiboot3.bin
21- wget https://github.com/beagleboard/u-boot-beagley-ai/releases/download/v2025.07-rc5-Beagle-11.01.03/tispl.bin
22- wget https://github.com/beagleboard/u-boot-beagley-ai/releases/download/v2025.07-rc5-Beagle-11.01.03/u-boot.img
20+ wget https://github.com/beagleboard/u-boot-beagley-ai/releases/download/v2025.07-Beagle-11.01.05/tiboot3.bin
21+ wget https://github.com/beagleboard/u-boot-beagley-ai/releases/download/v2025.07-Beagle-11.01.05/tispl.bin
22+ wget https://github.com/beagleboard/u-boot-beagley-ai/releases/download/v2025.07-Beagle-11.01.05/u-boot.img
23+
24+ sync
2325
2426if [ -d /boot/firmware/ ] ; then
2527 cp -v ./tiboot3.bin /boot/firmware/
You can’t perform that action at this time.
0 commit comments