[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?
From: |
Simon Liebold |
Subject: |
Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices? |
Date: |
Tue, 31 Mar 2015 06:51:58 +0200 |
User-agent: |
K-9 Mail for Android |
Thanks Felix,
This is definitely a better symlink. I was trying something like that
initially, but it was either randomly choosing one of the two devices or - when
making it more specific - none. I will try your udev rule.
Sim
Am 30. März 2015 21:23:53 MESZ, schrieb Felix Ruess <address@hidden>:
>I always add the bmp to my udev rules to create some nicer symlinks:
>
>SUBSYSTEM=="tty", ATTRS{interface}=="Black Magic GDB Server",
>SYMLINK+="bmp-gdb"
>SUBSYSTEM=="tty", ATTRS{interface}=="Black Magic UART Port",
>SYMLINK+="bmp-serial"
>
>then I can use /dev/bmp-gdb for flashing and debugging and
>/dev/bmp-serial
>for the - well - serial...
>
>
- [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Simon Liebold, 2015/03/28
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Michal Podhradsky, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Felix Ruess, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Simon Liebold, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Felix Ruess, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Michal Podhradsky, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Felix Ruess, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Michal Podhradsky, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?, Felix Ruess, 2015/03/30
- Re: [Paparazzi-devel] Black Magic Probe: Why two ttyACM* devices?,
Simon Liebold <=