Problem working with PlatformIO build #171
Replies: 2 comments
-
Alternatively your platformio setup may be corrupted. For me the bootloader is added by
puts the bootloader at address 0x1000. Maybe you have been reconfiguring or this is otherwise corrupted? I cant properly debug this for you I'm afraid, it's a generic error that seems to affect people occasionally and has no single cause or solution. Plus I only really support the Arduino IDE, platformio is a nice-to-have but not my default environment, but, to double-check I just re-uploaded via platformio and saw this:
After which the esp-cam boots and works properly. What do you see? In particular, do you see:
...this is where the bootloader is being uploaded to address |
Beta Was this translation helpful? Give feedback.
-
NB Converting to a discussion since I want to leave this info visible, I imagin others may encounter it, but don't want open-ended issues clogging up the system. |
Beta Was this translation helpful? Give feedback.
-
Hello,
after compile with this platformio.ini and uploading have such errors on boot:
`ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5828
entry 0x400806a8`
Maybe some building option missed? Please give me advice. Others esp32-cam projects i tried dont have this issue.
Beta Was this translation helpful? Give feedback.
All reactions