Laydibug CLI

Install

coming soon, fixing the android image for launch

Getting started

  1. Insert the SD card into your dev PC
  2. ldb sd wipe --full -y
  3. ldb sd flash --creds "YOUR_SSID" "YOUR_PASSWORD"
  4. Move the SD card into the Pi 5 and power it from your dev PC with a data-capable cord
  5. ldb connect
  6. Hook up an LED (or logic analyzer) to any GPIO pin between 4 and 26
  7. Toggle every claimed pin at once:
    • ldb gpio all onEvery pin HIGH (LEDs on)
    • ldb gpio all offEvery pin LOW (LEDs off)
  8. Drive one pin at a time (e.g. GPIO 22):
    • ldb gpio 22 onPin 22 HIGH
    • ldb gpio 22 offPin 22 LOW
    • ldb 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.