Created
April 15, 2020 14:41
-
-
Save Forty-Bot/bebdcaacc336c37fef30fb87434d3ca8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ openocd -f interface/jlink.cfg | |
| Open On-Chip Debugger 0.10.0 | |
| Licensed under GNU GPL v2 | |
| For bug reports, read | |
| http://openocd.org/doc/doxygen/bugs.html | |
| Warn : Failed to open device: LIBUSB_ERROR_ACCESS. | |
| Info : No device selected, using first device. | |
| Error: No J-Link device found. | |
| $ lsusb | |
| Bus 001 Device 003: ID 04f3:0224 Elan Microelectronics Corp. | |
| Bus 001 Device 002: ID 8087:8000 Intel Corp. | |
| Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | |
| Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub | |
| Bus 002 Device 004: ID 5986:026a Acer, Inc Integrated Camera | |
| Bus 002 Device 003: ID 8087:07dc Intel Corp. | |
| Bus 002 Device 002: ID 138a:0017 Validity Sensors, Inc. VFS 5011 fingerprint sensor | |
| Bus 002 Device 016: ID 0403:6010 Future Technology Devices International, Ltd FT2232C/D/H Dual UART/FIFO IC | |
| Bus 002 Device 017: ID 1366:0101 SEGGER J-Link PLUS | |
| Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub | |
| $ dmesg|tail -10 | |
| [386213.214054] wlp3s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 48:5d:36:0f:ff:c8 | |
| [386213.215511] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready | |
| [386216.285327] audit: type=1131 audit(1586959662.283:225): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
| [386291.106935] usb 2-1: new high-speed USB device number 17 using xhci_hcd | |
| [386291.247896] usb 2-1: New USB device found, idVendor=1366, idProduct=0101, bcdDevice= 1.00 | |
| [386291.247903] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
| [386291.247907] usb 2-1: Product: J-Link | |
| [386291.247910] usb 2-1: Manufacturer: SEGGER | |
| [386291.247912] usb 2-1: SerialNumber: 000261003250 | |
| [387278.594681] audit: type=1006 audit(1586960724.593:226): pid=36098 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=10 res=1 | |
| $ groups | |
| lock wireshark build uucp optical audio wheel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment