Skip to content

Commit 6f80b61

Browse files
author
Priyanka Tamhankar
committed
M8BTL-2809 Updated ReadMe according to techwriter comments
1 parent 8512377 commit 6f80b61

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
[![MCHP](images/microchip.png)](https://www.microchip.com)
44

5-
# Getting Started With the 8-bit MDFU Client for PIC18F56Q24 Using MPLAB® X
5+
# Getting Started With the 8-bit MDFU Client for PIC18F56Q24 Using MPLAB X
66

7-
This is an example on how to use the MPLAB Code Configurator (MCC) generated code for configuring some basic Microchip Device Firmware Update (MDFU) bootloader solutions for the PIC18F56Q24 Curiosity Nano Evaluation Board.
7+
This is an example on how to use the MPLAB Code Configurator (MCC) generated code for configuring several basic Microchip Device Firmware Update (MDFU) bootloader solutions for the PIC18F56Q24 Curiosity Nano Evaluation Board.
88

9-
The Microchip Device Firmware Update (MDFU) is a device firmware update ecosystem that uses a device agnostic host application to update the application firmware. The application image that is loaded into the host follows a custom file format that includes the device and application-specific parameters needed to perform the update. This repository provides the basic starting point to configure and customize the MCC Melody 8-Bit MDFU Client library on the PIC18F56Q24 Curiosity Nano development board and also provides instructions for running the examples.
9+
The Microchip Device Firmware Update (MDFU) is a device firmware update ecosystem that uses a device agnostic host application to update the application firmware. The application image that is loaded into the host follows a custom file format that includes the device and application-specific parameters needed to perform the update. This repository provides the basic starting point to configure and customize the MCC Melody 8-Bit MDFU Client library on the PIC18F56Q24 Curiosity Nano Base for Click boards™ and also provides instructions for running the examples.
1010

1111
This example will demonstrate:
1212
- How to configure the 8-Bit MDFU Client Library in MCC Melody for different verification schemes
1313
- How to create a simple Blinky LED application
14-
- How to use [`pyfwimagebuilder`](https://pypi.org/project/pyfwimagebuilder/) command line interface to convert application hex file into application image
15-
- How to use [`pymdfu`](https://pypi.org/project/pymdfu/) command line interface to update the application firmware
14+
- How to use the [`pyfwimagebuilder`](https://pypi.org/project/pyfwimagebuilder/) command line interface to convert application hex file into the application image
15+
- How to use the [`pymdfu`](https://pypi.org/project/pymdfu/) command line interface to update the application firmware
1616
---
1717
## Related Documentation
1818

@@ -24,10 +24,10 @@ This example will demonstrate:
2424
---
2525
## Software Used
2626

27-
- [MPLAB® X IDE 6.15.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide)
28-
- [MPLAB® XC8 2.45.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers)
29-
- [MPLAB® Code Configurator (MCC) 5.4.1](https://www.microchip.com/mplab/mplab-code-configurator)
30-
- [MPLAB® Code Configurator (MCC) Device Libraries PIC10 / PIC12 / PIC16 / PIC18 MCUs](https://www.microchip.com/mplab/mplab-code-configurator)
27+
- [MPLAB X IDE 6.15.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide)
28+
- [MPLAB XC8 2.45.0](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers)
29+
- [MPLAB Code Configurator (MCC) 5.4.1](https://www.microchip.com/mplab/mplab-code-configurator)
30+
- [MPLAB Code Configurator (MCC) Device Libraries PIC10 / PIC12 / PIC16 / PIC18 MCUs](https://www.microchip.com/mplab/mplab-code-configurator)
3131
- [Python 3.8 or later](https://www.python.org/downloads/)
3232
- [pyfwimagebuilder v1.0.1.14](https://pypi.org/project/pyfwimagebuilder/)
3333
- [pymdfu v1.0.1.5](https://pypi.org/project/pymdfu/)

0 commit comments

Comments
 (0)