Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Uploading failng (Read 2103 times)
Yordan
Junior Member
**
Offline


Posts: 19
Joined: Aug 5th, 2018
Uploading failng
Oct 19th, 2021 at 4:05pm
Print Post  
Upload method will be: bootloader
Uploading via Bootloader 
ol.exe --chip esp32 --port "COM3" --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 partitions/boot_app0.bin" 0x1000 tloader.bin" 0x10000 " 0x8000 titions.bin"
usage: esptool write_flash [-h] [--erase-all]
                           [--flash_freq {keep,40m,26m,20m,80m}]
                           [--flash_mode {keep,qio,qout,dio,dout}]
                           [--flash_size FLASH_SIZE]
                           [--spi-connection SPI_CONNECTION] [--no-progress]
                           [--verify] [--encrypt]
                           [--encrypt-files <address> <filename> [<address> <filename> ...]]
                           [--ignore-flash-encryption-efuse-setting]
                           [--compress | --no-compress]
                           <address> <filename> [<address> <filename> ...]
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 1.ino.bootloader.bin'
The uploader process failed
« Last Edit: Oct 19th, 2021 at 4:05pm by Yordan »  
Back to top
 
IP Logged
 
Yordan
Junior Member
**
Offline


Posts: 19
Joined: Aug 5th, 2018
Re: Uploading failng
Reply #1 - Oct 19th, 2021 at 4:19pm
Print Post  
Fixed by updating.
  
Back to top
 
IP Logged
 
Yordan
Junior Member
**
Offline


Posts: 19
Joined: Aug 5th, 2018
Re: Uploading failng
Reply #2 - Oct 19th, 2021 at 4:19pm
Print Post  
removed by admin due to truncation. Please upload external .txt file.
Code
Select All
Board Properties
name=TTGO T-Watch
 

« Last Edit: Oct 19th, 2021 at 6:44pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Yordan
Junior Member
**
Offline


Posts: 19
Joined: Aug 5th, 2018
Re: Uploading failng
Reply #3 - Oct 19th, 2021 at 4:27pm
Print Post  
now it faileing with this:
esptool.py v3.1
Serial port COM3
___
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Uploading failng
Reply #4 - Oct 19th, 2021 at 4:44pm
Print Post  
Could you attach the full build output as a text file, so we can see all properties and output?
  
Back to top
 
IP Logged
 
Yordan
Junior Member
**
Offline


Posts: 19
Joined: Aug 5th, 2018
Re: Uploading failng
Reply #5 - Oct 19th, 2021 at 5:28pm
Print Post  
here:
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Yordan
Junior Member
**
Offline


Posts: 19
Joined: Aug 5th, 2018
Re: Uploading failng
Reply #6 - Oct 19th, 2021 at 5:29pm
Print Post  
PS: The TWatch does not have some special button to start the upload process. It should be starting right away.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Uploading failng
Reply #7 - Oct 19th, 2021 at 6:50pm
Print Post  
Please switch off debug by changing the tool bar config name from Debug to Release

Then try again and see if the upload works. It might still fail but at least there will be less to confuse things.

Thanks
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint