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
| => mmc rescan | |
| CMD_SEND:0 | |
| ARG 0x00000000 | |
| MMC_RSP_NONE | |
| CMD_SEND:8 | |
| ARG 0x000001aa | |
| MMC_RSP_R1,5,6,7 0xaaffffff | |
| CMD_SEND:55 | |
| ARG 0x00000000 | |
| MMC_RSP_R1,5,6,7 0x00000001 |
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
| CMD_SEND:10 | |
| ARG 0x00000000 | |
| mmc_spi_sendcmd() mmc_spi_sendcmd: cmd10 cmdarg=0x0 resp_type=0x7 resp_size=0 resp_match=0 resp_match_value=0x0 | |
| external_cs_manage() setting gpio cs to 0 | |
| dw_spi_xfer() dw_spi_xfer: rx=0000000000000000 tx=00000000805868d8 len=7 [bytes] | |
| dw_spi_xfer() dw_spi_xfer: cr0=00070000 | |
| dw_spi_xfer() dw_spi_xfer: rx=00000000805868c8 tx=0000000000000000 len=1 [bytes] | |
| dw_spi_xfer() dw_spi_xfer: cr0=00070200 | |
| dw_spi_xfer() dw_spi_xfer: rx=000000008058681d tx=0000000000000000 len=1 [bytes] | |
| dw_spi_xfer() dw_spi_xfer: cr0=00070200 |
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 |
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
| /usr/share/spotify/spotify: /usr/lib/libssl-compat.so.1.0.0: no version information available (required by /usr/share/spotify/spotify) /usr/share/spotify/spotify: /usr/lib/libcrypto-compat.so.1.0.0: no version information available (required by /usr/share/spotify/spotify) /usr/share/spotify/spotify: /usr/lib/libcurl-openssl-1.0.so: no version information available (required by /usr/share/spotify/spotify) /usr/share/spotify/spotify: /usr/lib/libssl-compat.so.1.0.0: no version information available (required by /usr/lib/libcurl-openssl-1.0.so) /usr/share/spotify/spotify: /usr/lib/libcrypto-compat.so.1.0.0: no version information available (required by /usr/lib/libcurl-openssl-1.0.so) /usr/share/spotify/spotify: /usr/lib/libssl-compat.so.1.0.0: no version information available (required by /usr/share/spotify/spotify) /usr/share/spotify/spotify: /usr/lib/libcrypto-compat.so.1.0.0: no version information available (required by /usr/share/spotify/spotify) /usr/share/spotify/spotify: /usr/lib/libcurl-openssl-1.0.so: |
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. | |
| $ udevadm info /dev/bus/usb/002/026 |
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
| $ ls -l /dev/bus/usb/002/027 | |
| crw-rw---- 1 root root 189, 154 Apr 15 12:44 /dev/bus/usb/002/027 | |
| $ udevadm test-builtin uaccess /dev/bus/usb/002/027 | |
| Load module index | |
| Parsed configuration file /usr/lib/systemd/network/99-default.link | |
| Created link configuration context. | |
| Failed to open device '/dev/bus/usb/002/027': No such device | |
| Unload module index | |
| Unloaded link configuration context. |
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
| $ ls -l /dev/bus/usb/002/027 | |
| crw-rw---- 1 root root 189, 154 Apr 15 12:44 /dev/bus/usb/002/027 | |
| $ udevadm test-builtin uaccess /dev/bus/usb/002/027 | |
| Load module index | |
| Parsed configuration file /usr/lib/systemd/network/99-default.link | |
| Created link configuration context. | |
| Failed to open device '/dev/bus/usb/002/027': No such device | |
| Unload module index | |
| Unloaded link configuration context. |
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
| $ udevadm info /dev/bus/usb/002/027 | |
| P: /devices/pci0000:00/0000:00:14.0/usb2/2-1 | |
| N: bus/usb/002/027 | |
| L: 0 | |
| E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-1 | |
| E: DEVNAME=/dev/bus/usb/002/027 | |
| E: DEVTYPE=usb_device | |
| E: DRIVER=usb | |
| E: PRODUCT=1366/101/100 | |
| E: TYPE=0/0/0 |
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
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /usr/lib/udev/rules.d/11-dm-lvm.rules:40 Invalid value for OPTIONS key, ignoring: 'event_timeout=180' | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /usr/lib/udev/rules.d/11-dm-lvm.rules:40 The line takes no effect, ignoring. | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/openocd.rules:9 Unknown group 'plugdev', ignoring | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/openocd.rules:12 Unknown group 'plugdev', ignoring | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/openocd.rules:15 Unknown group 'plugdev', ignoring | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/openocd.rules:18 Unknown group 'plugdev', ignoring | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/openocd.rules:21 Unknown group 'plugdev', ignoring | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/openocd.rules:24 Unknown group 'plugdev', ignoring | |
| Apr 15 11:48:23 magnusson systemd-udevd[498]: /etc/udev/rules.d/ |
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
| newest_version = 1 | |
| try: | |
| newest_version = int(self.version) | |
| except (ValueError, KeyError): | |
| pass | |
| try: | |
| newest_version = max(newest_version, versions[0]) | |
| except IndexError: | |
| pass |