1

Im trying to do OTA upload from Arduino IDE.

Uploaded BasicOTA to ESP-01 with flash size set to (FS:2mb, OTA 1019kb). ESP-01 connects and shows up in Port selection, but when trying to upload I get

Uploading.................................................
14:40:35 [ERROR]: Error Uploading

Thats the only output I get. Anyone had similar issue?

Thx

asked Jun 9, 2021 at 12:51
2
  • Does your ESP-01 have that much flash? Commented Jun 9, 2021 at 12:54
  • nop, read wrong the chip info value. It said 4Mbit and I read 4mb. Dumb me Commented Jun 9, 2021 at 13:21

1 Answer 1

3

The ESP-01 comes in two variants: blue, with 512KiB flash, and black, with 1MiB flash.

You have chosen an arrangement that needs 4MiB flash. It won't fit.

Choose a suitable flash size for your board.

answered Jun 9, 2021 at 12:56
1
  • Im using Blue variant. Read the chip info using espressifs flash tool and it read 4MBit. In my haste I read 4MB not Mbit :) I have a black variant, will try with it Commented Jun 9, 2021 at 13:20

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.