Tool/software: TI C/C++ Compiler
[ 1722.213901] usb 3-1: new high-speed USB device number 3 using xhci-hcd
[ 1722.502139] usb 3-1: New USB device found, idVendor=0951, idProduct=1666
[ 1722.516123] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1722.536141] usb 3-1: Product: DataTraveler 3.0
[ 1722.546705] usb 3-1: Manufacturer: Kingston
[ 1722.557046] usb 3-1: SerialNumber: 60A44C41388DBEC0A9860056
[ 1722.576590] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 1722.610216] scsi host0: usb-storage 3-1:1.0
[ 1723.686740] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 1723.690512] sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
[ 1723.690531] sd 0:0:0:0: [sda] 1 512-byte logical blocks: (512 B/512 B)
[ 1723.690535] sd 0:0:0:0: [sda] 0-byte physical blocks
[ 1723.692270] sd 0:0:0:0: [sda] Write Protect is off
[ 1723.694091] sd 0:0:0:0: [sda] Asking for cache data failed
[ 1723.694099] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 1723.695896] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1723.697174] sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
[ 1723.774259] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
[ 1723.774270] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 1723.774275] sd 0:0:0:0: [sda] tag#0 ASC=0x14 ASCQ=0x0
[ 1723.774286] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 00 00 00 00 01 00
[ 1723.774294] print_req_error: critical medium error, dev sda, sector 0
[ 1723.990337] Buffer I/O error on dev sda, logical block 0, async page read
[ 1724.086607] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
[ 1724.086618] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 1724.086624] sd 0:0:0:0: [sda] tag#0 ASC=0x14 ASCQ=0x0
[ 1724.086633] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 00 00 00 00 01 00
[ 1724.086641] print_req_error: critical medium error, dev sda, sector 0
[ 1724.144453] Buffer I/O error on dev sda, logical block 0, async page read
[ 1724.154712] sda: unable to read partition table
[ 1724.174515] sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
[ 1724.186367] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 1724.436413] sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
[ 1724.436477] sd 0:0:0:0: [sda] tag#0 Sense Key : 0x3 [current]
[ 1724.436483] sd 0:0:0:0: [sda] tag#0 ASC=0x14 ASCQ=0x0
[ 1724.436493] sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x28 28 00 00 00 00 00 00 00 01 00
[ 1724.436502] print_req_error: critical medium error, dev sda, sector 0
[ 1724.556492] FAT-fs (sda): unable to read boot sector
SDK: am437x-evm-linux-rt-sdk-src-06.00.00.07
&dwc3_1 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&usb1_pins_default>;
pinctrl-1 = <&usb1_pins_sleep>;
status = "okay";
};
&usb2_phy1 {
status = "okay";
};
&usb1 {
dr_mode = "host";
status = "okay";
};
&dwc3_2 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&usb2_pins_default>;
pinctrl-1 = <&usb2_pins_sleep>;
status = "okay";
};
&usb2_phy2 {
status = "okay";
};
&usb2 {
dr_mode = "host";
status = "okay";
};