Thanks to who added this function

Make’s life a lot easier !!!

image

5 Likes

This one is probably for @m_m :slight_smile:

2 Likes

slow and steady improvements FTW :pray::+1:

2 Likes

On mac os x
08
Edit: I upgraded cli. It finds device now. But not flashing because it’s not waiting device for ready. Second time it is flashing. Thanks to @shanevanj.

First try

particle update-cli

from your command line. Once done - try

particle usb list

and check if your attached device is listed.

As said in reply to your other post

In this case it feels even more "inappropriate" as this is the thread of someone else.

Please (re)read this forum guideline
https://community.particle.io/t/welcome-using-particle-forums-and-forum-etiquette

3 Likes

Or for those playing at home:

rm -rf *.bin; particle compile p1 ~/git-repo/sdb-firmware/; stty -f /dev/tty.[yourdevice] 14400; particle flash --usb p1*.bin; sleep 3; particle serial monitor