Physical validation
Kernary Board
A schedulable hardware-control plane for power, recovery, serial, JTAG/SWD, network, USB, instruments and hardware-in-the-loop fixtures.
Lab architecture
- 01Reserve
Match an exact target, revision, fixture and required instruments.
- 02Prepare
Reset fixture state and verify an independent recovery interface.
- 03Operate
Run allowlisted power, flash, serial, debug and measurement actions.
- 04Capture
Store logs and measurements against the build, board and fixture versions.
- 05Sanitise
Return the bay to a known state before the next tenant reservation.
Reserve and connect
kernary board inventory list \
--target imx93-orbit-revb \
--requires jtag,serial,can-fixture
RESERVATION=$(kernary board reserve \
--target imx93-orbit-revb \
--fixture can-loopback-v3 \
--duration 45m \
--output uri)
kernary board serial "$RESERVATION" --followFlash and test
kernary board power "$RESERVATION" off
kernary board flash "$RESERVATION" \
--image build://orbit-controller/2387/image.wic \
--strategy recovery
kernary board power "$RESERVATION" cycle
kernary test run \
--target "$RESERVATION" \
--suite can-and-boot \
--capture serial,power,canThese docs are part of the product design. Interfaces remain proposals until an implementation is published.
