Hi, I try tu run my assampler development with a myAVR Board MK2 USB and KontrollerLab on Linux ubuntu 10.10. I can compile and burn my program successfully by following command line commands:
1 | avr-gcc -c -x assembler-with-cpp -mmcu=atmega8 test.s -o test.o |
2 | avr-ld test.o -o test.elf |
3 | avr-objcopy -O ihex test.elf test.hex |
4 | avrdude -p m8 -c avr911 -P /dev/ttyUSB0 -U flash:w:test.hex:i |
I did not manage to configure KontrollerLab right now. Does anyone have an idea how I have to configure KontrollerLab right? Greetings Kai