7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-03-29 12:06:55 +00:00

Updated scripts to use ota_support branch and our fork of openFPGAloader

This commit is contained in:
Aleksa Bjelogrlic 2025-02-15 16:59:50 -05:00
parent e8e8c10208
commit d64cda11b8
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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