Contents of the 16 byte Sercomm trailer at the end of the flash. It is used by Redboot to detect a Sercomm flash layout and to configure the Sercomm upgrade system.
The magic number is necessary to use the boot command which is called by the default boot script. If you are not using the upgrade system then the other trailer fields do not need to be filled out.
If the default boot script is changed to "move; exec 0x01d00000" then the trailer does not need to be present.
| Name | Description | Offset | Length | Stock R25 contents |
| Product ID | Used by Sercomm RedBoot upgrade system | 0x7FFFF0 | 2 | 00 01 |
| Protocol ID | Used by Sercomm RedBoot upgrade system | 0x7FFFF2 | 2 | 00 00 |
| Firmware Version | Used by Sercomm RedBoot upgrade system | 0x7FFFF4 | 2 | 23 25 |
| Unknown | Unused by RedBoot | 0x7FFFF6 | 2 | 90 F7 |
| Magic Number | Used by RedBoot do_boot to check for a Sercomm flash layout | 0x7FFFF8 | 6 | 65 52 63 4F 6D 4D (eRcOmM) |
| Unknown | Unused by RedBoot | 0x7FFFFE | 2 | 00 B9 |