We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run just itm with my Black Magic Probe attached, I get this error:
just itm
831 >just itm drone probe itm --reset 0,1 -- 0,1 stty: illegal option -- --file=/dev/tty.usbmodem7ABA4DC13 usage: stty [-a|-e|-g] [-f file] [options] Error: `"stty" "--file=/dev/tty.usbmodem7ABA4DC13" "speed" "115200" "raw"` exited with status code: 1 error: Recipe `itm` failed on line 72 with exit code 1
And if I manually run stty:
$ stty --file=/dev/tty.usbmodem7ABA4DC13 stty: illegal option -- --file=/dev/tty.usbmodem7ABA4DC13 usage: stty [-a|-e|-g] [-f file] [options] $ stty -f /dev/tty.usbmodem7ABA4DC13 speed 9600 baud; lflags: -icanon -isig -iexten -echo iflags: -icrnl -ixon -ixany -imaxbel -brkint oflags: -opost -onlcr -oxtabs cflags: cs8 -parenb
The text was updated successfully, but these errors were encountered:
It looks like its more complicated that just -f. I manually tried running the full command:
$ stty -f /dev/tty.usbmodem7ABA4DC13 speed 115200 raw 9600
and its still reporting 9600. Running with sudo doesn't make any difference.
sudo
Sorry, something went wrong.
I don't use Mac, so I can't debug it. If you manage stty to work when you run it manually on your machine, I will be glad to fix drone CLI.
stty
No branches or pull requests
When I run
just itm
with my Black Magic Probe attached, I get this error:And if I manually run stty:
The text was updated successfully, but these errors were encountered: