aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-10 10:11:11 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-13 11:03:14 +0200
commit8e2dcda14fac3e9ebc3b592439ad1f2afbbc7076 (patch)
treef464b2491c80b5d40420e2281c5871fee0aa0dc2 /doc
parentdddca33d2f359e04906f160b4aa53b2691ebcdbe (diff)
files-needed-by-factory: Adjust headers
Diffstat (limited to 'doc')
-rw-r--r--doc/files-needed-by-factory.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/files-needed-by-factory.md b/doc/files-needed-by-factory.md
index f99a29b6..2b75943c 100644
--- a/doc/files-needed-by-factory.md
+++ b/doc/files-needed-by-factory.md
@@ -4,7 +4,7 @@ These files are needed by the Pine64 factory to flash InfiniTime as the default
Two files are needed: an **HEX (.hex)** file that contains the content of the internal flash memory (bootloader + InfiniTime) and a **binary (.bin)** file that contains the content of the external flash memory (recovery firmware).
-#### merged-internal.hex
+## merged-internal.hex
First, convert the bootloader to hex:
@@ -32,6 +32,6 @@ Finally, merge them together with **mergehex**:
This file must be flashed at offset **0x00** of the internal memory of the NRF52832.
-#### spinor.bin
+## spinor.bin
This file is the MCUBoot image of the last stable version of the recovery firmware. It must be flashed at offset **0x00** of the external SPINOR flash memory.