Recommendation for additional documentation #17
worldspawn00
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For those wanting to set up a device without compiling the project, there are currently no instructions on the process. Can I recommend the following addition:
Necessary tool:
ESP-32 Flash Download Tool
https://www.espressif.com/en/support/download/other-tools
Necessary binaries, available in 'Releases' (https://github.com/cvonk/OPNpool/releases/)
factory.bin
bootloader.bin
partition-table.bin
ota_data_initial.bin
Download the binaries indicated above.
Extract the Flash downloader to a new folder and run the exe.
Select and assign the binaries and addresses per:
factory.bin - 0x010000
bootloader.bin - 0x1000
partition-table.bin - 0x8000
ota_data_initial.bin - 0xd000
Other settings can remain at default (SPI SPEED - 40MHZ, SPI MODE - DIO, ☑DoNotChgBin)
Select the COM port the ESP32 is connected to.
Hit the 'Start' button, wait for the tool to indicate the flash is finished.
Unplug and replug the ESP module from power.
The device should now bot up with the factory image and is ready for provisioning via the Android App.
Beta Was this translation helpful? Give feedback.
All reactions