Skip to content

Commit

Permalink
[DOCS] Fix bootloader and boot app bin link (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Dec 16, 2022
1 parent d73696e commit 827724f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upload/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Nevertheless you will not be able to change advanced parameters; if you want to
Download the binary corresponding to your board and gateway [here](https://github.com/1technophile/OpenMQTTGateway/releases) from github and uncompress it.

## ESP32
* Download the bootloader [here](https://github.com/espressif/arduino-esp32/raw/master/tools/sdk/esp32/bin/bootloader_dio_80m.bin)
* Download the boot_app0 from [here](https://github.com/espressif/arduino-esp32/raw/master/tools/partitions/boot_app0.bin)
* Download the bootloader [here](https://github.com/espressif/arduino-esp32/raw/2.0.5/tools/sdk/esp32/bin/bootloader_dio_80m.bin)
* Download the boot_app0 from [here](https://github.com/espressif/arduino-esp32/raw/2.0.5/tools/partitions/boot_app0.bin)
* Download the flash tool utility from espressif:
https://www.espressif.com/en/products/hardware/esp32/resources
* Uncompress the package
Expand Down

0 comments on commit 827724f

Please sign in to comment.