Update TI k3.conf to use new official mirrors

This commit is contained in:
Andrei Aldea
2025-08-18 15:35:45 -05:00
committed by Rolf Leggewie
parent 94d26351d2
commit 9aa1fcce53

View File

@@ -11,9 +11,9 @@ declare -g ARCH="arm64"
declare -g LINUXFAMILY="k3"
declare -g OVERLAY_DIR="/boot/dtb/ti/overlay"
declare -g KERNELSOURCE="https://github.com/TexasInstruments-Sandbox/ti-linux-kernel"
declare -g KERNELSOURCE="https://github.com/TexasInstruments/ti-linux-kernel"
declare -g ATFSOURCE="https://github.com/TexasInstruments/arm-trusted-firmware"
declare -g BOOTSOURCE="https://github.com/TexasInstruments-Sandbox/ti-u-boot"
declare -g BOOTSOURCE="https://github.com/TexasInstruments/ti-u-boot"
declare -g BOOTSCRIPT="boot-k3.cmd:uEnv.txt"
declare -g SPD_OPTEED="SPD=opteed"
@@ -75,7 +75,7 @@ function add_host_dependencies__k3_python3_dep() {
function compile_k3_bootgen() {
# Source code checkout
(fetch_from_repo "https://github.com/TexasInstruments-Sandbox/ti-linux-firmware" "ti-linux-firmware" ${TI_LINUX_FIRMWARE_BRANCH})
(fetch_from_repo "https://github.com/TexasInstruments/ti-linux-firmware" "ti-linux-firmware" ${TI_LINUX_FIRMWARE_BRANCH})
pushd ${SRC}/cache/sources/u-boot-worktree/${BOOTDIR}/${BOOTBRANCH##*:} || exit