diff --git a/docs/device/usb.md b/docs/device/usb.md index f5f2cae0..048ce8ed 100644 --- a/docs/device/usb.md +++ b/docs/device/usb.md @@ -105,7 +105,7 @@ When you select **Download** in Safari a file called `Unknown` will be downloaded into your Downloads folder. Open your Downloads folder and drag and drop the file onto your `MICROBIT` drive, under Devices: -![](/static/mb/device/usb-4.png) +![](/static/mb/device/usb-osx-dnd.png) #### Firefox @@ -143,7 +143,7 @@ show the file in your download folder. Drag and drop the file onto your - In File Explorer, right-click on the hex file (created in Step 2 above), choose **Send to**, and then **MICROBIT**. -![](/static/mb/device/usb-8.jpg) +![](/static/mb/device/usb-windows-sendto.jpg) By copying the script onto the `MICROBIT` drive, you have programmed it into the flash memory on the micro:bit, which means even after you unplug the micro:bit, @@ -163,11 +163,11 @@ The errors may look like this: **Windows** -![](/static/mb/device/usb-9.jpg) +![](/static/mb/device/usb-windows-copy-file-error.jpg) **Mac** -![](/static/mb/device/usb-10.png) +![](/static/mb/device/usb-osx-copy-file-error.png) Or it may appear that there are two hex files on your micro:bit so the micro:bit won’t be able to run multiple files. To rectify this, unplug your micro:bit and diff --git a/docs/static/mb/device/usb-1.jpg b/docs/static/mb/device/usb-1.jpg deleted file mode 100644 index 600f09bf..00000000 Binary files a/docs/static/mb/device/usb-1.jpg and /dev/null differ diff --git a/docs/static/mb/device/usb-2.jpg b/docs/static/mb/device/usb-2.jpg deleted file mode 100644 index b6f07a38..00000000 Binary files a/docs/static/mb/device/usb-2.jpg and /dev/null differ diff --git a/docs/static/mb/device/usb-3.jpg b/docs/static/mb/device/usb-3.jpg deleted file mode 100644 index 92652d28..00000000 Binary files a/docs/static/mb/device/usb-3.jpg and /dev/null differ diff --git a/docs/static/mb/device/usb-7.jpg b/docs/static/mb/device/usb-7.jpg deleted file mode 100644 index 1aa68bae..00000000 Binary files a/docs/static/mb/device/usb-7.jpg and /dev/null differ diff --git a/docs/static/mb/device/usb-10.png b/docs/static/mb/device/usb-osx-copy-file-error.png similarity index 100% rename from docs/static/mb/device/usb-10.png rename to docs/static/mb/device/usb-osx-copy-file-error.png diff --git a/docs/static/mb/device/usb-4.png b/docs/static/mb/device/usb-osx-dnd.png similarity index 100% rename from docs/static/mb/device/usb-4.png rename to docs/static/mb/device/usb-osx-dnd.png diff --git a/docs/static/mb/device/usb-9.jpg b/docs/static/mb/device/usb-windows-copy-file-error.jpg similarity index 100% rename from docs/static/mb/device/usb-9.jpg rename to docs/static/mb/device/usb-windows-copy-file-error.jpg diff --git a/docs/static/mb/device/usb-8.jpg b/docs/static/mb/device/usb-windows-sendto.jpg similarity index 100% rename from docs/static/mb/device/usb-8.jpg rename to docs/static/mb/device/usb-windows-sendto.jpg