Hello, all …
I’ve used Particle Photons for various projects using the web IDE, and that’s been great. However, for this latest project I want to use an Argon LTE and build / flash everything locally using Particle Workbench. However, even though the Argon is breathing cyan, whenever I try to build anything locally via VSCode, I get this:
/Users/jmzorko/.particle/toolchains/deviceOS/5.0.1/modules/boron/system-part1/makefile /Users/jmzorko/.particle/toolchains/deviceOS/5.0.1/modules/boron/user-part/makefile
text data bss dec hex filename
499268 2630 62354 564252 89c1c …/…/…/build/target/system-part1/platform-13-m/system-part1.elf
Serial device PARTICLE_SERIAL_DEV : not available
Flashing using dfu:
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util / Tickets
_dfu-util: No DFU capable USB device available
make[2]: *** [program-dfu] Error 74
make[1]: *** [/Users/jmzorko/.particle/toolchains/deviceOS/5.0.1/modules/boron/system-part1/makefile] Error 2
make: *** [flash-all] Error 2
I’m using an M1 MacBook Air running macOS Monterrey. I’ve tried different USB cables, including ones known to work with other boards. What am I doing wrong?
Regards,
John