Laydibug CLI
Install
coming soon, fixing the android image for launchGetting started
- Insert the SD card into your dev PC
ldb sd wipe --full -yldb sd flash --creds "YOUR_SSID" "YOUR_PASSWORD"- Move the SD card into the Pi 5 and power it from your dev PC with a data-capable cord
ldb connect- Hook up an LED (or logic analyzer) to any GPIO pin between 4 and 26
- Toggle every claimed pin at once:
ldb gpio all onEvery pin HIGH (LEDs on)ldb gpio all offEvery pin LOW (LEDs off)
- Drive one pin at a time (e.g. GPIO 22):
ldb gpio 22 onPin 22 HIGHldb gpio 22 offPin 22 LOWldb gpio 22Read pin 22’s current value
Any pin listed by ldb gpio pinout works. Every demo-claimed GPIO between 4 and 26 responds to the same three verbs.