0

I have problem with my esp32 Device and asked one question as you can see below:

How to understand the ESP32 is working (Error: Arduino unknown board ...)

As it is not fixed, so I am thinking to upload the bootloader codes on the ESp32. SO I have tried the ArduinoISP example codes and tried to use the bootloader icon on Arduino, but it doesn't work, and I get below error:

java.lang.NullPointerException
 at cc.arduino.packages.uploaders.SerialUploader.burnBootloader(SerialUploader.java:329)
 at processing.app.Editor.lambda$handleBurnBootloader61ドル(Editor.java:2379)
 at java.base/java.lang.Thread.run(Thread.java:829)
Error while burning bootloader.

Also, the whole process is show below:

enter image description here

So I have asked here for some comments or answers.

Thanks.

asked Sep 11, 2021 at 16:53
0

1 Answer 1

3
  1. esp32 has a fixed bootloader in read only memory. it is not replaceable

  2. ArduinoISP sketch is a programmer only for classic ATmega MCU boards

  3. in valid case you would have to select the programmer in Tools menu before using Burn Bootloader. (There are no options in your Programmer menu, because no programmers are defined for esp32 boards package)

answered Sep 11, 2021 at 16:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.