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.

AM335X beagleboneblack 运行最新的SDK4.9版本的内核修改USBhost编译选项后无法启动USB



项目上需要添加一个4G模块驱动,所以把USB得设置成HOST,然后在内核的USB选项中

<M>   Support for Host-side USB 修改为

<*>   Support for Host-side USB 然后编译后USB就启动不了了,总在这里发帖子哪位大神帮忙看看呢,谢谢了!!!!!!

U-Boot SPL 2017.01-00319-g7752743-dirty (Oct 11 2017 - 00:11:35)
Trying to boot from MMC1
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img


U-Boot 2017.01-00319-g7752743-dirty (Oct 11 2017 - 00:11:35 -0700)

CPU  : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

<ethaddr></ethaddr> not set. Validating first E-fuse MAC
Net:   cpsw, usb_ether
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
** Unable to read file uEnv.txt **
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3665200 bytes read in 365 ms (9.6 MiB/s)
38286 bytes read in 64 ms (584 KiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8fff3000, end 8ffff58d ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.28-geed43d1050 (root@ubuntu) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #39 PREEMPT Fri Oct 13 07:41:19 PDT 2017
[    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] OF: fdt:Machine model: TI AM335x BeagleBone Black
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 48 MiB at 0x9d000000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=9e5ec5f7-02 rw rootfstype=ext4 rootwait
[    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: 457976K/524288K available (7168K kernel code, 282K rwdata, 2396K rodata, 1024K init, 273K bss, 17160K reserved, 49152K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 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 - 0xc0800000   (8160 kB)
[    0.000000]       .init : 0xc0b00000 - 0xc0c00000   (1024 kB)
[    0.000000]       .data : 0xc0c00000 - 0xc0c46990   ( 283 kB)
[    0.000000]        .bss : 0xc0c46990 - 0xc0c8b0f4   ( 274 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    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] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000029] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000038] OMAP clocksource: timer1 at 24000000 Hz
[    0.000184] clocksource_probe: no matching clocksources found
[    0.000338] Console: colour dummy device 80x30
[    0.000363] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.000369] This ensures that you still see kernel messages. Please
[    0.000374] update your kernel commandline.
[    0.000395] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[    0.089235] pid_max: default: 32768 minimum: 301
[    0.089351] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.089361] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090066] CPU: Testing write buffer coherency: ok
[    0.090412] Setting up static identity map for 0x80100000 - 0x80100060
[    0.091153] EFI services will not be available.
[    0.092302] devtmpfs: initialized
[    0.102252] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.102544] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.102570] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.105851] pinctrl core: initialized pinctrl subsystem
[    0.106963] NET: Registered protocol family 16
[    0.108648] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.122467] omap_hwmod: debugss: _wait_target_disable failed
[    0.199227] cpuidle: using governor ladder
[    0.229215] cpuidle: using governor menu
[    0.234457] OMAP GPIO hardware version 0.1
[    0.248273] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.286252] edma 49000000.edma: TI EDMA DMA engine driver
[    0.289067] usbcore: registered new interface driver usbfs
[    0.289137] usbcore: registered new interface driver hub
[    0.289385] usbcore: registered new device driver usb
[    0.289639] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    0.289687] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[    0.289796] media: Linux media interface: v0.10
[    0.289848] Linux video capture interface: v2.00
[    0.289885] pps_core: LinuxPPS API ver. 1 registered
[    0.289892] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it></giometti@linux.it>
[    0.289912] PTP clock support registered
[    0.289947] EDAC MC: Ver: 3.0.0
[    0.290908] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.291212] Advanced Linux Sound Architecture Driver Initialized.
[    0.292326] clocksource: Switched to clocksource timer1
[    0.301160] NET: Registered protocol family 2
[    0.301851] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.301896] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.301935] TCP: Hash tables configured (established 4096 bind 4096)
[    0.301996] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.302013] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.302133] NET: Registered protocol family 1
[    0.302580] RPC: Registered named UNIX socket transport module.
[    0.302594] RPC: Registered udp transport module.
[    0.302600] RPC: Registered tcp transport module.
[    0.302605] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.303253] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    0.305355] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.311822] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.312858] NFS: Registering the id_resolver key type
[    0.312902] Key type id_resolver registered
[    0.312910] Key type id_legacy registered
[    0.312957] ntfs: driver 2.1.32 [Flags: R/O].
[    0.314634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.314654] io scheduler noop registered
[    0.314660] io scheduler deadline registered
[    0.314789] io scheduler cfq registered (default)
[    0.315668] pinctrl-single 44e10800.pinmux: please update dts to use #pinctrl-cells = &lt;1&gt;
[    0.316091] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.370020] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.373591] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[    0.989748] console [ttyS0] enabled
[    0.994359] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 159, base_baud = 3000000) is a 8250
[    1.004285] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 160, base_baud = 3000000) is a 8250
[    1.014146] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 161, base_baud = 3000000) is a 8250
[    1.024003] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 162, base_baud = 3000000) is a 8250
[    1.033814] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 163, base_baud = 3000000) is a 8250
[    1.044320] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    1.051070] [drm] Initialized
[    1.066309] brd: module loaded
[    1.075031] loop: module loaded
[    1.080208] libphy: Fixed MDIO Bus: probed
[    1.086042] GobiNet: Quectel_WCDMA&LTE_Linux&Android_GobiNet_Driver_V1.3.0
[    1.093104] usbcore: registered new interface driver GobiNet
[    1.099173] mousedev: PS/2 mouse device common for all mice
[    1.105251] i2c /dev entries driver
[    1.110321] cpuidle: enable-method property 'ti,am3352' found operations
[    1.118127] omap_hsmmc 48060000.mmc: Got CD GPIO
[    1.229472] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.239460] mmc0: new high speed SDHC card at address 0007
[    1.246211] ledtrig-cpu: registered to indicate activity on CPUs
[    1.254835] NET: Registered protocol family 10
[    1.255832] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.256508] NET: Registered protocol family 17
[    1.256753] Key type dns_resolver registered
[    1.256978] omap_voltage_late_init: Voltage driver support not added
[    1.288062] mmcblk0: mmc0:0007 SD16G 14.5 GiB 
[    1.294282]  mmcblk0: p1 p2
[    1.325940] random: fast init done
[    1.333465] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    1.359944] mmc1: new high speed MMC card at address 0001
[    1.367425] mmcblk1: mmc1:0001 S10004 3.56 GiB 
[    1.372225] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[    1.378462] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[    1.385719]  mmcblk1: p1 p2
[    1.504666] tda998x 0-0070: found TDA19988
[    1.509962] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
[    1.516058] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.522713] [drm] No driver support for vblank timestamp query.
[    1.528965] tilcdc 4830e000.lcdc: No connectors reported connected with modes
[    1.536171] [drm] Cannot find any crtc or sizes - going 1024x768
[    1.550183] Console: switching to colour frame buffer device 128x48
[    1.561324] tilcdc 4830e000.lcdc: fb0:  frame buffer device
[    1.593010] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    1.713147] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    1.720724] hctosys: unable to open rtc device (rtc0)
[    1.726400] ALSA device list:
[    1.729390]   No soundcards found.
[    3.047952] EXT4-fs warning (device mmcblk0p2): ext4_clear_journal_err:4670: Filesystem error recorded from previous mount: IO failure
[    3.060241] EXT4-fs warning (device mmcblk0p2): ext4_clear_journal_err:4671: Marking fs in need of filesystem check.
[    5.484020] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended
[    5.643774] EXT4-fs (mmcblk0p2): recovery complete
[    5.670112] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    5.678445] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    5.693927] devtmpfs: mounted
[    5.700963] Freeing unused kernel memory: 1024K (c0b00000 - c0c00000)
[    6.078296] systemd[1]: System time before build time, advancing clock.
[    6.209894] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    6.229547] systemd[1]: Detected architecture arm.

Welcome to Arago 2017.05!

[    6.264555] systemd[1]: Set hostname to <am335x-evm></am335x-evm>.
[    6.624298] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
[    6.894854] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[    6.902820] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[    6.910542] systemd[1]: sysinit.target: Found dependency on basic.target/start
[    6.917900] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[    6.925372] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[    6.934839] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[  OK  ] Listening on Journal Socket.
[  OK  ] Created slice System Slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Created slice system-getty.slice.
         Mounting POSIX Message Queue File System...
[  OK  ] Listening on udev Control Socket.
         Starting Load Kernel Modules...
[    7.251816] cryptodev: loading out-of-tree module taints kernel.
[  OK  ] Created slice User and Session Slice.
[    7.262232] cryptodev: driver 1.8 loaded.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
         Starting Setup Virtual Console...
         Mounting Debug File System...
[  OK  ] Listening on udev Kernel Socket.
         Starting Create Static Device Nodes in /dev...
         Starting Remount Root and Kernel File Systems...
[  OK  ] Reached target Paths.
[  OK  ] Reached target Slices.
[  OK  ] Reached target Swap.
[    7.575056] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
         Mounting Temporary Directory...
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on Network Service Netlink Socket.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
         Starting Journal Service...
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Temporary Directory.
[  OK  ] Started Journal Service.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting udev Coldplug all Devices...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /var/volatile...
         Mounting /media/ram...
         Starting udev Kernel Device Manager...
         Mounting Configuration File System...
         Starting Apply Kernel Variables...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started udev Kernel Device Manager.
[    8.665722] systemd-journald[109]: Received request to flush runtime journal from PID 1
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Load/Save Random Seed.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
         Starting Network Time Synchronization...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
         Starting Synchronize System and HW clocks...
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[    9.953270] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[   10.023651] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on dropbear.socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting uim-sysfs.service...
         Starting Telephony service...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Login Service...
         Starting Print notice about GPLv3 packages...
[  OK  ] Started D-Bus System Message Bus.
[   11.284250] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[   11.449252] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[   11.496387] remoteproc remoteproc0: wkup_m3 is available
[   11.517389] remoteproc remoteproc0: powering up wkup_m3
[   11.539888] PM: Cannot get wkup_m3_ipc handle
[   11.605311] omap-aes 53500000.aes: will run requests pump with realtime priority
[   11.636958] PM: Cannot get wkup_m3_ipc handle
[   11.653049] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[   11.654497] PM: Cannot get wkup_m3_ipc handle
[  OK  ] Started Telephony service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting Network Service...
[   12.108244] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224344
[   12.117936] asoc-simple-card sound: hdmi-hifi.0 &lt;-&gt; 48038000.mcasp mapping ok
[   12.119006] PM: Cannot get wkup_m3_ipc handle
[   12.338123] Bluetooth: Core ver 2.22
[   12.338208] NET: Registered protocol family 31
[   12.338212] Bluetooth: HCI device and connection manager initialized
[   12.338231] Bluetooth: HCI socket layer initialized
[   12.338241] Bluetooth: L2CAP socket layer initialized
[   12.338269] Bluetooth: SCO socket layer initialized
[  OK  ] Started System Logging Service.
[   13.041540] remoteproc remoteproc0: remote processor wkup_m3 is now up
[   13.041568] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[  OK  ] Started Kernel Logging Service.
         Starting Save/Restore Sound Card State...
[  OK  ] Started Network Service.
[  OK  ] Found device /dev/ttyS3.
[  OK  ] Started Save/Restore Sound Card State.
[  OK  ] Started Login Service.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
         Starting Lightning Fast Webserver With Light System Requirements...
         Starting Enable and configure wl18xx bluetooth stack...
         Starting Simple Network Management Protocol (SNMP) Daemon....
[  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
         Starting Network Name Resolution...
[   15.128423] EXT4-fs (mmcblk1p2): recovery complete
[   15.158471] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.256749] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.694575] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
[  OK  ] Started Enable and configure wl18xx bluetooth stack.
[  OK  ] Started Network Name Resolution.
[   16.867538] NET: Registered protocol family 15
[  OK  ] Found device /dev/mmcblk0p1.
         Starting Start USB gadget...
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started Serial Getty on ttyS3.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[   17.869533] Initializing XFRM netlink socket
[   18.031991] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
[   18.690189] random: crng init done
[FAILED] Failed to start Start USB gadget.
See 'systemctl status gadget-init.service' for details.
[   20.410535] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.508291] PM: bootloader does not support rtc-only!
[   20.518081] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.519210] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.520171] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.619249] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.656962] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.657838] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   20.661822] usb_common: exports duplicate symbol of_usb_get_dr_mode_by_phy (owned by kernel)
[   21.275291] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
[   21.364403] irq: no irq domain found for /ocp/pruss_soc_bus@4a326000/pruss@4a300000/intc@4a320000 !
[   21.364944] irq: no irq domain found for /ocp/pruss_soc_bus@4a326000/pruss@4a300000/intc@4a320000 !
[   21.635592] remoteproc remoteproc1: 4a334000.pru0 is available
[   21.641540] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss_soc_bus@4a326000/pruss@4a300000/pru@4a334000 probed successfully
[   21.761576] remoteproc remoteproc2: 4a338000.pru1 is available
[   21.798693] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss_soc_bus@4a326000/pruss@4a300000/pru@4a338000 probed successfully
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
        autoconf
        binutils
        cpp-symlinks
        cpp
        dosfstools
        g++-symlinks
        g++
        gawk-dev
        gawk
        gcc-symlinks
        gcc
        gdb
        gdbserver
        gstreamer1.0-libav
        hidapi
        libcairo-perf-utils
        libgmp10
        libidn11
        libmpc3
        libmpfr4
        libreadline-dev
        libreadline6
        m4-dev
        m4
        make
        nettle
        swig-dev
        swig

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></package>
Where <package></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
***************************************************************
***************************************************************

[   23.910987] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

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

Arago 2017.05 am335x-evm ttyS0

am335x-evm login: root
root@am335x-evm:~# lsusb
unable to initialize libusb: -99
root@am335x-evm:~# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1%763860/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:160 errors:0 dropped:0 overruns:0 frame:0
          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:12160 (11.8 KiB)  TX bytes:12160 (11.8 KiB)

root@am335x-evm:~# 
------------------root@am335x-evm:~# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1%763860/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:160 errors:0 dropped:0 overruns:0 frame:0
          TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:12160 (11.8 KiB)  TX bytes:12160 (11.8 KiB)

root@am335x-evm:~# lsusb
unable to initialize libusb: -99
root@am335x-evm:~#