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
-
Does your ESP-01 have that much flash?Majenko– Majenko2021年06月09日 12:54:23 +00:00Commented Jun 9, 2021 at 12:54
-
nop, read wrong the chip info value. It said 4Mbit and I read 4mb. Dumb meNccWarp9– NccWarp92021年06月09日 13:21:48 +00:00Commented Jun 9, 2021 at 13:21
1 Answer 1
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.
-
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 itNccWarp9– NccWarp92021年06月09日 13:20:09 +00:00Commented Jun 9, 2021 at 13:20