sk8brd-server
is still not there.. The only other implementation is cdba-server for now.
cargo run -- -f <host> -p <port> -i <path/to/boot.img> -b <board> [-u user] [--power-cycle]
Keybinds:
CTRL-A
+a
-> send a CTRL-AB
-> send a console breakp
-> turn off board powerP
-> turn on board powerq
-> quits
-> request a JSON status update (WIP)v
-> turn off USB VBUSV
-> turn on USB VBUS
cargo run --bin sk8brd-cli -f <host> -i <path/to/boot.img> [-b board]
Make sure ssh-agent
is running and has your keys imported.
BSD-3-Clause
Author: Konrad Dybcio <[email protected]>
cdba contributors (for the original cdba implementation)