Reduce the use of @boardname@ (#527)

* Reduce the use of @boardname@

* Use literal 'EV3 Brick' string instead

* Use the new 'nickname' form
This commit is contained in:
Galen Nickel
2018-04-16 16:15:58 -07:00
committed by GitHub
parent 3c96cfcc0a
commit 67153fccc5
19 changed files with 31 additions and 29 deletions

View File

@ -1,10 +1,10 @@
# Troubleshooting download problems
If your're having trouble getting your code onto the @boardname@, try these steps to see if you can fix the problem.
If your're having trouble getting your code onto the EV3 Brick, try these steps to see if you can fix the problem.
## Can I see the **@drivename@** drive on my computer?
When your @boardname@ is connected to your computer, you should see a new drive called **@drivename@** attached.
When your EV3 Brick is connected to your computer, you should see a new drive called **@drivename@** attached.
On Windows, it looks like this in Explorer:
@ -43,7 +43,7 @@ To update your firmware, follow these instructions: [Updating and Resetting Firm
**Offline firmware update**
If your @boardname@ isn't connected to the internet through a computer, or with some other mobile device, you'll need to do a manual update of the firmware. You need to have the firmware file already downloaded and available on the computer connected to the brick.
If your EV3 Brick isn't connected to the internet through a computer, or with some other mobile device, you'll need to do a manual update of the firmware. You need to have the firmware file already downloaded and available on the computer connected to the brick.
To do this, read the instructions in the **Manual Firmware Update** section of the [Firmware Update](https://education.lego.com/en-us/support/mindstorms-ev3/firmware-update) support page.