Skip to content

Instantly share code, notes, and snippets.

@jadonk
Created September 22, 2025 23:16
Show Gist options
  • Save jadonk/aefb15f313c417bbaeb03ad2803c0f03 to your computer and use it in GitHub Desktop.
Save jadonk/aefb15f313c417bbaeb03ad2803c0f03 to your computer and use it in GitHub Desktop.
Hack around cc1352-flasher getting bad file type
cat <EOF >~/.magic
216 belong 0x7bb972b9 application/octet-stream
EOF
export MAGIC="$HOME/.magic"
west flash -d build/bcf/ot_coap_server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment