mirror of
https://github.com/wagiminator/ATtiny814-USB-PD-Adapter.git
synced 2025-08-10 13:07:35 +03:00
Editorial changes
This commit is contained in:
@@ -61,7 +61,7 @@ The following microcontrollers can be used: ATtiny204, 214, 404, 414, 804, 814,
|
||||
|
||||
## If using the makefile (Linux/Mac)
|
||||
- Connect your [programmer](https://github.com/wagiminator/AVR-Programmer) to your PC and to the UPDI header on the board. Make sure the programmer works with 3.3V.
|
||||
- Download [AVR 8-bit Toolchain](https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers) and extract the sub-folders (avr, bin, include, ...) to /software/tools/avr-gcc. To do this, you have to register for free with Microchip on the download site.
|
||||
- Make sure you have installed the latest [avr-gcc toolchain](http://maxembedded.com/2015/06/setting-up-avr-gcc-toolchain-on-linux-and-mac-os-x/).
|
||||
- Open a terminal.
|
||||
- Navigate to the folder with the makefile and the sketch.
|
||||
- Run `DEVICE=attiny814 PROGRMR=serialupdi PORT=/dev/ttyUSB0 make install` to compile, burn the fuses and upload the firmware (change DEVICE, PROGRMR and PORT accordingly).
|
||||
|
Reference in New Issue
Block a user