sandie0
September 17, 2016, 11:37am
1
i want to load sketch without bootloader in atmega328 using uno as isp how it is possible i did the same as link below
We use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those with bootloader. The qualities that have made the success of Arduino...
Est. reading time: 13 minutes
but get error every time i load sketch
=======error===== "
Arduino: 1.6.11 (Windows 7), Board: "ATmega in Stand Alone (w/ Arduino as ISP)"
Property line '?# See: Google Code Archive - Long-term storage for Google Code Project Hosting. ' in file D:\ARDUINO\SOFTWARE ARDNO\Arduino\hardware\arduino\avr\boards.txt is invalid
Error compiling for board ATmega in Stand Alone (w/ Arduino as ISP).
pert
September 17, 2016, 4:32pm
2
Open the file D:\ARDUINO\SOFTWARE ARDNO\Arduino\hardware\arduino\avr\boards.txt in a text editor
Change:
?# See: http://code.google.com/p/arduino/wiki/Platforms
to
# See: http://code.google.com/p/arduino/wiki/Platforms
Save the file
Restart the IDE
Try again.
westfw
September 18, 2016, 12:16am
3
Unless you actually need the extra 512 bytes, you should be able to use SHIFT-UPLOAD (or "SKETCH/"Upload using programmer" without having to modify boards.txt at all (assuming that you've set the TOOLS/Programmer and Tools/Port correctly.)