From d3af0e14bcba9d18858845e94c3454414db0d4df Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 7 Nov 2018 10:54:05 -0800 Subject: [PATCH] pointing to .hex file --- docs/device/usb/webusb/troubleshoot.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/device/usb/webusb/troubleshoot.md b/docs/device/usb/webusb/troubleshoot.md index d9113a27..b19f4eb4 100644 --- a/docs/device/usb/webusb/troubleshoot.md +++ b/docs/device/usb/webusb/troubleshoot.md @@ -39,15 +39,14 @@ If the version is **0249**, **0250** or higher, **you have the right firmware** 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 ZIP file](https://github.com/ARMmbed/DAPLink/releases/download/v0250/0250_release_package_682d8303.zip)** -3. Find the **0250_kl26z_microbit_0x8000.hex** in the downloaded zip file **0250_release_package_682d8303.zip** -4. Drag and drop that file onto the **MAINTENANCE** drive. -5. 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**. -6. 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. +2 **[Download the 0249_kl26z_microbit_0x8000.hex file](https://microbit.org/assets/0249_kl26z_microbit_0x8000.hex) +3. Drag and drop that ``0249_kl26z_microbit_0x8000.hex`` 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. ### ~hint -If you want to know more about connecting the board, MAINTENANCE Mode, and upgrading the firmware, read about it in the [Firmware support page](https://support.microbit.org/support/solutions/articles/19000019131-how-to-upgrade-the-firmware-on-the-micro-bit). +If you want to know more about connecting the board, MAINTENANCE Mode, and upgrading the firmware, read about it in the [Firmware guide](https://microbit.org/guide/firmware/). ### ~