From 6350ee82b1843c8f409da36a11c7fb7a74bfc54d Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Thu, 5 Jun 2014 18:19:19 +0100 Subject: [PATCH] Windows and OS X upgrade examples made consistent with image creation example --- module_dfu/doc/thesycon_dfu.rst | 12 ++++++------ module_dfu/doc/xmos_dfu.rst | 10 ++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/module_dfu/doc/thesycon_dfu.rst b/module_dfu/doc/thesycon_dfu.rst index 2dda7db7..2a17857f 100644 --- a/module_dfu/doc/thesycon_dfu.rst +++ b/module_dfu/doc/thesycon_dfu.rst @@ -20,11 +20,11 @@ Download new firmware To program the new firmware run the command: - ``dfucons download usb_audio_class1.bin`` + ``dfucons download new_firmware.bin`` -Note that once this is done the device restarts as an XMOS audio 1.0 device. The -original factory default audio 2 application is still present but the device is -now running the upgraded application firmware. +Note that once this is done the device restarts. The original factory default +application is still present but the device is now running the upgraded +application firmware. You can check the device has been updated by running the command: @@ -53,5 +53,5 @@ new firmware, run the command: ``dfucons revertfactory`` -The device will now only contain the factory firmware and will be running as an -audio 2 device again. +The device will now be running, and only contain the factory firmware, which can +be seen by checking the device version once more. diff --git a/module_dfu/doc/xmos_dfu.rst b/module_dfu/doc/xmos_dfu.rst index 08c65210..b2a1afc8 100644 --- a/module_dfu/doc/xmos_dfu.rst +++ b/module_dfu/doc/xmos_dfu.rst @@ -13,11 +13,11 @@ Download new firmware To program the new firmware run the command: - ``./xmosdfu --download usb_audio_class1.bin`` + ``./xmosdfu --download new_firmware.bin`` -Note that once this is done the device restarts as an XMOS audio 1.0 device. The -original factory default audio 2 application is still present but the device is -now running the upgraded application firmware. +Note that once this is done the device restarts. The original factory default +application is still present but the device is now running the upgraded +application firmware. Uploading existing firmware from the device ------------------------------------------- @@ -43,3 +43,5 @@ new firmware, run the command: The device will now only contain the factory firmware and will be running as an audio 2 device again. + +The device will now be running, and only contain the factory firmware.