Tagged Questions
1
vote
0answers
35 views
avrdude - Set programmer's path [duplicate]
I am trying to upload a hex file to my ATtiny85 with my AVR ISP MKII programmer. But avrdude says it cannot find my programmer. How can I find where my (USB) ...
3
votes
1answer
81 views
Error while uploading hex file to AVR uC
I am trying to upload a hex file to an ATtiny85 from Ubuntu by running these commands:
...
-3
votes
1answer
98 views
Is there a non-gas assembler for AVR for Linux? [closed]
I need to do an entire project in mostly-time critical code. Using assembly seems like a good idea. I've seen quite a few example assembly files and such which have an "Intel" feel to them. I know ...
8
votes
2answers
258 views
AVR - How to program an AVR chip in Linux
I recently got an AVRISmkII AVR programmer, and I have an ATtiny85 and ATmega328. I was wondering how I could program these chips (with the programmer) but when I try getting Atmel Studio 6 it is only ...
3
votes
2answers
1k views
How do I debug a Arduino Uno with gdb on a Linux pc?
How do I debug (source code single step) a Arduino Uno with gdb on a Linux pc?
Please note that I do not like to use AVR Studio in wine or VirtualBox.
Question 1: Physical connection
How and what do ...
3
votes
2answers
221 views
Append source code to flash image when programming an AVR
Is it possible for Arduino / ATmega / ATtiny when programming the device to attach the C source code at the end the machine code flash image? That way if I have the device, I can always retrieve the ...
3
votes
1answer
1k views
AVR debugwire in Linux
So, I have hooked up a ATtiny88, and am programming it with the Dragon AVR using ISP. I have also set up the build toolchain, using avrdude, and the gnu avr tools. Everything is working great.
Now I ...
2
votes
3answers
696 views
How do I program an AVR Raven with Linux or a Mac?
This tutorial starts with programming the Ravens and Jackdaw with a Windows box. Can I do those initial steps with a Linux or OS X machine instead? If so, how? Is there any risk of bricking the ...
6
votes
9answers
5k views
Linux / Mac AVR Programming Suite?
I have been coding and using Arduinos for quite some time now. However I am ready to move up to using straight AVR chips without the arduino bootloader. My question is what are resources to do this? ...
6
votes
5answers
2k views
Firsthand experience with Linux AVR IDE
I am looking for some input into getting a good integrated development environment set up for AVR programming under Linux (Assembly and C).
My studies gave me some limited practical experience with ...