Expand description
rxp card probe: read the card and check every claim in its model file
that a read can check. Nothing is written; guarded blocks stay
not checked because checking them means writing.
Structs§
Enums§
- State
- What one check found.
Functions§
- check_
banks - The claims the first chunk of each firmware bank can check: a bitstream header at the bank’s start.
- check_
block - The claims the parameter block and the EEPROM mirror can check: a boot
image at the model’s region offsets, consistent with the
.rcvbpit embeds, and a programmed mirror. - check_
discovery - The claims a discovery reply can check: the id byte and the size limits.
- mirror_
in_ block - Where the EEPROM mirror sits inside the parameter block, when it does.
- not_
checked - The claims reads cannot decide.
- probe
- Discover the card, read its banks’ heads, its parameter block and the EEPROM mirror, and check the model. Read-only: every frame sent is a discovery or a flash read.