Deploy driver to Jetson devices
deploy-agentsubagentsetup L3★43
realsenseai/realsense_mipi_platform_driver ↗What it does
Deploy D4XX driver kernel artifacts to Jetson devices via SSH with verification
Best for
When rolling out driver updates to NVIDIA Jetson devices with automatic reboot and validation
Inputs
- · Build artifacts
- · Jetson IP
- · Target JetPack version
Outputs
- · Deployment log
- · Verification report
Requires
- · Read
- · Grep
- · Glob
- · Bash
Preconditions
Build artifacts exist for target JetPack version; Jetson device is online and reachable; SSH credentials available
Failure modes
- · Jetson unreachable or offline during deployment
- · Build artifacts missing for target JetPack version
- · Insufficient disk space on Jetson for rootfs.tar.gz
Trust signals
- · Includes test/validation protocols
- · Provides usage examples