File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,17 @@ sudo apt install openocd
115
115
Download and extract the [ pre-built AVR toolchain] [ modm-avr-gcc ] :
116
116
117
117
``` sh
118
- wget -O- https://github.com/modm-io/avr-gcc/releases/download/v10 .2.0/avr-gcc.tar.bz2 | sudo tar xj -C /opt
118
+ wget -O- https://github.com/modm-io/avr-gcc/releases/download/v11 .2.0/modm- avr-gcc.tar.bz2 | sudo tar xj -C /opt
119
119
```
120
120
121
- Add the ` bin ` directories to your ` PATH ` variable in ` ~/.bashrc ` :
121
+ !!! warning "AVR toolchain install directory"
122
+ It is unfortunately not possible to install the AVR toolchain into a
123
+ directory other than directly into ` /opt ` .
124
+
125
+ Add the ` bin ` directory to your ` PATH ` variable in ` ~/.bashrc ` :
122
126
123
127
``` sh
124
- export PATH=" /opt/avr-gcc/avr-gcc/bin:/opt/avr-gcc/avr-binutils/ bin:$PATH "
128
+ export PATH=" /opt/avr-gcc/bin:$PATH "
125
129
```
126
130
127
131
Install the AvrDude tool:
You can’t perform that action at this time.
0 commit comments