Skip to content

Commit 2b6a016

Browse files
committed
v2025.07-Beagle-11.01.05 release
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent cef6a57 commit 2b6a016

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

public/get_n_install.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ if [ -f ./u-boot.img ] ; then
1717
rm -rf ./u-boot.img || true
1818
fi
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

2426
if [ -d /boot/firmware/ ] ; then
2527
cp -v ./tiboot3.bin /boot/firmware/

0 commit comments

Comments
 (0)