fix untar location
This commit is contained in:
@@ -19,7 +19,7 @@ install:
|
|||||||
- cd ~/esp
|
- cd ~/esp
|
||||||
# Download binary toolchain for the ESP32
|
# Download binary toolchain for the ESP32
|
||||||
- wget https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
|
- wget https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
|
||||||
- tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
|
- tar -xzf xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz
|
||||||
# Make xtensa-esp32-elf available for all terminal sessions
|
# Make xtensa-esp32-elf available for all terminal sessions
|
||||||
- export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
|
- export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
|
||||||
# Get ESP-IDF v3.3
|
# Get ESP-IDF v3.3
|
||||||
|
|||||||
Reference in New Issue
Block a user