Difference between revisions of "PineTime bootloader improvements"

Jump to navigation Jump to search
(added category)
Line 38: Line 38:
In order to simplify the code, the graphics will be stored into the bootloader code instead of storing them into the external flash:
In order to simplify the code, the graphics will be stored into the bootloader code instead of storing them into the external flash:
  - Less code.
  - Less code.
- Easier to flash/install for the user AND the factory (we literally spend WEEKS to successfully flash infinitime and the bootloader).
  - Easier to document : 1 specific logo = bootloader mode
  - Easier to document : 1 specific logo = bootloader mode
  - Do not have to worry about the dynamic size of the logo (the binary size of the graphics will vary with the content when they are RLE encoded).
  - Do not have to worry about the dynamic size of the logo (the binary size of the graphics will vary with the content when they are RLE encoded).