|
1 | 1 | # Using the releases |
2 | | -For each new *stable* version of Pinetime, a [release note](https://github.com/JF002/InfiniTime/releases) is created. It contains a description of the main changes in the release and some files you can use to flash the firmware in your Pinetime. |
| 2 | +For each new *stable* version of IniniTime, a [release note](https://github.com/JF002/InfiniTime/releases) is created. It contains a description of the main changes in the release and some files you can use to flash the firmware to your Pinetime. |
3 | 3 |
|
4 | 4 | This page describes the files from the release notes and how to use them. |
5 | 5 |
|
6 | | -**NOTE :** the files included in different could be different. This page describes the release note of [version 0.7.1](https://github.com/JF002/InfiniTime/releases/tag/0.7.1), which is the version that'll probably be pre-programmed at the factory for the next batch of Pinetime devkits. |
| 6 | +**NOTE :** the files included in different Releases could be different. This page describes the release notes of [version 0.7.1](https://github.com/JF002/InfiniTime/releases/tag/0.7.1), which is the version that is pre-programmed for the last batches of pinetimes but will be replaced with [1.0.0](https://github.com/jF002/infiniTime/releases/tag/1.0.0) around june 2021. |
7 | 7 |
|
8 | | -## Files included in the release note |
| 8 | +## Files included in the release notes |
9 | 9 |
|
10 | 10 | ### Standalone firmware |
11 | | -This firmware is standalone, meaning that it does not need a bootloader to actually run. It is intended to be flash at offset 0, meaning it will erase any bootloader that might be present in memory. |
| 11 | +This firmware is standalone, meaning that it does not need a bootloader to actually run. It is intended to be flashed at offset 0, meaning it will erase any bootloader that might be present in memory. |
12 | 12 |
|
13 | | - - **pinetime-app.out** : Output file of GCC containing debug symbols, useful is you want to debug the firmware using GDB. |
| 13 | + - **pinetime-app.out** : Output file of GCC containing debug symbols, useful if you want to debug the firmware using GDB. |
14 | 14 | - **pinetime-app.hex** : Firmware in Intel HEX file format. Easier to use because it contains the offset in memory where it must be flashed, you don't need to specify it. |
15 | 15 | - **pintime-app.bin** : Firmware in binary format. When programming it, you have to specify the offset (0x00) in memory where it must be flashed. |
16 | 16 | - **pinetime-app.map** : Map file containing all the symbols, addresses in memory,... |
@@ -38,7 +38,7 @@ This firmware is a small utility firmware that writes the boot graphic in the ex |
38 | 38 | ### Firmware with bootloader |
39 | 39 | This firmware is intended to be used with our [MCUBoot-based bootloader](../bootloader/README.md). |
40 | 40 |
|
41 | | - - **pinetime-mcuboot-app-image.hex** : Firmware wrapped into an MCUBoot image. This is **the** file that must be flashed **@ 0x8000** into flash memory. If the [bootloader](../bootloader/README.md) has been successfully programmed, it should run this firmware after the next reset. |
| 41 | + - **pinetime-mcuboot-app-image.hex**: Firmware wrapped into an MCUBoot image. This is **the** file that must be flashed at **0x8000** into the flash memory. If the [bootloader](../bootloader/README.md) has been successfully programmed, it should run this firmware after the next reset. |
42 | 42 |
|
43 | 43 | The following files are not directly usable by the bootloader: |
44 | 44 |
|
|
0 commit comments