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.

AM5728 EVM Touchscreen calibration

Hi !

My EVM TouchScreen seems to have calibration issues, quite difficult to operate QT without a usb mouse connected on the processor board.

What are the recommendations to fix the touchscreen, -- sometimes it takes a while until a icon gets selected -- ?

Thanks & regards

Phil

  • Hi Phil,

    I will ask the software team to check this.
  • Hi Phil,

    PhilM5 said:
    What are the recommendations to fix the touchscreen, -- sometimes it takes a while until a icon gets selected -- ?

    Have a look at this wiki: 
    http://processors.wiki.ti.com/index.php/How_to_Recalibrate_the_Touchscreen 

    Also is there some log on the debug console about your issue? Can you share it? 

    Best Regards, 
    Yordan

  • Hi,

    From the wiki article , I checked about a /etc/pointercal but there's no trace of such file in the image I installed on the SD card.(software-dl.ti.com/.../am57xx-evm-02.00.00.00.img.zip).

    About the logs, here attached the bootlog and the dmesg .

    am5728_evm_bootlog.txt
    �
    U-Boot SPL 2015.07 (Oct 07 2015 - 14:54:21)
    DRA752 ES1.1
    reading args
    spl_load_image_fat_os: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2015.07 (Oct 07 2015 - 14:54:21 -0400)
    
    CPU  : DRA752 ES1.1
    Board: BeagleBoard x15
    I2C:   ready
    DRAM:  2 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    reading uboot.env
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    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
    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:   <ethaddr> not set. Validating first E-fuse MAC
    cpsw
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    597 bytes read in 4 ms (145.5 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc0 ...
    3304320 bytes read in 195 ms (16.2 MiB/s)
    96459 bytes read in 48 ms (1.9 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x326b80 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8ffff8ca ... 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.1.6-g52c4aa7 (gtbldadm@ubuntu-12) (gcc version 4.9.3 20150413 (prerelease) (Linaro GCC 4.9-2015.05) ) #1 SMP PREEMPT Wed Oct 7 14:52:06 EDT 2015
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI AM572x EVM
    [    0.000000] Reserved memory: created CMA memory pool at 0x95800000, 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 0x99000000, 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 0x9d000000, 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 0x9f000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0xfe400000
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] DRA752 ES1.1
    [    0.000000] PERCPU: Embedded 12 pages/cpu @ee533000 s17088 r8192 d23872 u49152
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 481105
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=0007d9e2-02 rw rootfstype=ext4 rootwait
    [    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: 1706712K/1931260K available (6175K kernel code, 282K rwdata, 2192K rodata, 324K init, 249K bss, 27940K reserved, 196608K cma-reserved, 1292284K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0834074   (8369 kB)
    [    0.000000]       .init : 0xc0835000 - 0xc0886000   ( 324 kB)
    [    0.000000]       .data : 0xc0886000 - 0xc08cc988   ( 283 kB)
    [    0.000000]        .bss : 0xc08cf000 - 0xc090d77c   ( 250 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  Additional per-CPU info printed with stalls.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] OMAP clockevent source: timer1 at 32768 Hz
    [    0.000000] clocksource 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65535999984741ns
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000427] Architected cp15 timer(s) running at 6.14MHz (virt).
    [    0.000457] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000462] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000473] Switching to timer-based delay loop, resolution 162ns
    [    0.000998] Console: colour dummy device 80x30
    [    0.001014] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.001020] This ensures that you still see kernel messages. Please
    [    0.001026] update your kernel commandline.
    [    0.001038] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.001051] pid_max: default: 32768 minimum: 301
    [    0.001129] Security Framework initialized
    [    0.001164] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001173] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001699] Initializing cgroup subsys blkio
    [    0.001713] Initializing cgroup subsys memory
    [    0.001739] Initializing cgroup subsys devices
    [    0.001751] Initializing cgroup subsys freezer
    [    0.001763] Initializing cgroup subsys perf_event
    [    0.001783] CPU: Testing write buffer coherency: ok
    [    0.002028] /cpus/cpu@0 missing clock-frequency property
    [    0.002079] /cpus/cpu@1 missing clock-frequency property
    [    0.002089] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.002130] Setting up static identity map for 0x80008280 - 0x800082d8
    [    0.060662] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.060731] Brought up 2 CPUs
    [    0.060744] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.060751] CPU: All CPU(s) started in SVC mode.
    [    0.061127] devtmpfs: initialized
    [    0.086161] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.086927] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.100257] omap_hwmod: tptc0 using broken dt data from edma-controller
    [    0.100745] omap_hwmod: tptc1 using broken dt data from edma-controller
    [    0.273758] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.277305] pinctrl core: initialized pinctrl subsystem
    [    0.278102] NET: Registered protocol family 16
    [    0.279009] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.300599] cpuidle: using governor ladder
    [    0.330623] cpuidle: using governor menu
    [    0.337036] OMAP GPIO hardware version 0.1
    [    0.342237] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.366114] No ATAGs?
    [    0.366147] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.366156] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.368647] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.368657] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.369124] OMAP DMA hardware revision 0.0
    [    0.408470] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.411133] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
    [    0.416488] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.416664] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.416813] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.416964] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.417238] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.417421] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.417658] vgaarb: loaded
    [    0.418022] SCSI subsystem initialized
    [    0.419128] palmas 0-0058: Irq flag is 0x00000008
    [    0.433044] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    0.514450] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.514997] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.515548] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.515780] pps_core: LinuxPPS API ver. 1 registered
    [    0.515788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.515814] PTP clock support registered
    [    0.516378] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [    0.516665] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [    0.516942] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.517218] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.517513] Advanced Linux Sound Architecture Driver Initialized.
    [    0.518169] Switched to clocksource arch_sys_counter
    [    0.527011] NET: Registered protocol family 2
    [    0.527562] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.527625] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.527750] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.527800] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.527831] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.527969] NET: Registered protocol family 1
    [    0.528215] RPC: Registered named UNIX socket transport module.
    [    0.528224] RPC: Registered udp transport module.
    [    0.528230] RPC: Registered tcp transport module.
    [    0.528236] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.529242] CPU PMU: Failed to parse /pmu/interrupt-affinity[0]
    [    0.529277] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.531079] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.531156] audit: initializing netlink subsys (disabled)
    [    0.531187] audit: type=2000 audit(0.510:1): initialized
    [    0.536987] VFS: Disk quotas dquot_6.6.0
    [    0.537138] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.539070] NFS: Registering the id_resolver key type
    [    0.539098] Key type id_resolver registered
    [    0.539106] Key type id_legacy registered
    [    0.539156] jffs2: version 2.2. (NAND) (SUMMARY)  � 2001-2006 Red Hat, Inc.
    [    0.541116] NET: Registered protocol family 38
    [    0.541195] bounce: pool size: 64 pages
    [    0.541208] io scheduler noop registered
    [    0.541220] io scheduler deadline registered
    [    0.541257] io scheduler cfq registered (default)
    [    0.544743] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
    [    0.578557] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    0.578570] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
    [    0.578581] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.578592] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.578694] pci 0000:00:00.0: IOMMU is currently not supported for PCI
    [    0.578970] PCI: bus0: Fast back to back transfers disabled
    [    0.579095] PCI: bus1: Fast back to back transfers enabled
    [    0.579186] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.579201] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.579213] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.580108] backlight supply power not found, using dummy regulator
    [    0.583104] OMAP DSS rev 6.1
    [    0.583361] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    0.583875] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    0.587962] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.590841] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud = 3000000) is a 8250
    [    1.545087] console [ttyS2] enabled
    [    1.549207] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 300, base_baud = 3000000) is a 8250
    [    1.559259] [drm] Initialized drm 1.1.0 20060810
    [    1.572344] brd: module loaded
    [    1.579560] loop: module loaded
    [    1.583670] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.593361] mousedev: PS/2 mouse device common for all mice
    [    1.598980] i2c /dev entries driver
    [    1.604069] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    1.608966] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.615437] omap_hsmmc 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.622270] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.628664] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.635044] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.641437] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.647818] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr_1_8v mode
    [    1.688827] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr104 mode
    [    1.695296] omap_hsmmc 480b4000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.702146] omap_hsmmc 480b4000.mmc: no pinctrl state for ddr50 mode
    [    1.708544] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr50 mode
    [    1.714924] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.721316] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.725391] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.727325] mmc0: new high speed SDHC card at address 0007
    [    1.727625] mmcblk0: mmc0:0007 SD16G 14.4 GiB
    [    1.728770]  mmcblk0: p1 p2
    [    1.748733] vdd_3v3: supplied by regen1
    [    1.788808] omap_hsmmc 480ad000.mmc: no pinctrl state for sdr104 mode
    [    1.795277] omap_hsmmc 480ad000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.802112] omap_hsmmc 480ad000.mmc: no pinctrl state for ddr50 mode
    [    1.808513] omap_hsmmc 480ad000.mmc: no pinctrl state for ddr_1_8v mode
    [    1.832848] mmc1: MAN_BKOPS_EN bit is not set
    [    1.846372] mmc1: new DDR MMC card at address 0001
    [    1.848557] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.848893] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    1.863523] mmcblk1: mmc1:0001 S10004 3.56 GiB
    [    1.863568] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    1.864045] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    1.869129] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    1.879475] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
    [    1.880841] oprofile: using timer interrupt.
    [    1.881045] Initializing XFRM netlink socket
    [    1.881065] NET: Registered protocol family 17
    [    1.881095] NET: Registered protocol family 15
    [    1.881164] Key type dns_resolver registered
    [    1.881259] omap_voltage_late_init: Voltage driver support not added
    [    1.881511] Power Management for TI OMAP4+ devices.
    [    1.881738] ThumbEE CPU extension supported.
    [    1.881755] Registering SWP/SWPB emulation handler
    [    1.885525] dmm 4e000000.dmm: workaround for errata i878 in use
    [    1.896770] dmm 4e000000.dmm: initialized all PAT entries
    [    1.940889] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.940892] [drm] No driver support for vblank timestamp query.
    [    1.946115] [drm] Enabling DMM ywrap scrolling
    [    1.963293] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
    [    1.963410] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
    [    1.964286]  mmcblk1: p1 p2 p3
    [    2.000958] Console: switching to colour frame buffer device 100x30
    [    2.024960] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    2.030949] omapdrm omapdrm.0: registered panic notifier
    [    2.058191] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.108181] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.114304] davinci_mdio 48485000.mdio: detected phy mask fffffff9
    [    2.124759] libphy: 48485000.mdio: probed
    [    2.128806] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver unknown
    [    2.136846] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    2.145512] cpsw 48484000.ethernet: Detected MACID = 74:da:ea:4c:ee:cc
    [    2.152786] cpsw 48484000.ethernet: cpsw: Detected MACID = 74:da:ea:4c:ee:cd
    [    2.160478] hctosys: unable to open rtc device (rtc0)
    [    2.177133] ldousb: disabling
    [    2.180456] vmmcwl_fixed: disabling
    [    2.183960] aic_dvdd_fixed: disabling
    [    2.187826] ALSA device list:
    [    2.190852]   No soundcards found.
    [    2.221484] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.229681] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.239037] devtmpfs: mounted
    [    2.242212] Freeing unused kernel memory: 324K (c0835000 - c0886000)
    INIT: version 2.88 booting
    Starting udev
    [    2.817423] udevd[119]: starting version 182
    [    3.061424] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    3.104391]  remoteproc0: 58820000.ipu is available
    [    3.159013] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [    3.165321] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [    3.165340]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    3.165344]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.165799] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    3.165857]  remoteproc1: 55020000.ipu is available
    [    3.165861]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    3.165864]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.166117] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    3.166167]  remoteproc2: 40800000.dsp is available
    [    3.166170]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    3.166173]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.166407]  remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [    3.166411]  remoteproc0: Falling back to user helper
    [    3.175563] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    3.175621]  remoteproc3: 41000000.dsp is available
    [    3.175624]  remoteproc3: Note: remoteproc is still under development and considered experimental.
    [    3.175627]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.558837]  remoteproc1: registered virtio0 (type 7)
    [    3.656269] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    3.679284] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [    3.685593] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [    3.714358] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [    3.777294] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    3.811838] media: Linux media interface: v0.10
    [    4.054544]  remoteproc0: failed to load dra7-ipu1-fw.xem4
    [    4.384765] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: USB-HOST cable is detached
    [    4.397639] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds
    [    4.411742] tmp102 0-0048: initialized
    [    4.418875] rtc-ds1307 2-006f: SET TIME!
    [    4.423580] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps659038@58:tps659038_pwr_button/input/input0
    [    4.437545]  remoteproc1: powering up 55020000.ipu
    [    4.443004] rtc-ds1307 2-006f: rtc core: registered mcp7941x as rtc0
    [    4.448426]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3480916
    [    4.448513] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    4.464078] rtc-ds1307 2-006f: 64 bytes nvram
    [    4.465293] Linux video capture interface: v2.00
    [    4.479642] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
    [    4.521151] input: gpio_keys as /devices/platform/gpio_keys/input/input2
    [    4.569087] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    4.573111]  remoteproc1: remote processor 55020000.ipu is now up
    [    4.582966] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.583192] input: pixcir_tangoc as /devices/platform/44000000.ocp/4807c000.i2c/i2c-4/4-005c/input/input1
    [    4.584368] mt9t11x 4-003c: input-clock-freq: 32000000
    [    4.584375] mt9t11x 4-003c: pixel-clock-freq: 96000000
    [    4.586285] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x3b
    [    4.615678] mt9t11x 4-003c: mt9t111 chip ID 2680
    [    4.622763] mt9t11x 4-003c: mt9t11x sensor driver registered !!
    [    4.648701] vpe 489d0000.vpe: Device registered as /dev/video0
    [    4.684844] rpmsg_rpc rpmsg0: probing service rpmsg-dce with src 1024 dst 59
    [    4.693131] rpmsg_rpc rpmsg0: published functions = 8
    [    4.894196] vip 48990000.vip: loading firmware vpdma-1b8.bin
    [    4.901872] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    4.909675] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    4.909978] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    4.909984] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [    4.911002] scsi host0: ahci
    [    4.911240] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 356
    [    4.938760] aic_dvdd_fixed: supplied by vdd_3v3
    [    4.952388] vip 48990000.vip: VPDMA firmware loaded
    [    4.957340] vip2-s0: Port A: Using subdev mt9t11x for capture
    [    4.963287] vip2-s0: vip Device registered as /dev/video1
    [    4.979689] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    5.268181] ata1: SATA link down (SStatus 0 SControl 300)
    [    5.600684] usbcore: registered new interface driver usbfs
    [    5.656093] usbcore: registered new interface driver hub
    [    5.667701] usbcore: registered new device driver usb
    [    5.704795]  remoteproc2: powering up 40800000.dsp
    [    5.710057]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21306292
    [    5.723712] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    5.729618] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    5.735500] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    5.749087]  remoteproc2: RSC_INTMEM is deprecated. Please do not use this resource type to support loading into internal memories.
    [    5.764867]  remoteproc2: remote processor 40800000.dsp is now up
    [    5.771475] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.777031]  remoteproc2: registered virtio1 (type 7)
    [    5.786568] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d
    [    5.806587] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    5.812864] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    5.822719] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [    5.832611] xhci-hcd xhci-hcd.1.auto: irq 448, io mem 0x48890000
    [    5.839902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    5.847758] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.856921] usb usb1: Product: xHCI Host Controller
    [    5.862474] usb usb1: Manufacturer: Linux 4.1.6-g52c4aa7 xhci-hcd
    [    5.869423] usb usb1: SerialNumber: xhci-hcd.1.auto
    [    5.876312] hub 1-0:1.0: USB hub found
    [    5.881202] hub 1-0:1.0: 1 port detected
    [    5.886044] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    5.891599] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    5.900019] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.908317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
    [    5.915152] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.922425] usb usb2: Product: xHCI Host Controller
    [    5.927333] usb usb2: Manufacturer: Linux 4.1.6-g52c4aa7 xhci-hcd
    [    5.933482] usb usb2: SerialNumber: xhci-hcd.1.auto
    [    5.938919] hub 2-0:1.0: USB hub found
    [    5.942787] hub 2-0:1.0: 1 port detected
    [    5.997845] random: nonblocking pool is initialized
    [    6.066794] FAT-fs (mmcblk1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.076845] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.198224] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [    6.247422] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.258309] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [    6.278450] usb 2-1: New USB device found, idVendor=0451, idProduct=8140
    [    6.285185] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    6.300228] hub 2-1:1.0: USB hub found
    [    6.304831] hub 2-1:1.0: 4 ports detected
    [    6.348572] usb 1-1: New USB device found, idVendor=0451, idProduct=8142
    [    6.355310] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [    6.362536] usb 1-1: SerialNumber: CA010869C017
    [    6.380250] hub 1-1:1.0: USB hub found
    [    6.384059] hub 1-1:1.0: 4 ports detected
    [    6.416540]  remoteproc3: powering up 41000000.dsp
    [    6.421515]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21306292
    [    6.435218] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    6.441127] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    6.447008] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    6.454238] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.469419]  remoteproc3: RSC_INTMEM is deprecated. Please do not use this resource type to support loading into internal memories.
    [    6.487538]  remoteproc3: remote processor 41000000.dsp is now up
    [    6.495702] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    6.501305]  remoteproc3: registered virtio2 (type 7)
    [    6.509618] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [    6.566108] CMEMK module: reference Linux version 4.1.6
    [    6.573519] cmemk initialized
    [    6.597350] cryptodev: driver 1.6 loaded.
    [    6.635511] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
    bootlogd: cannot allocate pseudo tty: No such file or directory
    Starting random number generator daemon[    6.688223] usb 1-1.2: new full-speed USB device number 3 using xhci-hcd
    .
    [    6.800720] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
    [    6.807639] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    6.815024] usb 1-1.2: Product: USB Receiver
    [    6.819376] usb 1-1.2: Manufacturer: Logitech
    [    6.845963] usbcore: registered new interface driver usbhid
    [    6.851854] usbhid: USB HID core driver
    [    6.858264] usbcore: registered new interface driver usbkbd
    [    6.865502] usbcore: registered new interface driver usbmouse
    [    6.872971] input: Logitech USB Receiver as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C52B.0001/input/input3
    [    6.948436] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.2/input0
    [    6.961879] input: Logitech USB Receiver as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52B.0002/input/input4
    ALSA: Restoring mixer settings...
    [    7.038983] hid-generic 0003:046D:C52B.0002: input,hiddev0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.2/input1
    [    7.053740] hid-generic 0003:046D:C52B.0003: hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.2/input2
    Wed Oct  7 20:45:44 UTC 2015
    INIT: Entering runlevel: 5
    Configuring network interfaces... [    7.162416] net eth0: initializing cpsw version 1.15 (0)
    [    7.252240] net eth0: phy found : id is : 0x221622
    udhcpc (v1.23.1) started
    Sending discover...
    Sending discover...
    Sending discover...
    No lease, forking to background
    done.
    Starting system message bus: dbus.
    UIM SYSFS Node Not Found
    Initializing the graphics driver ...
    Starting Dropbear SSH server: [   20.456322] NET: Registered protocol family 10
    [   20.464583] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    dropbear.
    Starting telnet daemon.
    Starting tiipclad daemon
    GateMP support enabled on host
    
    Opened log file: lad.txt
    
    numProcessors = 5 id = 0 baseId = 0
    
    Spawned daemon: /usr/bin/lad_dra7xx
    
    .
    Starting rpcbind daemon...done.
    starting statd: done
    Starting syslogd/klogd: done
    Starting thttpd.
    Starting Lighttpd Web Server: lighttpd.
    2015-10-07 20:45:57: (/home/gtbldadm/processor-sdk-linux-fido-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/cortexa15hf-vfp-neon-linux-gnueabi/lighttpd/1.4.35-r1/lighttpd-1.4.35/src/log.c.164) server started
    Initializing /dev/gdbtty0 based on /lib/firmware/dra7-dsp1-fw.xe66 ...
    gdb_globalData (local)  = 00806000
    gdb_globalData (global) = 40806000
    Initializing /dev/gdbtty1 based on /lib/firmware/dra7-dsp2-fw.xe66 ...
    gdb_globalData (local)  = 00806000
    gdb_globalData (global) = 41006000
    /
    Starting Matrix GUI application.
    Enabling thermal zones...
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            binutils-dev
            binutils
            bison-dev
            bison
            cpp-symlinks
            cpp
            g++-symlinks
            g++
            gcc-symlinks
            gcc
            gdbc6x
            gdbserver
            gstreamer1.0-libav
            libgmp10
            libmpc3
            libmpfr4
            make
            parted
    
    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
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org am57xx-evm /dev/ttyO2
    
    Arago 2015.09 am57xx-evm /dev/ttyO2
    
    am57xx-evm login:

    am5728_evm_dmesg.txt
    Arago Project http://arago-project.org am57xx-evm /dev/ttyO2
    
    Arago 2015.09 am57xx-evm /dev/ttyO2
    
    am57xx-evm login:
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org am57xx-evm /dev/ttyO2
    
    Arago 2015.09 am57xx-evm /dev/ttyO2
    
    am57xx-evm login: root
    root@am57xx-evm:~# dmesg
    [    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.1.6-g52c4aa7 (gtbldadm@ubuntu-12) (gcc version 4.9.3 20150413 (prerelease) (Linaro GCC 4.9-2015.05) ) #1 SMP PREEMPT Wed Oct 7 14:52:06 EDT 2015
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI AM572x EVM
    [    0.000000] Reserved memory: created CMA memory pool at 0x95800000, 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 0x99000000, 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 0x9d000000, 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 0x9f000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0xfe400000
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] On node 0 totalpages: 482815
    [    0.000000] free_area_init_node: node 0, pgdat c08ca7c0, node_mem_map ee5a4000
    [    0.000000]   Normal zone: 1710 pages used for memmap
    [    0.000000]   Normal zone: 0 pages reserved
    [    0.000000]   Normal zone: 153600 pages, LIFO batch:31
    [    0.000000]   HighMem zone: 329215 pages, LIFO batch:31
    [    0.000000] DRA752 ES1.1
    [    0.000000] PERCPU: Embedded 12 pages/cpu @ee533000 s17088 r8192 d23872 u49152
    [    0.000000] pcpu-alloc: s17088 r8192 d23872 u49152 alloc=12*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 481105
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=0007d9e2-02 rw rootfstype=ext4 rootwait
    [    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: 1706712K/1931260K available (6175K kernel code, 282K rwdata, 2192K rodata, 324K init, 249K bss, 27940K reserved, 196608K cma-reserved, 1292284K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0834074   (8369 kB)
    [    0.000000]       .init : 0xc0835000 - 0xc0886000   ( 324 kB)
    [    0.000000]       .data : 0xc0886000 - 0xc08cc988   ( 283 kB)
    [    0.000000]        .bss : 0xc08cf000 - 0xc090d77c   ( 250 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  Additional per-CPU info printed with stalls.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] OMAP clockevent source: timer1 at 32768 Hz
    [    0.000000] clocksource 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65535999984741ns
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000427] Architected cp15 timer(s) running at 6.14MHz (virt).
    [    0.000457] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000462] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000473] Switching to timer-based delay loop, resolution 162ns
    [    0.000998] Console: colour dummy device 80x30
    [    0.001014] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.001020] This ensures that you still see kernel messages. Please
    [    0.001026] update your kernel commandline.
    [    0.001038] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.001051] pid_max: default: 32768 minimum: 301
    [    0.001129] Security Framework initialized
    [    0.001164] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001173] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001699] Initializing cgroup subsys blkio
    [    0.001713] Initializing cgroup subsys memory
    [    0.001739] Initializing cgroup subsys devices
    [    0.001751] Initializing cgroup subsys freezer
    [    0.001763] Initializing cgroup subsys perf_event
    [    0.001783] CPU: Testing write buffer coherency: ok
    [    0.002028] /cpus/cpu@0 missing clock-frequency property
    [    0.002079] /cpus/cpu@1 missing clock-frequency property
    [    0.002089] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.002130] Setting up static identity map for 0x80008280 - 0x800082d8
    [    0.060662] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.060731] Brought up 2 CPUs
    [    0.060744] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.060751] CPU: All CPU(s) started in SVC mode.
    [    0.061127] devtmpfs: initialized
    [    0.086161] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.086927] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.100257] omap_hwmod: tptc0 using broken dt data from edma-controller
    [    0.100745] omap_hwmod: tptc1 using broken dt data from edma-controller
    [    0.273758] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.277305] pinctrl core: initialized pinctrl subsystem
    [    0.278102] NET: Registered protocol family 16
    [    0.279009] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.300599] cpuidle: using governor ladder
    [    0.330623] cpuidle: using governor menu
    [    0.336832] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
    [    0.337036] OMAP GPIO hardware version 0.1
    [    0.337668] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
    [    0.338387] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
    [    0.339075] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
    [    0.339746] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
    [    0.340423] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
    [    0.341120] gpiochip_add: registered GPIOs 192 to 223 on device: gpio
    [    0.341799] gpiochip_add: registered GPIOs 224 to 255 on device: gpio
    [    0.342237] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.366114] No ATAGs?
    [    0.366147] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.366156] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.368647] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.368657] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.369124] OMAP DMA hardware revision 0.0
    [    0.408470] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.411133] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
    [    0.411623] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-vdd_3v3[0]'
    [    0.411855] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-aic_dvdd[0]'
    [    0.412079] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-vtt[0]' - status (0)
    [    0.412353] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-mmcwl[0]' - status (0)
    [    0.416488] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.416664] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.416813] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.416964] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.417238] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.417421] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.417658] vgaarb: loaded
    [    0.418022] SCSI subsystem initialized
    [    0.419128] palmas 0-0058: Irq flag is 0x00000008
    [    0.433044] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    0.513954] gpiochip_find_base: found new base at 504
    [    0.514055] gpiochip_add: registered GPIOs 504 to 511 on device: 48070000.i2c:tps659038@58:tps659038_gpio
    [    0.514450] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.514997] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.515548] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.515780] pps_core: LinuxPPS API ver. 1 registered
    [    0.515788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.515814] PTP clock support registered
    [    0.516378] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [    0.516665] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [    0.516942] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.517218] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.517513] Advanced Linux Sound Architecture Driver Initialized.
    [    0.518169] Switched to clocksource arch_sys_counter
    [    0.527011] NET: Registered protocol family 2
    [    0.527562] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.527625] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.527750] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.527800] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.527831] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.527969] NET: Registered protocol family 1
    [    0.528215] RPC: Registered named UNIX socket transport module.
    [    0.528224] RPC: Registered udp transport module.
    [    0.528230] RPC: Registered tcp transport module.
    [    0.528236] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.528253] PCI: CLS 0 bytes, default 64
    [    0.529242] CPU PMU: Failed to parse /pmu/interrupt-affinity[0]
    [    0.529277] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.531079] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.531156] audit: initializing netlink subsys (disabled)
    [    0.531187] audit: type=2000 audit(0.510:1): initialized
    [    0.536987] VFS: Disk quotas dquot_6.6.0
    [    0.537138] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.539070] NFS: Registering the id_resolver key type
    [    0.539098] Key type id_resolver registered
    [    0.539106] Key type id_legacy registered
    [    0.539156] jffs2: version 2.2. (NAND) (SUMMARY)  � 2001-2006 Red Hat, Inc.
    [    0.541116] NET: Registered protocol family 38
    [    0.541195] bounce: pool size: 64 pages
    [    0.541208] io scheduler noop registered
    [    0.541220] io scheduler deadline registered
    [    0.541257] io scheduler cfq registered (default)
    [    0.544743] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
    [    0.547828] dra7-pcie 51000000.pcie: GPIO lookup for consumer pcie-reset
    [    0.547839] dra7-pcie 51000000.pcie: using device tree for GPIO lookup
    [    0.547851] of_get_named_gpiod_flags: can't parse 'pcie-reset-gpios' property of node '/ocp/axi@0/pcie@51000000[0]'
    [    0.547879] of_get_named_gpiod_flags: parsed 'pcie-reset-gpio' property of node '/ocp/axi@0/pcie@51000000[0]' - status (0)
    [    0.578557] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    0.578570] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
    [    0.578581] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.578592] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.578624] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [    0.578650] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [    0.578666] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [    0.578694] pci 0000:00:00.0: IOMMU is currently not supported for PCI
    [    0.578728] pci 0000:00:00.0: supports D1
    [    0.578737] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    0.578970] PCI: bus0: Fast back to back transfers disabled
    [    0.579095] PCI: bus1: Fast back to back transfers enabled
    [    0.579107] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    0.579186] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.579201] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.579213] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.580047] pwm-backlight backlight: GPIO lookup for consumer enable
    [    0.580058] pwm-backlight backlight: using device tree for GPIO lookup
    [    0.580068] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]'
    [    0.580077] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]'
    [    0.580085] pwm-backlight backlight: using lookup tables for GPIO lookup
    [    0.580094] pwm-backlight backlight: lookup for GPIO enable failed
    [    0.580108] backlight supply power not found, using dummy regulator
    [    0.583104] OMAP DSS rev 6.1
    [    0.583361] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    0.583875] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    0.584150] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[0]' - status (0)
    [    0.584187] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[1]' - status (0)
    [    0.584232] of_get_named_gpiod_flags: parsed 'gpios' property of node '/encoder[2]' - status (0)
    [    0.584861] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/connector[0]'
    [    0.585155] panel-dpi display: GPIO lookup for consumer enable
    [    0.585165] panel-dpi display: using device tree for GPIO lookup
    [    0.585191] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/display[0]' - status (0)
    [    0.587962] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.590503] omap8250 48020000.serial: GPIO lookup for consumer enable
    [    0.590514] omap8250 48020000.serial: using device tree for GPIO lookup
    [    0.590525] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/ocp/serial@48020000[0]'
    [    0.590534] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/ocp/serial@48020000[0]'
    [    0.590542] omap8250 48020000.serial: using lookup tables for GPIO lookup
    [    0.590551] omap8250 48020000.serial: lookup for GPIO enable failed
    [    0.590841] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud = 3000000) is a 8250
    [    1.545087] console [ttyS2] enabled
    [    1.548899] omap8250 48422000.serial: GPIO lookup for consumer enable
    [    1.548909] omap8250 48422000.serial: using device tree for GPIO lookup
    [    1.548919] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/ocp/serial@48422000[0]'
    [    1.548928] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/ocp/serial@48422000[0]'
    [    1.548936] omap8250 48422000.serial: using lookup tables for GPIO lookup
    [    1.548945] omap8250 48422000.serial: lookup for GPIO enable failed
    [    1.549207] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 300, base_baud = 3000000) is a 8250
    [    1.559259] [drm] Initialized drm 1.1.0 20060810
    [    1.572344] brd: module loaded
    [    1.579560] loop: module loaded
    [    1.583670] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    1.593361] mousedev: PS/2 mouse device common for all mice
    [    1.598980] i2c /dev entries driver
    [    1.604015] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer cd
    [    1.604026] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
    [    1.604054] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/mmc@4809c000[0]' - status (0)
    [    1.604069] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    1.608732] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer wp
    [    1.608740] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
    [    1.608750] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]'
    [    1.608760] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@4809c000[0]'
    [    1.608768] omap_hsmmc 4809c000.mmc: using lookup tables for GPIO lookup
    [    1.608777] omap_hsmmc 4809c000.mmc: lookup for GPIO wp failed
    [    1.608966] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.615437] omap_hsmmc 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.622270] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.628664] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.635044] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.641437] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.647818] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr_1_8v mode
    [    1.688561] omap_hsmmc 480b4000.mmc: GPIO lookup for consumer cd
    [    1.688572] omap_hsmmc 480b4000.mmc: using device tree for GPIO lookup
    [    1.688582] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480b4000[0]'
    [    1.688592] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@480b4000[0]'
    [    1.688599] omap_hsmmc 480b4000.mmc: using lookup tables for GPIO lookup
    [    1.688608] omap_hsmmc 480b4000.mmc: lookup for GPIO cd failed
    [    1.688618] omap_hsmmc 480b4000.mmc: GPIO lookup for consumer wp
    [    1.688625] omap_hsmmc 480b4000.mmc: using device tree for GPIO lookup
    [    1.688634] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480b4000[0]'
    [    1.688642] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@480b4000[0]'
    [    1.688649] omap_hsmmc 480b4000.mmc: using lookup tables for GPIO lookup
    [    1.688657] omap_hsmmc 480b4000.mmc: lookup for GPIO wp failed
    [    1.688827] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr104 mode
    [    1.695296] omap_hsmmc 480b4000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.702146] omap_hsmmc 480b4000.mmc: no pinctrl state for ddr50 mode
    [    1.708544] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr50 mode
    [    1.714924] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.721316] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.725391] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.727325] mmc0: new high speed SDHC card at address 0007
    [    1.727625] mmcblk0: mmc0:0007 SD16G 14.4 GiB
    [    1.728770]  mmcblk0: p1 p2
    [    1.748733] vdd_3v3: supplied by regen1
    [    1.788543] omap_hsmmc 480ad000.mmc: GPIO lookup for consumer cd
    [    1.788554] omap_hsmmc 480ad000.mmc: using device tree for GPIO lookup
    [    1.788565] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480ad000[0]'
    [    1.788574] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@480ad000[0]'
    [    1.788582] omap_hsmmc 480ad000.mmc: using lookup tables for GPIO lookup
    [    1.788591] omap_hsmmc 480ad000.mmc: lookup for GPIO cd failed
    [    1.788601] omap_hsmmc 480ad000.mmc: GPIO lookup for consumer wp
    [    1.788608] omap_hsmmc 480ad000.mmc: using device tree for GPIO lookup
    [    1.788617] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480ad000[0]'
    [    1.788625] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@480ad000[0]'
    [    1.788633] omap_hsmmc 480ad000.mmc: using lookup tables for GPIO lookup
    [    1.788641] omap_hsmmc 480ad000.mmc: lookup for GPIO wp failed
    [    1.788808] omap_hsmmc 480ad000.mmc: no pinctrl state for sdr104 mode
    [    1.795277] omap_hsmmc 480ad000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.802112] omap_hsmmc 480ad000.mmc: no pinctrl state for ddr50 mode
    [    1.808513] omap_hsmmc 480ad000.mmc: no pinctrl state for ddr_1_8v mode
    [    1.832848] mmc1: MAN_BKOPS_EN bit is not set
    [    1.846372] mmc1: new DDR MMC card at address 0001
    [    1.848557] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.848893] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    1.863523] mmcblk1: mmc1:0001 S10004 3.56 GiB
    [    1.863568] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    1.864045] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    1.869129] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    1.879475] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
    [    1.880841] oprofile: using timer interrupt.
    [    1.881045] Initializing XFRM netlink socket
    [    1.881065] NET: Registered protocol family 17
    [    1.881095] NET: Registered protocol family 15
    [    1.881164] Key type dns_resolver registered
    [    1.881259] omap_voltage_late_init: Voltage driver support not added
    [    1.881511] Power Management for TI OMAP4+ devices.
    [    1.881738] ThumbEE CPU extension supported.
    [    1.881755] Registering SWP/SWPB emulation handler
    [    1.885525] dmm 4e000000.dmm: workaround for errata i878 in use
    [    1.896770] dmm 4e000000.dmm: initialized all PAT entries
    [    1.940889] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.940892] [drm] No driver support for vblank timestamp query.
    [    1.946115] [drm] Enabling DMM ywrap scrolling
    [    1.963293] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
    [    1.963410] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
    [    1.964286]  mmcblk1: p1 p2 p3
    [    2.000958] Console: switching to colour frame buffer device 100x30
    [    2.024960] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    2.030949] omapdrm omapdrm.0: registered panic notifier
    [    2.058191] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.108181] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.114304] davinci_mdio 48485000.mdio: detected phy mask fffffff9
    [    2.124759] libphy: 48485000.mdio: probed
    [    2.128806] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver unknown
    [    2.136846] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    2.145512] cpsw 48484000.ethernet: Detected MACID = 74:da:ea:4c:ee:cc
    [    2.152786] cpsw 48484000.ethernet: cpsw: Detected MACID = 74:da:ea:4c:ee:cd
    [    2.160478] hctosys: unable to open rtc device (rtc0)
    [    2.177133] ldousb: disabling
    [    2.180456] vmmcwl_fixed: disabling
    [    2.183960] aic_dvdd_fixed: disabling
    [    2.187826] ALSA device list:
    [    2.190852]   No soundcards found.
    [    2.221484] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.229681] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.239037] devtmpfs: mounted
    [    2.242212] Freeing unused kernel memory: 324K (c0835000 - c0886000)
    [    2.817423] udevd[119]: starting version 182
    [    3.061424] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    3.104391]  remoteproc0: 58820000.ipu is available
    [    3.139018] extcon-usb-gpio extcon_usb1: GPIO lookup for consumer id
    [    3.139033] extcon-usb-gpio extcon_usb1: using device tree for GPIO lookup
    [    3.139046] of_get_named_gpiod_flags: can't parse 'id-gpios' property of node '/extcon_usb1[0]'
    [    3.139123] of_get_named_gpiod_flags: parsed 'id-gpio' property of node '/extcon_usb1[0]' - status (0)
    [    3.139140] no flags found for id
    [    3.159013] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [    3.165321] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [    3.165340]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    3.165344]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.165799] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    3.165857]  remoteproc1: 55020000.ipu is available
    [    3.165861]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    3.165864]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.166117] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    3.166167]  remoteproc2: 40800000.dsp is available
    [    3.166170]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    3.166173]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.166407]  remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
    [    3.166411]  remoteproc0: Falling back to user helper
    [    3.175563] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    3.175621]  remoteproc3: 41000000.dsp is available
    [    3.175624]  remoteproc3: Note: remoteproc is still under development and considered experimental.
    [    3.175627]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    3.558837]  remoteproc1: registered virtio0 (type 7)
    [    3.656269] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    3.679284] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [    3.685593] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [    3.714358] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [    3.777294] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    3.811838] media: Linux media interface: v0.10
    [    4.054544]  remoteproc0: failed to load dra7-ipu1-fw.xem4
    [    4.111455] libata version 3.00 loaded.
    [    4.214621] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@0[0]' - status (0)
    [    4.214735] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@1[0]' - status (0)
    [    4.214837] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@2[0]' - status (0)
    [    4.214933] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@3[0]' - status (0)
    [    4.378104] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: GPIO lookup for consumer id
    [    4.378124] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: using device tree for GPIO lookup
    [    4.378244] of_get_named_gpiod_flags: parsed 'id-gpios' property of node '/ocp/i2c@48070000/tps659038@58/tps659038_usb[0]' - status (0)
    [    4.378259] no flags found for id
    [    4.384765] palmas-usb 48070000.i2c:tps659038@58:tps659038_usb: USB-HOST cable is detached
    [    4.397639] palmas_pwrbutton 48070000.i2c:tps659038@58:tps659038_pwr_button: h/w controlled shutdown duration=12 seconds
    [    4.411742] tmp102 0-0048: initialized
    [    4.418875] rtc-ds1307 2-006f: SET TIME!
    [    4.423580] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps659038@58:tps659038_pwr_button/input/input0
    [    4.425515] pixcir_ts 4-005c: GPIO lookup for consumer attb
    [    4.425520] pixcir_ts 4-005c: using device tree for GPIO lookup
    [    4.425527] of_get_named_gpiod_flags: can't parse 'attb-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
    [    4.425549] of_get_named_gpiod_flags: parsed 'attb-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]' - status (0)
    [    4.425562] pixcir_ts 4-005c: GPIO lookup for consumer reset
    [    4.425566] pixcir_ts 4-005c: using device tree for GPIO lookup
    [    4.425572] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]'
    [    4.425593] of_get_named_gpiod_flags: parsed 'reset-gpio' property of node '/ocp/i2c@4807c000/pixcir_ts@5c[0]' - status (0)
    [    4.437545]  remoteproc1: powering up 55020000.ipu
    [    4.443004] rtc-ds1307 2-006f: rtc core: registered mcp7941x as rtc0
    [    4.448426]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3480916
    [    4.448513] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    4.464078] rtc-ds1307 2-006f: 64 bytes nvram
    [    4.465293] Linux video capture interface: v2.00
    [    4.479642] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
    [    4.520282] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER1[0]' - status (0)
    [    4.520319] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER2[0]' - status (0)
    [    4.520349] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER3[0]' - status (0)
    [    4.520378] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER4[0]' - status (0)
    [    4.520408] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER5[0]' - status (0)
    [    4.521151] input: gpio_keys as /devices/platform/gpio_keys/input/input2
    [    4.569087] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    4.573111]  remoteproc1: remote processor 55020000.ipu is now up
    [    4.582966] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.583192] input: pixcir_tangoc as /devices/platform/44000000.ocp/4807c000.i2c/i2c-4/4-005c/input/input1
    [    4.584368] mt9t11x 4-003c: input-clock-freq: 32000000
    [    4.584375] mt9t11x 4-003c: pixel-clock-freq: 96000000
    [    4.584382] mt9t11x 4-003c: GPIO lookup for consumer reset
    [    4.584387] mt9t11x 4-003c: using device tree for GPIO lookup
    [    4.584415] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [    4.584476] no flags found for reset
    [    4.584484] mt9t11x 4-003c: GPIO lookup for consumer powerdown
    [    4.584488] mt9t11x 4-003c: using device tree for GPIO lookup
    [    4.584510] of_get_named_gpiod_flags: parsed 'powerdown-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [    4.584517] no flags found for powerdown
    [    4.584523] mt9t11x 4-003c: GPIO lookup for consumer oscen
    [    4.584527] mt9t11x 4-003c: using device tree for GPIO lookup
    [    4.584547] of_get_named_gpiod_flags: parsed 'oscen-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [    4.584552] no flags found for oscen
    [    4.584558] mt9t11x 4-003c: GPIO lookup for consumer bufen
    [    4.584562] mt9t11x 4-003c: using device tree for GPIO lookup
    [    4.584581] of_get_named_gpiod_flags: parsed 'bufen-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [    4.584586] no flags found for bufen
    [    4.584593] mt9t11x 4-003c: GPIO lookup for consumer camen
    [    4.584596] mt9t11x 4-003c: using device tree for GPIO lookup
    [    4.584617] of_get_named_gpiod_flags: parsed 'camen-gpios' property of node '/ocp/i2c@4807c000/mt9t11x@3C[0]' - status (0)
    [    4.584622] no flags found for camen
    [    4.586285] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x3b
    [    4.615678] mt9t11x 4-003c: mt9t111 chip ID 2680
    [    4.622763] mt9t11x 4-003c: mt9t11x sensor driver registered !!
    [    4.648701] vpe 489d0000.vpe: Device registered as /dev/video0
    [    4.684844] rpmsg_rpc rpmsg0: probing service rpmsg-dce with src 1024 dst 59
    [    4.693131] rpmsg_rpc rpmsg0: published functions = 8
    [    4.894196] vip 48990000.vip: loading firmware vpdma-1b8.bin
    [    4.901872] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    4.909675] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    4.909978] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    4.909984] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [    4.911002] scsi host0: ahci
    [    4.911240] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 356
    [    4.938573] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/i2c@48070000/tlv320aic3104@18[0]'
    [    4.938760] aic_dvdd_fixed: supplied by vdd_3v3
    [    4.952388] vip 48990000.vip: VPDMA firmware loaded
    [    4.957340] vip2-s0: Port A: Using subdev mt9t11x for capture
    [    4.963287] vip2-s0: vip Device registered as /dev/video1
    [    4.978516] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound@0[0]'
    [    4.978525] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound@0[0]'
    [    4.979689] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    5.268181] ata1: SATA link down (SStatus 0 SControl 300)
    [    5.600684] usbcore: registered new interface driver usbfs
    [    5.656093] usbcore: registered new interface driver hub
    [    5.667701] usbcore: registered new device driver usb
    [    5.704795]  remoteproc2: powering up 40800000.dsp
    [    5.710057]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21306292
    [    5.723712] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    5.729618] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    5.735500] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    5.749087]  remoteproc2: RSC_INTMEM is deprecated. Please do not use this resource type to support loading into internal memories.
    [    5.764867]  remoteproc2: remote processor 40800000.dsp is now up
    [    5.771475] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.777031]  remoteproc2: registered virtio1 (type 7)
    [    5.786568] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x3d
    [    5.806587] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    5.812864] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    5.822719] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [    5.832611] xhci-hcd xhci-hcd.1.auto: irq 448, io mem 0x48890000
    [    5.839902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    5.847758] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.856921] usb usb1: Product: xHCI Host Controller
    [    5.862474] usb usb1: Manufacturer: Linux 4.1.6-g52c4aa7 xhci-hcd
    [    5.869423] usb usb1: SerialNumber: xhci-hcd.1.auto
    [    5.876312] hub 1-0:1.0: USB hub found
    [    5.881202] hub 1-0:1.0: 1 port detected
    [    5.886044] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    5.891599] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    5.900019] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.908317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
    [    5.915152] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.922425] usb usb2: Product: xHCI Host Controller
    [    5.927333] usb usb2: Manufacturer: Linux 4.1.6-g52c4aa7 xhci-hcd
    [    5.933482] usb usb2: SerialNumber: xhci-hcd.1.auto
    [    5.938919] hub 2-0:1.0: USB hub found
    [    5.942787] hub 2-0:1.0: 1 port detected
    [    5.997845] random: nonblocking pool is initialized
    [    6.066794] FAT-fs (mmcblk1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.076845] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.198224] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [    6.247422] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.258309] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
    [    6.278450] usb 2-1: New USB device found, idVendor=0451, idProduct=8140
    [    6.285185] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [    6.300228] hub 2-1:1.0: USB hub found
    [    6.304831] hub 2-1:1.0: 4 ports detected
    [    6.348572] usb 1-1: New USB device found, idVendor=0451, idProduct=8142
    [    6.355310] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [    6.362536] usb 1-1: SerialNumber: CA010869C017
    [    6.380250] hub 1-1:1.0: USB hub found
    [    6.384059] hub 1-1:1.0: 4 ports detected
    [    6.416540]  remoteproc3: powering up 41000000.dsp
    [    6.421515]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21306292
    [    6.435218] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    6.441127] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    6.447008] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    6.454238] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    6.469419]  remoteproc3: RSC_INTMEM is deprecated. Please do not use this resource type to support loading into internal memories.
    [    6.487538]  remoteproc3: remote processor 41000000.dsp is now up
    [    6.495702] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    6.501305]  remoteproc3: registered virtio2 (type 7)
    [    6.509618] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [    6.566108] CMEMK module: reference Linux version 4.1.6
    [    6.573519] cmemk initialized
    [    6.597350] cryptodev: driver 1.6 loaded.
    [    6.635511] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
    [    6.688223] usb 1-1.2: new full-speed USB device number 3 using xhci-hcd
    [    6.800720] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
    [    6.807639] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    6.815024] usb 1-1.2: Product: USB Receiver
    [    6.819376] usb 1-1.2: Manufacturer: Logitech
    [    6.845963] usbcore: registered new interface driver usbhid
    [    6.851854] usbhid: USB HID core driver
    [    6.858264] usbcore: registered new interface driver usbkbd
    [    6.865502] usbcore: registered new interface driver usbmouse
    [    6.872971] input: Logitech USB Receiver as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C52B.0001/input/input3
    [    6.948436] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.2/input0
    [    6.961879] input: Logitech USB Receiver as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C52B.0002/input/input4
    [    7.038983] hid-generic 0003:046D:C52B.0002: input,hiddev0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.2/input1
    [    7.053740] hid-generic 0003:046D:C52B.0003: hiddev0: USB HID v1.11 Device [Logitech USB Receiver] on usb-xhci-hcd.1.auto-1.2/input2
    [    7.162416] net eth0: initializing cpsw version 1.15 (0)
    [    7.252240] net eth0: phy found : id is : 0x221622
    [   20.456322] NET: Registered protocol family 10
    [   20.464583] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   72.156519] ttyS2: 1 input overrun(s)
    [   75.128865] ttyS2: 1 input overrun(s)
    [   78.676246] ttyS2: 1 input overrun(s)
    root@am57xx-evm:~#

    Thanks & Regards

    Phil

  • Hi Phil,

    PhilM5 said:
    From the wiki article , I checked about a /etc/pointercal but there's no trace of such file in the image I installed on the SD card.

    This means that for some reason init scripts have not launched the ts_calibrate script on the first boot of your board => your touch screen is not calibrated at all. 

    You should execute the /etc/init.d/ts_calibrate & after that your display should work fine. 

    Best Regards, 
    Yordan

  • Yordan,

    there is no file such as you indicate on the img file used for the SD card.
    Might you want to double check on your side with a fresch img taken from the URL : software-dl.ti.com/.../am57xx-evm-02.00.00.00.img.zip .

    Thanks & Regards
    Phil
  • Sorry, the equivalent for am57xx should be ws-calibrate.rules

    Regards,
    Yordan
  • And the binary that calibrates the ts & creates the ws-calibrate.rules file is /usr/bin/weston-calibrator

    Best Regards,
    Yordan
  • Yordan,

    The weston-calibration displays 3 red crosses, once at time. On each position I click with the mouse support the bottom-horizontal, then the right vertical , then the top left corner.
    Once done , I reboot the EVM, still the touchscreen gives erratic responses , when it gives something.

    Would you advice some changes in the file from the SDcard : /run/media/mmcblk0p1/ws-calibrate.rules ?

    Thanks
  • Yordan,

    Here's the process to do a full recalibration :

    root@am57xx-evm:~# rm /etc/udev/rules.d/ws-calibrate.rules
    root@am57xx-evm:~# rm /run/media/mmcblk0p1/ws-calibrate.rules
    root@am57xx-evm:~# sync
    root@am57xx-evm:~# reboot

    Now have a USB mouse connected and click on the red crosses. The new updated files will be created on the SD and replicated in the rules.d

    Thanks & Regards
    Phil
  • Hi,

    Correct, this will make the init scripts to create a new calibration rules on bootup.

    Thanks for updating the thread.

    Best Regards,
    Yordan
  • Hi,

    I recently got my second AM572x EVM and it is for the second time when the touch screen is not working! The software installed looks like the latest one Linux V4.1.13. Is there a setting somewhere that needs to be set?