mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
19 lines
494 B
Bash
Executable file
19 lines
494 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
mkdir /opt/xtensa/licenses
|
|
|
|
mkdir -p /opt/xtensa/XtDevTools/install/tools/
|
|
tar xvzf XtensaTools_RI_2022_9_linux.tgz --dir /opt/xtensa/XtDevTools/install/tools/
|
|
|
|
|
|
###########
|
|
# Hifi5
|
|
###########
|
|
cd /opt/xtensa/
|
|
tar xvzf PRD_H5_RDO_07_01_2022_linux.tgz --dir /opt/xtensa/licenses/
|
|
cd /opt/xtensa/licenses/RI-2022.9-linux/PRD_H5_RDO_07_01_2022/
|
|
|
|
./install --xtensa-tools \
|
|
/opt/xtensa/XtDevTools/install/tools/RI-2022.9-linux/XtensaTools/ \
|
|
--no-default \
|
|
--no-replace
|