Closed
Description
I've been using miniesptool with files on an SD card (too large for internal flash).
It usually works, but I've ran into:
Traceback (most recent call last):
File "main.py", line 74, in <module>
File "adafruit_miniesptool.py", line 423, in flash_file
File "adafruit_miniesptool.py", line 410, in flash_file
OSError: [Errno 5] Input/output error
when the file is greater than ~1.5MB. The OSError: [Errno 5] appears to be generic. Line 410 where the error occurs is when CP tries to read file contents (after opening).
I've found that reducing the FLASH_WRITE_SIZE
from 0x400 to 0x200 on
Metadata
Metadata
Assignees
Labels
No labels