This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Missing musb-hdrc module required by SDK8 OTG port

Other Parts Discussed in Thread: TPS65217, TWL6030

Hi all,

    I am too trying to make the mini usb0 port to work as a host and slave mode an AM335x processor based custom board and the linux-3.14.26-g2489c02(SDK8), Earlier I was used linux 3.12 kernel(sdk7) which was working fine without any modification, now I am changing to 3.14 kernel.but I am unable detect any mass storage device(host mode) and slave mode also not working.

     Is there any way to find whether the linux 3.14 (sdk8) support OTG or not?

Thanks&Regards

N shankar.

 

  • Hi,

    I will forward this to the USB experts.

  • shankar naragoni said:
    now I am changing to 3.14 kernel.but I am unable detect any mass storage device(host mode) and slave mode also not working.

    If you use the prebuilt binaries from SDK8, this should work.

    Or if you rebuild the SDK8 kernel, please ensure to use singlecore-omap2plus_defconfig when configure the kernel.

    If the test still fails, please attach the full kernel boot log and your .config file.

  • Thank you for your reply,

    I was cross compiled with singlecore-omap2plus_defconfig & I was tested in custom board but unable see any usb detection in console.

    PFA for kernel log file and .config file

    ex: make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- singlecore-omap2plus_defconfig

     

    Thanks & Regards

    N shankar

  • shankar naragoni said:
    PFA for kernel log file and .config file

    Those links are not accessible. Please attach again.

  • Hi Bin liu,

    1. kernel 3.14 logfile and dmesg log file:

    **************************************
    done
    Bytes transferred = 34762 (87ca hex)
    U-Boot# tftpboot ${kloadaddr} shankar/uImage;
    link up on port 0, speed 100, full duplex
    Using cpsw device
    TFTP from server 10.75.14.175; our IP address is 10.75.14.135
    Filename 'shankar/uImage'.
    Load address: 0x80200000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #########################################################
    964.8 KiB/s
    done
    Bytes transferred = 4283240 (415b68 hex)
    U-Boot# setenv bootargs 'console=ttyO1,115200n8 root=/dev/nfs rootfstype=nfs ip=dhcp nfsroot=10.75.14.175:/tools/rootfs_dir/srini/8m'
    U-Boot# bootm 0x80200000 - 0x80f80000
    ## Booting kernel from Legacy Image at 80200000 ...
    Image Name: Linux-3.14.26
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 4283176 Bytes = 4.1 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    ## Flattened Device Tree blob at 80f80000
    Booting using the fdt blob at 0x80f80000
    Loading Kernel Image ... OK
    Loading Device Tree to 9f321000, end 9f32c7c9 ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 3.14.26 (shankar@tata-HP-Elite-7100-Microtower-PC) (gcc version 4.7.3 20130226 (prerelease) (crosstool-5
    [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [ 0.000000] Machine model: Tunstall Lifeline
    [ 0.000000] cma: CMA: reserved 24 MiB at 9d800000
    [ 0.000000] Memory policy: Data cache writeback
    [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [ 0.000000] AM335X ES2.1 (neon )
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129536
    [ 0.000000] Kernel command line: console=ttyO1,115200n8 root=/dev/nfs rootfstype=nfs ip=dhcp nfsroot=10.75.14.175:/tools/rootfs_dm
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 484244K/522240K available (5791K kernel code, 313K rwdata, 2088K rodata, 269K init, 231K bss, 37996K reserved)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc07ba054 (7881 kB)
    [ 0.000000] .init : 0xc07bb000 - 0xc07fe454 ( 270 kB)
    [ 0.000000] .data : 0xc0800000 - 0xc084e760 ( 314 kB)
    [ 0.000000] .bss : 0xc084e760 - 0xc0888738 ( 232 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.000028] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
    [ 0.000069] OMAP clocksource: timer1 at 24000000 Hz
    [ 0.000592] Console: colour dummy device 80x30
    [ 0.000652] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
    [ 0.068506] pid_max: default: 32768 minimum: 301
    [ 0.068728] Security Framework initialized
    [ 0.068836] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.068864] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.086004] CPU: Testing write buffer coherency: ok
    [ 0.086631] Setting up static identity map for 0x805ad920 - 0x805ad978
    [ 0.088609] devtmpfs: initialized
    [ 0.092887] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.110925] omap_hwmod: tptc0 using broken dt data from edma
    [ 0.111129] omap_hwmod: tptc1 using broken dt data from edma
    [ 0.111316] omap_hwmod: tptc2 using broken dt data from edma
    [ 0.117341] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.180648] pinctrl core: initialized pinctrl subsystem
    [ 0.182767] regulator-dummy: no parameters
    [ 0.187068] NET: Registered protocol family 16
    [ 0.191911] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.197819] cpuidle: using governor ladder
    [ 0.197853] cpuidle: using governor menu
    [ 0.214731] syscon 44e10000.control_module: regmap [mem 0x44e10000-0x44e107fb] registered
    [ 0.218208] platform 49000000.edma: alias fck already exists
    [ 0.218264] platform 49000000.edma: alias fck already exists
    [ 0.218302] platform 49000000.edma: alias fck already exists
    [ 0.220969] OMAP GPIO hardware version 0.1
    [ 0.256449] No ATAGs?
    [ 0.256493] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.322139] bio: create slab <bio-0> at 0
    [ 0.360987] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [ 0.363219] vmmcsd_fixed: 3300 mV
    [ 0.370891] vgaarb: loaded
    [ 0.372116] i2c-core: driver [palmas] using legacy suspend method
    [ 0.372141] i2c-core: driver [palmas] using legacy resume method
    [ 0.373786] SCSI subsystem initialized
    [ 0.377303] usbcore: registered new interface driver usbfs
    [ 0.377762] usbcore: registered new interface driver hub
    [ 0.378232] usbcore: registered new device driver usb
    [ 0.380525] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [ 0.380585] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [ 0.381503] pps_core: LinuxPPS API ver. 1 registered
    [ 0.381528] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.381853] PTP clock support registered
    [ 0.386512] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [ 0.388456] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.392110] Switched to clocksource timer1
    [ 0.439809] NET: Registered protocol family 2
    [ 0.441664] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.441797] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.441918] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.442055] TCP: reno registered
    [ 0.442205] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.442259] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.442681] NET: Registered protocol family 1
    [ 0.443415] RPC: Registered named UNIX socket transport module.
    [ 0.443443] RPC: Registered udp transport module.
    [ 0.443459] RPC: Registered tcp transport module.
    [ 0.443476] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.445540] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
    [ 0.451661] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.882642] VFS: Disk quotas dquot_6.5.2
    [ 0.882772] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.883797] NFS: Registering the id_resolver key type
    [ 0.883966] Key type id_resolver registered
    [ 0.883987] Key type id_legacy registered
    [ 0.884069] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
    [ 0.884447] msgmni has been set to 993
    [ 0.887882] NET: Registered protocol family 38
    [ 0.887967] io scheduler noop registered
    [ 0.887988] io scheduler deadline registered
    [ 0.888033] io scheduler cfq registered (default)
    [ 0.891698] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.906134] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.913293] omap_uart 44e09000.serial: no wakeirq for uart0
    [ 0.913625] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [ 0.915083] omap_uart 48022000.serial: no wakeirq for uart0
    [ 0.915391] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
    [ 1.574318] console [ttyO1] enabled
    [ 1.579236] omap_uart 481a6000.serial: no wakeirq for uart0
    [ 1.585521] 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 60, base_baud = 3000000) is a OMAP UART3
    [ 1.596437] omap_uart 481a8000.serial: no wakeirq for uart0
    [ 1.602680] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
    [ 1.613540] omap_uart 481aa000.serial: no wakeirq for uart0
    [ 1.619601] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
    [ 1.632254] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [ 1.640064] [drm] Initialized drm 1.1.0 20060810
    [ 1.671301] brd: module loaded
    [ 1.688162] loop: module loaded
    [ 1.692298] (hci_tty): inside hci_tty_init
    [ 1.697623] (hci_tty): allocated 249, 0
    [ 1.710070] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 1.726456] usbcore: registered new interface driver asix
    [ 1.732663] usbcore: registered new interface driver ax88179_178a
    [ 1.739526] usbcore: registered new interface driver cdc_ether
    [ 1.746100] usbcore: registered new interface driver smsc95xx
    [ 1.752607] usbcore: registered new interface driver net1080
    [ 1.759002] usbcore: registered new interface driver cdc_subset
    [ 1.765595] usbcore: registered new interface driver zaurus
    [ 1.772020] usbcore: registered new interface driver cdc_ncm
    [ 1.779060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.785966] ehci-pci: EHCI PCI platform driver
    [ 1.791087] ehci-omap: OMAP-EHCI Host Controller driver
    [ 1.797710] usbcore: registered new interface driver cdc_wdm
    [ 1.804211] usbcore: registered new interface driver usb-storage
    [ 1.813028] mousedev: PS/2 mouse device common for all mice
    [ 1.823336] i2c-core: driver [rtc-ds1307] using legacy suspend method
    [ 1.830104] i2c-core: driver [rtc-ds1307] using legacy resume method
    [ 1.838361] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [ 1.847697] i2c /dev entries driver
    [ 1.851719] Driver for 1-wire Dallas network protocol.
    [ 1.861824] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 1.968164] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.975323] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 1.984012] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 1.993751] usbcore: registered new interface driver usbhid
    [ 1.999630] usbhid: USB HID core driver
    [ 2.004360] platform 44d00000.wkup_m3: Driver wkup_m3 requests probe deferral
    [ 2.019052] oprofile: using arm/armv7
    [ 2.023860] TCP: cubic registered
    [ 2.027381] Initializing XFRM netlink socket
    [ 2.031894] mmc1: BKOPS_EN bit is not set
    [ 2.036236] NET: Registered protocol family 17
    [ 2.040986] NET: Registered protocol family 15
    [ 2.046117] Key type dns_resolver registered
    [ 2.052184] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
    [ 2.061325] cpu cpu0: cpu0 clock notifier not ready, retry
    [ 2.067191] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [ 2.076354] PM: bootloader does not support rtc-only!
    [ 2.081678] ThumbEE CPU extension supported.
    [ 2.086480] Registering SWP/SWPB emulation handler
    [ 2.093763] mmc1: new high speed MMC card at address 0001
    [ 2.101447] regulator-dummy: disabling
    [ 2.106886] mmcblk0: mmc1:0001 MMC02G 1.78 GiB
    [ 2.113817] mmcblk0boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
    [ 2.123645] tilcdc 4830e000.lcdc: no encoders/connectors found
    [ 2.129810] tilcdc 4830e000.lcdc: failed to initialize mode setting
    [ 2.136681] mmcblk0boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
    [ 2.146072] mmcblk0: p1 p2
    [ 2.157388] mmcblk0boot1: unknown partition table
    [ 2.168093] mmcblk0boot0: unknown partition table
    [ 2.174286] DCDC1: at 1500 mV
    [ 2.180174] vdd_mpu: 925 <--> 1375 mV at 1275 mV
    [ 2.186882] vdd_core: 925 <--> 1150 mV at 1125 mV
    [ 2.193700] LDO1: at 1800 mV
    [ 2.198546] LDO2: at 3300 mV
    [ 2.203436] LDO3: 1800 mV
    [ 2.208046] LDO4: at 3300 mV
    [ 2.213012] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 2.220703] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 2.227857] remoteproc0: wkup_m3 is available
    [ 2.232605] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 2.241999] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.253113] remoteproc0: Direct firmware load failed with error -2
    [ 2.259689] remoteproc0: Falling back to user helper
    [ 2.265895] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage latency[950000<->1100000]:-22
    [ 2.342163] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [ 2.348598] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [ 2.355945] libphy: 4a101000.mdio: probed
    [ 2.360178] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [ 2.370782] cpsw 4a100000.ethernet: Detected MACID = d0:5f:b8:a5:f3:ea
    [ 2.380726] input: gpio_buttons.10 as /devices/gpio_buttons.10/input/input0
    [ 2.389067] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [ 2.402168] net eth0: initializing cpsw version 1.12 (0)
    [ 2.482899] net eth0: phy found : id is : 0x7c0f1
    [ 2.487921] libphy: PHY 4a101000.mdio:01 not found
    [ 2.492987] net eth0: phy 4a101000.mdio:01 not found on slave 1
    [ 5.562697] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 5.582170] Sending DHCP requests ., OK
    [ 5.762619] IP-Config: Got DHCP answer from 10.75.14.1, my address is 10.75.14.135
    [ 5.771524] IP-Config: Complete:
    [ 5.774999] device=eth0, hwaddr=d0:5f:b8:a5:f3:ea, ipaddr=10.75.14.135, mask=255.255.255.0, gw=10.75.14.1
    [ 5.785511] host=10.75.14.135, domain=, nis-domain=(none)
    [ 5.791631] bootserver=10.50.9.187, rootserver=10.75.14.175, rootpath=
    [ 5.798770] nameserver0=10.1.1.135, nameserver1=10.1.1.136
    [ 5.805449] ALSA device list:
    [ 5.808565] No soundcards found.
    [ 5.822622] VFS: Mounted root (nfs filesystem) readonly on device 0:13.
    [ 5.830516] devtmpfs: mounted
    [ 5.834799] Freeing unused kernel memory: 268K (c07bb000 - c07fe000)
    INIT: version 2.88 booting
    Error opening /dev/fb0: No such file or directory
    Starting udev
    [ 6.813512] udevd[851]: starting version 182
    [ 6.970100] random: nonblocking pool is initialized
    [ 7.747555] snd_compress: disagrees about version of symbol module_layout
    [ 8.135038] remoteproc0: powering up wkup_m3
    [ 8.181440] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 154420
    [ 8.216700] lm75: disagrees about version of symbol module_layout
    [ 8.345878] snd_compress: disagrees about version of symbol module_layout
    [ 8.378336] PM: CM3 Firmware Version = 0x190
    Starting Bootlog daemon: [ 8.472019] remoteproc0: remote processor wkup_m3 is now up
    [ 8.532327] lm75: disagrees about version of symbol module_layout
    bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.

    udevadm settle - timeout of 3 seconds reached, the event queue contains:
    /sys/devices/ocp.3/481d8000.mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk0/mmcblk0boot0 (832)
    /sys/devices/ocp.3/481d8000.mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk0/mmcblk0boot1 (833)
    /sys/devices/ocp.3/481d8000.mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk0/mmcblk0p1 (834)
    /sys/devices/ocp.3/481d8000.mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk0/mmcblk0p2 (835)
    /sys/devices/virtual/block/ram0 (979)
    /sys/devices/virtual/block/ram1 (980)
    /sys/devices/virtual/block/ram10 (981)
    /sys/devices/virtual/block/ram11 (982)
    /sys/devices/virtual/block/ram12 (983)
    /sys/devices/virtual/block/ram13 (984)
    /sys/devices/virtual/block/ram14 (985)
    /sys/devices/virtual/block/ram15 (986)
    /sys/devices/virtual/block/ram2 (987)
    /sys/devices/virtual/block/ram3 (988)
    /sys/devices/virtual/block/ram4 (989)
    /sys/devices/virtual/block/ram5 (990)
    /sys/devices/virtual/block/ram6 (991)
    /sys/devices/virtual/block/ram7 (992)
    /sys/devices/virtual/block/ram8 (993)
    /sys/devices/virtual/block/ram9 (994)
    /sys/devices/virtual/net/lo (1001)
    [ 12.178902] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    ALSA: Restoring mixer settings...
    /usr/sbin/alsactl: load_state:1729: No soundcards found...
    Sat Jan 1 00:34:00 UTC 2000
    INIT: Entering runlevel: 5
    NOT configuring network interfaces: / is an NFS mount
    Starting system message bus: dbus.
    Starting telnet daemon.
    Starting rpcbind daemon...rpcbind: cannot create socket for udp6
    rpcbind: cannot create socket for tcp6
    done.
    creating NFS state directory: done
    starting statd: done
    Starting syslogd/klogd: done
    Starting thttpd.
    [ 14.778486] EXT4-fs (mmcblk0p2): recovery complete
    [ 14.788185] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    Stopping Bootlog daemon: bootlogd.

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project http://arago-project.org am335x-evm /dev/ttyO1

    Arago 2015.02 am335x-evm /dev/ttyO1

    am335x-evm login: root
    root@am335x-evm:~#

    am335x-evm login: root
    root@am335x-evm:~# dmesg | grep usb
    [ 0.377303] usbcore: registered new interface driver usbfs
    [ 0.377762] usbcore: registered new interface driver hub
    [ 0.378232] usbcore: registered new device driver usb
    [ 1.726456] usbcore: registered new interface driver asix
    [ 1.732663] usbcore: registered new interface driver ax88179_178a
    [ 1.739526] usbcore: registered new interface driver cdc_ether
    [ 1.746100] usbcore: registered new interface driver smsc95xx
    [ 1.752607] usbcore: registered new interface driver net1080
    [ 1.759002] usbcore: registered new interface driver cdc_subset
    [ 1.765595] usbcore: registered new interface driver zaurus
    [ 1.772020] usbcore: registered new interface driver cdc_ncm
    [ 1.797710] usbcore: registered new interface driver cdc_wdm
    [ 1.804211] usbcore: registered new interface driver usb-storage
    [ 1.993751] usbcore: registered new interface driver usbhid
    [ 1.999630] usbhid: USB HID core driver
    root@am335x-evm:~#
    root@am335x-evm:~# dmesg
    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 3.14.26 (shankar@tata-HP-Elite-7100-Microtower-PC) (gcc version 4.7.3 20130226 (prerelease) (crosstool-5
    [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [ 0.000000] Machine model: Tunstall Lifeline
    [ 0.000000] cma: CMA: reserved 24 MiB at 9d800000
    [ 0.000000] Memory policy: Data cache writeback
    [ 0.000000] On node 0 totalpages: 130560
    [ 0.000000] free_area_init_node: node 0, pgdat c084cd24, node_mem_map df9ee000
    [ 0.000000] Normal zone: 1024 pages used for memmap
    [ 0.000000] Normal zone: 0 pages reserved
    [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
    [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [ 0.000000] AM335X ES2.1 (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: 129536
    [ 0.000000] Kernel command line: console=ttyO1,115200n8 root=/dev/nfs rootfstype=nfs ip=dhcp nfsroot=10.75.14.175:/tools/rootfs_dm
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 484244K/522240K available (5791K kernel code, 313K rwdata, 2088K rodata, 269K init, 231K bss, 37996K reserved)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc07ba054 (7881 kB)
    [ 0.000000] .init : 0xc07bb000 - 0xc07fe454 ( 270 kB)
    [ 0.000000] .data : 0xc0800000 - 0xc084e760 ( 314 kB)
    [ 0.000000] .bss : 0xc084e760 - 0xc0888738 ( 232 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.000028] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
    [ 0.000069] OMAP clocksource: timer1 at 24000000 Hz
    [ 0.000592] Console: colour dummy device 80x30
    [ 0.000652] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
    [ 0.068506] pid_max: default: 32768 minimum: 301
    [ 0.068728] Security Framework initialized
    [ 0.068836] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.068864] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.086004] CPU: Testing write buffer coherency: ok
    [ 0.086631] Setting up static identity map for 0x805ad920 - 0x805ad978
    [ 0.088609] devtmpfs: initialized
    [ 0.092887] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.110925] omap_hwmod: tptc0 using broken dt data from edma
    [ 0.111129] omap_hwmod: tptc1 using broken dt data from edma
    [ 0.111316] omap_hwmod: tptc2 using broken dt data from edma
    [ 0.117341] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.180648] pinctrl core: initialized pinctrl subsystem
    [ 0.182767] regulator-dummy: no parameters
    [ 0.187068] NET: Registered protocol family 16
    [ 0.191911] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.197819] cpuidle: using governor ladder
    [ 0.197853] cpuidle: using governor menu
    [ 0.214731] syscon 44e10000.control_module: regmap [mem 0x44e10000-0x44e107fb] registered
    [ 0.218208] platform 49000000.edma: alias fck already exists
    [ 0.218264] platform 49000000.edma: alias fck already exists
    [ 0.218302] platform 49000000.edma: alias fck already exists
    [ 0.220275] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [ 0.220969] OMAP GPIO hardware version 0.1
    [ 0.222772] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [ 0.225047] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [ 0.227379] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [ 0.256449] No ATAGs?
    [ 0.256493] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.322139] bio: create slab <bio-0> at 0
    [ 0.360987] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [ 0.362555] of_get_named_gpiod_flags: can't parse gpios property of node '/fixedregulator@0[0]'
    [ 0.363219] vmmcsd_fixed: 3300 mV
    [ 0.370891] vgaarb: loaded
    [ 0.372116] i2c-core: driver [palmas] using legacy suspend method
    [ 0.372141] i2c-core: driver [palmas] using legacy resume method
    [ 0.373786] SCSI subsystem initialized
    [ 0.374978] libata version 3.00 loaded.
    [ 0.377303] usbcore: registered new interface driver usbfs
    [ 0.377762] usbcore: registered new interface driver hub
    [ 0.378232] usbcore: registered new device driver usb
    [ 0.380525] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [ 0.380585] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [ 0.381503] pps_core: LinuxPPS API ver. 1 registered
    [ 0.381528] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.381853] PTP clock support registered
    [ 0.386512] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [ 0.388456] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.392110] Switched to clocksource timer1
    [ 0.439809] NET: Registered protocol family 2
    [ 0.441664] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.441797] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.441918] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.442055] TCP: reno registered
    [ 0.442205] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.442259] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.442681] NET: Registered protocol family 1
    [ 0.443415] RPC: Registered named UNIX socket transport module.
    [ 0.443443] RPC: Registered udp transport module.
    [ 0.443459] RPC: Registered tcp transport module.
    [ 0.443476] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.443506] PCI: CLS 0 bytes, default 64
    [ 0.445540] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
    [ 0.451661] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.882642] VFS: Disk quotas dquot_6.5.2
    [ 0.882772] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.883797] NFS: Registering the id_resolver key type
    [ 0.883966] Key type id_resolver registered
    [ 0.883987] Key type id_legacy registered
    [ 0.884069] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
    [ 0.884447] msgmni has been set to 993
    [ 0.887882] NET: Registered protocol family 38
    [ 0.887967] io scheduler noop registered
    [ 0.887988] io scheduler deadline registered
    [ 0.888033] io scheduler cfq registered (default)
    [ 0.891698] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.906134] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.913216] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@44e09000[0]'
    [ 0.913293] omap_uart 44e09000.serial: no wakeirq for uart0
    [ 0.913325] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@44e09000[0]'
    [ 0.913625] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [ 0.915022] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@48022000[0]'
    [ 0.915083] omap_uart 48022000.serial: no wakeirq for uart0
    [ 0.915113] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@48022000[0]'
    [ 0.915391] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
    [ 1.574318] console [ttyO1] enabled
    [ 1.579170] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@481a6000[0]'
    [ 1.579236] omap_uart 481a6000.serial: no wakeirq for uart0
    [ 1.585267] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@481a6000[0]'
    [ 1.585521] 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 60, base_baud = 3000000) is a OMAP UART3
    [ 1.596373] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@481a8000[0]'
    [ 1.596437] omap_uart 481a8000.serial: no wakeirq for uart0
    [ 1.602461] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@481a8000[0]'
    [ 1.602680] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
    [ 1.613486] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@481aa000[0]'
    [ 1.613540] omap_uart 481aa000.serial: no wakeirq for uart0
    [ 1.619399] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@481aa000[0]'
    [ 1.619601] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
    [ 1.632254] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [ 1.640064] [drm] Initialized drm 1.1.0 20060810
    [ 1.671301] brd: module loaded
    [ 1.688162] loop: module loaded
    [ 1.692298] (hci_tty): inside hci_tty_init
    [ 1.697623] (hci_tty): allocated 249, 0
    [ 1.710070] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 1.726456] usbcore: registered new interface driver asix
    [ 1.732663] usbcore: registered new interface driver ax88179_178a
    [ 1.739526] usbcore: registered new interface driver cdc_ether
    [ 1.746100] usbcore: registered new interface driver smsc95xx
    [ 1.752607] usbcore: registered new interface driver net1080
    [ 1.759002] usbcore: registered new interface driver cdc_subset
    [ 1.765595] usbcore: registered new interface driver zaurus
    [ 1.772020] usbcore: registered new interface driver cdc_ncm
    [ 1.779060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.785966] ehci-pci: EHCI PCI platform driver
    [ 1.791087] ehci-omap: OMAP-EHCI Host Controller driver
    [ 1.797710] usbcore: registered new interface driver cdc_wdm
    [ 1.804211] usbcore: registered new interface driver usb-storage
    [ 1.813028] mousedev: PS/2 mouse device common for all mice
    [ 1.823336] i2c-core: driver [rtc-ds1307] using legacy suspend method
    [ 1.830104] i2c-core: driver [rtc-ds1307] using legacy resume method
    [ 1.838361] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [ 1.847697] i2c /dev entries driver
    [ 1.851719] Driver for 1-wire Dallas network protocol.
    [ 1.861824] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 1.872519] of_get_named_gpiod_flags exited with status 0
    [ 1.872555] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@48060000[0]'
    [ 1.912460] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@481d8000[0]'
    [ 1.912499] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@481d8000[0]'
    [ 1.953478] of_get_named_gpiod_flags exited with status 0
    [ 1.953525] of_get_named_gpiod_flags exited with status 0
    [ 1.953555] of_get_named_gpiod_flags exited with status 0
    [ 1.953581] of_get_named_gpiod_flags exited with status 0
    [ 1.953606] of_get_named_gpiod_flags exited with status 0
    [ 1.953632] of_get_named_gpiod_flags exited with status 0
    [ 1.953657] of_get_named_gpiod_flags exited with status 0
    [ 1.953685] of_get_named_gpiod_flags exited with status 0
    [ 1.953710] of_get_named_gpiod_flags exited with status 0
    [ 1.953735] of_get_named_gpiod_flags exited with status 0
    [ 1.953761] of_get_named_gpiod_flags exited with status 0
    [ 1.953804] of_get_named_gpiod_flags exited with status 0
    [ 1.954682] of_get_named_gpiod_flags exited with status 0
    [ 1.958467] of_get_named_gpiod_flags exited with status 0
    [ 1.959216] of_get_named_gpiod_flags exited with status 0
    [ 1.959865] of_get_named_gpiod_flags exited with status 0
    [ 1.960496] of_get_named_gpiod_flags exited with status 0
    [ 1.961173] of_get_named_gpiod_flags exited with status 0
    [ 1.961841] of_get_named_gpiod_flags exited with status 0
    [ 1.962639] of_get_named_gpiod_flags exited with status 0
    [ 1.963290] of_get_named_gpiod_flags exited with status 0
    [ 1.963946] of_get_named_gpiod_flags exited with status 0
    [ 1.968164] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.975323] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 1.984012] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 1.993751] usbcore: registered new interface driver usbhid
    [ 1.999630] usbhid: USB HID core driver
    [ 2.004360] platform 44d00000.wkup_m3: Driver wkup_m3 requests probe deferral
    [ 2.019052] oprofile: using arm/armv7
    [ 2.023860] TCP: cubic registered
    [ 2.027381] Initializing XFRM netlink socket
    [ 2.031894] mmc1: BKOPS_EN bit is not set
    [ 2.036236] NET: Registered protocol family 17
    [ 2.040986] NET: Registered protocol family 15
    [ 2.046117] Key type dns_resolver registered
    [ 2.052184] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
    [ 2.061325] cpu cpu0: cpu0 clock notifier not ready, retry
    [ 2.067191] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [ 2.076354] PM: bootloader does not support rtc-only!
    [ 2.081678] ThumbEE CPU extension supported.
    [ 2.086480] Registering SWP/SWPB emulation handler
    [ 2.093763] mmc1: new high speed MMC card at address 0001
    [ 2.101447] regulator-dummy: disabling
    [ 2.106886] mmcblk0: mmc1:0001 MMC02G 1.78 GiB
    [ 2.113817] mmcblk0boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
    [ 2.123645] tilcdc 4830e000.lcdc: no encoders/connectors found
    [ 2.129810] tilcdc 4830e000.lcdc: failed to initialize mode setting
    [ 2.136681] mmcblk0boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
    [ 2.146072] mmcblk0: p1 p2
    [ 2.157388] mmcblk0boot1: unknown partition table
    [ 2.168093] mmcblk0boot0: unknown partition table
    [ 2.174286] DCDC1: at 1500 mV
    [ 2.180174] vdd_mpu: 925 <--> 1375 mV at 1275 mV
    [ 2.186882] vdd_core: 925 <--> 1150 mV at 1125 mV
    [ 2.193700] LDO1: at 1800 mV
    [ 2.198546] LDO2: at 3300 mV
    [ 2.203436] LDO3: 1800 mV
    [ 2.208046] LDO4: at 3300 mV
    [ 2.213012] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 2.220703] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 2.227857] remoteproc0: wkup_m3 is available
    [ 2.232605] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 2.241999] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.253113] remoteproc0: Direct firmware load failed with error -2
    [ 2.259689] remoteproc0: Falling back to user helper
    [ 2.265895] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage latency[950000<->1100000]:-22
    [ 2.342163] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [ 2.348598] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [ 2.355945] libphy: 4a101000.mdio: probed
    [ 2.360178] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [ 2.370782] cpsw 4a100000.ethernet: Detected MACID = d0:5f:b8:a5:f3:ea
    [ 2.379774] of_get_named_gpiod_flags exited with status 0
    [ 2.379807] of_get_named_gpiod_flags exited with status 0
    [ 2.379825] of_get_named_gpiod_flags exited with status 0
    [ 2.380726] input: gpio_buttons.10 as /devices/gpio_buttons.10/input/input0
    [ 2.389067] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [ 2.402168] net eth0: initializing cpsw version 1.12 (0)
    [ 2.482899] net eth0: phy found : id is : 0x7c0f1
    [ 2.487921] libphy: PHY 4a101000.mdio:01 not found
    [ 2.492987] net eth0: phy 4a101000.mdio:01 not found on slave 1
    [ 5.562697] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 5.582170] Sending DHCP requests ., OK
    [ 5.762619] IP-Config: Got DHCP answer from 10.75.14.1, my address is 10.75.14.135
    [ 5.771524] IP-Config: Complete:
    [ 5.774999] device=eth0, hwaddr=d0:5f:b8:a5:f3:ea, ipaddr=10.75.14.135, mask=255.255.255.0, gw=10.75.14.1
    [ 5.785511] host=10.75.14.135, domain=, nis-domain=(none)
    [ 5.791631] bootserver=10.50.9.187, rootserver=10.75.14.175, rootpath=
    [ 5.798770] nameserver0=10.1.1.135, nameserver1=10.1.1.136
    [ 5.805449] ALSA device list:
    [ 5.808565] No soundcards found.
    [ 5.822622] VFS: Mounted root (nfs filesystem) readonly on device 0:13.
    [ 5.830516] devtmpfs: mounted
    [ 5.834799] Freeing unused kernel memory: 268K (c07bb000 - c07fe000)
    [ 6.813512] udevd[851]: starting version 182
    [ 6.970100] random: nonblocking pool is initialized
    [ 7.747555] snd_compress: disagrees about version of symbol module_layout
    [ 8.135038] remoteproc0: powering up wkup_m3
    [ 8.181440] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 154420
    [ 8.216700] lm75: disagrees about version of symbol module_layout
    [ 8.345878] snd_compress: disagrees about version of symbol module_layout
    [ 8.378336] PM: CM3 Firmware Version = 0x190
    [ 8.472019] remoteproc0: remote processor wkup_m3 is now up
    [ 8.532327] lm75: disagrees about version of symbol module_layout
    [ 12.178902] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 14.778486] EXT4-fs (mmcblk0p2): recovery complete
    [ 14.788185] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)

    ***********************************************************

    2 - KERNEL 3.12 LOG FILE AND DMESG LOG FILE:
    ***********************************************************

    ## Booting kernel from Legacy Image at 80200000 ...
    Image Name: Linux-3.12.10-ti2013.12.01
    Image Type: ARM Linux Kernel Image (uncompressed)
    Data Size: 4010064 Bytes = 3.8 MiB
    Load Address: 80008000
    Entry Point: 80008000
    Verifying Checksum ... OK
    ## Flattened Device Tree blob at 80f80000
    Booting using the fdt blob at 0x80f80000
    Loading Kernel Image ... OK
    Loading Device Tree to 9f320000, end 9f32c48f ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 3.12.10-ti2013.12.01 (srinivasan@tata-HP-Elite-7100-Microtower-PC) (gcc version 4.7.3 20130226 (prerele5
    [ 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 BeagleBone
    [ 0.000000] cma: CMA: reserved 24 MiB at 9d800000
    [ 0.000000] Memory policy: ECC disabled, Data cache writeback
    [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [ 0.000000] AM335X ES2.1 (neon )
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129280
    [ 0.000000] Kernel command line: console=ttyO1,115200n8 root=/dev/nfs rootfstype=nfs ip=dhcp nfsroot=10.75.14.175:/tools/rootfs_ds
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 483588K/521216K available (5395K kernel code, 557K rwdata, 1820K rodata, 330K init, 211K bss, 37628K reserved)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc071407c (7217 kB)
    [ 0.000000] .init : 0xc0715000 - 0xc0767b0c ( 331 kB)
    [ 0.000000] .data : 0xc0768000 - 0xc07f3658 ( 558 kB)
    [ 0.000000] .bss : 0xc07f3658 - 0xc0828440 ( 212 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.000590] Calibrating delay loop... 199.06 BogoMIPS (lpj=995328)
    [ 0.069364] pid_max: default: 32768 minimum: 301
    [ 0.069569] Security Framework initialized
    [ 0.069658] Mount-cache hash table entries: 512
    [ 0.088391] CPU: Testing write buffer coherency: ok
    [ 0.089028] Setting up static identity map for 0xc054ae68 - 0xc054aed8
    [ 0.090766] devtmpfs: initialized
    [ 0.094446] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.168281] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.169531] pinctrl core: initialized pinctrl subsystem
    [ 0.171169] regulator-dummy: no parameters
    [ 0.175354] NET: Registered protocol family 16
    [ 0.180254] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.185392] cpuidle: using governor ladder
    [ 0.185424] cpuidle: using governor menu
    [ 0.205981] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [ 0.208287] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [ 0.210836] OMAP GPIO hardware version 0.1
    [ 0.231795] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [ 0.238966] DSS not supported on this SoC
    [ 0.238999] No ATAGs?
    [ 0.239021] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.295673] bio: create slab <bio-0> at 0
    [ 0.328944] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [ 0.330728] vmmcsd_fixed: 3300 mV
    [ 0.339644] SCSI subsystem initialized
    [ 0.342577] usbcore: registered new interface driver usbfs
    [ 0.342987] usbcore: registered new interface driver hub
    [ 0.343429] usbcore: registered new device driver usb
    [ 0.345427] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [ 0.345482] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [ 0.346264] pps_core: LinuxPPS API ver. 1 registered
    [ 0.346289] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.346594] PTP clock support registered
    [ 0.349900] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.353083] Switched to clocksource timer1
    [ 0.395934] NET: Registered protocol family 2
    [ 0.397240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.397455] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.397577] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.397715] TCP: reno registered
    [ 0.397746] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.397794] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.398224] NET: Registered protocol family 1
    [ 0.398910] RPC: Registered named UNIX socket transport module.
    [ 0.398936] RPC: Registered udp transport module.
    [ 0.398951] RPC: Registered tcp transport module.
    [ 0.398968] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.400646] NetWinder Floating Point Emulator V0.97 (double precision)
    [ 0.401893] PM: Loading am335x-pm-firmware.bin
    [ 0.758631] VFS: Disk quotas dquot_6.5.2
    [ 0.758759] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.759942] NFS: Registering the id_resolver key type
    [ 0.760107] Key type id_resolver registered
    [ 0.760128] Key type id_legacy registered
    [ 0.760214] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
    [ 0.760605] msgmni has been set to 992
    [ 0.764206] NET: Registered protocol family 38
    [ 0.764293] io scheduler noop registered
    [ 0.764313] io scheduler deadline registered
    [ 0.764379] io scheduler cfq registered (default)
    [ 0.768447] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.771415] ehrpwm 48302200.ehrpwm: unable to select pin group
    [ 0.777819] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.783344] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [ 0.784896] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
    [ 1.400894] console [ttyO1] enabled
    [ 1.406054] 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 60, base_baud = 3000000) is a OMAP UART3
    [ 1.417360] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
    [ 1.428649] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
    [ 1.441174] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [ 1.470618] brd: module loaded
    [ 1.485324] loop: module loaded
    [ 1.497812] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 1.512336] PPP generic driver version 2.4.2
    [ 1.518361] usbcore: registered new interface driver asix
    [ 1.524583] usbcore: registered new interface driver ax88179_178a
    [ 1.531489] usbcore: registered new interface driver cdc_ether
    [ 1.538034] usbcore: registered new interface driver r815x
    [ 1.544341] usbcore: registered new interface driver smsc95xx
    [ 1.550874] usbcore: registered new interface driver net1080
    [ 1.557239] usbcore: registered new interface driver cdc_subset
    [ 1.563951] usbcore: registered new interface driver zaurus
    [ 1.570414] usbcore: registered new interface driver cdc_ncm
    [ 1.577396] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.584391] ehci-pci: EHCI PCI platform driver
    [ 1.589531] ehci-omap: OMAP-EHCI Host Controller driver
    [ 1.597032] usbcore: registered new interface driver cdc_wdm
    [ 1.603552] usbcore: registered new interface driver usb-storage
    [ 1.612209] mousedev: PS/2 mouse device common for all mice
    [ 1.624048] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [ 1.633280] i2c /dev entries driver
    [ 1.637340] Driver for 1-wire Dallas network protocol.
    [ 1.647533] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 1.658509] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [ 1.665991] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [ 1.713765] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [ 1.720922] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [ 1.777871] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.785061] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [ 1.792357] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 1.801029] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 1.807421] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [ 1.814678] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [ 1.824963] usbcore: registered new interface driver usbhid
    [ 1.830896] usbhid: USB HID core driver
    [ 1.835488] mmc1: BKOPS_EN bit is not set
    [ 1.844010] INSIDE TI ADCCCCCCCCCCCC PROBEEEEEEE FUNCTIONNNNNNN
    [ 1.851006] mmc1: new high speed MMC card at address 0001
    [ 1.859881] mmcblk0: mmc1:0001 MMC02G 1.78 GiB
    [ 1.866816] mmcblk0boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
    [ 1.876078] SRINIII CLIENT DRIVER UDA134X SoC Audio Codec probe....!!!!!!!!!!!!!!!!!!!!
    [ 1.885124] mmcblk0boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
    [ 1.891981] ENTERED in uda134x_resettttttttttttt
    [ 1.897061] uda134x_reset reset_reg reset_reg | (1<<6) value 64
    [ 1.905597] mmcblk0: p1 p2
    [ 1.912948] mmcblk0boot1: unknown partition table
    [ 1.920897] mmcblk0boot0: unknown partition table
    [ 1.926205] uda134x_reset reset_reg reset_reg & ~(1<<6) value 0
    [ 1.932514] SWITCHING TO UDA134X_UDA1345 SNDDDDDDDDDDD CONTROLSSSSSSSSSS
    [ 1.941899] SNDRVVVVVVVVVVVVV_PCM_STREAMMMMMM_CAPTUREEEEEEEEE IN davinci_pcm_new
    [ 1.950381] davinci_evm sound.5: uda134x-hifi <-> 48038000.mcasp mapping ok
    [ 1.958094] uda134x-codec uda134x.4: ASoC: Failed to create VOUTR debugfs file
    [ 1.965823] uda134x-codec uda134x.4: ASoC: Failed to create VOUTL debugfs file
    [ 1.973545] uda134x-codec uda134x.4: ASoC: Failed to create VINR debugfs file
    [ 1.981136] uda134x-codec uda134x.4: ASoC: Failed to create VINL debugfs file
    [ 1.995628] oprofile: no performance counters
    [ 2.001096] oprofile: using timer interrupt.
    [ 2.006395] TCP: cubic registered
    [ 2.009931] Initializing XFRM netlink socket
    [ 2.014560] NET: Registered protocol family 17
    [ 2.019353] NET: Registered protocol family 15
    [ 2.024209] 8021q: 802.1Q VLAN Support v1.8
    [ 2.028791] Key type dns_resolver registered
    [ 2.034585] cpu cpu0: cpu0 regulator not ready, retry
    [ 2.040003] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [ 2.048939] PM: CM3 Firmware Version = 0x186
    [ 2.054374] ThumbEE CPU extension supported.
    [ 2.067618] DCDC1: at 1500 mV
    [ 2.072439] vdd_mpu: 925 <--> 1375 mV at 1275 mV
    [ 2.079069] vdd_core: 925 <--> 1150 mV at 1125 mV
    [ 2.085749] LDO1: at 1800 mV
    [ 2.090388] LDO2: at 3300 mV
    [ 2.095773] LDO3: 1800 mV
    [ 2.100137] LDO4: at 3300 mV
    [ 2.104516] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 2.111957] lm75 0-0048: hwmon0: sensor 'tcn75'
    [ 2.117919] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
    [ 2.126078] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 2.193192] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [ 2.199699] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [ 2.207464] libphy: 4a101000.mdio: probed
    [ 2.211758] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [ 2.222832] Detected MACID = d0:5f:b8:a5:f3:ea
    [ 2.232014] input: gpio_buttons.9 as /devices/gpio_buttons.9/input/input0
    [ 2.240820] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
    [ 2.256467] net eth0: initializing cpsw version 1.12 (0)
    [ 2.265033] net eth0: phy found : id is : 0x7c0f1
    [ 2.277761] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 5.343706] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 5.383204] Sending DHCP requests ., OK
    [ 5.543667] IP-Config: Got DHCP answer from 10.75.14.1, my address is 10.75.14.135
    [ 5.552706] IP-Config: Complete:
    [ 5.556221] device=eth0, hwaddr=d0:5f:b8:a5:f3:ea, ipaddr=10.75.14.135, mask=255.255.255.0, gw=10.75.14.1
    [ 5.566876] host=10.75.14.135, domain=, nis-domain=(none)
    [ 5.573102] bootserver=10.50.9.187, rootserver=10.75.14.175, rootpath=
    [ 5.580312] nameserver0=10.1.1.135, nameserver1=10.1.1.136
    [ 5.587045] ALSA device list:
    [ 5.590203] #0: TI UDA1345TS
    [ 5.604347] VFS: Mounted root (nfs filesystem) readonly on device 0:13.
    [ 5.612263] devtmpfs: mounted
    [ 5.616827] Freeing unused kernel memory: 328K (c0715000 - c0767000)
    INIT: version 2.88 booting
    Error opening /dev/fb0: No such file or directory
    Starting udev
    [ 6.670730] udevd[825]: starting version 182
    [ 7.653784] CONVERTED USB1 TO UART33333 in Phy-am335x-control.c file
    [ 8.389775] snd_page_alloc: exports duplicate symbol snd_dma_alloc_pages (owned by kernel)
    [ 9.102753] industrialio: exports duplicate symbol iio_buffer_init (owned by kernel)
    [ 9.112437] Error: Driver 'lm75' is already registered, aborting...
    [ 10.007971] snd_page_alloc: exports duplicate symbol snd_dma_alloc_pages (owned by kernel)
    [ 10.395333] snd_page_alloc: exports duplicate symbol snd_dma_alloc_pages (owned by kernel)
    [ 14.875046] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [ 14.948551] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
    [ 15.028532] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
    [ 15.090082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.097443] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.105163] usb usb1: Product: MUSB HDRC host driver
    [ 15.110449] usb usb1: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.117514] usb usb1: SerialNumber: musb-hdrc.0.auto
    [ 15.391525] hub 1-0:1.0: USB hub found
    [ 15.439058] hub 1-0:1.0: 1 port detected
    [ 15.512670] CONVERTED USB1 TO UART33333 in Phy-am335x-control.c file
    [ 15.519588] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [ 15.632943] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
    [ 15.670296] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
    [ 15.679824] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.687180] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.694900] usb usb2: Product: MUSB HDRC host driver
    [ 15.700186] usb usb2: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.707249] usb usb2: SerialNumber: musb-hdrc.1.auto
    [ 15.716271] hub 2-0:1.0: USB hub found
    [ 15.720363] hub 2-0:1.0: 1 port detected
    [ 15.784362] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 15.829516] EXT4-fs (mmcblk0p2): recovery complete
    [ 15.843253] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 16.559932] cryptodev: driver 1.6 loaded.
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.
    ALSA: Restoring mixer settings...
    NOT configuring network interfaces: / is an NFS mount
    Sat Jan 1 00:04:00 UTC 2000
    INIT: Entering runlevel: 5
    Starting system message bus: dbus.
    UIM SYSFS Node Not Found
    Starting Dropbear SSH server: dropbear.
    Starting telnet daemon.
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting Lighttpd Web Server: lighttpd.
    2000-01-01 00:04:02: (log.c.166) server started
    /
    Starting Matrix GUI application.
    [ 22.297469] Number of LUNs=8
    [ 22.301999] Mass Storage Function, version: 2009/09/11
    [ 22.323718] LUN: removable file: (no medium)
    [ 22.330138] Number of LUNs=1
    [ 22.350121] LUN: file: /dev/mmcblk0p1
    [ 22.354132] Number of LUNs=1
    [ 22.365448] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
    [ 22.374221] g_mass_storage gadget: userspace failed to provide iSerialNumber
    [ 22.381758] g_mass_storage gadget: g_mass_storage ready
    TUNSTALL INIT CONFIGURATIONS START
    PWM LED (power) pwm3_LED
    3G codec EN
    3.8V enable (GSM)
    GSM_PWR_ON_3V3
    GSM_reset
    vamp_c1 GPIO CONFIGURATION
    vamp_c2 GPIO CONFIGURATION
    AUDIO OUT MUTE 0 is UNMUTE 1 is MUTE
    MIC MUTE 0 is UNMUTE 1 is MUTE
    AUDIO_SEL
    PWM LED CONFIGURATION
    RADIO RESET APPLIED
    CPU FREQUENCY SET
    ENABLED 3V3 & 3V8
    ENABLED DC FILTER & PCM Playback De-emphasis IN ALSA AMIXER
    [ 22.833342] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [ 22.993873] usb 1-1: New USB device found, idVendor=0781, idProduct=5406
    [ 23.001370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 23.009037] usb 1-1: Product: U3 Cruzer Micro
    [ 23.013705] usb 1-1: Manufacturer: SanDisk
    [ 23.018069] usb 1-1: SerialNumber: 0774210EC5C0A5AD
    Simple mixer control 'DC Filter Enable',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    [ 23.058310] usb-storage 1-1:1.0: USB Mass Storage device detected
    [ 23.103366] scsi0 : usb-storage 1-1:1.0
    Simple mixer control 'PCM Playback De-emphasis',0
    Capabilities: enum
    Items: 'None' '32Khz' '44.1Khz' '48Khz'
    Item0: '48Khz'
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined
    Playback channels: Mono
    Limits: Playback 0 - 63
    Mono: Playback 63 [100%]
    TUNSTALL INIT CONFIGURATIONS END
    ALSA lib pcm_hw.c:1466:(_snd_pcm_hw_open) Unknown field ipc_key
    cannot open playback right audio device VOUTR (Invalid argument)
    [ 24.115469] scsi 0:0:0:0: Direct-Access SanDisk Cruzer 7.01 PQ: 0 ANSI: 0 CCS
    [ 24.165736] sd 0:0:0:0: [sda] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB)
    [ 24.188438] sd 0:0:0:0: [sda] Write Protect is off
    [ 24.212195] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.218370] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.266523] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.272392] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.300143] sda: sda1
    [ 24.333064] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.338873] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.345629] sd 0:0:0:0: [sda] Attached SCSI removable disk
    [ 26.282905] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the followin GPLv3 packages:
    binutils-symlinks
    binutils
    gdbserver

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    Stopping Bootlog daemon: bootlogd.

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project http://arago-project.org am335x-evm ttyO1

    Arago 2013.12 am335x-evm ttyO1

    am335x-evm login:

    ******************************************************************************************************


    root@am335x-evm:~# dmesg
    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 3.12.10-ti2013.12.01 (srinivasan@tata-HP-Elite-7100-Microtower-PC) (gcc version 4.7.3 20130226 (prerele5
    [ 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 BeagleBone
    [ 0.000000] cma: CMA: reserved 24 MiB at 9d800000
    [ 0.000000] Memory policy: ECC disabled, Data cache writeback
    [ 0.000000] On node 0 totalpages: 130304
    [ 0.000000] free_area_init_node: node 0, pgdat c07f1df8, node_mem_map c0829000
    [ 0.000000] Normal zone: 1024 pages used for memmap
    [ 0.000000] Normal zone: 0 pages reserved
    [ 0.000000] Normal zone: 130304 pages, LIFO batch:31
    [ 0.000000] CPU: All CPU(s) started in SVC mode.
    [ 0.000000] AM335X ES2.1 (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: 129280
    [ 0.000000] Kernel command line: console=ttyO1,115200n8 root=/dev/nfs rootfstype=nfs ip=dhcp nfsroot=10.75.14.175:/tools/rootfs_ds
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 483588K/521216K available (5395K kernel code, 557K rwdata, 1820K rodata, 330K init, 211K bss, 37628K reserved)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc071407c (7217 kB)
    [ 0.000000] .init : 0xc0715000 - 0xc0767b0c ( 331 kB)
    [ 0.000000] .data : 0xc0768000 - 0xc07f3658 ( 558 kB)
    [ 0.000000] .bss : 0xc07f3658 - 0xc0828440 ( 212 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.000590] Calibrating delay loop... 199.06 BogoMIPS (lpj=995328)
    [ 0.069364] pid_max: default: 32768 minimum: 301
    [ 0.069569] Security Framework initialized
    [ 0.069658] Mount-cache hash table entries: 512
    [ 0.088391] CPU: Testing write buffer coherency: ok
    [ 0.089028] Setting up static identity map for 0xc054ae68 - 0xc054aed8
    [ 0.090766] devtmpfs: initialized
    [ 0.094446] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.168281] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.169531] pinctrl core: initialized pinctrl subsystem
    [ 0.171169] regulator-dummy: no parameters
    [ 0.175354] NET: Registered protocol family 16
    [ 0.180254] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.185392] cpuidle: using governor ladder
    [ 0.185424] cpuidle: using governor menu
    [ 0.205981] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [ 0.208287] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [ 0.210154] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [ 0.210836] OMAP GPIO hardware version 0.1
    [ 0.212470] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [ 0.214540] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [ 0.216683] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [ 0.231795] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt!
    [ 0.238966] DSS not supported on this SoC
    [ 0.238999] No ATAGs?
    [ 0.239021] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.295673] bio: create slab <bio-0> at 0
    [ 0.328944] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [ 0.330153] of_get_named_gpio_flags: can't parse gpios property of node '/fixedregulator@0[0]'
    [ 0.330728] vmmcsd_fixed: 3300 mV
    [ 0.339644] SCSI subsystem initialized
    [ 0.340777] libata version 3.00 loaded.
    [ 0.342577] usbcore: registered new interface driver usbfs
    [ 0.342987] usbcore: registered new interface driver hub
    [ 0.343429] usbcore: registered new device driver usb
    [ 0.345427] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
    [ 0.345482] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
    [ 0.346264] pps_core: LinuxPPS API ver. 1 registered
    [ 0.346289] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.346594] PTP clock support registered
    [ 0.349900] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.353083] Switched to clocksource timer1
    [ 0.395934] NET: Registered protocol family 2
    [ 0.397240] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.397455] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.397577] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.397715] TCP: reno registered
    [ 0.397746] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.397794] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.398224] NET: Registered protocol family 1
    [ 0.398910] RPC: Registered named UNIX socket transport module.
    [ 0.398936] RPC: Registered udp transport module.
    [ 0.398951] RPC: Registered tcp transport module.
    [ 0.398968] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.398998] PCI: CLS 0 bytes, default 64
    [ 0.400646] NetWinder Floating Point Emulator V0.97 (double precision)
    [ 0.401893] PM: Loading am335x-pm-firmware.bin
    [ 0.758631] VFS: Disk quotas dquot_6.5.2
    [ 0.758759] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.759942] NFS: Registering the id_resolver key type
    [ 0.760107] Key type id_resolver registered
    [ 0.760128] Key type id_legacy registered
    [ 0.760214] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
    [ 0.760605] msgmni has been set to 992
    [ 0.764206] NET: Registered protocol family 38
    [ 0.764293] io scheduler noop registered
    [ 0.764313] io scheduler deadline registered
    [ 0.764379] io scheduler cfq registered (default)
    [ 0.768447] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.771415] ehrpwm 48302200.ehrpwm: unable to select pin group
    [ 0.777819] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.782740] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/serial@44e09000[0]'
    [ 0.783344] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0
    [ 0.784426] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/serial@48022000[0]'
    [ 0.784896] 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 89, base_baud = 3000000) is a OMAP UART1
    [ 1.400894] console [ttyO1] enabled
    [ 1.405602] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/serial@481a6000[0]'
    [ 1.406054] 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 60, base_baud = 3000000) is a OMAP UART3
    [ 1.416898] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/serial@481a8000[0]'
    [ 1.417360] 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 61, base_baud = 3000000) is a OMAP UART4
    [ 1.428191] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/serial@481aa000[0]'
    [ 1.428649] 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 62, base_baud = 3000000) is a OMAP UART5
    [ 1.441174] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [ 1.470618] brd: module loaded
    [ 1.485324] loop: module loaded
    [ 1.497812] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 1.512336] PPP generic driver version 2.4.2
    [ 1.518361] usbcore: registered new interface driver asix
    [ 1.524583] usbcore: registered new interface driver ax88179_178a
    [ 1.531489] usbcore: registered new interface driver cdc_ether
    [ 1.538034] usbcore: registered new interface driver r815x
    [ 1.544341] usbcore: registered new interface driver smsc95xx
    [ 1.550874] usbcore: registered new interface driver net1080
    [ 1.557239] usbcore: registered new interface driver cdc_subset
    [ 1.563951] usbcore: registered new interface driver zaurus
    [ 1.570414] usbcore: registered new interface driver cdc_ncm
    [ 1.577396] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.584391] ehci-pci: EHCI PCI platform driver
    [ 1.589531] ehci-omap: OMAP-EHCI Host Controller driver
    [ 1.597032] usbcore: registered new interface driver cdc_wdm
    [ 1.603552] usbcore: registered new interface driver usb-storage
    [ 1.612209] mousedev: PS/2 mouse device common for all mice
    [ 1.624048] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [ 1.633280] i2c /dev entries driver
    [ 1.637340] Driver for 1-wire Dallas network protocol.
    [ 1.647533] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 1.657802] of_get_named_gpio_flags exited with status 6
    [ 1.657836] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/mmc@48060000[0]'
    [ 1.658509] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
    [ 1.665991] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
    [ 1.713419] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/mmc@481d8000[0]'
    [ 1.713456] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/mmc@481d8000[0]'
    [ 1.713765] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
    [ 1.720922] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
    [ 1.764370] of_get_named_gpio_flags exited with status 70
    [ 1.764406] of_get_named_gpio_flags exited with status 71
    [ 1.764431] of_get_named_gpio_flags exited with status 53
    [ 1.764454] of_get_named_gpio_flags exited with status 75
    [ 1.764476] of_get_named_gpio_flags exited with status 76
    [ 1.764498] of_get_named_gpio_flags exited with status 46
    [ 1.764519] of_get_named_gpio_flags exited with status 77
    [ 1.764544] of_get_named_gpio_flags exited with status 113
    [ 1.764565] of_get_named_gpio_flags exited with status 59
    [ 1.764587] of_get_named_gpio_flags exited with status 44
    [ 1.764609] of_get_named_gpio_flags exited with status 45
    [ 1.764647] of_get_named_gpio_flags exited with status 70
    [ 1.765379] of_get_named_gpio_flags exited with status 71
    [ 1.769050] of_get_named_gpio_flags exited with status 53
    [ 1.769704] of_get_named_gpio_flags exited with status 75
    [ 1.770263] of_get_named_gpio_flags exited with status 76
    [ 1.770813] of_get_named_gpio_flags exited with status 46
    [ 1.771354] of_get_named_gpio_flags exited with status 77
    [ 1.771943] of_get_named_gpio_flags exited with status 113
    [ 1.772545] of_get_named_gpio_flags exited with status 59
    [ 1.773228] of_get_named_gpio_flags exited with status 44
    [ 1.773737] of_get_named_gpio_flags exited with status 45
    [ 1.777871] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.785061] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
    [ 1.792357] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 1.801029] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 1.807421] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
    [ 1.814678] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
    [ 1.824963] usbcore: registered new interface driver usbhid
    [ 1.830896] usbhid: USB HID core driver
    [ 1.835488] mmc1: BKOPS_EN bit is not set
    [ 1.844010] INSIDE TI ADCCCCCCCCCCCC PROBEEEEEEE FUNCTIONNNNNNN
    [ 1.851006] mmc1: new high speed MMC card at address 0001
    [ 1.859881] mmcblk0: mmc1:0001 MMC02G 1.78 GiB
    [ 1.866816] mmcblk0boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
    [ 1.876078] SRINIII CLIENT DRIVER UDA134X SoC Audio Codec probe....!!!!!!!!!!!!!!!!!!!!
    [ 1.885124] mmcblk0boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
    [ 1.891981] ENTERED in uda134x_resettttttttttttt
    [ 1.897061] uda134x_reset reset_reg reset_reg | (1<<6) value 64
    [ 1.905597] mmcblk0: p1 p2
    [ 1.912948] mmcblk0boot1: unknown partition table
    [ 1.920897] mmcblk0boot0: unknown partition table
    [ 1.926205] uda134x_reset reset_reg reset_reg & ~(1<<6) value 0
    [ 1.932514] SWITCHING TO UDA134X_UDA1345 SNDDDDDDDDDDD CONTROLSSSSSSSSSS
    [ 1.941899] SNDRVVVVVVVVVVVVV_PCM_STREAMMMMMM_CAPTUREEEEEEEEE IN davinci_pcm_new
    [ 1.950381] davinci_evm sound.5: uda134x-hifi <-> 48038000.mcasp mapping ok
    [ 1.958094] uda134x-codec uda134x.4: ASoC: Failed to create VOUTR debugfs file
    [ 1.965823] uda134x-codec uda134x.4: ASoC: Failed to create VOUTL debugfs file
    [ 1.973545] uda134x-codec uda134x.4: ASoC: Failed to create VINR debugfs file
    [ 1.981136] uda134x-codec uda134x.4: ASoC: Failed to create VINL debugfs file
    [ 1.995628] oprofile: no performance counters
    [ 2.001096] oprofile: using timer interrupt.
    [ 2.006395] TCP: cubic registered
    [ 2.009931] Initializing XFRM netlink socket
    [ 2.014560] NET: Registered protocol family 17
    [ 2.019353] NET: Registered protocol family 15
    [ 2.024209] 8021q: 802.1Q VLAN Support v1.8
    [ 2.028791] Key type dns_resolver registered
    [ 2.034585] cpu cpu0: cpu0 regulator not ready, retry
    [ 2.040003] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [ 2.048939] PM: CM3 Firmware Version = 0x186
    [ 2.054374] ThumbEE CPU extension supported.
    [ 2.067618] DCDC1: at 1500 mV
    [ 2.072439] vdd_mpu: 925 <--> 1375 mV at 1275 mV
    [ 2.079069] vdd_core: 925 <--> 1150 mV at 1125 mV
    [ 2.085749] LDO1: at 1800 mV
    [ 2.090388] LDO2: at 3300 mV
    [ 2.095773] LDO3: 1800 mV
    [ 2.100137] LDO4: at 3300 mV
    [ 2.104516] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 2.111957] lm75 0-0048: hwmon0: sensor 'tcn75'
    [ 2.117919] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
    [ 2.126078] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 2.193192] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [ 2.199699] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [ 2.207464] libphy: 4a101000.mdio: probed
    [ 2.211758] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [ 2.222832] Detected MACID = d0:5f:b8:a5:f3:ea
    [ 2.230661] of_get_named_gpio_flags exited with status 22
    [ 2.230708] of_get_named_gpio_flags exited with status 26
    [ 2.230737] of_get_named_gpio_flags exited with status 23
    [ 2.232014] input: gpio_buttons.9 as /devices/gpio_buttons.9/input/input0
    [ 2.240820] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
    [ 2.256467] net eth0: initializing cpsw version 1.12 (0)
    [ 2.265033] net eth0: phy found : id is : 0x7c0f1
    [ 2.277761] 8021q: adding VLAN 0 to HW filter on device eth0
    [ 5.343706] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
    [ 5.383204] Sending DHCP requests ., OK
    [ 5.543667] IP-Config: Got DHCP answer from 10.75.14.1, my address is 10.75.14.135
    [ 5.552706] IP-Config: Complete:
    [ 5.556221] device=eth0, hwaddr=d0:5f:b8:a5:f3:ea, ipaddr=10.75.14.135, mask=255.255.255.0, gw=10.75.14.1
    [ 5.566876] host=10.75.14.135, domain=, nis-domain=(none)
    [ 5.573102] bootserver=10.50.9.187, rootserver=10.75.14.175, rootpath=
    [ 5.580312] nameserver0=10.1.1.135, nameserver1=10.1.1.136
    [ 5.587045] ALSA device list:
    [ 5.590203] #0: TI UDA1345TS
    [ 5.604347] VFS: Mounted root (nfs filesystem) readonly on device 0:13.
    [ 5.612263] devtmpfs: mounted
    [ 5.616827] Freeing unused kernel memory: 328K (c0715000 - c0767000)
    >[ 6.670730] udevd[825]: starting version 182
    [ 7.595826] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
    [ 7.653551] of_get_named_gpio_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
    [ 7.653784] CONVERTED USB1 TO UART33333 in Phy-am335x-control.c file
    [ 8.389775] snd_page_alloc: exports duplicate symbol snd_dma_alloc_pages (owned by kernel)
    [ 9.102753] industrialio: exports duplicate symbol iio_buffer_init (owned by kernel)
    [ 9.112437] Error: Driver 'lm75' is already registered, aborting...
    [ 10.007971] snd_page_alloc: exports duplicate symbol snd_dma_alloc_pages (owned by kernel)
    [ 10.395333] snd_page_alloc: exports duplicate symbol snd_dma_alloc_pages (owned by kernel)
    [ 14.875046] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [ 14.948219] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    [ 14.948267] musb-hdrc: MHDRC RTL version 2.0
    [ 14.948289] musb-hdrc: setup fifo_mode 4
    [ 14.948331] musb-hdrc: 28/31 max ep, 16384/16384 memory
    [ 14.948551] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
    [ 15.028532] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
    [ 15.090082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.097443] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.105163] usb usb1: Product: MUSB HDRC host driver
    [ 15.110449] usb usb1: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.117514] usb usb1: SerialNumber: musb-hdrc.0.auto
    [ 15.391525] hub 1-0:1.0: USB hub found
    [ 15.439058] hub 1-0:1.0: 1 port detected
    [ 15.512670] CONVERTED USB1 TO UART33333 in Phy-am335x-control.c file
    [ 15.519588] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [ 15.632606] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    [ 15.632655] musb-hdrc: MHDRC RTL version 2.0
    [ 15.632677] musb-hdrc: setup fifo_mode 4
    [ 15.632718] musb-hdrc: 28/31 max ep, 16384/16384 memory
    [ 15.632943] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
    [ 15.670296] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
    [ 15.679824] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.687180] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.694900] usb usb2: Product: MUSB HDRC host driver
    [ 15.700186] usb usb2: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.707249] usb usb2: SerialNumber: musb-hdrc.1.auto
    [ 15.716271] hub 2-0:1.0: USB hub found
    [ 15.720363] hub 2-0:1.0: 1 port detected
    [ 15.784362] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 15.829516] EXT4-fs (mmcblk0p2): recovery complete
    [ 15.843253] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 16.559932] cryptodev: driver 1.6 loaded.
    [ 22.297102] udc musb-hdrc.0.auto: registering UDC driver [g_mass_storage]
    [ 22.297469] Number of LUNs=8
    [ 22.301999] Mass Storage Function, version: 2009/09/11
    [ 22.323718] LUN: removable file: (no medium)
    [ 22.330138] Number of LUNs=1
    [ 22.350066] lun0: open backing file: /dev/mmcblk0p1
    [ 22.350121] LUN: file: /dev/mmcblk0p1
    [ 22.354132] Number of LUNs=1
    [ 22.357231] g_mass_storage gadget: adding config #1 'Linux File-Backed Storage'/bf0b43ac
    [ 22.364954] g_mass_storage gadget: I/O thread pid: 1340
    [ 22.365014] g_mass_storage gadget: adding 'Mass Storage Function'/dc353940 to config 'Linux File-Backed Storage'/bf0b43ac
    [ 22.365319] g_mass_storage gadget: cfg 1/bf0b43ac speeds: high full
    [ 22.365351] g_mass_storage gadget: interface 0 = Mass Storage Function/dc353940
    [ 22.365448] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
    [ 22.374221] g_mass_storage gadget: userspace failed to provide iSerialNumber
    [ 22.381758] g_mass_storage gadget: g_mass_storage ready
    [ 22.833342] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [ 22.993873] usb 1-1: New USB device found, idVendor=0781, idProduct=5406
    [ 23.001370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 23.009037] usb 1-1: Product: U3 Cruzer Micro
    [ 23.013705] usb 1-1: Manufacturer: SanDisk
    [ 23.018069] usb 1-1: SerialNumber: 0774210EC5C0A5AD
    [ 23.058310] usb-storage 1-1:1.0: USB Mass Storage device detected
    [ 23.103366] scsi0 : usb-storage 1-1:1.0
    [ 24.115469] scsi 0:0:0:0: Direct-Access SanDisk Cruzer 7.01 PQ: 0 ANSI: 0 CCS
    [ 24.165736] sd 0:0:0:0: [sda] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB)
    [ 24.188438] sd 0:0:0:0: [sda] Write Protect is off
    [ 24.193836] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 08
    [ 24.212195] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.218370] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.266523] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.272392] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.300143] sda: sda1
    [ 24.333064] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.338873] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.345629] sd 0:0:0:0: [sda] Attached SCSI removable disk
    [ 26.282905] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.


    ****************************************************************************************
    3.12 kernel configuration
    *****************************************************************************************

    --- USB support x x
    x x <*> Support for Host-side USB x x
    x x x x
    x x [*] USB announce new devices x x
    x x *** Miscellaneous USB options *** x x
    x x [*] Enable USB persist by default x x
    x x <*> USB Monitor x x
    x x <*> xHCI HCD (USB 3.0) support x x
    x x <*> EHCI HCD (USB 2.0) support x x
    x x [*] Improved Transaction Translator scheduling x x
    x x <*> EHCI support for OMAP3 and later chips
    <M> Inventra Highspeed Dual Role Controller (TI, ADI, ...) x x
    x x MUSB Mode Selection (Dual Role mode) --->
    <*> USB Wireless Device Management support
    <*> USB Mass Storage support
    <M> DesignWare USB3 DRD Core Support x x
    x x DWC3 Mode Selection (Dual Role mode) ---> x x
    x x *** Platform Glue Driver Support *** x x
    x x <M> Texas Instruments OMAP5 and similar Platforms
    <M> USB testing driver
    <*> USB Gadget Support --->

    --- USB Gadget Support x x
    x x [*] Debugging messages (DEVELOPMENT) x x
    x x [ ] Verbose debugging Messages (DEVELOPMENT) x x
    x x [*] Debugging information files (DEVELOPMENT) x x
    x x [*] Debugging information files in debugfs (DEVELOPMENT) x x
    x x (2) Maximum VBUS Power usage (2-500 mA) x x
    x x (2) Number of storage pipeline buffers x x
    x x USB Peripheral Controller ---> x x
    x x <M> USB Gadget Drivers x x
    x x < > USB functions configurable through configfs x x
    x x <M> Gadget Zero (DEVELOPMENT) x x
    x x <M> Audio Gadget x x
    x x [ ] UAC 1.0 (Legacy) x x
    x x <M> Ethernet Gadget (with CDC Ethernet support) x x
    x x [*] RNDIS support x x
    x x [ ] Ethernet Emulation Model (EEM) support x x
    x x <M> Network Control Model (NCM) support x x
    x x <M> Gadget Filesystem x x
    x x <M> Function Filesystem x x
    x x [*] Include configuration with CDC ECM (Ethernet) x x
    x x [*] Include configuration with RNDIS (Ethernet) x x
    x x [*] Include 'pure' configuration x x
    x x <M> Mass Storage Gadget x x
    x x <M> Serial Gadget (with CDC ACM and CDC OBEX support) x x
    x x <M> MIDI Gadget x x
    x x <M> Printer Gadget x x
    x x <M> CDC Composite Device (Ethernet and ACM) x x
    x x <M> CDC Composite Device (ACM and mass storage) x x
    x x <M> Multifunction Composite Gadget x x
    x x [*] RNDIS + CDC Serial + Storage configuration
    [*] CDC Ethernet + CDC Serial + Storage configuration x x
    x x <M> HID Gadget x x
    x x <M> EHCI Debug Device Gadget
    ****************************************************************************************
    3.14 kernel configuration
    ****************************************************************************************
    --- USB support x x
    x x <*> DRD Library support x x
    x x <*> Support for Host-side USB x x
    x x [*] USB verbose debug messages x x
    x x [*] USB announce new devices x x
    x x *** Miscellaneous USB options *** x x
    x x [*] Enable USB persist by default
    <*> USB Monitor
    <*> USB Wireless Device Management support
    <*> USB Mass Storage support
    <M> DesignWare USB3 DRD Core Support x x
    x x DWC3 Mode Selection (Dual Role mode) ---> x x
    x x *** Platform Glue Driver Support *** x x
    x x <M> Texas Instruments OMAP5 and similar Platforms
    x x <*> USB testing driver


    <*> USB Gadget Support --->

    [*] Debugging messages (DEVELOPMENT) x x
    x x [ ] Verbose debugging Messages (DEVELOPMENT) x x
    x x [*] Debugging information files (DEVELOPMENT) x x
    x x [*] Debugging information files in debugfs (DEVELOPMENT) x x
    x x (2) Maximum VBUS Power usage (2-500 mA) x x
    x x (2) Number of storage pipeline buffers x x
    x x USB Peripheral Controller ---> x x
    x x <M> USB Gadget Drivers x x
    x x < > USB functions configurable through configfs x x
    x x <M> Gadget Zero (DEVELOPMENT)




    3.12 kernel log file
    **********************

    [ 14.875046] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [ 14.948551] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
    [ 15.028532] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
    [ 15.090082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.097443] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.105163] usb usb1: Product: MUSB HDRC host driver
    [ 15.110449] usb usb1: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.117514] usb usb1: SerialNumber: musb-hdrc.0.auto
    [ 15.391525] hub 1-0:1.0: USB hub found
    [ 15.439058] hub 1-0:1.0: 1 port detected
    [ 15.512670] CONVERTED USB1 TO UART33333 in Phy-am335x-control.c file
    [ 15.519588] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [ 15.632943] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
    [ 15.670296] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
    [ 15.679824] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.687180] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.694900] usb usb2: Product: MUSB HDRC host driver
    [ 15.700186] usb usb2: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.707249] usb usb2: SerialNumber: musb-hdrc.1.auto
    [ 15.716271] hub 2-0:1.0: USB hub found
    [ 15.720363] hub 2-0:1.0: 1 port detected
    [ 15.784362] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 15.829516] EXT4-fs (mmcblk0p2): recovery complete
    [ 15.843253] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 16.559932] cryptodev: driver 1.6 loaded.
    ***********************************************************************************
    [ 22.833342] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [ 22.993873] usb 1-1: New USB device found, idVendor=0781, idProduct=5406
    [ 23.001370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 23.009037] usb 1-1: Product: U3 Cruzer Micro
    [ 23.013705] usb 1-1: Manufacturer: SanDisk
    [ 23.018069] usb 1-1: SerialNumber: 0774210EC5C0A5AD

    ********************************************
    dmesg log file for 3.12
    ********************************************
    [ 14.875046] musb-hdrc musb-hdrc.0.auto: Enabled SW babble control
    [ 14.948219] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    [ 14.948267] musb-hdrc: MHDRC RTL version 2.0
    [ 14.948289] musb-hdrc: setup fifo_mode 4
    [ 14.948331] musb-hdrc: 28/31 max ep, 16384/16384 memory
    [ 14.948551] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
    [ 15.028532] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
    [ 15.090082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.097443] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.105163] usb usb1: Product: MUSB HDRC host driver
    [ 15.110449] usb usb1: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.117514] usb usb1: SerialNumber: musb-hdrc.0.auto
    [ 15.391525] hub 1-0:1.0: USB hub found
    [ 15.439058] hub 1-0:1.0: 1 port detected
    [ 15.512670] CONVERTED USB1 TO UART33333 in Phy-am335x-control.c file
    [ 15.519588] musb-hdrc musb-hdrc.1.auto: Enabled SW babble control
    [ 15.632606] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
    [ 15.632655] musb-hdrc: MHDRC RTL version 2.0
    [ 15.632677] musb-hdrc: setup fifo_mode 4
    [ 15.632718] musb-hdrc: 28/31 max ep, 16384/16384 memory
    [ 15.632943] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
    [ 15.670296] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2
    [ 15.679824] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 15.687180] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 15.694900] usb usb2: Product: MUSB HDRC host driver
    [ 15.700186] usb usb2: Manufacturer: Linux 3.12.10-ti2013.12.01 musb-hcd
    [ 15.707249] usb usb2: SerialNumber: musb-hdrc.1.auto
    [ 15.716271] hub 2-0:1.0: USB hub found
    [ 15.720363] hub 2-0:1.0: 1 port detected
    [ 15.784362] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 15.829516] EXT4-fs (mmcblk0p2): recovery complete
    [ 15.843253] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 16.559932] cryptodev: driver 1.6 loaded.
    [ 22.297102] udc musb-hdrc.0.auto: registering UDC driver [g_mass_storage]
    [ 22.297469] Number of LUNs=8
    [ 22.301999] Mass Storage Function, version: 2009/09/11
    [ 22.323718] LUN: removable file: (no medium)
    [ 22.330138] Number of LUNs=1
    [ 22.350066] lun0: open backing file: /dev/mmcblk0p1
    [ 22.350121] LUN: file: /dev/mmcblk0p1
    [ 22.354132] Number of LUNs=1
    [ 22.357231] g_mass_storage gadget: adding config #1 'Linux File-Backed Storage'/bf0b43ac
    [ 22.364954] g_mass_storage gadget: I/O thread pid: 1340
    [ 22.365014] g_mass_storage gadget: adding 'Mass Storage Function'/dc353940 to config 'Linux File-Backed Storage'/bf0b43ac
    [ 22.365319] g_mass_storage gadget: cfg 1/bf0b43ac speeds: high full
    [ 22.365351] g_mass_storage gadget: interface 0 = Mass Storage Function/dc353940
    [ 22.365448] g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11
    [ 22.374221] g_mass_storage gadget: userspace failed to provide iSerialNumber
    [ 22.381758] g_mass_storage gadget: g_mass_storage ready
    [ 22.833342] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [ 22.993873] usb 1-1: New USB device found, idVendor=0781, idProduct=5406
    [ 23.001370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 23.009037] usb 1-1: Product: U3 Cruzer Micro
    [ 23.013705] usb 1-1: Manufacturer: SanDisk
    [ 23.018069] usb 1-1: SerialNumber: 0774210EC5C0A5AD
    [ 23.058310] usb-storage 1-1:1.0: USB Mass Storage device detected
    [ 23.103366] scsi0 : usb-storage 1-1:1.0
    [ 24.115469] scsi 0:0:0:0: Direct-Access SanDisk Cruzer 7.01 PQ: 0 ANSI: 0 CCS
    [ 24.165736] sd 0:0:0:0: [sda] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB)
    [ 24.188438] sd 0:0:0:0: [sda] Write Protect is off
    [ 24.193836] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 08
    [ 24.212195] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.218370] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.266523] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.272392] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.300143] sda: sda1
    [ 24.333064] sd 0:0:0:0: [sda] No Caching mode page found
    [ 24.338873] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [ 24.345629] sd 0:0:0:0: [sda] Attached SCSI removable disk
    [ 26.282905] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  • Hi Bin Liu,

     Now I able to see musb modules on console but i am unable detect mini usb0 port.

    Please check bellow messages.

    1.   root@am335x-evm:/lib/modules/3.14.26/kernel/drivers/usb/phy# lsmod

    Module                          Size  Used by

    phy_twl6030_usb         4542  0

    xhci_hcd                          99598  0

    omap2430                        7134  1 phy_twl6030_usb

    cpufreq_userspace       1324  1

    musb_dsps                     7287  0

    musb_hdrc                     54294  2 omap2430,musb_dsps

    radio_tunstall                7180  0

    lm75                                   4605  0

    musb_am335x             1217  0

    root@am335x-evm:/lib/modules/3.14.26/kernel/drivers/usb/phy#

    2. root@am335x-evm:# lsusb

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    3. root@am335x-evm:/lib/modules/3.14.26/kernel/drivers/usb/phy# dmesg | grep usb

    [    0.376753] usbcore: registered new interface driver usbfs

    [    0.377205] usbcore: registered new interface driver hub

    [    0.377670] usbcore: registered new device driver usb

    [    1.732774] usbcore: registered new interface driver asix

    [    1.738945] usbcore: registered new interface driver ax88179_178a

    [    1.745746] usbcore: registered new interface driver cdc_ether

    [    1.752407] usbcore: registered new interface driver smsc95xx

    [    1.758892] usbcore: registered new interface driver net1080

    [    1.765215] usbcore: registered new interface driver cdc_subset

    [    1.771880] usbcore: registered new interface driver zaurus

    [    1.778226] usbcore: registered new interface driver cdc_ncm

    [    1.804032] usbcore: registered new interface driver cdc_wdm

    [    1.810502] usbcore: registered new interface driver usb-storage

    [    1.986287] usbcore: registered new interface driver usbhid

    [    1.992218] usbhid: USB HID core driver

    [    7.945916] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401300[0]'

    [    7.946006] 47401300.usb-phy supply vcc not found, using dummy regulator

    [    8.090704] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'

    [    8.090792] 47401b00.usb-phy supply vcc not found, using dummy regulator

    [   12.496816] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)

    [   12.496859] musb-hdrc: MHDRC RTL version 2.0

    [   12.496871] musb-hdrc: setup fifo_mode 4

    [   12.496894] musb-hdrc: 28/31 max ep, 16384/16384 memory

    [   12.497031] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver

    [   12.813040] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1

    [   13.038189] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

    [   13.045435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    [   13.053053] usb usb1: Product: MUSB HDRC host driver

    [   13.058278] usb usb1: Manufacturer: Linux 3.14.26 musb-hcd

    [   13.064058] usb usb1: SerialNumber: musb-hdrc.0.auto

    [   13.277733] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)

    [   13.277784] musb-hdrc: MHDRC RTL version 2.0

    [   13.277796] musb-hdrc: setup fifo_mode 4

    [   13.277817] musb-hdrc: 28/31 max ep, 16384/16384 memory

    [   13.277954] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver

    [   13.542390] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 2

    [   13.592169] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

    [   13.599333] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    [   13.606954] usb usb2: Product: MUSB HDRC host driver

    [   13.612192] usb usb2: Manufacturer: Linux 3.14.26 musb-hcd

    [   13.617961] usb usb2: SerialNumber: musb-hdrc.1.auto

    Thanks

    N shankar

  • shankar naragoni said:
     Now I able to see musb modules on console but i am unable detect mini usb0 port.

    Please provide the output of the following commands:

    # cat /sys/class/udc/musb-hdrc.0.auto/uevent

    # grep -i 'devctl\|power' /sys/kernel/debug/musb-hdrc.0.auto/regdump

  • Hi Bin Liu,

    Thank you for your reply, please find the bellow commands ouput.

     root@am335x-evm:~# cat /sys/class/udc/musb-hdrc.0.auto/uevent
    USB_UDC_NAME=musb-hdrc

    335x-evm:~# grep -i 'devctl\|power' /sys/kernel/debug/musb-hdrc.0.auto/regdumpam
    Power       : 20
    DevCtl      : 80


    root@am335x-evm:~#

  • The log indicates there is no any gadget driver loaded for the OTG port. You should load a (any) gadget driver to let the OTG port work in both host mode and gadget mode.

  • Hi,


          I was enable gadget driver in 3.14 kernel configuration as per 3.12 kernel menuconfig, but how can i know which drivers are loaded for usb otg port, but I want load gadget drivers are load statically. i think g_mass storage gadget drivers missing, Please tell me exactly where can I change in kernel configuration.

    Thanks

    N Shankar

  • To check the loaded gadget driver, you can use lsmod command and look for the module, or 'cat /sys/class/udc/musb-hdrc.0.auto/uevent' which will show 'DRIVER=xxx' if you have a gadget driver loaded.

    To load the gadget driver statically, you should have a script under /etc/rc5.d/ to load the driver.

    Please attach your .config. I want to check if kernel has any gadget driver enabled.
  • Thank you,

          PFA for 3.14 .config file..config.7z

  • shankar naragoni said:
    PFA for 3.14 .config file.

    Please double check the file you provided. It does not match with the log you provided before. Your previous 'lsmod' shows musb_dsps module is loaded, but this .config has '# CONFIG_USB_MUSB_DSPS is not set' which means musb_dsps is not compiled.

  • Hi Bin Liu,

       Sorry for my mistake,  That was incorrect .config file, Please PFA for 3.14 .config file and please share me what are the modules required for usb0 otg in kernel configuration.

    Thanks

    N shankar..config_new.7z

  • The kernel config looks correct. So now you only have to use 'modprobe' command to load the gadget driver you want. Which driver to load? it is up to your application. For exmaple, if you want MUSB to be a thumb drive, do

    # modprobe g_mass_storage <with neccessary parameters>

  • Thanks Bin Liu,

      Finally I was able detect usb flash disk and sd card using bellow commands

    root@am335x-evm:~# modprobe g_mass_storage file=/dev/sda1

    root@am335x-evm:~# modprobe g_mass_storage file=/dev/mmcblk0

              But my task if any usb flash drive connect/disconnect to custom board based on BBB which is notify to user space application. can you share the details of mount and auto mount of usb flash devices at run time.

    Thanks

    N shankar

     

     

  • shankar naragoni said:
    can you share the details of mount and auto mount of usb flash devices at run time.

    This is a generic Linux question, it all depends on your filesystem.

    But one common way is using udev. If your filesystem has udev support, an udev event will be generated when the device node of a block device (for example, /dev/sda or /dev/mmcblk0) is created or removed. Then you can have an udev rule to handle these events to mount and umount the block device at runtime.

  • Hi Bin Liu,


           I am using ti_rootfs, n I was check udev binaries in bin directory but I unable to find udevadm related binaries, please tell me how to add udev support in ti_rootfs(sdk 7), i able to see udev rules under /etc/udev/rules.d/. we used compiled rootfs from TI so please provide binaries for udev. 

    N shankar.

  • It is already in the rootfs.

    # find / -name udevadm
    /usr/bin/udevadm
    
  • Hi Bin Liu,

    I got it, Thanks for your supporting.

    Now I am doing USB Tethering for custom board based on BBB reference.

        I am too trying to make the mini usb0 port to work as USB Tethering an AM335x processor based custom board and the linux-3.14.26-g2489c02(SDK8) but unable connect internet over android based mobile phone.

         Is there any way to find whether the linux 3.14 (sdk8)/am335x support USB Tethering or not? Please share the details of USB Tethering support for am335x processor.
    I was changed  CDC related settings in  kernel configuration and when connect my mobile phone to custom board  i got some log messages please find the bellow.

    root@am335x-evm:~# modprobe g_ether
    [   90.529092] using random self ethernet address
    [   90.533937] using random host ethernet address
    [   90.546104] usb0: HOST MAC 6e:71:75:ff:5f:9e
    [   90.562222] usb0: MAC 1a:e2:38:7c:0e:e2
    [   90.566433] using random self ethernet address
    [   90.571114] using random host ethernet address
    [   90.590848] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
    [   90.597951] g_ether gadget: g_ether ready


    root@am335x-evm:~# [   91.206814] g_ether gadget: high-speed config #1: CDC Ethernet (ECM)

    root@am335x-evm:~# ifconfig -a

    usb0      Link encap:Ethernet  HWaddr 1A:E2:38:7C:0E:E2
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

    Thanks

    N shankar

     

  • shankar naragoni said:
    Is there any way to find whether the linux 3.14 (sdk8)/am335x support USB Tethering or not?

    This forum only supports Sitara devices with Linux, please post Android related questions to the Android forums or search on the Web.

  • Hi Bin Liu,


    We are design a custom board based on am335x processor(BBB reference) and kernel 3.14 (SDK 8)  I am trying make network connection for our custom board through usb tethering concept. but i am unable to access please share details of kernel 3.14(sdk 8) configuration settings.

    Thanks

    N shankar.

  • If you want Ethernet over USB, you should be able to archive that if your phone supports Ethernet over USB. Is your phone the USB host or USB peripheral?

    From the log you provided it seems the phone is USB host and the AM335x board is USB peripheral.
  • ya exactly right , my phone having usb tethering support and which act as host and my AM335x custom board act as peripheral. can you give me support for usb over network configuration am335x custom board.

    Thanks

    N shankar 

  • Okay, you almost got there ;)

    You have loaded g_ether gadget driver on the board, it created usb0 interface; when connected the board  to the phone, the phone should also create a new usb0 interface. The next step is to assign the IP addresses on both usb0 interfaces.

    - If you phone has DHCP server running, you can run dhcpc on the board for usb0 to request IP address:

    # udhcpc -i usb0

  • Hi Bin Liu,

        I got the below log messages for  udhcpc -i usb0 command

    #udhcpc -i usb0

    udhcpc (v1.20.2) started
    Sending discover...
    Sending discover...
    Sending discover...
    No lease, failing

    Can you give me suggestion above log.

    Thanks

    N sahnkar

  • shankar naragoni said:
    Sending discover...
    No lease, failing

    This seems telling the phone as a USB host does not have a dhcp server running.

    Until this point, this problem is just a general network configuration issue, the AM335x board is a network device with a virtual NIC on the host (usb0). So you have to figure out how to configure the network on the phone which I am unable to help, but here are my comments:

    - If you have the console access to the phone with root privilege, you can use static IP configuration: assigning static IP on 'usb0' interface on both the phone and the board.

    - If you can get a dhcp server running on the phone, make sure the phone is able to assign an IP address to 'usb0' on the phone, then running udhcpc on the board should get the network up and running.

  • Hi Bin liu,


    As for your suggestion our am335x board act as slave and phone act as host please clarify usb cable connection i was liitle bit confused on the usb plugin. which one slave and which one host .

    when I plugin  my mobile to board then  unable see usb tethering option was disable, but when I was connect my mobile to ubuntu/windows pc then i able see usb tethering option, can you tell me if any drivers need for our SDK8.

    Thanks

    N Shankar

         

  • Hi Bin Liu,

    In USB Tethering configuration  am335xx custom board acts as slave or host. please tell me usb otg interfacing.

    Thanks,

    shankar

     

  • Shankar,

    shankar naragoni said:
    As for your suggestion our am335x board act as slave and phone act as host

    I did not suggest that. It was your post describing that the AM335x board is acting as host while the phone is connected.

    shankar naragoni said:
    but when I was connect my mobile to ubuntu/windows pc then i able see usb tethering option

    I don't know much about USB tethering, but this tells in tethering the phone is USB device, and the am335x board should be the USB host.

  • Hi bin Liu,

        Thank you, 

        rndis_host driver registration missing on linux( kernel 3.12 sdk 7)

      1) when I plugin my mobile to Ubuntu pc(12.04) then I seen below log messages

    telxsi@telxsi-Latitude-3440:~$ dmesg

    [ 2379.830024] usb 1-1.3: USB disconnect, device number 20

    [ 2379.832267] rndis_host 1-1.3:1.0 usb0: unregister 'rndis_host' usb-0000:00:1d.0-1.3, RNDIS device

    [ 2430.996116] usb 1-1.3: new high-speed USB device number 21 using ehci-pci

    [ 2431.089903] usb 1-1.3: New USB device found, idVendor=04e8, idProduct=6863

    [ 2431.089913] usb 1-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4

    [ 2431.089919] usb 1-1.3: Product: SAMSUNG_Android

    [ 2431.089923] usb 1-1.3: Manufacturer: SAMSUNG

    [ 2431.089928] usb 1-1.3: SerialNumber: 4300bf412f0050eb

    [ 2431.094620] rndis_host 1-1.3:1.0 usb0: register 'rndis_host' at usb-0000:00:1d.0-1.3, RNDIS device, 02:00:37:34:32:61

    2)  After that I plugin my mobile phone to custom board , I am unable find usb register with rndis_host log message on console , I seen below log message

    root@am335x-evm:~# [ 1261.129472] usb 2-1: USB disconnect, device number 2
    [ 1261.577255] usb 2-1: new high-speed USB device number 3 using musb-hdrc
    [ 1261.718512] usb 2-1: New USB device found, idVendor=17ef, idProduct=7500
    [ 1261.725550] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1261.733057] usb 2-1: Product: Android
    [ 1261.736897] usb 2-1: Manufacturer: Android
    [ 1261.741201] usb 2-1: SerialNumber: dfd3f21c

    3) How to configure  rndis related driver in kernel 3.14

    Thanks

    N sahnkar

  • Please check the option CONFIG_USB_NET_RNDIS_HOST is set in your .config. In menuconfig the option is located as:

    Device Drivers  --->
        Network device support  --->
            USB Network Adapters  --->
                Host for RNDIS and ActiveSync devices
  •      The RNDIS support for  both usb0 and usb1 port why because I am using mini usb0(otg) for tethering and I got usb tethering on bbb board on host side usb1, Now I was trying usb0 but its not working, Is RNDIS driver suport for both usbs,in our board usb1 used for Bluetooth interface.

    Thanks & Regards

    N Shankar

  • The USB tethering will not work on BBB USB0 port, since the port is designed to only support peripheral mode, it does not support host mode.
  • Thanks,

                  But our custom board support host mode.

    Thanks

    N shankar. 

  • If your board USB0 port only supports host mode, please set its dr_mode to host in the dts file.

    Or if your USB0 is in DRD mode - using micro-AB receptacle, please set its dr_mode to otg, but ensure you have loaded a gadget driver to make the port functional.
  • Hi Bin Liu,

    In dts file:
        usb@47401000 {
            status = "okay";
            dr_mode = "otg";
        };

        usb@47401800 {
            status = "okay";
            /*dr_mode = "host";*/  //COMMENTED  for USB1 to UART3
        };
        

    But when I plug in my mobile to board, I got below error. 


    root@am335x-evm:/home# [ 3484.903898] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [ 3485.024038] usb 1-1: device descriptor read/64, error -71
    [ 3485.253873] usb 1-1: device descriptor read/64, error -71
    [ 3485.483894] usb 1-1: new high-speed USB device number 3 using musb-hdrc
    [ 3485.603934] usb 1-1: device descriptor read/64, error -71

    Thanks

    N shankar

  • shankar naragoni said:
    root@am335x-evm:/home# [ 3484.903898] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [ 3485.024038] usb 1-1: device descriptor read/64, error -71

    This means USB host reading data from the device is failed. There are multiple issues which can cause this problem.

    Have you tried to connect other USB devices to see if the same issue happens, for example USB mouse/keyboard, thumb drives?

  • Hi Bin Liu,

      Yes I have tried multipul HID  and mass storage devices but I didnt get any issues only when i plugin vender specific devices(like moto g, samsung, nokia) to board and then seeing the same issue on all of them. we need to configure any host drivers for vender specific devices, could you tell me what are issues for above error, we used usb switch i.e FPF2006 which is current being limited to 150mA for USB on the board.

    please find attached the usb otg  switch schematic.

    Thanks

    N shankar.   

  • Sorry Bin Liu I forgot attache usb switch schematic for above message, please find the attached file.

    usb switch.zip

  • shankar naragoni said:
    we used usb switch i.e FPF2006 which is current being limited to 150mA for USB on the board.

    This violates the USB 2.0 Spec, which requires the USB host to provide minimum 500mA.

    Please refer to the similar discussion e2e.ti.com/.../1540427

  • Thanks for your continuous support,

    For OTG Host Mode - USB0_DRVVBUS should be connected to a power switch(FPF2006) input, with Output being USB0_VBUS pin,  when controller is going to Host Mode, it drives USB0_DRVVBUS High and waits for USBx_VBUS to become High within micro sec.
     
       After that If I turn off USB0_DRVVBUS signal through application( gpio pin mux sysfs interface) what happens still our slave device working.  
       
       Please could you tell me how to controll usb power for slave devices and how to turn off USB0_DRVVBUS signal in driver level.

    Thanks

    N shankar.

  • shankar naragoni said:
       After that If I turn off USB0_DRVVBUS signal through application( gpio pin mux sysfs interface) what happens still our slave device working.  

    Do you mean the USB device still works after turned off USB0_DRVVBUS? If so, have you measured the VBUS voltage or the power swith output at this time?

    shankar naragoni said:
       Please could you tell me how to controll usb power for slave devices

    I still don't understand the requirement. Do you want the turn off VBUS and expect the device still works? If so, this is not defined in the USB Specs.

    shankar naragoni said:
    and how to turn off USB0_DRVVBUS signal in driver level.

    USB0_DRVVBUS is controlled by DEVCTL[SESSION] bit in the driver, I strongly discourage you to directly touch it unless you fully understand how MUSB controller and USB drivers work.

  • Thanks bin Liu,

    I am new usb driver devlopment, actuall my requirement is usb0 otg(host/slave) configuration for low and high speed devices.

    When I plugin multipul HID and mass storage devices to board but I didnt get any issues.

    My problem was only when i plugin vender specific mobile devices(like moto g, samsung, nokia) to board, then seeing the issue for VBUS error and over current detection. For these reason I have tried to stop charging mobile devices(disable VBUS power through DRVBUS).

    Could you please tell me reasons for VBUS error and over current detection for high speed devices.

    Thanks in advance

    N shankar

  • shankar naragoni said:
    then seeing the issue for VBUS error and over current detection.

    Please ensure you have minimum 120uF cap on VBUS positioned close to the port. This is required by USB Specs. Lack of the cap could trigger VBUS error when plug in some USB device.

    shankar naragoni said:
    For these reason I have tried to stop charging mobile devices(disable VBUS power through DRVBUS).

    Okey, that exaplains the enumeration failure you posted before.

    [ 3485.024038] usb 1-1: device descriptor read/64, error -71