-
Notifications
You must be signed in to change notification settings - Fork 132
ESP32 1.0.6 / 1.0,4 Partition Problem #1358
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
Comments
V4.4 is still in beta so this is not fixed unless you use the nightly. |
How do I get V4.4? I tried using the URL in Eclipse but it fails because the sub-URB for the plotter is incorrect. Couldn't see how to download the nightly build and how to install it. |
https://github.com/Sloeber/arduino-eclipse-plugin/releases |
Will try getting the nightly build installed. As a workaround:
|
This is the same as issue #1312.
Ubuntu 20.04
Eclipse 4.2 / CDT 10.3 (2021-06)
Sloeber 4.3.3
Started with ESP32 1.0.6 but get error:
o such file or directory: '/mnt/devel/ws2/eps32/Release/eps32.partitions.bin'. A
hexfile is being built, though.
Don't see the command line for creating the partition version of the
bin
file.Saw issue 1312 so changed to ESP 1.0.4 but encounter the same error. Command line:
Launching: python /home/rmerriam/eclipse/eclipse//arduinoPlugin/packages/esp32/tools/esptool_py/2.6.1/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 /home/rmerriam/eclipse/eclipse//arduinoPlugin/packages/esp32/hardware/esp32/1.0.4/tools/partitions/boot_app0.bin 0x1000 /home/rmerriam/eclipse/eclipse//arduinoPlugin/packages/esp32/hardware/esp32/1.0.4/tools/sdk/bin/bootloader_dio_80m.bin 0x10000 /mnt/devel/ws2/eps32/Release/eps32.bin 0x8000 /mnt/devel/ws2/eps32/Release/eps32.partitions.bin
The text was updated successfully, but these errors were encountered: