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 Upload issues after trail ended. (Read 1481 times)
Jeroen
Newbies
*
Offline


Posts: 4
Joined: Mar 13th, 2021
Upload issues after trail ended.
Mar 14th, 2021 at 9:47am
Print Post  
I coundn't select anything on vmicro settings.
Turns out the trail had ended, did not get any notice about this.
So i purchased a license and inserted it and now it is working again.

It builds without problems but when i try to upload to the board it keeps failing.
Before the trail end it worked perfect.
Installed update for vmicro and also removed it and reinstalled.
Updated Arduino but all no affect still getting below error.
Upload in Arduino work without problems.

Compiling 'Controller' for 'Arduino Due (Native USB Port)'
Program size: 63.092 bytes (used 12% of a 524.288 byte maximum) (6,42 secs)
 
Uploading 'Controller' to 'Arduino Due (Native USB Port)' using 'COM6'
The uploader returned an error
bossac.exe: extra arguments found
Try 'bossac.exe -h' or 'bossac.exe --help' for more information
  
Back to top
 
IP Logged
 
Jeroen
Newbies
*
Offline


Posts: 4
Joined: Mar 13th, 2021
Re: Upload issues after trail ended.
Reply #1 - Mar 14th, 2021 at 9:52am
Print Post  
A\bossac.exe -i -d --port=COM6 -U true -e -w {upload.verify} -b IN -R

Is the {upload.verify} correct? 
Tried to enable and disable verify but no change.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Upload issues after trail ended.
Reply #2 - Mar 14th, 2021 at 4:46pm
Print Post  
Hi

The trial does not affect this. It will be a change in the core you are using. Please provide the info requested in the yellow box above and we will help you resolve.

Thanks
  
Back to top
WWW  
IP Logged
 
Jeroen
Newbies
*
Offline


Posts: 4
Joined: Mar 13th, 2021
Re: Upload issues after trail ended.
Reply #3 - Mar 14th, 2021 at 8:07pm
Print Post  
Tim@Visual Micro wrote on Mar 14th, 2021 at 4:46pm:
Hi

The trial does not affect this. It will be a change in the core you are using. Please provide the info requested in the yellow box above and we will help you resolve.

Thanks


It always worked, the trail ended and inserted license and it stopped working.

Somehow with VS7 it always installs 2020 708.
I downloaded the latest version and installed it manually.
It still has the same issue but, when i enable verify it now upload without problems.

Since with verify it takes longer it is not preferred.

Log1 verify off
Log2 verify on


« Last Edit: Mar 14th, 2021 at 8:08pm by Jeroen »  

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Upload issues after trail ended.
Reply #4 - Mar 14th, 2021 at 8:17pm
Print Post  
The activartion of license is system wide for all supported IDE versions. Activation does not change the version of Visual Micro you have installed.

You are not using VS you are using Atmel Studio. The microchip gallery team are very unresponsive to publishing new releases. I don't know if this is related to covid or simply that they do not have any staff.

We will look into the upload without verbose for the  "\sam\1.6.12" core you have installed. There have been some changes over the past year in the sam core I suspect that you recently updated your sam core or opened the arduino ide which then auto updated it.

If you use the menu item to create a local board.txt and add this property to it then you should not need to enable verify.

Code
Select All
upload.verify= 

  
Back to top
WWW  
IP Logged
 
Jeroen
Newbies
*
Offline


Posts: 4
Joined: Mar 13th, 2021
Re: Upload issues after trail ended.
Reply #5 - Mar 14th, 2021 at 8:27pm
Print Post  
Tim@Visual Micro wrote on Mar 14th, 2021 at 8:17pm:
The activartion of license is system wide for all supported IDE versions. Activation does not change the version of Visual Micro you have installed.

You are not using VS you are using Atmel Studio. The microchip gallery team are very unresponsive to publishing new releases. I don't know if this is related to covid or simply that they do not have any staff.

We will look into the upload without verbose for theĀ  "\sam\1.6.12" core you have installed. There have been some changes over the past year in the sam core I suspect that you recently updated your sam core or opened the arduino ide which then auto updated it.

If you use the menu item to create a local board.txt and add this property to it then you should not need to enable verify.

Code
Select All
upload.verify= 



Sorry yes i use AS7.
I did not update anything and haven't opened Arduino in a while so not sure how it could have auto updated.

adding the local board seems to work!

Thank you for the support so far and hope the issue can be found and fixed.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Upload issues after trail ended.
Reply #6 - Mar 14th, 2021 at 8:28pm
Print Post  
Great, we will look into it thanks
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint