Update toolchain download links

This commit is contained in:
Ivan Grokhotkov
2017-09-11 15:14:07 +08:00
parent 100889f124
commit 5586b4b799
3 changed files with 6 additions and 6 deletions

View File

@@ -28,17 +28,17 @@ ESP32 toolchain for Linux is available for download from Espressif website:
- for 64-bit Linux: - for 64-bit Linux:
https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-61-gab8375a-5.2.0.tar.gz https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-70-gfa0bad1-5.2.0.tar.gz
- for 32-bit Linux: - for 32-bit Linux:
https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-61-gab8375a-5.2.0.tar.gz https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-70-gfa0bad1-5.2.0.tar.gz
1. Download this file, then extract it in ``~/esp`` directory:: 1. Download this file, then extract it in ``~/esp`` directory::
mkdir -p ~/esp mkdir -p ~/esp
cd ~/esp cd ~/esp
tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-61-gab8375a-5.2.0.tar.gz tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-70-gfa0bad1-5.2.0.tar.gz
.. _setup-linux-toolchain-add-it-to-path: .. _setup-linux-toolchain-add-it-to-path:

View File

@@ -19,13 +19,13 @@ Toolchain Setup
ESP32 toolchain for macOS is available for download from Espressif website: ESP32 toolchain for macOS is available for download from Espressif website:
https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-61-gab8375a-5.2.0.tar.gz https://dl.espressif.com/dl/xtensa-esp32-elf-osx-1.22.0-70-gfa0bad1-5.2.0.tar.gz
Download this file, then extract it in ``~/esp`` directory:: Download this file, then extract it in ``~/esp`` directory::
mkdir -p ~/esp mkdir -p ~/esp
cd ~/esp cd ~/esp
tar -xzf ~/Downloads/xtensa-esp32-elf-osx-1.22.0-61-gab8375a-5.2.0.tar.gz tar -xzf ~/Downloads/xtensa-esp32-elf-osx-1.22.0-70-gfa0bad1-5.2.0.tar.gz
.. _setup-macos-toolchain-add-it-to-path: .. _setup-macos-toolchain-add-it-to-path:

View File

@@ -72,7 +72,7 @@ Alternative Setup: Just download a toolchain
If you already have an MSYS2 install or want to do things differently, you can download just the toolchain here: If you already have an MSYS2 install or want to do things differently, you can download just the toolchain here:
https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-61-gab8375a-5.2.0.zip https://dl.espressif.com/dl/xtensa-esp32-elf-win32-1.22.0-70-gfa0bad1-5.2.0.tar.gz
.. note:: .. note::