Commit Graph

24 Commits (main)

Author SHA1 Message Date
Victor Kareh 004b2bf3a0 README: Fix broken URLs 2024-02-25 13:17:19 +07:00
Riku Isokoski c2b6a8de3e
Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +07:00
Christoph Honal 702f65d3ee Bootloader: Ignore __pycache__ in Git 2022-06-05 09:53:22 +07:00
luz paz 03a510bd18 Fix various typos
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
2022-06-05 09:31:23 +07:00
Riku Isokoski 2314c41ad6 Reorganize bootloader readme 2021-11-28 13:42:37 +07:00
carlosperate c4b8ff314a Update git URLS, MCUboot is now independent w/ different GitHub org. 2021-10-17 00:31:21 +07:00
Jean-François Milants 51ff9d5e7b Normalize all the line endings 2021-01-31 20:50:04 +07:00
JF002 b50e222e2e
Merge pull request #120 from ryanplusplus/transfert-typo
Fixed typo (Transfert -> Transfer)
2020-11-17 19:43:45 +07:00
JF f0e1f98823 Increase timeout of DFU characteristic discovery to fix failed attempts to OTA with dfu.py. 2020-11-08 11:35:15 +07:00
Ryan Hartlage 3ccfa1d924 Fixed typo (Transfert -> Transfer) 2020-11-01 15:44:06 +07:00
JF db2b248130 Add missing bootloader binary file. 2020-09-28 21:22:02 +07:00
JF feac7b1b9f Updated boot graphic with a blue pinecone (Pine64 logo). 2020-09-20 14:31:56 +07:00
JF 8d2e56bf00 Update to the latest version of the bootloader (https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v5.0.4) 2020-09-20 11:29:56 +07:00
JF 1eceafee1c Fix typo. 2020-08-14 21:58:35 +07:00
JF bfc3f07a37 Add doc about firmware validation 2020-08-14 21:46:34 +07:00
JF 27fa273d83 Add missing links in bootloader doc. 2020-08-10 20:02:32 +07:00
JF d8c2c9ad01 Add more doc about the bootloader (sequence diagrams and degraded cases). 2020-08-10 16:36:29 +07:00
JF 3b835d455f Add explaination about the bootloader. 2020-07-27 21:38:07 +07:00
JF 2170800d76 Improve doc about bootloader & mcuboot. 2020-06-07 14:09:44 +07:00
JF 46b8bf9fc1 Add new target (pinetime-graphics) that flash the bootloader logo into the spi flash memory. 2020-06-06 19:28:01 +07:00
JF b41a856b9d Add python script to DFU from a linux PC to the Pinetime 2020-06-01 15:21:58 +07:00
JF 00451ef05b Add example scripts to generate mcuboot image, dfu file and program them with openocd. 2020-05-24 17:47:07 +07:00
JF 84b996bf3f Typo in file name.
Set version to 0.6.0.
2020-05-24 17:02:45 +07:00
JF 331481cd0c Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different).
Add documentation about mcuboot image generation and OTA.

Re-enable watchdog
2020-05-24 16:36:04 +07:00