The prompt is rp> . Input is bounded to 79 characters; CR, LF, and CRLF are
accepted. Commands are a static allowlist. There is no address argument or
generic memory/register access.
Commands: help, version, boot status, device info, device uid,
device flash-size, device option-bytes, reset cause, clock show, all
required registers groups, memory regions, log show, log clear,
fault show, fault clear, health status, health acknowledge,
confirmation status, telemetry show, rsm status,
rsm status public, rsm status restricted, reset decoded,
led status, led test healthy|degraded|update|recovery|fault|security,
led test stop, easteregg knightrider, easteregg retro, easteregg stop,
test list, test run gpio|button|clock|ram, security status, and
module list.
Only the exact test run gpio, test run button, test run clock, and
test run ram commands return PASS. Other test ... strings are rejected.
The rsm status and rsm status public commands print the Runtime Security
Monitor key-value status. Vector-table Phase 2A fields include
rsm.security.vectors, rsm.vector.status, rsm.vector.failure_class,
rsm.vector.checks, rsm.vector.failures, and
rsm.vector.latched_failure. rsm status restricted only emits
restricted values when the firmware is built with
RSM_RESTRICTED_DIAGNOSTICS=1; the default build denies restricted output.
Raw UID, exact option bytes, exact memory-region addresses, detailed log
history, retained fault details, raw register snapshots, exact vector-table
failure addresses, and the full telemetry report are restricted diagnostics.
Default builds either print a
public summary or return denied: restricted diagnostic disabled. The
registers pwr and registers syscfg commands return an explicit unavailable
message in EXP066 instead of changing peripheral clocks.
log clear and fault clear are restricted because they remove volatile
forensic evidence for the current boot. clock show remains public, but it
prints only decoded clock source and HCLK when the value can be derived without
guessing an external oscillator frequency.
EXP071 health and Easter egg commands:
health statusprints the active health state, automatic state, temporary override state, LED mask, boot reset cause, retained fault-record status, and mandatory self-test status.health acknowledgeclears a degraded historical reset/fault indication for the current boot. It does not erase Flash or change option bytes.led test healthy,led test degraded,led test update,led test recovery,led test fault, andled test securitystart bounded non-blocking LED tests and then restore automatic health indication.led test stopstops the temporary LED test.easteregg knightriderstarts the bounded fast Knight-Rider LED pattern.easteregg retroreports audio unavailable unless external audio hardware is explicitly added in a future revision.easteregg stopstops temporary LED/audio activity.
Pre-hardware diagnostic commands:
confirmation statusprints the last health-gated application confirmation result and a public running-slot summary by default. Metadata-copy details are restricted diagnostics.telemetry showprints the bounded RAM experiment report only in restricted diagnostic builds. The report is diagnostic only and does not change boot trust decisions.reset decodedprints the public reset-cause name and decodedRCC_CSRreset flags captured before the firmware clears them for the current boot.
How to trigger the Easter egg at the rp> prompt:
easteregg knightrider
Stop it with:
easteregg stop
EXP067 host tools:
tools/module_pack.pypacks and signs a module payload.tools/module_verify.pyverifies a package against a 32-byte public key supplied as raw bytes or hex.tools/module_inspect.pyprints deterministic package metadata and can verify the signature when a public key is supplied.
EXP068 host tools:
tools/bytecode_asm.pyassembles bytecode source.tools/bytecode_vm.pyruns raw bytecode with explicit capabilities or a signed bytecode package. Native packages and ELF files are rejected.
EXP069 host tool:
tools/native_loader.pyvalidates and simulates a signedTYPE_NATIVEpackage. It rejects bytecode packages, malformed native payloads, unknown capabilities, wrong signer identity, incompatible ABI/platform versions, and rollback versions.
EXP070 host tool:
tools/module_install.pymodels atomic A/B installation against a JSON-backed simulated Flash image. It supportslist,inspect,install,verify,activate,confirm,rollback,quarantine,remove-candidate,revoke-signer, andcatalog-recovery. Commands operate on module IDs and predefined slots only; they do not accept raw Flash addresses.