How do I download the binary to the BOX-Lite ?
Posted: Sat Nov 04, 2023 1:21 pm
I've created a sketch in the Arduino IDE - and it runs a treat on my BOX-Lite connected to my PC.
I now need to send the binary to a colleague to download onto a 2nd device (he is too far away to just visit, or get his device)...and am trying to do myself first.
I followed some instructions to create my binary from the IDE, which I have.
I have downloaded the ESPTools flash_download_tool_3.9.5 and followed a video on running it;
My settings are;
ESP32-S3; Develop, UART then select the binary, set the @ to 0X0000; Speed to 80Mhz, QIO Mode; COM5 and 115200 ....but get the following;
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
NO XMC flash detected!
SPI_BOOT_CRYPT_CNT 0
SECURE_BOOT_EN False
is stub and send flash finish
I did try the ERASE option - and this seems to work, as the program is no longer on the device.
Also - after ERASE I can recompile and it uploads file from the Arduino IDE
Any help much appreciated.
I now need to send the binary to a colleague to download onto a 2nd device (he is too far away to just visit, or get his device)...and am trying to do myself first.
I followed some instructions to create my binary from the IDE, which I have.
I have downloaded the ESPTools flash_download_tool_3.9.5 and followed a video on running it;
My settings are;
ESP32-S3; Develop, UART then select the binary, set the @ to 0X0000; Speed to 80Mhz, QIO Mode; COM5 and 115200 ....but get the following;
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
NO XMC flash detected!
SPI_BOOT_CRYPT_CNT 0
SECURE_BOOT_EN False
is stub and send flash finish
I did try the ERASE option - and this seems to work, as the program is no longer on the device.
Also - after ERASE I can recompile and it uploads file from the Arduino IDE
Any help much appreciated.