Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/programstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ images. The header format is detailed below (numbers are big endian):
| 4 | `u16` | maj | Major version |
| 6 | `u16` | min | Minor version |
| 8 | `u32` | time | Build timestamp |
| 12 | `u32` | len | Image size (including this header) |
| 12 | `u32` | len | Payload size (not including this header) |
| 16 | `u32` | addr | Image load address |
| 20 |`byte[48]`| name | Image name |
| 68 |`byte[8] `| | Reserved |
Expand Down