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 Verify upload doesnt work (Read 2657 times)
deafzor
Newbies
*
Offline


Posts: 2
Joined: Nov 9th, 2018
Verify upload doesnt work
Nov 9th, 2018 at 12:21pm
Print Post  
I turned off vMicro->Uploader->Verify but the output when using verbose-flag in compiler section still shows
that it's reading on-chip-flash data and verifying contents

Is this related to compiler-verbose flag and is there some way to turn off verification completely?
« Last Edit: Nov 9th, 2018 at 2:28pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Verify upload doesnt work
Reply #1 - Nov 9th, 2018 at 2:30pm
Print Post  
Please switch on vmicro>compiler>verbose and also "show build properties"

Then build and copy the output into a .txt file. Then attach to a post here (you have to click reply to attach a file to a post you probably can't use the quick reply at the bottom of this page.
  
Back to top
WWW  
IP Logged
 
deafzor
Newbies
*
Offline


Posts: 2
Joined: Nov 9th, 2018
Re: Verify upload doesnt work
Reply #2 - Nov 9th, 2018 at 5:16pm
Print Post  
I can testify that verify checkbox is turned off in uploader before and after dump
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Verify upload doesnt work
Reply #3 - Nov 10th, 2018 at 12:14pm
Print Post  
Add a board.txt to the project with this line in it

tools.avrdude.upload.verify=-V
« Last Edit: Nov 10th, 2018 at 12:14pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Hartmut
Newbies
*
Offline


Posts: 9
Joined: May 26th, 2015
Re: Verify upload doesnt work
Reply #4 - Apr 9th, 2019 at 11:16am
Print Post  
Have the same problem. board.txt solution sounds interesting and easy to apply. 
Can you please specify the exact location? With me nothing of 
- one-line board.txt next to the .ino file
- inside <Installation folder>\hardware\arduino\avr\boards.txt
- inside <Installation folder>\hardware\arduino\avr\platform.txt
works  Undecided

Thank you very much for your answer!

VS 2017
Arduino IDE 1.8.7
Win 10 V1809
Arduino Nano w/ ATMega328P (Old Bootloader)
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Verify upload doesnt work
Reply #5 - Apr 9th, 2019 at 12:39pm
Print Post  
What is in your board.txt in the local project? (we are not interested in boards.txt)

Did you email the verbose output with "show build properties" to visual micro with link to this thread? The output shows what has been discovered.


  
Back to top
WWW  
IP Logged
 
Hartmut
Newbies
*
Offline


Posts: 9
Joined: May 26th, 2015
Re: Verify upload doesnt work
Reply #6 - Apr 9th, 2019 at 2:35pm
Print Post  
Thanks for your quick response!
Before, I had no board.txt at all. After reading this thread, I added a board.txt to the same folder as the .ino file, containing only the line "tools.avrdude.upload.verify=-V" you answered to deafzor, as stated above. The line is terminated by the enter key.

BTW: My 'Arduino IDE for Visual Studio' version is 1903.24.2

  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Verify upload doesnt work
Reply #7 - May 19th, 2019 at 10:41pm
Print Post  
There has been an update to the verify which will especially help avr boards. The release is here
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint