From: Jack B. <gol...@gm...> - 2015-02-23 08:57:03
|
On Mon, Feb 23, 2015 at 5:46 PM, Paul Fertser <fer...@gm...> wrote: > On Mon, Feb 23, 2015 at 05:42:55PM +0900, Golden Yak wrote: > > idVendor 0x1366 SEGGER > > idProduct 0xxxxx > > Damn, why censor this? It's likely exactly why jlink driver doesn't > find it, heh. > > -- > Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! > mailto:fer...@gm... > Sorry, went a bit over-paranoid heh heh, here it goes again with the Product ID included: ---------------------------- lsusb -v Bus 001 Device 008: ID 1366:1015 SEGGER Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize0 64 idVendor 0x1366 SEGGER idProduct 0x1015 bcdDevice 1.00 iManufacturer 1 SEGGER iProduct 2 J-Link iSerial 3 ... bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 121 bNumInterfaces 4 bConfigurationValue 1 iConfiguration 4 Configuration bmAttributes 0x80 (Bus Powered) MaxPower 100mA Interface Association: bLength 8 bDescriptorType 11 bFirstInterface 0 bInterfaceCount 2 bFunctionClass 2 Communications bFunctionSubClass 0 bFunctionProtocol 0 iFunction 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 2 Communications bInterfaceSubClass 2 Abstract (modem) bInterfaceProtocol 1 AT-commands (v.25ter) iInterface 5 CDC ACM CDC Header: bcdCDC 1.10 CDC Call Management: bmCapabilities 0x03 call management use DataInterface bDataInterface 1 CDC ACM: bmCapabilities 0x06 sends break line coding and serial state CDC Union: bMasterInterface 0 bSlaveInterface 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x87 EP 7 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 8 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 10 CDC Data bInterfaceSubClass 0 Unused bInterfaceProtocol 0 iInterface 6 (error) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 2 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 7 (error) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 3 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 8 (error) Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x85 EP 5 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x06 EP 6 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 1 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize0 64 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) ---------------------------- sudo /home/jack/local/bin/openocd -d3 -f interface/jlink.cfg -c "transport select swd" -f target/nrf51.cfg Open On-Chip Debugger 0.9.0-dev-00301-g986102f (2015-02-22-08:12) Licensed under GNU GPL v2 For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.html User : 13 2 command.c:546 command_print(): debug_level: 3 Debug: 14 2 options.c:98 add_default_dirs(): bindir=/home/jack/local/bin Debug: 15 2 options.c:99 add_default_dirs(): pkgdatadir=/home/jack/local/share/openocd Debug: 16 2 options.c:100 add_default_dirs(): run_prefix= Debug: 17 2 configuration.c:44 add_script_search_dir(): adding /home/jack/.openocd Debug: 18 2 configuration.c:44 add_script_search_dir(): adding /home/jack/local/share/openocd/site Debug: 19 2 configuration.c:44 add_script_search_dir(): adding /home/jack/local/share/openocd/scripts Debug: 20 3 configuration.c:84 find_file(): found interface/jlink.cfg Debug: 21 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_interface jlink Debug: 22 4 command.c:145 script_debug(): command - interface ocd_interface jlink Debug: 24 4 command.c:325 command_new(): BUG: command 'jlink' does not have the '.usage' field filled out Debug: 25 4 command.c:325 command_new(): BUG: command 'jlink caps' does not have the '.usage' field filled out Debug: 26 5 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 27 5 command.c:325 command_new(): BUG: command 'jlink info' does not have the '.usage' field filled out Debug: 28 5 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 29 5 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 30 5 command.c:325 command_new(): BUG: command 'jlink config' does not have the '.usage' field filled out Debug: 31 5 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 32 5 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 33 6 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 34 7 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 35 7 command.c:325 command_new(): BUG: command 'config reset' does not have the '.usage' field filled out Debug: 36 7 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 37 7 command.c:325 command_new(): BUG: command 'config save' does not have the '.usage' field filled out Debug: 38 7 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 39 7 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 40 7 command.c:325 command_new(): BUG: command 'jlink pid' does not have the '.usage' field filled out Debug: 41 7 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 42 7 command.c:325 command_new(): BUG: command 'jlink serial' does not have the '.usage' field filled out Debug: 43 7 command.c:366 register_command_handler(): registering 'ocd_jlink'... Debug: 44 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select swd Debug: 45 7 command.c:145 script_debug(): command - ocd_transport ocd_transport select swd Debug: 46 7 command.c:325 command_new(): BUG: command 'swd' does not have the '.usage' field filled out Debug: 47 7 command.c:366 register_command_handler(): registering 'ocd_swd'... Debug: 48 7 command.c:366 register_command_handler(): registering 'ocd_swd'... Info : 49 7 jlink.c:1374 jlink_swd_init(): JLink SWD mode enabled User : 50 7 command.c:691 command_run_line(): swdUser : 51 7 command.c:693 command_run_line(): Debug: 52 7 configuration.c:84 find_file(): found target/nrf51.cfg Debug: 53 7 configuration.c:84 find_file(): found target/swj-dp.tcl Debug: 54 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 55 7 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 56 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 57 7 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 58 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 59 7 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 60 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 61 7 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 62 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 63 7 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 64 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_swd newdap nrf51 cpu -expected-id 0x0bb11477 Debug: 65 7 command.c:145 script_debug(): command - ocd_swd ocd_swd newdap nrf51 cpu -expected-id 0x0bb11477 Debug: 66 7 tcl.c:554 jim_newtap_cmd(): Creating New Tap, Chip: nrf51, Tap: cpu, Dotted: nrf51.cpu, 2 params Debug: 67 7 core.c:1296 jtag_tap_init(): Created Tap: nrf51.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0 Debug: 68 7 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target create nrf51.cpu cortex_m -chain-position nrf51.cpu Debug: 69 7 command.c:145 script_debug(): command - ocd_target ocd_target create nrf51.cpu cortex_m -chain-position nrf51.cpu Debug: 70 7 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas Debug: 71 7 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 72 7 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 73 7 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 74 7 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 75 7 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 76 7 command.c:366 register_command_handler(): registering 'ocd_arm'... Debug: 77 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 78 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 79 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 80 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 81 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 82 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 83 7 command.c:366 register_command_handler(): registering 'ocd_dap'... Debug: 84 7 command.c:366 register_command_handler(): registering 'ocd_cortex_m'... Debug: 85 7 command.c:366 register_command_handler(): registering 'ocd_cortex_m'... Debug: 86 7 command.c:366 register_command_handler(): registering 'ocd_cortex_m'... Debug: 87 7 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 88 7 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 89 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 90 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 91 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 92 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 93 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 94 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 95 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 96 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 97 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 98 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 99 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 100 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 101 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 102 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 103 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 104 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 105 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 106 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 107 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 108 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 109 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 110 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 111 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 112 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 113 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 114 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 115 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 116 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 117 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 118 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 119 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 120 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 121 8 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 122 9 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 123 9 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 124 9 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'... Debug: 125 9 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0 Debug: 126 9 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0 Debug: 127 9 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas Debug: 128 9 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas Debug: 129 9 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas Debug: 130 9 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select Debug: 131 9 command.c:145 script_debug(): command - ocd_transport ocd_transport select Debug: 132 9 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_cortex_m reset_config sysresetreq Debug: 133 9 command.c:145 script_debug(): command - ocd_cortex_m ocd_cortex_m reset_config sysresetreq User : 135 9 command.c:546 command_print(): cortex_m reset_config sysresetreq Debug: 136 9 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank nrf51.flash nrf51 0x00000000 0 1 1 nrf51.cpu Debug: 137 9 command.c:145 script_debug(): command - ocd_flash ocd_flash bank nrf51.flash nrf51 0x00000000 0 1 1 nrf51.cpu Debug: 139 9 command.c:325 command_new(): BUG: command 'nrf51 mass_erase' does not have the '.usage' field filled out Debug: 140 9 command.c:366 register_command_handler(): registering 'ocd_nrf51'... Debug: 141 9 tcl.c:824 handle_flash_bank_command(): 'nrf51' driver usage field missing Debug: 142 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank nrf51.uicr nrf51 0x10001000 0 1 1 nrf51.cpu Debug: 143 10 command.c:145 script_debug(): command - ocd_flash ocd_flash bank nrf51.uicr nrf51 0x10001000 0 1 1 nrf51.cpu Debug: 145 10 command.c:401 register_command(): command 'nrf51' is already registered in '<global>' context Debug: 146 10 command.c:401 register_command(): command 'mass_erase' is already registered in 'nrf51' context Debug: 147 10 tcl.c:824 handle_flash_bank_command(): 'nrf51' driver usage field missing Debug: 148 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 1000 Debug: 149 10 command.c:145 script_debug(): command - adapter_khz ocd_adapter_khz 1000 Debug: 151 10 core.c:1623 jtag_config_khz(): handle jtag khz Debug: 152 10 core.c:1590 adapter_khz_to_speed(): convert khz to interface specific speed value Debug: 153 10 core.c:1590 adapter_khz_to_speed(): convert khz to interface specific speed value User : 154 10 command.c:546 command_print(): adapter speed: 1000 kHz Debug: 155 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event reset-end enable_all_ram Debug: 156 10 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event reset-end enable_all_ram Debug: 157 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_init Debug: 158 10 command.c:145 script_debug(): command - init ocd_init Debug: 160 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target init Debug: 161 10 command.c:145 script_debug(): command - ocd_target ocd_target init Debug: 163 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target names Debug: 164 10 command.c:145 script_debug(): command - ocd_target ocd_target names Debug: 165 10 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu cget -event gdb-flash-erase-start Debug: 166 11 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu cget -event gdb-flash-erase-start Debug: 167 11 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event gdb-flash-erase-start reset init Debug: 168 11 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event gdb-flash-erase-start reset init Debug: 169 11 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu cget -event gdb-flash-write-end Debug: 170 11 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu cget -event gdb-flash-write-end Debug: 171 11 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event gdb-flash-write-end reset halt Debug: 172 11 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event gdb-flash-write-end reset halt Debug: 173 11 target.c:1289 handle_target_init_command(): Initializing targets... Debug: 174 11 command.c:366 register_command_handler(): registering 'ocd_target_request'... Debug: 175 11 command.c:366 register_command_handler(): registering 'ocd_trace'... Debug: 176 11 command.c:366 register_command_handler(): registering 'ocd_trace'... Debug: 177 11 command.c:366 register_command_handler(): registering 'ocd_fast_load_image'... Debug: 178 11 command.c:366 register_command_handler(): registering 'ocd_fast_load'... Debug: 179 11 command.c:366 register_command_handler(): registering 'ocd_profile'... Debug: 180 11 command.c:366 register_command_handler(): registering 'ocd_virt2phys'... Debug: 181 11 command.c:366 register_command_handler(): registering 'ocd_reg'... Debug: 182 11 command.c:366 register_command_handler(): registering 'ocd_poll'... Debug: 183 11 command.c:366 register_command_handler(): registering 'ocd_wait_halt'... Debug: 184 11 command.c:366 register_command_handler(): registering 'ocd_halt'... Debug: 185 11 command.c:366 register_command_handler(): registering 'ocd_resume'... Debug: 186 11 command.c:366 register_command_handler(): registering 'ocd_reset'... Debug: 187 11 command.c:366 register_command_handler(): registering 'ocd_soft_reset_halt'... Debug: 188 11 command.c:366 register_command_handler(): registering 'ocd_step'... Debug: 189 11 command.c:366 register_command_handler(): registering 'ocd_mdw'... Debug: 190 11 command.c:366 register_command_handler(): registering 'ocd_mdh'... Debug: 191 11 command.c:366 register_command_handler(): registering 'ocd_mdb'... Debug: 192 11 command.c:366 register_command_handler(): registering 'ocd_mww'... Debug: 193 11 command.c:366 register_command_handler(): registering 'ocd_mwh'... Debug: 194 11 command.c:366 register_command_handler(): registering 'ocd_mwb'... Debug: 195 11 command.c:366 register_command_handler(): registering 'ocd_bp'... Debug: 196 12 command.c:366 register_command_handler(): registering 'ocd_rbp'... Debug: 197 12 command.c:366 register_command_handler(): registering 'ocd_wp'... Debug: 198 12 command.c:366 register_command_handler(): registering 'ocd_rwp'... Debug: 199 12 command.c:366 register_command_handler(): registering 'ocd_load_image'... Debug: 200 12 command.c:366 register_command_handler(): registering 'ocd_dump_image'... Debug: 201 12 command.c:366 register_command_handler(): registering 'ocd_verify_image'... Debug: 202 12 command.c:366 register_command_handler(): registering 'ocd_test_image'... Debug: 203 12 command.c:366 register_command_handler(): registering 'ocd_reset_nag'... Debug: 204 12 command.c:366 register_command_handler(): registering 'ocd_ps'... Debug: 205 12 command.c:366 register_command_handler(): registering 'ocd_test_mem_access'... Error: 206 13 jlink.c:539 jlink_init(): Cannot find jlink Interface! Please check connection and permissions. Debug: 207 13 command.c:628 run_command(): Command failed with error code -100 User : 208 13 command.c:666 command_run_line(): in procedure 'init' ---------------------------- dmesg [27067.733057] usb 1-1: new high-speed USB device number 8 using ehci-pci [27067.944027] usb 1-1: config 1 interface 1 altsetting 0 bulk endpoint 0x83 has invalid maxpacket 64 [27067.944030] usb 1-1: config 1 interface 1 altsetting 0 bulk endpoint 0x4 has invalid maxpacket 64 [27067.960135] usb 1-1: New USB device found, idVendor=1366, idProduct=1015 [27067.960138] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [27067.960139] usb 1-1: Product: J-Link [27067.960141] usb 1-1: Manufacturer: SEGGER [27067.960142] usb 1-1: SerialNumber: ... [27067.972155] cdc_acm 1-1:1.0: ttyACM0: USB ACM device [27068.050978] usb-storage 1-1:1.3: USB Mass Storage device detected [27068.061500] scsi8 : usb-storage 1-1:1.3 [27069.076898] scsi 8:0:0:0: Direct-Access SEGGER MSD Volume 1.00 PQ: 0 ANSI: 4 [27069.079291] sd 8:0:0:0: Attached scsi generic sg2 type 0 [27069.098463] sd 8:0:0:0: [sdb] 8000 512-byte logical blocks: (4.09 MB/3.90 MiB) [27069.109909] sd 8:0:0:0: [sdb] Write Protect is off [27069.109915] sd 8:0:0:0: [sdb] Mode Sense: 0b 00 00 08 [27069.121266] sd 8:0:0:0: [sdb] No Caching mode page found [27069.121289] sd 8:0:0:0: [sdb] Assuming drive cache: write through [27069.174599] sd 8:0:0:0: [sdb] No Caching mode page found [27069.174603] sd 8:0:0:0: [sdb] Assuming drive cache: write through [27069.199541] sdb: unknown partition table [27069.269331] sd 8:0:0:0: [sdb] No Caching mode page found [27069.269336] sd 8:0:0:0: [sdb] Assuming drive cache: write through [27069.269338] sd 8:0:0:0: [sdb] Attached SCSI removable disk |