I have a custom board based on the AM335x EVM-SK board which has the devices on UART1 and UART4 removed and replaced with other components. However, I am unable to gain access to these interfaces with the u-boot image and kernel that I re-compile using SDK7. Here are what I've tried so far:
1. Booting from the SD card that came with it (ti-sd-card) , the EVM-SK board shows /dev/ttyO0-O5 available.
2. Booting from an SD card that I load with the pre-built images (pre-built-sd-card), the EVM-SK board only shows /dev/ttyO0.
3. I cannot boot my custom board with either the ti-sd-card or pre-built-sd-card because it freezes when checking the EEPROM. So, I recompiled the MLO and u-boot.img files to skip that check the EEPROM**. I also recompiled the Linux kernel to fix the Ethernet bug, following instructions from here processors.wiki.ti.com/.../Linux_Kernel_Users_Guide. Using creat-sdcard.sh, I created my new-sd-card using the new kernel and u-boot files.
** My changes to skip EEPROM check: in ti-sdk/board-support/u-boot.../board/ti/am335x/board.c
/*
* Read header information from EEPROM into global structure.
*/
static int read_eeprom(struct am335x_baseboard_id *header)
{
// NCD - DEBUG
strncpy(header->name,"A335X_SK",8);
strncpy(header->version,"1.2B",4);
return 0;
}
4. Booting from my new-sd-card, I still can only see /dev/ttyO0 on both the EVM-SK board and the custom board.
So the question is, am I just missing a configuration somewhere? I looked into the am335x-evmsk.dts file, but I'm not sure if I should modify it. My boot log is below.
Thank you for any help! I've read through tons of threads, but I can't seem to find a topic that fits my problem...
-- boot log --
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.12.10-ti2013.12.01 (sysadmin@sitara) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #3 Wed May 20 20:28:16 PDT 2015
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x EVM-SK
[ 0.000000] cma: CMA: reserved 24 MiB at 8d800000
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 64768
[ 0.000000] free_area_init_node: node 0, pgdat c082c570, node_mem_map c0867000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 64768 pages, LIFO batch:15
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES1.0 (sgx neon )
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64256
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 223444K/259072K available (5555K kernel code, 559K rwdata, 1876K rodata, 345K init, 225K bss, 35628K reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc074a04c (7433 kB)
[ 0.000000] .init : 0xc074b000 - 0xc07a15f0 ( 346 kB)
[ 0.000000] .data : 0xc07a2000 - 0xc082ddd8 ( 560 kB)
[ 0.000000] .bss : 0xc082ddd8 - 0xc0866400 ( 226 kB)
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[ 0.000000] Total of 128 interrupts on 1 active controller
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[ 0.000000] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000316] Calibrating delay loop... 479.23 BogoMIPS (lpj=2396160)
[ 0.119733] pid_max: default: 32768 minimum: 301
[ 0.119834] Security Framework initialized
[ 0.119885] Mount-cache hash table entries: 512
[ 0.128295] CPU: Testing write buffer coherency: ok
[ 0.128706] Setting up static identity map for 0xc0572e28 - 0xc0572e98
[ 0.129593] devtmpfs: initialized
[ 0.131385] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.193431] omap_hwmod: debugss: _wait_target_disable failed
[ 0.194162] pinctrl core: initialized pinctrl subsystem
[ 0.195036] regulator-dummy: no parameters
[ 0.197490] NET: Registered protocol family 16
[ 0.199793] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.202442] cpuidle: using governor ladder
[ 0.202460] cpuidle: using governor menu
[ 0.211199] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
[ 0.212274] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
[ 0.213208] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[ 0.213521] OMAP GPIO hardware version 0.1
[ 0.214390] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[ 0.215376] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[ 0.216386] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[ 0.221872] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
[ 0.224888] DSS not supported on this SoC
[ 0.224908] No ATAGs?
[ 0.224919] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.249029] bio: create slab <bio-0> at 0
[ 0.263887] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[ 0.264438] of_get_named_gpio_flags: can't parse gpios property of node '/fixedregulator@0[0]'
[ 0.264722] vbat: 5000 mV
[ 0.264863] of_get_named_gpio_flags: can't parse gpios property of node '/fixedregulator@1[0]'
[ 0.265117] lis3_reg: no parameters
[ 0.268005] vgaarb: loaded
[ 0.269289] SCSI subsystem initialized
[ 0.269904] libata version 3.00 loaded.
[ 0.270718] usbcore: registered new interface driver usbfs
[ 0.270905] usbcore: registered new interface driver hub
[ 0.271108] usbcore: registered new device driver usb
[ 0.272070] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
[ 0.272098] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
[ 0.272329] media: Linux media interface: v0.10
[ 0.272508] Linux video capture interface: v2.00
[ 0.272772] pps_core: LinuxPPS API ver. 1 registered
[ 0.272783] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.272932] PTP clock support registered
[ 0.275510] Switched to clocksource timer1
[ 0.294366] NET: Registered protocol family 2
[ 0.295032] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.295087] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.295118] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.295189] TCP: reno registered
[ 0.295204] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.295225] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.295426] NET: Registered protocol family 1
[ 0.295896] RPC: Registered named UNIX socket transport module.
[ 0.295911] RPC: Registered udp transport module.
[ 0.295918] RPC: Registered tcp transport module.
[ 0.295925] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.295942] PCI: CLS 0 bytes, default 64
[ 0.296853] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.297486] PM: Loading am335x-pm-firmware.bin
[ 0.453139] VFS: Disk quotas dquot_6.5.2
[ 0.453219] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.453832] NFS: Registering the id_resolver key type
[ 0.453920] Key type id_resolver registered
[ 0.453930] Key type id_legacy registered
[ 0.453974] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.454170] msgmni has been set to 484
[ 0.455883] NET: Registered protocol family 38
[ 0.455927] io scheduler noop registered
[ 0.455937] io scheduler deadline registered
[ 0.455961] io scheduler cfq registered (default)
[ 0.457993] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.497123] Console: switching to colour frame buffer device 60x34
[ 0.500823] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.503352] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/serial@44e09000[0]'
[ 0.503661] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
[ 1.109101] console [ttyO0] enabled
[ 1.114247] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 1.131468] brd: module loaded
[ 1.139941] loop: module loaded
[ 1.147707] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.158185] usbcore: registered new interface driver asix
[ 1.164117] usbcore: registered new interface driver ax88179_178a
[ 1.170737] usbcore: registered new interface driver cdc_ether
[ 1.177097] usbcore: registered new interface driver r815x
[ 1.183101] usbcore: registered new interface driver smsc95xx
[ 1.189333] usbcore: registered new interface driver net1080
[ 1.195492] usbcore: registered new interface driver cdc_subset
[ 1.201900] usbcore: registered new interface driver zaurus
[ 1.208040] usbcore: registered new interface driver cdc_ncm
[ 1.214550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.221483] ehci-pci: EHCI PCI platform driver
[ 1.226400] ehci-omap: OMAP-EHCI Host Controller driver
[ 1.232812] usbcore: registered new interface driver cdc_wdm
[ 1.239030] usbcore: registered new interface driver usb-storage
[ 1.246477] mousedev: PS/2 mouse device common for all mice
[ 1.254236] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/TI-am335x-tsc/input/input0
[ 1.264827] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ 1.273172] i2c /dev entries driver
[ 1.277476] Driver for 1-wire Dallas network protocol.
[ 1.285263] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 1.294085] of_get_named_gpio_flags exited with status 6
[ 1.294102] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/mmc@48060000[0]'
[ 1.294524] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[ 1.301859] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[ 1.309116] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
[ 1.316060] edma-dma-engine edma-dma-engine.0: freeing channel for 24
[ 1.322878] edma-dma-engine edma-dma-engine.0: freeing channel for 25
[ 1.329811] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
[ 1.337823] of_get_named_gpio_flags exited with status 36
[ 1.337839] of_get_named_gpio_flags exited with status 37
[ 1.337850] of_get_named_gpio_flags exited with status 38
[ 1.337860] of_get_named_gpio_flags exited with status 39
[ 1.337871] of_get_named_gpio_flags exited with status 36
[ 1.338266] of_get_named_gpio_flags exited with status 37
[ 1.338528] of_get_named_gpio_flags exited with status 38
[ 1.338764] of_get_named_gpio_flags exited with status 39
[ 1.339309] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.346085] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
[ 1.353311] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 1.360670] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 1.366874] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
[ 1.373978] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
[ 1.382427] usbcore: registered new interface driver usbhid
[ 1.388362] usbhid: USB HID core driver
[ 1.394629] oprofile: no performance counters
[ 1.399709] oprofile: using timer interrupt.
[ 1.404518] TCP: cubic registered
[ 1.408068] Initializing XFRM netlink socket
[ 1.412656] NET: Registered protocol family 17
[ 1.417421] NET: Registered protocol family 15
[ 1.422178] 8021q: 802.1Q VLAN Support v1.8
[ 1.426708] Key type dns_resolver registered
[ 1.434735] omap_hwmod: gpio1: _wait_target_disable failed
[ 1.440914] cpu cpu0: cpu0 regulator not ready, retry
[ 1.446323] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[ 1.454689] ThumbEE CPU extension supported.
[ 1.462818] tps65910 0-002d: No interrupt support, no core IRQ
[ 1.471139] vrtc: 1800 mV
[ 1.474269] vrtc: supplied by vbat
[ 1.479116] vio: at 1500 mV
[ 1.482235] vio: supplied by vbat
[ 1.487192] vdd_mpu: 912 <--> 1375 mV at 1137 mV
[ 1.492240] vdd_mpu: supplied by vbat
[ 1.497481] vdd_core: 912 <--> 1150 mV at 1137 mV
[ 1.502606] vdd_core: supplied by vbat
[ 1.507749] vdd3: 5000 mV
[ 1.511727] vdig1: at 1800 mV
[ 1.515027] vdig1: supplied by vbat
[ 1.519902] vdig2: at 1800 mV
[ 1.523192] vdig2: supplied by vbat
[ 1.528046] vpll: at 1800 mV
[ 1.531245] vpll: supplied by vbat
[ 1.535997] vdac: at 1800 mV
[ 1.539192] vdac: supplied by vbat
[ 1.543937] vaux1: at 1800 mV
[ 1.547250] vaux1: supplied by vbat
[ 1.552093] vaux2: at 3300 mV
[ 1.555380] vaux2: supplied by vbat
[ 1.560247] vaux33: at 3300 mV
[ 1.563628] vaux33: supplied by vbat
[ 1.568594] vmmc: 1800 <--> 3300 mV at 3300 mV
[ 1.573450] vmmc: supplied by vbat
[ 1.578847] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.585343] of_get_named_gpio_flags exited with status 6
[ 1.585360] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/mmc@48060000[0]'
[ 1.585783] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
[ 1.592976] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
[ 1.695541] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 1.701997] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[ 1.709394] libphy: 4a101000.mdio: probed
[ 1.713644] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
[ 1.724192] Missing dual_emac_res_vlan in DT.
[ 1.728848] Using 1 as Reserved VLAN for 0 slave
[ 1.733754] Missing dual_emac_res_vlan in DT.
[ 1.738371] Using 2 as Reserved VLAN for 1 slave
[ 1.743252] Detected MACID = 6c:ec:eb:b8:e3:e6
[ 1.749194] cpsw: Detected MACID = 6c:ec:eb:b8:e3:e7
[ 1.755888] of_get_named_gpio_flags exited with status 67
[ 1.755911] of_get_named_gpio_flags exited with status 66
[ 1.755924] of_get_named_gpio_flags exited with status 30
[ 1.755936] of_get_named_gpio_flags exited with status 69
[ 1.756769] input: gpio_buttons.7 as /devices/gpio_buttons.7/input/input1
[ 1.764785] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 1.777785] Waiting for root device /dev/mmcblk0p2...
[ 1.790429] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 1.802032] mmc0: new high speed SDHC card at address e624
[ 1.808649] mmcblk0: mmc0:e624 SU08G 7.40 GiB
[ 1.815114] mmcblk0: p1 p2
[ 1.901213] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 1.909903] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.919927] devtmpfs: mounted
[ 1.923691] Freeing unused kernel memory: 344K (c074b000 - c07a1000)
>[ 2.509321] udevd[820]: starting version 182
[ 3.028758] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[ 3.029760] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[ 3.351393] PM: CM3 Firmware Version = 0x186
[ 3.515768] lis3lv02d: unknown sensor type 0x87
[ 3.583326] lis3lv02d_i2c: probe of 0-0018 failed with error -22
[ 3.797193] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/i2c@44e0b000/tlv320aic3106@1b[0]'
[ 3.813172] davinci_evm sound.3: ASoC: CPU DAI (null) not registered
[ 3.870150] davinci_evm sound.3: snd_soc_register_card failed (-517)
[ 3.914649] platform sound.3: Driver davinci_evm requests probe deferral
[ 3.963245] davinci_evm sound.3: tlv320aic3x-hifi <-> 4803c000.mcasp mapping ok
[ 5.798146] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
[ 5.876297] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 5.876324] musb-hdrc: MHDRC RTL version 2.0
[ 5.876334] musb-hdrc: setup fifo_mode 4
[ 5.876354] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 5.876486] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
[ 5.930964] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
[ 6.008652] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.015935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.023579] usb usb1: Product: MUSB HDRC host driver
[ 6.028843] usb usb1: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
[ 6.035849] usb usb1: SerialNumber: musb-hdrc.0.auto
[ 6.098348] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.252946] hub 1-0:1.0: USB hub found
[ 6.268998] hub 1-0:1.0: 1 port detected
[ 6.292567] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
[ 6.310720] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 6.310747] musb-hdrc: MHDRC RTL version 2.0
[ 6.310757] musb-hdrc: setup fifo_mode 4
[ 6.310778] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 6.310931] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 6.327488] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
[ 6.357310] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.364507] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.372214] usb usb2: Product: MUSB HDRC host driver
[ 6.377490] usb usb2: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
[ 6.384485] usb usb2: SerialNumber: musb-hdrc.1.auto
[ 6.432591] hub 2-0:1.0: USB hub found
[ 6.450199] hub 2-0:1.0: 1 port detected
[ 6.614361] cryptodev: driver 1.6 loaded.
[ 6.618741] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid), retry #1, port1 00000104
[ 6.707535] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
[ 6.770803] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid), retry #2, port1 00000104
[ 6.923231] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid), retry #3, port1 00000104
[ 7.075644] musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (88, <AValid), retry #3, port1 0008010c
[ 7.532396] net eth0: initializing cpsw version 1.12 (0)
[ 7.541213] net eth0: phy found : id is : 0x4dd074
[ 7.554238] 8021q: adding VLAN 0 to HW filter on device eth0
[ 9.536483] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[ 13.913282] udc musb-hdrc.0.auto: registering UDC driver [g_mass_storage]
[ 13.913360] Number of LUNs=8
[ 13.917285] Mass Storage Function, version: 2009/09/11
[ 13.922733] LUN: removable file: (no medium)
[ 13.928282] Number of LUNs=1
[ 13.931639] lun0: open backing file: /dev/mmcblk0p1
[ 13.931658] LUN: file: /dev/mmcblk0p1
[ 13.935576] Number of LUNs=1
[ 13.938636] g_mass_storage gadget: adding config #1 'Linux File-Backed Storage'/bf1bd3ac
[ 13.939425] g_mass_storage gadget: I/O thread pid: 1378
[ 13.939450] g_mass_storage gadget: adding 'Mass Storage Function'/cc3bbe40 to config 'Linux File-Backed Storage'/bf1bd3ac
[ 13.939483] g_mass_storage gadget: cfg 1/bf1bd3ac speeds: high full
[ 13.939494] g_mass_storage gadget: interface 0 = Mass Storage Function/cc3bbe40
[ 13.939515] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
[ 13.946947] g_mass_storage gadget: userspace failed to provide iSerialNumber
[ 13.954411] g_mass_storage gadget: g_mass_storage ready
[ 14.490823] g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage
[ 14.498868] g_mass_storage gadget: set_config: interface 0 (Mass Storage Function) requested delayed status
[ 14.498879] g_mass_storage gadget: delayed_status count 1
[ 14.499003] g_mass_storage gadget: usb_composite_setup_continue
[ 14.499016] g_mass_storage gadget: usb_composite_setup_continue: Completing delayed status
[ 15.499612] g_mass_storage gadget: sending command-failure status
[ 15.502773] g_mass_storage gadget: bulk-in set halt
[ 15.504236] g_mass_storage gadget: bulk-in set halt
[ 15.607413] g_mass_storage gadget: bulk-in set halt
[ 15.716345] g_mass_storage gadget: bulk-in set halt
[ 15.849486] g_mass_storage gadget: bulk-in set halt
[ 15.956209] g_mass_storage gadget: INQUIRY is buggy! Expected length 6 but we got 12
[ 15.956637] g_mass_storage gadget: bulk-in set halt
[ 15.957602] g_mass_storage gadget: bulk-in set halt
[ 16.065877] g_mass_storage gadget: sending command-failure status
[ 16.379899] g_mass_storage gadget: bulk-in set halt
[ 16.379934] g_mass_storage gadget: sending command-failure status