From 21e126c0639a68b27c39376b91a35a0a0de4108d Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Wed, 11 Jun 2014 18:15:31 +0100 Subject: [PATCH] Broke xflash DFU page up with additional headings --- module_dfu/doc/factory_image.rst | 8 +++++++- module_dfu/doc/index.rst | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/module_dfu/doc/factory_image.rst b/module_dfu/doc/factory_image.rst index e977eed7..37edb2bd 100644 --- a/module_dfu/doc/factory_image.rst +++ b/module_dfu/doc/factory_image.rst @@ -1,5 +1,8 @@ +Creating factory and upgrade images with XFLASH +=============================================== + 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 explicitly enabled in each reference design @@ -40,6 +43,9 @@ The device will now support the DFU mechanism, and can use it to safely receive firmware updates, as well as revert to the factory firmware image when required, such as in the event of a failed upgrade attempt. +Creating the upgrade image +-------------------------- + To use the firmware upgrade mechanism you need to build a firmware upgrade image: diff --git a/module_dfu/doc/index.rst b/module_dfu/doc/index.rst index 0eabc98b..045a0a27 100644 --- a/module_dfu/doc/index.rst +++ b/module_dfu/doc/index.rst @@ -4,7 +4,7 @@ DFU loader for XMOS USB AUDIO devices .. toctree:: Overview - Installing the factory image to the device + Creating factory and upgrade images with XFLASH Using the DFU loader - Windows (via the Thesycon driver) Using the DFU loader - OS X (via the XMOS DFU loader) Building the XMOS DFU loader - OS X