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.

PSDKLA 3.01 , Vayu ES 2.0 Rev H - External HDMI Touch Screen Display Support

I'm running PSDKLA 3.01 on Vayu ES 2.0, Rev H EVM.


I need to connect and external HDMI touchscreen display. When  I connect the display to the HDMI connector along with the USB input for touch, the external display only shows the weston background, but not the Matrix GUI.

The display in question is Lilliput HDMI multi touch display:


What should I do so that the external display shows Matrix GUI and touch works? In other words, I want to make the external HDMI display my default touch screen display.

Thanks,

Kaushal

  • Hi, Kaushal,

    I've forwarded the query to SDK and Touch Screen experts.

    Regards,
    Mariya
  • Hi,

    I am checking internally. In the meanwhile, using dra7-evm.dtb should enable only the HDMI display and matrix-gui will show up on HDMI.

    regards,
    Venkat
  • Thanks Venktat. The external display shows only weston background not Matrix GUI. However, if I drag a running app from Vayu default display to the 2nd HDMI display then I see the running app on HDMI. However, the  touch controller not working via HDMI USB.

  • I assume you are using the split cable for HDMI + USB listed in the link you posted. Do you see any additional USB or input devices on the EVM when you connect the USB cable to the EVM?

    regards,
    Venkat
  • Venkat, yes. I'm using the HDMI USB split cable. The USB device won't show up automatically. Once I do modprobe g_zero then it shows up. Please see the command output below.

    root@dra7xx-evm:~# lsusb
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 
    root@dra7xx-evm:~# modprobe g_zero
    [49156.249100] zero gadget: Gadget Zero, version: Cinco de Mayo 2008
    [49156.255298] zero gadget: zero ready
    [49156.258822] dwc3 48890000.usb: otg: gadget gadget registered
    [49156.264714] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [49156.270259] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
    root@dra7xx-evm:~# [49156.303514] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [49156.312357] xhci-hcd xhci-hcd.1.auto: irq 509, io mem 0x48890000
    [49156.319431] hub 3-0:1.0: USB hub found
    [49156.323435] hub 3-0:1.0: 1 port detected
    [49156.327889] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [49156.333730] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
    [49156.341532] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [49156.350631] hub 4-0:1.0: USB hub found
    [49156.361393] hub 4-0:1.0: 1 port detected
    [49156.642971] usb 3-1: new full-speed USB device number 2 using xhci-hcd
    [49156.840912] usbcore: registered new interface driver usbhid
    [49156.846657] usbhid: USB HID core driver
    
    root@dra7xx-evm:~# lsusb
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 
    Bus 003 Device 002: ID 0eef:c000 D-WAV Scientific Co., Ltd 
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 
    

    I believe the "D-WAV Scientific Co., Ltd" is the touch controller input.


    Thanks,

    Kaushal

  • Kaushal

    You need to modprobe <gadget module>, because the USB1 port is configured for DRD mode (dr_mode = "otg" in arch/arm/boot/dts/dra7-evm.dts file). for host only configuration set dr_mode = "host".  In DRD mode, the port can act as host or device.

    Did you compiled kernel with touch screen driver support for this device.

    Menuconfig->Device Drivers->Input Device support -> Generinc input layer -> TouchScreen -> "EETI eGalax multi-touch panel support".

    This should help.

    Regards

    ravi

  • Kaushal,

    We are still checking on how to start matrix-gui on a specific screen.

    regards,
    Venkat
  • Ravi -

    No, I didn't compile the Kernel. I use the prebuilt filesytem that came with the release 3.01. I was hoping this touch controller would be supported by default. Also, I'm not sure how to make the external display as default in config. Our plan is to use only the HDMI with the J6 Vayu EVM.

    "Menuconfig->Device Drivers->Input Device support -> Generinc input layer -> TouchScreen -> "EETI eGalax multi-touch panel support"."

    I am not sure what this means since I haven't build Kernel before. Where can I find this? Is that some kernel config utility?

    Thanks,
    Kaushal
  • Thanks Venkat. Please let me know when you have an update and supporting the touch controller without rebuilding kernel.
  • Kaushal

    You need to git clone the kernel repository, before building kernel issue the below command to chose the necessary config for kernel. Refer to User's guide for development setup and building kernel.

    $ Make menuconfig

    regards

    Ravi

  • Ravi,

    As per the PSDKLA SW user guide, I tried to rebuild the kernel to make the our specific HDMI touch screen work. However, when I do "make linux" as per the  guide,  it doesn't give me any option to do  menuconfig. It just starts building the kernel.  Here's what I tried -

    $ cd $PSDKLA3.01
    $ make linux_clean
    $ make linux

    So, then I did this to do menuconfig

    $cd $PSDKLA3.01/board-support/linux

    $make menuconfig

    I configured the EETI touch screen driver as you described and then did "make linux"

    $cd $PSDKLA3.01

    $make linux

    But  it overwrote the file created by "make menuconfig" and replaced with PSDKLA default .config file without the touchscreen driver.

    How can I enable the driver?

    Thanks,

    Kaushal

  • Kaushal,

    If you do "make linux" from the root of the Processor SDK - Linux Automotive installation, it will configure linux with the default configuration. This results in overriding the config file you created. The kernel config fragments used for generating the default configuration are in "board-support/linux/ti_config_fragments". I would suggest you add the configuration option you want at the end of "auto.cfg"  and run "make linux" from the root of the SDK installation. You can find the config option you use from menuconfig.

    "CONFIG_TOUCHSCREEN_EGALAX=y" should be the line to add at end of auto.cfg.

    regards,

    Venkat

  • Hi Venkat,

    Thanks for help about modifying the auto.cfg file. However, It seems "CONFIG_TOUCHSCREEN_EGALAX=y" is not the correct config option for my display. I followed the instructions  provided by the driver update guide on EGalax website (driver package -  eGTouch_v2.5.5814.L-ma) and it worked. As per the document from Egalax, these are the driver changes in make menuconfig -

    Necessary:
    1. EVDEV

    2. UINPUT
    3. HIDRAW ( USB Interface )
    4. HID_MULTITOUCH ( USB Interface & Kernel 3.0 upwards )

    Remove:
    CONFIG_TOUCHSCREEN_USB_COMPOSITE ( For USB Interface & PID 0001 controller ) 

    Once I rebuilt the kernel using above changes, the touchscreen was detected.

    root@dra7xx-evm:~# cat /proc/bus/input/devices 
    I: Bus=0019 Vendor=0001 Product=0001 Version=0100
    N: Name="gpio_keys"
    P: Phys=gpio-keys/input0
    S: Sysfs=/devices/platform/gpio_keys/input/input0
    U: Uniq=
    H: Handlers=event0 
    B: PROP=0
    B: EV=100003
    B: KEY=3 0 0 0 0 0 0 0 0

    I: Bus=0003 Vendor=0eef Product=c000 Version=0210
    N: Name="eGalax Inc. eGalaxTouch EXC3146-1934-05.00.00"
    P: Phys=usb-xhci-hcd.1.auto-1/input0
    S: Sysfs=/devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb3/3-1/3-1:1.0/0003:0EEF:C000.0001/input/input1
    U: Uniq=
    H: Handlers=mouse0 event1 
    B: PROP=2
    B: EV=b
    B: KEY=400 0 0 0 0 0 0 0 0 0 0
    B: ABS=2608000 3

    Now, the touch input is sensed. If I do "cat /dev/input/event1", I can see the raw touch input data on the console.  However, the HDMI display just shows 'Please Wait...' and nothing else. I tried "/etc/init.d/weston restart", but nothing.

    In short, touch screen worked but weston disappeared. Anyway to fix this and also getting the Matrix Gui on HDMI display?

    Thank you for your hep,

    Kaushal

  • Hi,

    Glad to know that you were able to configure the kernel correctly.

    We have moved to systemd as the init system. Can you try doing "systemctl status weston" and share the result? When you built the kernel, did you build the graphics driver as well? This should be the case if you are using "make linux" from the root of the SDK. Have you copied the kernel modules you have built to the target filesystem? If there is a kernel version mismatch, the omapdrm_pvr module required for SGX usage will not start. Can you please share output of "lsmod"?

    regards,
    Venkat
  • \00\00\00
    U-Boot SPL 2016.05-gfb0606103e (Oct 24 2016 - 10:04:46)
    DRA752-GP ES2.0
    MMC Device 1 not found
    *** Warning - No MMC card found, using default environment
    
    Trying to boot from MMC1
    MMC Device 1 not found
    *** Warning - No MMC card found, using default environment
    
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2016.05-gfb0606103e (Oct 24 2016 - 10:04:46 +0530)
    
    CPU  : DRA752-GP ES2.0
    Model: TI DRA742
    Board: DRA74x EVM REV H.0
    DRAM:  4 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    ** First descriptor is NOT a primary desc on 1:1 **
    *** Warning - bad CRC, using default environment
    
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    ERROR: cannot find partition: 'userdata'
    
    at arch/arm/cpu/armv7/omap-common/utils.c:195/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
    scanning bus for devices...
    Found 0 device(s).
    Net:   
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  2  1  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
    223 bytes read in 2 ms (108.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3628224 bytes read in 75 ms (46.1 MiB/s)
    107642 bytes read in 19 ms (5.4 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x375cc0 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe2000, end 8ffff479 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    
    [    0.000000] Initializing cgroup subsys cpuset
    
    [    0.000000] Initializing cgroup subsys cpu
    
    [    0.000000] Initializing cgroup subsys cpuacct
    
    [    0.000000] Linux version 4.4.23-dirty (patel@patel-ubuntu) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #2 SMP PREEMPT Wed Dec 14 09:02:02 EST 2016
    
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    
    [    0.000000] Machine model: TI DRA742
    
    [    0.000000] bootconsole [earlycon0] enabled
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
    
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    
    [    0.000000] cma: Reserved 64 MiB at 0x00000000fb000000
    
    [    0.000000] Forcing write-allocate cache policy for SMP
    
    [    0.000000] Memory policy: Data cache writealloc
    
    [    0.000000] OMAP4: Map 0x000000027fd00000 to fe600000 for dram barrier
    
    [    0.000000] DRA752 ES2.0
    
    [    0.000000] PERCPU: Embedded 11 pages/cpu @eb726000 s14848 r8192 d22016 u45056
    
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1040704
    
    [    0.000000] Kernel command line: console=ttyO0,115200n8 elevator=noop root=PARTUUID=99bf94cf-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=64M rootfstype=ext4 snd.slots_reserved=1,1
    
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    
    [    0.000000] Memory: 3891776K/4169728K available (6615K kernel code, 372K rwdata, 2488K rodata, 332K init, 290K bss, 48576K reserved, 229376K cma-reserved, 3321856K highmem)
    
    [    0.000000] Virtual kernel memory layout:
    
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    
    [    0.000000]       .text : 0xc0008000 - 0xc08ec044   (9105 kB)
    
    [    0.000000]       .init : 0xc08ed000 - 0xc0940000   ( 332 kB)
    
    [    0.000000]       .data : 0xc0940000 - 0xc099d390   ( 373 kB)
    
    [    0.000000]        .bss : 0xc099f000 - 0xc09e7980   ( 291 kB)
    
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    
    [    0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    
    [    0.008306] Switching to timer-based delay loop, resolution 162ns
    
    [    0.014948] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    
    [    0.025209] OMAP clocksource: 32k_counter at 32768 Hz
    
    [    0.030936] Console: colour dummy device 80x30
    
    [    0.035590] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    
    [    0.042386] This ensures that you still see kernel messages. Please
    
    [    0.048901] update your kernel commandline.
    
    [    0.053292] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    
    [    0.063924] pid_max: default: 32768 minimum: 301
    
    [    0.068836] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    
    [    0.075723] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    
    [    0.083572] Initializing cgroup subsys io
    
    [    0.087794] Initializing cgroup subsys memory
    
    [    0.092366] Initializing cgroup subsys devices
    
    [    0.097015] Initializing cgroup subsys freezer
    
    [    0.101673] Initializing cgroup subsys perf_event
    
    [    0.106590] Initializing cgroup subsys pids
    
    [    0.110985] CPU: Testing write buffer coherency: ok
    
    [    0.116275] /cpus/cpu@0 missing clock-frequency property
    
    [    0.121821] /cpus/cpu@1 missing clock-frequency property
    
    [    0.127376] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    
    [    0.133296] Setting up static identity map for 0x80008380 - 0x800083d8
    
    [    0.220492] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    
    [    0.220552] Brought up 2 CPUs
    
    [    0.229571] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    
    [    0.236012] CPU: All CPU(s) started in HYP mode.
    
    [    0.240832] CPU: Virtualization extensions available.
    
    [    0.246476] devtmpfs: initialized
    
    [    0.280032] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    
    [    0.288967] omap_hwmod: l3_main_2 using broken dt data from ocp
    
    [    0.501689] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    
    [    0.516612] pinctrl core: initialized pinctrl subsystem
    
    [    0.522946] NET: Registered protocol family 16
    
    [    0.528556] DMA: preallocated 256 KiB pool for atomic coherent allocations
    
    [    0.565776] cpuidle: using governor ladder
    
    [    0.595801] cpuidle: using governor menu
    
    [    0.601951] ------------[ cut here ]------------
    
    [    0.606789] WARNING: CPU: 0 PID: 1 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    
    [    0.616428] 44000000.ocp:L3 Custom Error: MASTER MPU TARGET GPMC (Read): Data Access in User mode during Functional access
    
    [    0.627845] Modules linked in:
    
    [    0.631070] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.23-dirty #2
    
    [    0.637763] Hardware name: Generic DRA74X (Flattened Device Tree)
    
    [    0.644099] Backtrace: 
    
    [    0.646707] [<c00131a4>] (dump_backtrace) from [<c00133a0>] (show_stack+0x18/0x1c)
    
    [    0.654558]  r7:c02e0478 r6:20000193 r5:00000000 r4:c096ce4c
    
    [    0.660477] [<c0013388>] (show_stack) from [<c02b428c>] (dump_stack+0x8c/0xa0)
    
    [    0.667980] [<c02b4200>] (dump_stack) from [<c0034f48>] (warn_slowpath_common+0x88/0xb8)
    
    [    0.676364]  r7:c02e0478 r6:00000093 r5:00000009 r4:ee88d990
    
    [    0.682270] [<c0034ec0>] (warn_slowpath_common) from [<c0034fb0>] (warn_slowpath_fmt+0x38/0x40)
    
    [    0.691279]  r8:00000017 r7:c0855500 r6:00000002 r5:c08555c0 r4:c0855664
    
    [    0.698260] [<c0034f7c>] (warn_slowpath_fmt) from [<c02e0478>] (l3_interrupt_handler+0x25c/0x368)
    
    [    0.707446]  r3:eea0d000 r2:c0855664
    
    [    0.711201]  r4:80080003
    
    [    0.713896] [<c02e021c>] (l3_interrupt_handler) from [<c0080578>] (handle_irq_event_percpu+0xb4/0x160)
    
    [    0.723527]  r10:c099c60a r9:eea05840 r8:00000017 r7:00000000 r6:00000000 r5:eea058a0
    
    [    0.731662]  r4:eea0d500
    
    [    0.734352] [<c00804c4>] (handle_irq_event_percpu) from [<c0080664>] (handle_irq_event+0x40/0x64)
    
    [    0.743538]  r10:eea05840 r9:eea05878 r8:ee808000 r7:00000000 r6:c0947e44 r5:eea058a0
    
    [    0.751671]  r4:eea05840
    
    [    0.754362] [<c0080624>] (handle_irq_event) from [<c0083990>] (handle_fasteoi_irq+0xc0/0x194)
    
    [    0.763192]  r7:00000000 r6:c0947e44 r5:eea058a0 r4:eea05840
    
    [    0.769101] [<c00838d0>] (handle_fasteoi_irq) from [<c007fba4>] (generic_handle_irq+0x2c/0x3c)
    
    [    0.778021]  r7:00000000 r6:00000000 r5:00000017 r4:c093d424
    
    [    0.783927] [<c007fb78>] (generic_handle_irq) from [<c007fe7c>] (__handle_domain_irq+0x64/0xbc)
    
    [    0.792944] [<c007fe18>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    
    [    0.801595]  r9:eea05878 r8:fa213000 r7:fa212000 r6:ee88db50 r5:fa21200c r4:c09428e0
    
    [    0.809649] [<c000944c>] (gic_handle_irq) from [<c0013e80>] (__irq_svc+0x40/0x74)
    
    [    0.817412] Exception stack(0xee88db50 to 0xee88db98)
    
    [    0.822682] db40:                                     eea058a0 60000013 00000000 00000006
    
    [    0.831160] db60: eea05840 eea0d500 00000017 eea058a0 60000013 eea05878 eea05840 ee88dbac
    
    [    0.839637] db80: ee88dbb0 ee88dba0 c0082468 c067bc5c 60000013 ffffffff
    
    [    0.846507]  r9:eea05878 r8:60000013 r7:ee88db84 r6:ffffffff r5:60000013 r4:c067bc5c
    
    [    0.854565] [<c067bc34>] (_raw_spin_unlock_irqrestore) from [<c0082468>] (__setup_irq+0x434/0x5e4)
    
    [    0.863848] [<c0082034>] (__setup_irq) from [<c008277c>] (request_threaded_irq+0xd0/0x158)
    
    [    0.872410]  r10:eea05840 r9:00000000 r8:00000017 r7:00000000 r6:eea0d190 r5:c02e021c
    
    [    0.880544]  r4:eea0d500
    
    [    0.883233] [<c00826ac>] (request_threaded_irq) from [<c00849f0>] (devm_request_threaded_irq+0x68/0xac)
    
    [    0.892954]  r10:00000002 r9:eea1ec10 r8:00000000 r7:00000017 r6:eea0d190 r5:eea0d4d0
    
    [    0.901085]  r4:c02e021c r3:00000000
    
    [    0.904849] [<c0084988>] (devm_request_threaded_irq) from [<c02e0768>] (omap_l3_probe+0x1e4/0x280)
    
    [    0.914124]  r9:eea1ec10 r8:c09d3130 r7:eea0d198 r6:00000008 r5:eea0d190 r4:00000000
    
    [    0.922177] [<c02e0584>] (omap_l3_probe) from [<c03e4df0>] (platform_drv_probe+0x54/0xb8)
    
    [    0.930650]  r10:00000000 r9:00000000 r8:00000000 r7:fffffdfb r6:c096d2ac r5:eea1ec10
    
    [    0.938783]  r4:c09da7dc
    
    [    0.941473] [<c03e4d9c>] (platform_drv_probe) from [<c03e3378>] (driver_probe_device+0x204/0x2f8)
    
    [    0.950659]  r7:c096d2ac r6:00000000 r5:eea1ec10 r4:c09da7dc
    
    [    0.956564] [<c03e3174>] (driver_probe_device) from [<c03e3590>] (__device_attach_driver+0x8c/0xb4)
    
    [    0.965930]  r9:00000000 r8:c09da7b8 r7:00000001 r6:eea1ec10 r5:ee88dd28 r4:c096d2ac
    
    [    0.973984] [<c03e3504>] (__device_attach_driver) from [<c03e16c0>] (bus_for_each_drv+0x68/0x9c)
    
    [    0.983082]  r7:00000001 r6:c03e3504 r5:ee88dd28 r4:00000000
    
    [    0.988988] [<c03e1658>] (bus_for_each_drv) from [<c03e30cc>] (__device_attach+0xb8/0x11c)
    
    [    0.997550]  r6:eea1ec44 r5:eea1ec10 r4:eea1ec10
    
    [    1.002384] [<c03e3014>] (__device_attach) from [<c03e3604>] (device_initial_probe+0x14/0x18)
    
    [    1.011213]  r7:00000000 r6:c097d718 r5:eea1ec10 r4:eea1ec18
    
    [    1.017120] [<c03e35f0>] (device_initial_probe) from [<c03e25e4>] (bus_probe_device+0x8c/0x94)
    
    [    1.026045] [<c03e2558>] (bus_probe_device) from [<c03e0718>] (device_add+0x378/0x574)
    
    [    1.034249]  r7:00000000 r6:c097d590 r5:eea1ec10 r4:eea1ec18
    
    [    1.040157] [<c03e03a0>] (device_add) from [<c05030d8>] (of_device_add+0x38/0x40)
    
    [    1.047919]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:eb7411fc r5:eea1ec10
    
    [    1.056051]  r4:eea1ec00
    
    [    1.058737] [<c05030a0>] (of_device_add) from [<c0503930>] (of_platform_device_create_pdata+0x8c/0xc0)
    
    [    1.068376] [<c05038a4>] (of_platform_device_create_pdata) from [<c0503b9c>] (of_platform_bus_create+0xf4/0x194)
    
    [    1.078898]  r9:00000000 r8:00000001 r7:00000000 r6:c0935f6c r5:c0932540 r4:eb7411ac
    
    [    1.086951] [<c0503aa8>] (of_platform_bus_create) from [<c0503db4>] (of_platform_populate+0x74/0xd4)
    
    [    1.096404]  r10:00000001 r9:00000000 r8:c0932540 r7:c0935f6c r6:00000000 r5:eb73f46c
    
    [    1.104537]  r4:eb7411ac
    
    [    1.107230] [<c0503d40>] (of_platform_populate) from [<c08fc6ec>] (pdata_quirks_init+0x68/0x7c)
    
    [    1.116238]  r10:00000000 r9:c08ed600 r8:000000aa r7:eea07980 r6:c09456f0 r5:c08efb10
    
    [    1.124373]  r4:c0935f6c
    
    [    1.127065] [<c08fc684>] (pdata_quirks_init) from [<c08fc608>] (omap_generic_init+0x1c/0x24)
    
    [    1.135805]  r5:c08efb10 r4:c09456f0
    
    [    1.139569] [<c08fc5ec>] (omap_generic_init) from [<c08efb3c>] (customize_machine+0x2c/0x4c)
    
    [    1.148317] [<c08efb10>] (customize_machine) from [<c000982c>] (do_one_initcall+0x98/0x1e4)
    
    [    1.156979] [<c0009794>] (do_one_initcall) from [<c08edf68>] (kernel_init_freeable+0x1d4/0x268)
    
    [    1.165987]  r10:00000004 r9:c08ed600 r8:000000aa r7:c092d828 r6:c093b0c0 r5:c099f000
    
    [    1.174121]  r4:c099f000
    
    [    1.176812] [<c08edd94>] (kernel_init_freeable) from [<c067701c>] (kernel_init+0x18/0xf4)
    
    [    1.185285]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0677004
    
    [    1.193417]  r4:c099f000
    
    [    1.196106] [<c0677004>] (kernel_init) from [<c000fb88>] (ret_from_fork+0x14/0x2c)
    
    [    1.203955]  r5:c0677004 r4:00000000
    
    [    1.207718] ---[ end trace a24428dadf4e7d40 ]---
    
    [    1.219422] OMAP GPIO hardware version 0.1
    
    [    1.227812] GPIO line 161 (radio_rst) hogged as output/low
    
    [    1.235977] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    
    [    1.261111] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    
    [    1.266490] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    
    [    1.284712] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    
    [    1.293033] hw-breakpoint: maximum watchpoint size is 8 bytes.
    
    [    1.299574] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    
    [    1.307267] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    
    [    1.315515] OMAP DMA hardware revision 0.0
    
    [    1.354200] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
    
    [    1.362625] edma 43300000.edma: memcpy is disabled
    
    [    1.372570] edma 43300000.edma: TI EDMA DMA engine driver
    
    [    1.382395] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    
    [    1.388470] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    
    [    1.394544] omap-iommu 58882000.mmu: 58882000.mmu registered
    
    [    1.400589] omap-iommu 55082000.mmu: 55082000.mmu registered
    
    [    1.406779] omap-iommu 41501000.mmu: 41501000.mmu registered
    
    [    1.412865] omap-iommu 41502000.mmu: 41502000.mmu registered
    
    [    1.422027] palmas 0-0058: IRQ missing: skipping irq request
    
    [    1.439138] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    
    [    1.511420] pcf857x 0-0020: probed
    
    [    1.515545] pcf857x 0-0021: probed
    
    [    1.519285] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    
    [    1.539403] GPIO line 463 (vin6_sel_s0) hogged as output/low
    
    [    1.545390] pcf857x 1-0026: probed
    
    [    1.549689] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
    
    [    1.555861] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    
    [    1.581915] pcf857x 3-0021: probed
    
    [    1.585511] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    
    [    1.591525] media: Linux media interface: v0.10
    
    [    1.596329] Linux video capture interface: v2.00
    
    [    1.601187] pps_core: LinuxPPS API ver. 1 registered
    
    [    1.606381] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    
    [    1.615862] PTP clock support registered
    
    [    1.620031] EDAC MC: Ver: 3.0.0
    
    [    1.624102] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    
    [    1.630752] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    
    [    1.637447] Advanced Linux Sound Architecture Driver Initialized.
    
    [    1.644697] clocksource: Switched to clocksource arch_sys_counter
    
    [    1.661688] NET: Registered protocol family 2
    
    [    1.666744] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    
    [    1.674118] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    
    [    1.680949] TCP: Hash tables configured (established 8192 bind 8192)
    
    [    1.687611] UDP hash table entries: 512 (order: 2, 16384 bytes)
    
    [    1.693793] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    
    [    1.700551] NET: Registered protocol family 1
    
    [    1.705428] RPC: Registered named UNIX socket transport module.
    
    [    1.711592] RPC: Registered udp transport module.
    
    [    1.716518] RPC: Registered tcp transport module.
    
    [    1.721429] RPC: Registered tcp NFSv4.1 backchannel transport module.
    
    [    1.729200] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    
    [    1.740164] futex hash table entries: 512 (order: 3, 32768 bytes)
    
    [    1.754484] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    
    [    1.761295] NFS: Registering the id_resolver key type
    
    [    1.766612] Key type id_resolver registered
    
    [    1.770992] Key type id_legacy registered
    
    [    1.775258] ntfs: driver 2.1.32 [Flags: R/O].
    
    [    1.781816] bounce: pool size: 64 pages
    
    [    1.786027] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    
    [    1.793709] io scheduler noop registered (default)
    
    [    1.798755] io scheduler deadline registered
    
    [    1.803251] io scheduler cfq registered
    
    [    1.812334] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    
    [    1.822970] PCI host bridge /ocp/axi@0/pcie@51000000 ranges:
    
    [    1.828913]   No bus range found for /ocp/axi@0/pcie@51000000, using [bus 00-ff]
    
    [    1.836652]    IO 0x20003000..0x20012fff -> 0x00000000
    
    [    1.842025]   MEM 0x20013000..0x2fffffff -> 0x20013000
    
    [    1.879979] dra7-pcie 51000000.pcie: link is not up
    
    [    1.885259] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    
    [    1.891781] pci_bus 0000:00: root bus resource [bus 00-ff]
    
    [    1.897516] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    
    [    1.903945] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    
    [    1.911502] PCI: bus0: Fast back to back transfers disabled
    
    [    1.917435] PCI: bus1: Fast back to back transfers enabled
    
    [    1.923191] irq: no irq domain found for /ocp/axi@0/pcie@51000000/interrupt-controller !
    
    [    1.931623] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    
    [    1.938698] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    
    [    1.945770] pci 0000:00:00.0: PCI bridge to [bus 01]
    
    [    1.951164] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    
    [    1.982458] fpd3_serdes: probe of 7-002c failed with error -5
    
    [    1.988480] fpd3_serdes 1-001b: Serializer fpd3_24b_ser ready
    
    [    1.996005] fpd3_serdes 7-002c: Deserializer fpd3_24b_des ready
    
    [    2.063258] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    
    [    2.073458] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
    
    [    2.082680] console [ttyS0] enabled
    [    2.082680] console [ttyS0] enabled
    
    [    2.089878] bootconsole [earlycon0] disabled
    [    2.089878] bootconsole [earlycon0] disabled
    
    [    2.099567] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
    [    2.109280] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
    [    2.119396] [drm] Initialized drm 1.1.0 20060810
    [    2.126100] OMAP DSS rev 6.1
    [    2.129875] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    2.138362] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    2.148284] connector-hdmi connector@1: failed to find video source
    [    2.161037] loop: module loaded
    [    2.164334] i2c i2c-7: Cannot translate chip addr 0x69
    [    2.170340] nand: No NAND device found
    [    2.174110] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [    2.184060] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    2.189479] 7 ofpart partitions found on MTD device spi32766.0
    [    2.195352] Creating 7 MTD partitions on "spi32766.0":
    [    2.200514] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    2.206589] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    2.212878] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    2.219797] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    2.226448] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    2.233779] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    2.240095] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    2.247860] libphy: Fixed MDIO Bus: probed
    [    2.294734] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.300858] davinci_mdio 48485000.mdio: detected phy mask fffffff3
    [    2.311434] libphy: 48485000.mdio: probed
    [    2.315506] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    2.323549] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [    2.332277] cpsw 48484000.ethernet: Detected MACID = a0:f6:fd:b3:cb:80
    [    2.339612] cpsw 48484000.ethernet: cpsw: Detected MACID = a0:f6:fd:b3:cb:81
    [    2.348346] mousedev: PS/2 mouse device common for all mice
    [    2.354749] i2c /dev entries driver
    [    2.360467] tvp5158 1-0058: Camera sensor driver registered
    [    2.366455] ov1063x 1-0037: Failed writing register 0x0103!
    [    2.372066] ov1063x: probe of 1-0037 failed with error -121
    [    2.378486] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    2.385550] vip 48970000.vip: loading firmware vpdma-1b8.bin
    [    2.392873] i2c i2c-7: Cannot translate chip addr 0x18
    [    2.398240] vpe 489d0000.vpe: Device registered as /dev/video0
    [    2.404113] i2c i2c-7: Cannot translate chip addr 0x19
    [    2.409509] i2c i2c-7: Cannot translate chip addr 0x1a
    [    2.414674] i2c i2c-7: Cannot translate chip addr 0x29
    [    2.419861] vip 48970000.vip: VPDMA firmware loaded
    [    2.424802] i2c i2c-7: Cannot translate chip addr 0x2a
    [    2.424910] vip1-s0: Port A: Using subdev tvp5158 1-0058 for capture
    [    2.436408] i2c i2c-7: Cannot translate chip addr 0x2b
    [    2.436424] vip1-s0: device registered as video1
    [    2.446257] i2c i2c-7: Cannot translate chip addr 0x48
    [    2.446273] vip1-s0: device registered as video2
    [    2.456109] i2c i2c-7: Cannot translate chip addr 0x49
    [    2.456124] vip1-s0: device registered as video3
    [    2.465955] i2c i2c-7: Cannot translate chip addr 0x4a
    [    2.465971] vip1-s0: device registered as video4
    [    2.475768] i2c i2c-7: Cannot translate chip addr 0x4b
    [    2.480929] i2c i2c-7: Cannot translate chip addr 0x4c
    [    2.486107] i2c i2c-7: Cannot translate chip addr 0x4d
    [    2.491268] i2c i2c-7: Cannot translate chip addr 0x4e
    [    2.496452] i2c i2c-7: Cannot translate chip addr 0x4f
    [    2.501691] i2c i2c-7: Cannot translate chip addr 0x18
    [    2.506873] i2c i2c-7: Cannot translate chip addr 0x19
    [    2.512035] i2c i2c-7: Cannot translate chip addr 0x29
    [    2.517214] i2c i2c-7: Cannot translate chip addr 0x4c
    [    2.522376] i2c i2c-7: Cannot translate chip addr 0x4d
    [    2.530691] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.565325] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.571712] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.578252] evm_3v3_sw: supplied by sysen1
    [    2.658457] mmc0: MAN_BKOPS_EN bit is not set
    [    2.695268] mmc0: new HS200 MMC card at address 0001
    [    2.700684] mmcblk0: mmc0:0001 MMC08G 7.25 GiB 
    [    2.705439] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
    [    2.711574] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
    [    2.746602] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.752732] hidraw: raw HID events driver (C) Jiri Kosina
    [    2.760586] hwspinlock_user gatemp: requested 10 hwspinlocks
    [    2.768072] aic_dvdd: supplied by evm_3v3_sw
    [    2.774882] davinci-mcasp 48464000.mcasp: DAI is shared
    [    2.780964] davinci-mcasp 48474000.mcasp: DAI is shared
    [    2.786446] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    2.793492] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    2.804337] NET: Registered protocol family 10
    [    2.819672] sit: IPv6 over IPv4 tunneling driver
    [    2.824917] NET: Registered protocol family 17
    [    2.829622] Key type dns_resolver registered
    [    2.834058] omap_voltage_late_init: Voltage driver support not added
    [    2.841007] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.847271] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.853978] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.860213] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.868450] Power Management for TI OMAP4+ devices.
    [    2.873549] Registering SWP/SWPB emulation handler
    [    2.880411] dmm 4e000000.dmm: initialized all PAT entries
    [    2.887925] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.935515] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.955819] asoc-simple-card jamr3_sound: tlv320aic3x-hifi <-> 48474000.mcasp mapping ok
    [    2.963950] asoc-simple-card jamr3_sound: ASoC: no source widget found for LLOUT
    [    2.971408] asoc-simple-card jamr3_sound: ASoC: Failed to add route LLOUT -> direct -> Line Out
    [    2.980171] asoc-simple-card jamr3_sound: ASoC: no source widget found for RLOUT
    [    2.987607] asoc-simple-card jamr3_sound: ASoC: Failed to add route RLOUT -> direct -> Line Out
    [    2.996363] asoc-simple-card jamr3_sound: ASoC: no sink widget found for LINE1L
    [    3.003718] asoc-simple-card jamr3_sound: ASoC: Failed to add route Line In -> direct -> LINE1L
    [    3.012476] asoc-simple-card jamr3_sound: ASoC: no sink widget found for LINE1R
    [    3.019824] asoc-simple-card jamr3_sound: ASoC: Failed to add route Line In -> direct -> LINE1R
    [    3.047428] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.054067] [drm] No driver support for vblank timestamp query.
    [    3.133965] mmc2: host does not support reading read-only switch, assuming write-enable
    [    3.177831] mmc2: new ultra high speed SDR104 SDHC card at address e624
    [    3.194807] mmcblk1: mmc2:e624 SU08G 7.40 GiB 
    [    3.210073]  mmcblk1: p1 p2
    [    3.344027] [drm] Enabling DMM ywrap scrolling
    [    3.355249] Console: switching to colour frame buffer device 160x45
    [    3.367229] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    3.395106] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    3.402099] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    3.409064] hctosys: unable to open rtc device (rtc0)
    [    3.424273] aic_dvdd: disabling
    [    3.427447] vmmcwl_fixed: disabling
    [    3.431148] ldousb: disabling
    [    3.434590] ALSA device list:
    [    3.437582]   #0: DRA7xx-EVM
    [    3.440472]   #1: HDMI 58040000.encoder
    [    3.444321]   #2: DRA7xx-JAMR3
    [    3.574991] EXT4-fs (mmcblk1p2): recovery complete
    [    3.580968] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.589128] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [    3.603825] devtmpfs: mounted
    [    3.606988] Freeing unused kernel memory: 332K (c08ed000 - c0940000)
    [    3.613366] This architecture does not have kernel memory protection.
    [    3.715018] systemd[1]: System time before build time, advancing clock.
    [    3.748281] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [    3.760423] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [    3.772888] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [    3.791364] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2016.08!
    
    [    3.815571] systemd[1]: Set hostname to <dra7xx-evm>.
    [    3.876865] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 26 bits of entropy available)
    [    3.878471] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 26 bits of entropy available)
    [    3.899129] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [    3.918485] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [    3.931657] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 28 bits of entropy available)
    [    3.985017] random: systemd: uninitialized urandom read (16 bytes read, 31 bits of entropy available)
    [    3.994486] random: systemd: uninitialized urandom read (16 bytes read, 31 bits of entropy available)
    [    4.004371] random: systemd: uninitialized urandom read (16 bytes read, 31 bits of entropy available)
    [    4.271318] systemd[1]: eGTouch.service: Found ordering cycle on eGTouch.service/start
    [    4.279340] systemd[1]: eGTouch.service: Found dependency on alignment.service/start
    [    4.287140] systemd[1]: eGTouch.service: Found dependency on basic.target/start
    [    4.294483] systemd[1]: eGTouch.service: Found dependency on sockets.target/start
    [    4.302045] systemd[1]: eGTouch.service: Found dependency on dbus.socket/start
    [    4.309319] systemd[1]: eGTouch.service: Found dependency on sysinit.target/start
    [    4.316864] systemd[1]: eGTouch.service: Found dependency on eGTouch.service/start
    [    4.324470] systemd[1]: eGTouch.service: Breaking ordering cycle by deleting job alignment.service/start
    [    4.334007] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with eGTouch.service/start
    [ SKIP ] Ordering cycle found, skipping alignment.service
    [    4.365160] systemd[1]: eGTouch.service: Found ordering cycle on eGTouch.service/start
    [    4.373125] systemd[1]: eGTouch.service: Found dependency on basic.target/start
    [    4.380507] systemd[1]: eGTouch.service: Found dependency on sockets.target/start
    [    4.388065] systemd[1]: eGTouch.service: Found dependency on dbus.socket/start
    [    4.395367] systemd[1]: eGTouch.service: Found dependency on sysinit.target/start
    [    4.402891] systemd[1]: eGTouch.service: Found dependency on eGTouch.service/start
    [    4.410532] systemd[1]: eGTouch.service: Breaking ordering cycle by deleting job sockets.target/start
    [    4.419835] systemd[1]: sockets.target: Job sockets.target/start deleted to break ordering cycle starting with eGTouch.service/start
    [ SKIP ] Ordering cycle found, skipping Sockets
    [    4.455028] systemd[1]: eGTouch.service: Found ordering cycle on eGTouch.service/start
    [    4.462983] systemd[1]: eGTouch.service: Found dependency on sysinit.target/start
    [    4.470541] systemd[1]: eGTouch.service: Found dependency on eGTouch.service/start
    [    4.478182] systemd[1]: eGTouch.service: Breaking ordering cycle by deleting job eGTouch.service/start
    [    4.487567] systemd[1]: eGTouch.service: Job eGTouch.service/start deleted to break ordering cycle starting with eGTouch.service/start
    [ SKIP ] Ordering cycle found, skipping eGTouch.service
    [    4.533325] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.565083] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.594936] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.626138] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.654999] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.685425] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    4.715491] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.744939] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.764974] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.784923] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    4.804958] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    4.825451] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.844873] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.865060] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.894866] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    4.914866] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.944978] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.004889] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    5.028071] systemd[1]: Starting Create list of required static device nodes for the current kernel...
             Starting Create list of required st... nodes for the current kernel...
    [    5.057087] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.077237] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.117144] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    5.134424] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.167195] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    5.225065] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    5.239997] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [    5.261287] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    5.285024] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    5.304914] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    5.325177] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
    [  OK  ] Started Setup Virtual Console.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting udev Coldplug all Devices...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    5.970108] systemd-journald[136]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Flush Journal to Persistent Storage.
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Kernel Device Manager.
    [    6.297743] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    6.344347]  remoteproc0: 58820000.ipu is available
    [    6.358873]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [  OK  ] Started udev Coldplug all Devices.[    6.376574]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    
    [    6.392265] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    6.407317]  remoteproc1: 55020000.ipu is available
    [    6.419716]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    6.456784]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.487244] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    6.516412]  remoteproc2: 40800000.dsp is available
    [    6.538079]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    6.552900]  remoteproc0: registered virtio0 (type 7)
             Starting Load/Save Random Seed...
    [    6.575935]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't et guaranteed.
    [  OK  ] Reached target Local File Systems.
    [    6.595062]  remoteproc1: registered virtio1 (type 7)
    [    6.615848] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    6.636597]  remoteproc3: 41000000.dsp is available
    [    6.642313]  remoteproc3: Note: remoteproc is still under development and considered experimental.
             Starting Create Volatile Files and Directories...
    [    6.674735]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.696564] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Create Volatile Files and Directories.
    [  OK  ] Found device /dev/ttyS0.
    [    6.774353] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    6.799958]  remoteproc2: registered virtio2 (type 7)
    [    6.826848] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.869274]  remoteproc3: registered virtio3 (type 7)
    [    6.883564] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.925147] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
             Starting Network Time Synchronization...
    [    7.007719] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
             Starting Update UTMP about System Boot/Shutdown...
    [    7.062792] SCSI subsystem initialized
    [    7.079544] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    7.126348] CAN device driver interface
    [  OK  ] Started Network Time Synchronization.
    [    7.146877] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=365)
    [    7.202004] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    7.215288] ahci 4a140000.sata: Enable 32-bit DMA instead of 64-bit.
    [    7.245673] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    7.280344] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [    7.344869] scsi host0: ahci
    [    7.348094] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 345
    [    7.384322] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [  OK  ] Reached target System Time Synchronized.
             Starting Synchronize System and HW clocks...
    [    7.514453] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [  OK  ] Started Synchronize System and HW clocks.
    [    7.734757] ata1: SATA link down (SStatus 0 SControl 300)
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [    7.942614] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [    7.985726] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started System Logging Service.
             Starting uim-sysfs.service...
    [  OK  ] Started Kernel Logging Service.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    8.246084]  remoteproc0: powering up 58820000.ipu
             Starting Permit User Sessions...
    [    8.263408]  remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4948044
    [    8.298513] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [    8.315649]  remoteproc0: remote processor 58820000.ipu is now up
             Starting Save/Restore Sound Card State...
    [    8.337628] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.343182] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [    8.355061] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [    8.374756] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [    8.384466] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [    8.393758]  remoteproc1: powering up 55020000.ipu
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    8.401556] NET: Registered protocol family 15
    [    8.416022]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3497308
    [    8.423012] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
             Starting Telephony service...
             Starting Login Service...
    [  OK  ] Started D-Bus System Message Bus.
    [    8.557281]  remoteproc1: remote processor 55020000.ipu is now up
    [    8.574671] Initializing XFRM netlink socket
    [    8.582580] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    8.588149] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [    8.59759] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
    [  OK  ] Started Telephony service.
    [    8.614847]  remoteproc2: powering up 40800000.dsp
    [    8.631265] Bluetooth: Core ver 2.21
    [    8.636842] NET: Registered protocol family 31
    [    8.641319] Bluetooth: HCI device and connection manager initialized
    [    8.651480]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5869076
             Starting Network Service...
    [    8.679371] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    8.685272] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    8.691243] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    8.697245] Bluetooth: HCI socket layer initialized
    [    8.697254] Bluetooth: L2CAP socket layer initialized
    [    8.697285] Bluetooth: SCO socket layer initialized
    [    8.745921]  remoteproc2: remote processor 40800000.dsp is now up
    [    8.748026] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    8.749111]  remoteproc3: powering up 41000000.dsp
    [    8.750919] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x32
    [    8.751107] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x33
    [    8.751220] virtio_rpmsg_bus virtio2: creating channel rpmsg-omx addr 0x3c
    [    8.751355] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
    [    8.772395]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 5758344
    [    8.779011] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    8.779044] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    8.779154] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    8.806244] net eth1: initializing cpsw version 1.15 (0)
    [    8.806260] net eth0: initialized cpsw ale version 1.4
    [    8.806264] net eth0: ALE Table size 1024
    [    8.840210]  remoteproc3: remote processor 41000000.dsp is now up
    [    8.862641] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.863393] virtio_rpmsg_bus virtio3: creating channel rpmsg-client-sample addr 0x32
    [    8.864802] virtio_rpmsg_bus virtio3: creating channel rpmsg-client-sample addr 0x33
    [    8.864924] virtio_rpmsg_bus virtio3: creating channel rpmsg-omx addr 0x3c
    [    8.865033] virtio_rpmsg_bus virtio3: creating channel rpmsg-rpc addr 0x65
    [    8.890502] rpmsg_rpc rpmsg3: probing service rpc_example_2 with src 1024 dst 101
    [    8.890679] rpmsg_rpc rpmsg4: probing service dce-callback with src 1024 dst 101
    [    8.890835] rpmsg_rpc rpmsg5: probing service rpmsg-dce with src 1025 dst 102
    [    8.890980] rpmsg_rpc rpmsg9: probing service rpc_example_4 with src 1024 dst 101
    [    8.891132] rpmsg_rpc rpmsg13: probing service rpc_example_3 with src 1024 dst 101
    [    8.892113] rpmsg_rpc rpmsg3: published functions = 8
    [    8.892143] rpmsg_rpc rpmsg4: published functions = 4
    [    8.892162] rpmsg_rpc rpmsg5: published functions = 9
    [    8.892177] rpmsg_rpc rpmsg9: published functions = 8
    [    8.892199] rpmsg_rpc rpmsg13: published functions = 8
    [    8.918389] net eth1: phy found : id is : 0x20005c7a
    [    8.934644] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    8.972922] net eth0: initializing cpsw version 1.15 (0)
    [    9.058784] net eth0: phy found : id is : 0x20005c7a
    [    9.063544] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
             Starting Avahi mDNS/DNS-SD Stack...
    [    9.442383] usbcore: registered new interface driver usbfs
             Starting Print notice about GPLv3 packages...
    [    9.462782] usbcore: registered new interface driver hub
    [  OK  ] Started Network Service.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Save/Restore Sound Card State.
    [    9.485109] usbcore: registered new device driver usb
    [    9.511372] dwc3 48890000.usb: otg: primary host xhci-hcd.1.auto registered
    [    9.523447] dwc3 48890000.usb: otg: shared host xhci-hcd.1.auto registered
    [    9.534171] random: nonblocking pool is initialized
    [    9.541530] dwc3 48890000.usb: otg: can't start till gadget registers
    [    9.555775] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    9.563510] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    9.585451] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [    9.603782] xhci-hcd xhci-hcd.2.auto: irq 510, io mem 0x488d0000
    [    9.619568] hub 1-0:1.0: USB hub found
    [    9.623919] hub 1-0:1.0: 1 port detected
    [    9.638504] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    9.644037] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [    9.672296] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.697275] hub 2-0:1.0: USB hub found
    [    9.701450] hub 2-0:1.0: 1 port detected
    [  OK  ] Started uim-sysfs.service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
             Starting rc.pvr.service...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Network.
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Network Name Resolution...
    [  OK  ] Started Login Service.
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Network Name Resolution.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    	autoconf
    	binutils-dev
    	binutils
    	bison-dev
    	bison
    	cpp-symlinks
    	cpp
    	dosfstools
    	g++-symlinks
    	g++
    	gawk-dev
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gstreamer1.0-libav
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	make
    	nettle
    	parted
    	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>
    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
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.
    [   10.922362] cpsw 48484000.ethernet eth1: Link is Up - 100Mbps/Full - flow control rx/tx
    [   10.930491] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    [  OK  ] Started weston.service.
             Starting telnetd.service...
             Starting tiipclad-daemon.service...
    [  OK  ] Started telnetd.service.
    [  OK  ] Started tiipclad-daemon.service.
             Starting thttpd.service...
    [  OK  ] Started thttpd.service.
             Starting rng-tools.service...
    [  OK  ] Started rng-tools.service.
             Starting gdbserverproxy.service...
    [  OK  ] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [  OK  ] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dra7xx-evm ttyS0
    
    Arago 2016.08 dra7xx-evm ttyS0
    
    dra7xx-evm login: root
    
    [   18.893227] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   18.907363] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   18.923937] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   18.938792] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    78root@dra7xx-evm:~# ca t  t /proc/          uname -a
    Linux dra7xx-evm 4.4.23-dirty #2 SMP PREEMPT Wed Dec 14 09:02:02 EST 2016 armv7l GNU/Linux
    root@dra7xx-evm:~# modprobe g_zero
    [   43.348839] zero gadget: Gadget Zero, version: Cinco de Mayo 2008
    [   43.355035] zero gadget: zero ready
    [   43.358547] dwc3 48890000.usb: otg: gadget gadget registered
    [   43.364269] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   43.370044] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
    root@dra7xx-evm:~# [   43.387102] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [   43.397609] xhci-hcd xhci-hcd.1.auto: irq 509, io mem 0x48890000
    [   43.404501] hub 3-0:1.0: USB hub found
    [   43.422451] hub 3-0:1.0: 1 port detected
    [   43.429565] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   43.442454] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
    [   43.451727] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [   43.461683] hub 4-0:1.0: USB hub found
    [   43.468511] hub 4-0:1.0: 1 port detected
    [   43.744719] usb 3-1: new full-speed USB device number 2 using xhci-hcd
    [   43.935828] usbcore: registered new interface driver usbhid
    [   43.941489] usbhid: USB HID core driver
    [   43.962381] input: eGalax Inc. eGalaxTouch EXC3146-1934-05.00.00 as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb3/3-1/3-1:1.0/0003:0EEF:C000.0001/input/input1
    [   43.981280] hid-multitouch 0003:0EEF:C000.0001: input,hidraw0: USB HID v2.10 Pointer [eGalax Inc. eGalaxTouch EXC3146-1934-05.00.00] on usb-xhci-hcd.1.auto-1/input0
    
    root@dra7xx-evm:~# lsusb
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 
    Bus 003 Device 002: ID 0eef:c000 D-WAV Scientific Co., Ltd 
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 
    root@dra7xx-evm:~# lsmod
    Module                  Size  Used by
    hid_multitouch         10325  0
    usbhid                 19481  0
    usb_f_ss_lb            13349  2
    g_zero                  5766  0
    libcomposite           43816  2 usb_f_ss_lb,g_zero
    configfs               25246  3 usb_f_ss_lb,libcomposite
    xhci_plat_hcd           5119  0
    xhci_hcd              108626  1 xhci_plat_hcd
    usbcore               193449  3 xhci_plat_hcd,usbhid,xhci_hcd
    rpmsg_rpc              19476  0
    bluetooth             324846  2
    xfrm_user              22972  2
    xfrm4_tunnel            2040  0
    ipcomp                  2473  0
    xfrm_ipcomp             4567  1 ipcomp
    esp4                    6465  0
    ah4                     5665  0
    af_key                 27307  0
    xfrm_algo               6970  5 ah4,esp4,af_key,xfrm_user,xfrm_ipcomp
    dwc3                   63758  0
    udc_core               12063  2 dwc3,libcomposite
    virtio_rpmsg_bus       12760  1 rpmsg_rpc
    ecb                     1909  0
    sha512_generic          9903  0
    sha512_arm             12079  0
    sha256_generic          9503  0
    hmac                    2735  0
    extcon_usb_gpio         3756  0
    md5                     1897  0
    sha1_generic            2621  0
    sha1_arm_neon           6261  0
    sha1_arm                3862  1 sha1_arm_neon
    omap_aes_driver        19097  0
    omap_sham              21089  0
    ahci_platform           3218  0
    c_can_platform          6604  0
    libahci_platform        8821  1 ahci_platform
    c_can                   9590  1 c_can_platform
    can_dev                12192  1 c_can
    libahci                27699  2 libahci_platform,ahci_platform
    libata                195684  3 libahci,libahci_platform,ahci_platform
    omap_wdt                4570  0
    scsi_mod              129013  1 libata
    dwc3_omap               4926  0
    extcon                 13815  3 dwc3,dwc3_omap,extcon_usb_gpio
    rtc_omap                8272  0
    omap_des               11439  0
    omap_rng                4482  0
    rng_core                7691  1 omap_rng
    omap_remoteproc        12637  4
    remoteproc             27185  3 omap_remoteproc,virtio_rpmsg_bus,rpmsg_rpc
    virtio                  7452  2 remoteproc,virtio_rpmsg_bus
    virtio_ring            12227  2 remoteproc,virtio_rpmsg_bus
    sch_fq_codel            8059  3
    root@dra7xx-evm:~# cat /dev/input/               ls /dev/input/
    by-id         by-path       event0        event1        mice          mouse0        touchscreen0
    root@dra7xx-evm:~# cat /proc/bus/input/devices 
    I: Bus=0019 Vendor=0001 Product=0001 Version=0100
    N: Name="gpio_keys"
    P: Phys=gpio-keys/input0
    S: Sysfs=/devices/platform/gpio_keys/input/input0
    U: Uniq=
    H: Handlers=event0 
    B: PROP=0
    B: EV=100003
    B: KEY=3 0 0 0 0 0 0 0 0
    
    I: Bus=0003 Vendor=0eef Product=c000 Version=0210
    N: Name="eGalax Inc. eGalaxTouch EXC3146-1934-05.00.00"
    P: Phys=usb-xhci-hcd.1.auto-1/input0
    S: Sysfs=/devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb3/3-1/3-1:1.0/0003:0EEF:C000.0001/input/input1
    U: Uniq=
    H: Handlers=mouse0 event1 
    B: PROP=2
    B: EV=b
    B: KEY=400 0 0 0 0 0 0 0 0 0 0
    B: ABS=2608000 3
    
    root@dra7xx-evm:~# cat /dev/input/event1
    UQX\F5
    \00\009\00\00\00\00\00UQX\F5
    \00\005\00\8B\00\00UQX\F5
    \00\006\00\B7\00\00UQX\F5
    \00\00/\00\00\00\00UQX\F5
    \00\009\00\00\00\00UQX\F5
    \00\005\00\9F\00\00UQX\F5
    \00\006\00
    	\00\00UQX\F5
    \00\00J\00\00\00UQX\F5
    \00\00\00\00\8B\00\00UQX\F5
    \00\00\00\B7\00\00UQX\F5
    
    root@dra7xx-evm:~# /etc/init.d/weston stop
    Stopping Weston
    root@dra7xx-evm:~# /etc/init.d/weston start
    root@dra7xx-evm:~# 
    

    Hi Venkat,


    Yes. I did rebuild the kernel from PSDKLA root. As you had suggested, I added the following lines at the end of the file ti-processor-sdk-linux-automotive_dra7xx-evm_03_01_00_03/board-support/linux/ti_config_fragments/auto.cfg

    CONFIG_INPUT_EVDEV=y
    CONFIG_INPUT_UINPUT=y
    CONFIG_HIDRAW=y
    CONFIG_HID_MULTITOUCH=m

    And rebuilt and installed the kernel as -

    $cd ti-processor-sdk-linux-automotive_dra7xx-evm_03_01_00_03
    $make linux
    $echo $EXEC_DIR
    /media/patel/rootfs
    $sudo make linux_install
    As you can see I did the install in the rootfs partition, so I'm hoping everything got copied to SD card.

    Output of systemctl status weston

    root@dra7xx-evm:~# systemctl status weston
    [[0;1;32m●[[0m weston.service
       Loaded: loaded (/etc/init.d/weston; bad; vendor preset: enabled)
       Active: [[0;1;32mactive (exited)[[0m since Wed 2016-12-14 14:16:00 UTC; 52min ago
         Docs: man:systemd-sysv-generator(8)
      Process: 983 ExecStart=/etc/init.d/weston start (code=exited, status=0/SUCCESS)
        Tasks: 0 (limit: 512)

    Dec 14 14:16:00 dra7xx-evm systemd[1]: Starting weston.service...
    Dec 14 14:16:00 dra7xx-evm weston[983]: /etc/profile: line 34: test: too many arguments
    Dec 14 14:16:00 dra7xx-evm systemd[1]: Started weston.service.

    ~
    ~
    ~

    ~
    ~
    ~
    ~
    standard input
    root@dra7xx-evm:~# lsmod
    Module                  Size  Used by
    hid_multitouch         10325  0
    usbhid                 19481  0
    usb_f_ss_lb            13349  2
    g_zero                  5766  0
    libcomposite           43816  2 usb_f_ss_lb,g_zero
    configfs               25246  3 usb_f_ss_lb,libcomposite
    xhci_plat_hcd           5119  0
    xhci_hcd              108626  1 xhci_plat_hcd
    usbcore               193449  3 xhci_plat_hcd,usbhid,xhci_hcd
    rpmsg_rpc              19476  0
    bluetooth             324846  2
    xfrm_user              22972  2
    xfrm4_tunnel            2040  0
    ipcomp                  2473  0
    xfrm_ipcomp             4567  1 ipcomp
    esp4                    6465  0
    ah4                     5665  0
    af_key                 27307  0
    xfrm_algo               6970  5 ah4,esp4,af_key,xfrm_user,xfrm_ipcomp
    dwc3                   63758  0
    udc_core               12063  2 dwc3,libcomposite
    virtio_rpmsg_bus       12760  1 rpmsg_rpc
    ecb                     1909  0
    sha512_generic          9903  0
    sha512_arm             12079  0
    sha256_generic          9503  0
    hmac                    2735  0
    extcon_usb_gpio         3756  0
    md5                     1897  0
    sha1_generic            2621  0
    sha1_arm_neon           6261  0
    sha1_arm                3862  1 sha1_arm_neon
    omap_aes_driver        19097  0
    omap_sham              21089  0
    ahci_platform           3218  0
    c_can_platform          6604  0
    libahci_platform        8821  1 ahci_platform
    c_can                   9590  1 c_can_platform
    can_dev                12192  1 c_can
    libahci                27699  2 libahci_platform,ahci_platform
    libata                195684  3 libahci,libahci_platform,ahci_platform
    omap_wdt                4570  0
    scsi_mod              129013  1 libata
    dwc3_omap               4926  0
    extcon                 13815  3 dwc3,dwc3_omap,extcon_usb_gpio
    rtc_omap                8272  0
    omap_des               11439  0
    omap_rng                4482  0
    rng_core                7691  1 omap_rng
    omap_remoteproc        12637  4
    remoteproc             27185  3 omap_remoteproc,virtio_rpmsg_bus,rpmsg_rpc
    virtio                  7452  2 remoteproc,virtio_rpmsg_bus
    virtio_ring            12227  2 remoteproc,virtio_rpmsg_bus
    sch_fq_codel            8059  3

    root@dra7xx-evm:~# /etc/init.d/weston restart
    Stopping Weston
    root@dra7xx-evm:~#


    Is it possible that weston & matrix gui don't come up at boot since I've to do "modprobe g_zero" after boot up to detect the USB touch controller? Please see the attached boot log for details.


    Thanks,

    Kaushal

  • Hi Kaushal,

    I dont think the modprobe g_zero is an issue as it is only for the touchscreen. Weston needs a pointing device to start. It need not be a touch screen. It can be a mouse as well. You can use the unmodified kernel and connect a usb mouse to the EVM and check that weston starts. In this case, you can also check if there is pvrsrvkm module in the module list.

    You can repeat the step with a modified kernel. I am suspecting the pvrsrvkm module probe failed due to kernel version mismatch and weston is failing to start. If you do not find pvrsrvkm in the list, please make sure that all kernel modules are copied correctly to the SD card and that you do a "sync" on the host before unmounting the sd card. "/etc/init.d/rc.pvr" is the file you should look at to see if pvrsrvkm.ko has been probed.

    You may see a white screen after weston starts. That could be weston waiting for calibration. You can move the mouse or touch screen to get it to work.

    regards,
    Venkat
  • Hi Kaushal,

    Could you try the below change?

    In Weston script /etc/init.d/weston, before launching runWeston, add a loop to wait for touchscreen to be available.
    Showing code snippet below for reference...


    if [ ! -d "$XDG_RUNTIME_DIR" ] ; then
    mkdir --parents $XDG_RUNTIME_DIR
    chmod 0700 $XDG_RUNTIME_DIR
    fi

    //Add a do while loop to check for touchscreen0 to be available

    openvt -c 4 -f runWeston

    # If there's no touchscreen device available, done
    if [ ! -e /dev/input/touchscreen0 ] ; then
    exit 0
    fi
  • Hi Venkat,

    You were right, when I did make linux_install pvrsrvkm.ko wasn't being copied to /lib/modules/4.4.23-dirty/. So I created a directory extra at /lib/modules/4.4.23-dirty/ and manually copied pvrsrvkm.ko from build location /ti-processor-sdk-linux-automotive_dra7xx-evm_03_01_00_03/board-support/external-linux-kernel-modules/omap5-sgx-ddk-linux/eurasia_km/eurasiacon/binary2_omap_linux_release/target there.

    Booted the board

    root@dra7xx-evm:~#modprobe g_zero

    root@dra7xx-evm:~#/etc/init.d/weston stop

    root@dra7xx-evm:~#/etc/init.d/weston start

    root@dra7xx-evm:~# /etc/init.d/matrix-gui-2.0  start

    And it worked. I can see weston & matrix on the HDMI display and the touch works. So thank you.

    Santosh (Jha) mentioned he just spoke to you. I still have some questions to make the platform ready for CES and was hoping you could help with that. If you think it's faster you can email me at kaushal.patel@dts.com or should I continue posting here?

    Thank you,

    Kaushal

  • Hi Vishal,

    Thank you. I didn't have to while loop (please see my previous response). I modified one of the scripts to load "modprobe g" and now it works.

    Thanks,
    Kaushal
  • Kaushal,

    Our preference is to keep the discussion on e2e. However given the timeline for CES and roundtrip time for responses, we can have a call to answer your queries quickly.  We can close this thread if your original questions at the start of the thread are answered.

    regards,

    Venkat

  • Hi Venkat - Yes, you can close this tread.