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
115115Download and extract the [ pre-built AVR toolchain] [ modm-avr-gcc ] :
116116
117117``` 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
119119```
120120
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 ` :
122126
123127``` 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 "
125129```
126130
127131Install the AvrDude tool:
You can’t perform that action at this time.
0 commit comments