Work on fleshing out sections
This commit is contained in:
parent
dd97f166f1
commit
f4d97edbf2
|
@ -9,7 +9,7 @@ Sentinel 65X's firmware is designed to load and execute binaries in the `PGZ` fo
|
|||
|
||||
## PGZ Format
|
||||
|
||||
The first byte of a PGZ file is always an ASCII "Z".
|
||||
The first byte of a PGZ file is always an ASCII "Z", hexadecimal value `0x5A`, decimal value `90`.
|
||||
|
||||
This is followed by one or more segments, packed with no padding or separator. Each such segment has the following format:
|
||||
|
||||
|
|
Loading…
Reference in New Issue