diff --git a/docs/device/usb.md b/docs/device/usb.md index fd9fc587..8376909d 100644 --- a/docs/device/usb.md +++ b/docs/device/usb.md @@ -31,6 +31,6 @@ Here are instructions for different browsers on Windows and Mac computers. Choos ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/mac-chrome.md b/docs/device/usb/mac-chrome.md index 6ed193f1..855582b9 100644 --- a/docs/device/usb/mac-chrome.md +++ b/docs/device/usb/mac-chrome.md @@ -64,6 +64,6 @@ your program will still run if the micro:bit is powered by battery. ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/mac-firefox.md b/docs/device/usb/mac-firefox.md index 5f46e9a1..0aef7055 100644 --- a/docs/device/usb/mac-firefox.md +++ b/docs/device/usb/mac-firefox.md @@ -66,6 +66,6 @@ your program will still run if the micro:bit is powered by battery. ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/mac-safari.md b/docs/device/usb/mac-safari.md index 07484a67..e23fb433 100644 --- a/docs/device/usb/mac-safari.md +++ b/docs/device/usb/mac-safari.md @@ -63,6 +63,6 @@ your program will still run if the micro:bit is powered by battery. ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/troubleshooting.md b/docs/device/usb/troubleshoot.md similarity index 100% rename from docs/device/usb/troubleshooting.md rename to docs/device/usb/troubleshoot.md diff --git a/docs/device/usb/windows-chrome.md b/docs/device/usb/windows-chrome.md index 3947df15..1c53186b 100644 --- a/docs/device/usb/windows-chrome.md +++ b/docs/device/usb/windows-chrome.md @@ -79,6 +79,6 @@ Alternatively, right-click on the hex file, choose **Send to**, and then **MICRO ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/windows-edge.md b/docs/device/usb/windows-edge.md index 5e3e1935..e264de17 100644 --- a/docs/device/usb/windows-edge.md +++ b/docs/device/usb/windows-edge.md @@ -62,6 +62,6 @@ your program will still run if the micro:bit is powered by battery. ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/windows-firefox.md b/docs/device/usb/windows-firefox.md index d14c6f12..31fdf88d 100644 --- a/docs/device/usb/windows-firefox.md +++ b/docs/device/usb/windows-firefox.md @@ -59,6 +59,6 @@ your program will still run if the micro:bit is powered by battery. ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/usb/windows-ie.md b/docs/device/usb/windows-ie.md index 6b20e4fd..a87cba91 100644 --- a/docs/device/usb/windows-ie.md +++ b/docs/device/usb/windows-ie.md @@ -61,6 +61,6 @@ your program will still run if the micro:bit is powered by battery. ## ~hint -Transfer not working? See some [troubleshooting tips](/device/usb/troubleshooting). +Transfer not working? See some [troubleshooting tips](/device/usb/troubleshoot). ## ~ diff --git a/docs/device/windows-app/troubleshoot.md b/docs/device/windows-app/troubleshoot.md index 49e967d3..58b83888 100644 --- a/docs/device/windows-app/troubleshoot.md +++ b/docs/device/windows-app/troubleshoot.md @@ -10,7 +10,8 @@ Make sure that your @boardname@ is connected to your computer with a micro USB c If you can't see the drive: -* **Make sure that the USB cable is working.** Does the cable work on another computer? If not, find a different cable to use. Some cables may only provide a power connection and don't actually transfer data. +* **Make sure that the USB cable is working.** +>Does the cable work on another computer? If not, find a different cable to use. Some cables may only provide a power connection and don't actually transfer data. * **Try another USB port on your computer.** Is the cable good but you still can't see the **MICROBIT** drive? Hmm, you might have a problem with your @boardname@. Try the additional steps described in the [fault finding](https://support.microbit.org/support/solutions/articles/19000024000-fault-finding-with-a-micro-bit) page at microbit.org. If this doesn't help, you can create a [support ticket](https://support.microbit.org/support/tickets/new) to notify the Micro:bit Foundation of the problem. @@ -31,7 +32,7 @@ If the version is **0234**, you **NEED** to update the [firmware](/device/firmwa 1. Put your @boardname@ into **MAINTENANCE Mode**. To do this, unplug the USB cable from the @boardname@ and then re-connect the USB cable while you hold down the reset button. Once you insert the cable, you can release the reset button. You should now see a **MAINTENANCE** drive instead of the **MICROBIT** drive like before. Also, a yellow LED light will stay on next to the reset button. ![MAINTENANCE gesture](/static/mb/device/maintenance.gif) 2. **[Download the firmware .hex file](https://support.microbit.org/helpdesk/attachments/19008095092)** -3. Drag and drop that file into the **MAINTENANCE** drive. +3. Drag and drop that file onto the **MAINTENANCE** drive. 4. The yellow LED will flash while the `HEX` file is copying. When the copy finishes, the LED will go off and the @boardname@ resets. The **MAINTENANCE** drive now changes back to **MICROBIT**. 5. The upgrade is complete! You can open the **DETAILS.TXT** file to check and see that the firmware version changed to the match the version of the `HEX` file you copied. diff --git a/docs/static/mb/device/windows-microbit-drive.png b/docs/static/mb/device/windows-microbit-drive.png index 33977916..9a98c45b 100644 Binary files a/docs/static/mb/device/windows-microbit-drive.png and b/docs/static/mb/device/windows-microbit-drive.png differ