Skip to content

Commit b0ae37d

Browse files
committed
Revert back to ide 1.8.x
1 parent bf5aff2 commit b0ae37d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-rev-2/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The goals of this project are:
3333

3434
## Hardware & Software Needed
3535

36-
- [Arduino IDE 2](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide).
36+
- [Arduino IDE 1.8.x](https://www.arduino.cc/en/software).
3737
- [Arduino Web Editor](https://create.arduino.cc/).
3838
- [Arduino Create for Education](https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) (Chrome Web Store)
3939
- [Arduino UNO WiFi Rev 2](https://store.arduino.cc/arduino-uno-wifi-rev2).
@@ -44,7 +44,7 @@ The goals of this project are:
4444

4545
Since Chromebooks cannot run executables, the firmware upgrade for the UNO WiFi Rev 2 needs to be done through a Windows/Mac/Linux computer.
4646

47-
**1.** Make sure you have installed [Arduino IDE 2](https://www.arduino.cc/en/software#future-version-of-the-arduino-ide).
47+
**1.** Make sure you have installed [Arduino IDE 1.8.x](https://www.arduino.cc/en/software).
4848

4949
**2.** Download the [optiboot_atmega4.hex](/resources/firmware/optiboot_atmega4809.hex) file, and move it to your **Desktop folder**.
5050

@@ -64,13 +64,7 @@ Since Chromebooks cannot run executables, the firmware upgrade for the UNO WiFi
6464
"C:/Program Files (x86)/Arduino/hardware/tools/avr/bin/avrdude.exe" -C "C:/Program Files (x86)/Arduino/hardware/tools/avr/etc/avrdude.conf" -v -patmega4809 -cxplainedmini_updi -Pusb -b115200 -e -D -Ufuse2:w:0x01:m -Ufuse5:w:0xC9:m -Ufuse8:w:0x02:m -Uflash:w:%userprofile%\Desktop\optiboot_atmega4809.hex:i
6565
```
6666

67-
**4.** This will start a process of uploading the `.hex` file to your board. This will not take long, but make sure you do not disconnect the board from your computer. When finished, you should see the following output in the terminal (screen capture from Windows):
68-
69-
![Successful upgrade](assets/windows-success.png)
70-
71-
**5.** Now that your firmware is upgraded, you should see your board blinking (1 second off, followed by a quick blink). This is another proof that it was successful. You can now disconnect your board, and **plug it into your Chromebook.**
72-
73-
## Linux
67+
### Linux
7468

7569
In the terminal, navigate to your root directory.
7670

@@ -86,6 +80,12 @@ home/$(whoami)/Downloads/arduino-1.8.19-linux64/arduino-1.8.19/hardware/tools/av
8680

8781
***Please note that on Linux, the path to the AVRDUDE tool may vary.***
8882

83+
This will start a process of uploading the `.hex` file to your board. This will not take long, but make sure you do not disconnect the board from your computer. When finished, you should see the following output in the terminal (screen capture from Windows):
84+
85+
![Successful upgrade](assets/windows-success.png)
86+
87+
Now that your firmware is upgraded, you should see your board blinking (1 second off, followed by a quick blink). This is another proof that it was successful. You can now disconnect your board, and **plug it into your Chromebook.**
88+
8989
### Check AVRDUDE Installation
9090

9191
The above commands utilizes a tool called **AVRDUDE**, which is included in each version of the IDE. To check whether it is accessible on your computer, you can run the following commands.

0 commit comments

Comments
 (0)