Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Add Software Installation Documentation #99

Closed
MathiasSeifert opened this issue Jan 17, 2023 · 3 comments
Closed

Documentation: Add Software Installation Documentation #99

MathiasSeifert opened this issue Jan 17, 2023 · 3 comments

Comments

@MathiasSeifert
Copy link
Collaborator

Create documentation that describes how to flash the release binaries onto the ESP32 and how to prepare the SD card with the release UI archive .

@MathiasSeifert
Copy link
Collaborator Author

Closing as it has been superseded by #100

@MathiasSeifert
Copy link
Collaborator Author

Closing as it has been superseded by #100

@MathiasSeifert MathiasSeifert closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2023
@MathiasSeifert
Copy link
Collaborator Author

MathiasSeifert commented Jan 17, 2023

Some info for reference in case it is ever needed again (all for board az-delivery-devkit-v4):
Bootloader binaries download:
https://github.com/espressif/arduino-esp32/blob/2.0.5/tools/sdk/esp32/bin/bootloader_dio_40m.bin
https://github.com/espressif/arduino-esp32/blob/2.0.5/tools/partitions/boot_app0.bin

esptool download:
https://github.com/espressif/esptool/releases / https://github.com/espressif/esptool/releases/download/v4.4/esptool-v4.4-win64.zip

esptool flash command (update com port number and bin file paths as needed):
esptool.exe --chip esp32 --port "COM5" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 bootloader_dio_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

esptool command parameters can be retrieved from PlatformIO in VSCode by opening a PlatformIO terminal and running the command "pio run -v -t upload". The esptool call including all parameters is then visible in the terminal output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant