We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc17282 commit e76ecd4Copy full SHA for e76ecd4
version.sh
@@ -1,15 +1,15 @@
1
#!/bin/bash
2
3
#https://github.com/TexasInstruments/ti-linux-firmware.git
4
-TI_FIRMWARE="${TI_FIRMWARE:-11.01.05}"
+TI_FIRMWARE="${TI_FIRMWARE:-11.02.11}"
5
6
#https://github.com/TrustedFirmware-A/trusted-firmware-a.git
7
TFA_GIT="${TFA_GIT:-https://github.com/TrustedFirmware-A/trusted-firmware-a.git}"
8
-TFA="lts-v2.12.4"
+TFA="${TFA:-lts-v2.12.8}"
9
10
#https://github.com/OP-TEE/optee_os.git
11
-OPTEE="4.7.0-rc1"
+OPTEE="${OPTEE:-4.9.0-rc1}"
12
13
#https://github.com/beagleboard/u-boot.git
14
UBOOT_GIT="${UBOOT_GIT:-https://github.com/beagleboard/u-boot.git}"
15
-UBOOT="${UBOOT:-v2025.07-Beagle}"
+UBOOT="${UBOOT:-v2025.10-Beagle}"
0 commit comments