User Tools

Site Tools


documentation:fa20:programarduinounoinc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
documentation:fa20:programarduinounoinc [2021/01/13 18:39]
ferdi
documentation:fa20:programarduinounoinc [2021/01/13 19:55]
ferdi
Line 13: Line 13:
 <code> <code>
  
-''cd path/to/folder/c-blink make make flash''+cd path/to/folder/c-blink make make flash
  
 </code> </code>
  
-''[[uploads:e8692cf719019fc9b060f2d65586c719:c-blink|c-blink.zip]]''+{{ :documentation:fa20:c-blink.zip |}}
  
 The important bit is you Makefile. Depending on your configuration you might have to adjust the name of the USB-port your Arduino is connected to: The important bit is you Makefile. Depending on your configuration you might have to adjust the name of the USB-port your Arduino is connected to:
  
 <code> <code>
- +AVRDUDE = avrdude -q -V -p atmega328p -C C:\WinAVR-20100110\bin\avrdude.conf -D -c arduino -b 115200 -P COM6
-''AVRDUDE = avrdude -q -V -p atmega328p -C C:\WinAVR-20100110\bin\avrdude.conf -D -c arduino -b 115200 -P COM6''+
  
 </code> </code>
Line 35: Line 34:
 For Linux install avrgcc toolchain: For Linux install avrgcc toolchain:
 <code> <code>
-sudo apt install avrdude gcc-avr avr-libc make**''+sudo apt install avrdude gcc-avr avr-libc make
 </code> </code>
 open terminal/bash: open terminal/bash:
Line 42: Line 41:
 Linux: usually Ctrl+Alt+T\\  Linux: usually Ctrl+Alt+T\\ 
  
-put the files (download below) in a folder **path/to/folder/c-blink\\ +put the files (download below) in a folder path/to/folder/c-blink\\ 
  
 open the Makefile with a text editor and edit the following line: \\  open the Makefile with a text editor and edit the following line: \\ 
Line 75: Line 74:
 {{ :documentation:fa20:c-blink_mac.zip |}} {{ :documentation:fa20:c-blink_mac.zip |}}
  
 +[<>]
documentation/fa20/programarduinounoinc.txt · Last modified: 2021/03/18 09:16 by ferdi