Skip to content

Instantly share code, notes, and snippets.

@MathiasKoch
Created October 18, 2021 10:28
Show Gist options
  • Save MathiasKoch/23453a6183cd50cea63a05d34884b0ca to your computer and use it in GitHub Desktop.
Save MathiasKoch/23453a6183cd50cea63a05d34884b0ca to your computer and use it in GitHub Desktop.
Duo bringup
  1. Insert debug probe into Device
  2. Run ./bbctl device fbduo bootstrap --bootloader bootloader --firmware bootstrap --hardware v1_1. Note the first line (UUID: "ba79a2bd874d2301") this is the "Full UUID" for later.
  3. Wait for label to be printed, and then terminate process (ctrl-c)
  4. Go to cloud.blackbird.online, Administration page -> Devices, and claim the device using the 7 digit ID
  5. Run ./bbctl device fbduo inject-credentials <Full UUID> eg. ./bbctl device fbduo inject-credentials ba79a2bd874d2301
  6. Run probe-run --chip STM32L475VGT firmware-v1_1 and wait for (HOST) INFO success! print
  7. Remove debugger & power, and apply label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment