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 Re: VisualMicro On Other CPU's (Read 5804 times)
Dennis Mabrey
Junior Member
**
Offline


Posts: 19
Location: Branchburg, NJ
Joined: Oct 22nd, 2013
Re: VisualMicro On Other CPU's
Dec 12th, 2013 at 10:12pm
Print Post  
bernardo wrote on Dec 12th, 2013 at 6:17pm:
I have a question, what it would take to be able to burn the boot-loader to a ATMEGA644P


Not sure you are aware but the Sanguino board is based on the ATMega644P.  Instructions for burning a bootloader using an Arduino as an ISP can be found here  http://reprap.org/wiki/Burning_the_Sanguino_Bootloader_using_Arduino_as_ISP

For setting up the IDE you can look at the Sanguino website as well at http://sanguino.cc/.   

For burning a bootloader to the the ATMega1284P look at this forum topic on the Arduino website  http://forum.arduino.cc/index.php?topic=137559.0.  The posters present a couple of options on there.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VisualMicro On Other CPU's
Reply #1 - Dec 13th, 2013 at 6:35pm
Print Post  
Thanks Dennis, great info! Sorry I messed the thread up!

More info if anyone wants to know how the config works:-

The properties used when burning a boot loader are configured in the arduinoide\hardware\...\boards.txt. You will see properties such as bootloader.path, fusebits etc. for each Arduino board. You can add your own boards.txt entries after reading about the Arduino configuration system. 

There is also an option that enables you to add a new boards.txt below sketchbook\hardware allowing you to upgrade your arduino ide without loosing the new boards you have defined.

Visual Micro uses these config files, if you alter them with Visual Studio already open then click "Tools>Visual Micro>Reload Toolchains"

nb: the "bootloader.path" property relates to files in "arduinoide\hardware\...\bootloaders" folder

edited
« Last Edit: Dec 13th, 2013 at 6:36pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Dennis Mabrey
Junior Member
**
Offline


Posts: 19
Location: Branchburg, NJ
Joined: Oct 22nd, 2013
Re: VisualMicro On Other CPU's
Reply #2 - Dec 13th, 2013 at 11:19pm
Print Post  
Tim@Visual Micro wrote on Dec 13th, 2013 at 6:35pm:
The properties used when burning a boot loader are configured in the arduinoide\hardware\...\boards.txt.


All the Sanguino/ATMega644P files needed such as boards.txt are mentioned on the http://sanguino.cc/useit web page.   

Sorry guess I should have mentioned that.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint