B4R Question First sketch for ESP32 and I get this error

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody
I'm testing my configuration for new B4R4. I Get this error
What can it be?

Writing at 0x00092db1 [================> ] 58.5% 327680/560588 bytes...
Writing at 0x00097e9f [=================> ] 61.4% 344064/560588 bytes...
Writing at 0x0009d531 [==================> ] 64.3% 360448/560588 bytes...
Writing at 0x000a2a8d [===================> ] 67.2% 376832/560588 bytes...
Writing at 0x000a802d [====================> ] 70.1% 393216/560588 bytes...
Writing at 0x000ad561 [====================> ] 73.1% 409600/560588 bytes...
Writing at 0x000b2b48 [=====================> ] 76.0% 425984/560588 bytes...
Writing at 0x000b88ce [======================> ] 78.9% 442368/560588 bytes...
Writing at 0x000be431 [=======================> ] 81.8% 458752/560588 bytes...
Writing at 0x000c391a [========================> ] 84.8% 475136/560588 bytes...
Writing at 0x000ce665 [=========================> ] 87.7% 491520/560588 bytes...
Writing at 0x000d3da0 [==========================> ] 90.6% 507904/560588 bytes...
Writing at 0x000d8f34 [===========================> ] 93.5% 524288/560588 bytes...
Writing at 0x000de8c1 [===========================> ] 96.4% 540672/560588 bytes...
Writing at 0x000e48d2 [============================> ] 99.4% 557056/560588 bytes...
Writing at 0x000e6100 [==============================] 100.0% 560588/560588 bytes...
Wrote 876800 bytes (560588 compressed) at 0x00010000 in 7.2 seconds (970.3 kbit/s).
Hash of data verified.
Hard resetting via RTS pin...
Nuova porta di caricamento: COM3 (serial)
[IDE message - 12:30:03]
Si è verificato un errore.
Impossibile trovare il file specificato
 

hatzisn

Expert
Licensed User
Longtime User
If I get it correctly you have successfully compiled the application and upload it to the board which by 99,99% means no problem with finding the libraries. Can you please provide where your scketchbook location is located (as seen in ArduinoIDE > File > Preferences) ? Also have you checked the arduino-cli configuration of folder location to be the same with your sketchbook's one?
 
Upvote 1

hatzisn

Expert
Licensed User
Longtime User
If it is in OneDrive move it to a permanently available folder or make everything available off-line in OneDrive.
 
Last edited:
Upvote 0

tigrot

Well-Known Member
Licensed User
Longtime User
If I get it correctly you have successfully compiled the application and upload it to the board which by 99,99% means no problem with finding the libraries. Can you please provide where your scketchbook location is located (as seen in ArduinoIDE > File > Preferences) ? Also have you checked the arduino-cli configuration of folder location to be the same with your sketchbook's one?
Let me check, thank you
 
Upvote 0

tigrot

Well-Known Member
Licensed User
Longtime User
If it is in OneDrive move it to a permanently available folder or make everything available off-line in OneDrive.
The folder is permanent, I gave up to find the cause. I use a terminal emulator to debug, not the best solution but it works!
I was cruising last May and visited for the forth time your Ionian Island. Was really nice.
Thank you.
 
Upvote 0
Top