diff --git a/Gateware/build_and_flash_ts_litex.sh b/Gateware/build_and_flash_ts_litex.sh
index 211c0165..4027076c 100755
--- a/Gateware/build_and_flash_ts_litex.sh
+++ b/Gateware/build_and_flash_ts_litex.sh
@@ -1,9 +1,9 @@
-git clone https://github.com/EEVengers/thunderscope_litex.git
+git clone -b ota_support https://github.com/NateMeyer/thunderscope_litex.git
 cd thunderscope_litex
 
 #https://adaptivesupport.amd.com/s/article/76585?language=en_US
-sudo apt install libtinfo-dev
-sudo ln -s /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libtinfo.so.5
+#sudo apt install libtinfo-dev
+#sudo ln -s /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libtinfo.so.5
 
 source ~/Xilinx/Vivado/2024.1/settings64.sh 
 export LITEX_ENV_VIVADO=~/Xilinx/Vivado/2024.1
diff --git a/Gateware/install_openFPGAloader.sh b/Gateware/install_openFPGAloader.sh
index 82fc853a..b3ce8945 100755
--- a/Gateware/install_openFPGAloader.sh
+++ b/Gateware/install_openFPGAloader.sh
@@ -1,5 +1,5 @@
 sudo apt install git gzip libftdi1-2 libftdi1-dev libhidapi-hidraw0 libhidapi-dev libudev-dev zlib1g-dev cmake pkg-config make g++
-git clone https://github.com/trabucayre/openFPGALoader
+git clone https://github.com/EEVengers/openFPGALoader
 cd openFPGALoader
 mkdir build
 cd build
diff --git a/Software/build_libtslitex.sh b/Software/build_libtslitex.sh
index 71e8267c..76ba0779 100755
--- a/Software/build_libtslitex.sh
+++ b/Software/build_libtslitex.sh
@@ -1,7 +1,7 @@
 if cd libtslitex; then 
 	git pull
 else 
-    git clone https://github.com/EEVengers/libtslitex.git
+    git clone -b ota_support https://github.com/EEVengers/libtslitex.git
 	cd libtslitex
 fi
 mkdir build
diff --git a/Software/install_ts_litex_driver.sh b/Software/install_ts_litex_driver.sh
index 1660015f..53deb54e 100755
--- a/Software/install_ts_litex_driver.sh
+++ b/Software/install_ts_litex_driver.sh
@@ -1,7 +1,7 @@
 if cd ts_litex_driver_linux; then 
 	git pull
 else 
-	git clone -b dev https://github.com/EEVengers/ts_litex_driver_linux.git
+	git clone -b ota_support https://github.com/EEVengers/ts_litex_driver_linux.git
 	cd ts_litex_driver_linux
 fi
 cd kernel