Skip to content

Instantly share code, notes, and snippets.

@abrodkin
Last active February 17, 2020 14:19
Show Gist options
  • Save abrodkin/d9571677f54c75661f0ff3a2ff6e36d6 to your computer and use it in GitHub Desktop.
Save abrodkin/d9571677f54c75661f0ff3a2ff6e36d6 to your computer and use it in GitHub Desktop.

IoTDK

west -v -v -v flash --serial=251642517567 --use-elf

HSDK

west -v -v -v flash --serial=25164200001f --use-elf

EMSDP

west -v -v -v flash --serial=25163300316A --use-elf

EMSK

west -v -v -v flash --serial=251633001158 --use-elf

IoTDK

rff-reset --serial 251642517567 
./scripts/sanitycheck -v -v -v -T samples/hello_world/ --device-testing --platform iotdk --device-serial /dev/serial-board-251642517567 --west-flash="--serial=251642517567,--use-elf"

HSDK

rff-reset --serial 25164200001f
./scripts/sanitycheck -v -v -v -T samples/hello_world/ --device-testing --platform hsdk --device-serial /dev/serial-board-25164200001f --west-flash="--serial=25164200001f,--use-elf"

EMSDP

rff-reset --serial 25163300316A && djtgcfg enum
./scripts/sanitycheck -v -v -v -T samples/hello_world/ --device-testing --platform emsdp --device-serial /dev/serial-board-25163300316A --west-flash="--serial=25163300316A,--use-elf"

EMSK

./scripts/sanitycheck -v -v -v -T samples/hello_world/ --device-testing --platform em_starterkit_em7d --device-serial /dev/serial-board-251633001158 --west-flash="--serial=251633001158,--use-elf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment