Clarity improvements

This commit is contained in:
Sam Chesney
2014-06-11 17:01:12 +01:00
parent 327399d858
commit 68077d0b56
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ Installing the factory image to the device
==========================================
The DFU device interface is enabled by default in the XMOS USB Audio framework
(see ``devicedefines.h``), and the explicitly enabled in each reference design
(see ``devicedefines.h``), and explicitly enabled in each reference design
by the following line included in the ``customdefines.h`` file of each
application::

View File

@@ -15,8 +15,7 @@ Supported functionality:
- Revert device back to factory image
- Automatic reboot of device on firmware upgrade
You must use XMOS Development Tools version 10.4.1 (or later) with firmware
interface.
You must use XMOS Development Tools version 10.4.1 (or later).
The DFU device on Windows requires the Theyscon USB Audio 2.0 Windows driver
version 1.13.3.0 or later.
version 1.13.3 or later.

View File

@@ -5,8 +5,10 @@ Set up the image loader
-----------------------
#. Open a terminal
#. Change directory to where the files have been extracted
#. Source the ``setup.sh`` script
#. Change directory to where the loader has been built
#. Run the command:
``source setup.sh``
Download new firmware
---------------------