Skip to content

Commit

Permalink
[TOOLS] Updating TIDL tools to version 09_01_03_00
Browse files Browse the repository at this point in the history
- Additionally fixed conditional statements in Dockerfile
  • Loading branch information
Varun Tripathi committed Feb 13, 2024
1 parent 2f7e880 commit 7cc662f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN bash -c 'if [ $USE_PROXY = "ti" ];then \
export no_proxy=ti.com;\
apt-get update;\
apt-get install -y cmake libprotobuf-dev protobuf-compiler libprotoc-dev graphviz swig curl vim git wget gdb nano zip pkg-config libgtk-3-dev libyaml-cpp-dev;\
elif [ $USE_PROXY = "" ];then \
else \
apt-get update;\
apt-get install -y cmake libprotobuf-dev protobuf-compiler libprotoc-dev graphviz swig curl vim git wget gdb nano zip pkg-config libgtk-3-dev libyaml-cpp-dev;\
fi'
Expand All @@ -34,7 +34,7 @@ RUN bash -c 'if [ $USE_PROXY = "ti" ];then \
export no_proxy=ti.com;\
pip3 install pybind11[global];\
pip3 install -r /requirements_pc.txt;\
elif [ $USE_PROXY = "" ];then \
else \
pip3 install pybind11[global];\
pip3 install -r /requirements_pc.txt;\
fi'
Expand Down
1 change: 1 addition & 0 deletions docs/version_compatibility_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

|EdgeAI TIDL Tools TAG | AM62 | AM62A | AM68A/J721S2 (TDA4AL, TDA4VL) | AM68PA/J721E (TDA4VM)| AM69A/J784S4(TDA4AP, TDA4VP,TDA4AH, TDA4VH)|
| ---------------------------- |:--------------:|:---------------:|:--------------:|:--------------:|:-------------:|
| 09_01_03_00 | 09_01_00_08 | Processor SDK LINUX : 09.01.00.07 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 |
| 09_01_01_01 | 09_01_00_08 | Processor SDK LINUX : 09.01.00.07 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 |
| 09_01_00_05 | 09_01_00_08 | Processor SDK LINUX : 09.01.00.07 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 |
| 09_01_00_02 | 09_01_00_08 | Processor SDK LINUX : 09.01.00.07 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 | Processor SDK LINUX 09.01.00.06<br /> Processor SDK RTOS 09.01.00.06 |
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ cp_osrt_lib()


SCRIPTDIR=`pwd`
REL=09_01_01_01
REL=09_01_03_00
skip_cpp_deps=0
skip_arm_gcc_download=0
skip_x86_python_install=0
Expand Down

0 comments on commit 7cc662f

Please sign in to comment.