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.

Linux/AM3358: AM3358

Part Number: AM3358

Tool/software: Linux

Hello,

I'm interfacing the chipsee LCD with new SDK version 03.03.00.04 from TI. I'm able to bring up LCD basically, stuck with completely with touch screen

I have the following issues:

1. Touch screen is not working, not able to calibrate. But as per kernel log driver probing. 

U-Boot SPL 2016.05-g4db46a6bbd (Mar 29 2017 - 17:44:45)
Trying to boot from MMC1
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img


U-Boot 2016.05-g4db46a6bbd (Mar 29 2017 - 17:44:45 -0400)

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

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

<ethaddr> not set. Validating first E-fuse MAC
Net:   eth0: ethernet@4a100000
Warning: usb_ether MAC addresses don't match:
Address in SROM is         de:ad:be:ef:00:01
Address in environment is  04:a3:16:f8:0e:5e
, eth1: usb_ether
Press SPACE to abort autoboot in 2 seconds
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
** Unable to read file uEnv.txt **
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3493920 bytes read in 1207 ms (2.8 MiB/s)
39317 bytes read in 38 ms (1009.8 KiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x355020 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8fff3000, end 8ffff994 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.41-gf9f6f0db2d (root@fg-1) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #11 PREEMPT Wed May 17 19:02:29 IST 2017
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: TI AM335x BeagleBone Black
[    0.000000] cma: Reserved 48 MiB at 0x9d000000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=000c50d8-02 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 459912K/524288K available (6627K kernel code, 325K rwdata, 2384K rodata, 272K init, 265K bss, 15224K reserved, 49152K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc08d5004   (9013 kB)
[    0.000000]       .init : 0xc08d6000 - 0xc091a000   ( 272 kB)
[    0.000000]       .data : 0xc091a000 - 0xc096b630   ( 326 kB)
[    0.000000]        .bss : 0xc096b630 - 0xc09add58   ( 266 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000033] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000041] OMAP clocksource: timer1 at 24000000 Hz
[    0.000190] clocksource_probe: no matching clocksources found
[    0.000343] Console: colour dummy device 80x30
[    0.000367] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.000373] This ensures that you still see kernel messages. Please
[    0.000377] update your kernel commandline.
[    0.000394] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[    0.089238] pid_max: default: 32768 minimum: 301
[    0.089353] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.089363] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.089969] Initializing cgroup subsys io
[    0.089997] Initializing cgroup subsys memory
[    0.090031] Initializing cgroup subsys devices
[    0.090044] Initializing cgroup subsys freezer
[    0.090056] Initializing cgroup subsys perf_event
[    0.090066] Initializing cgroup subsys pids
[    0.090089] CPU: Testing write buffer coherency: ok
[    0.090449] Setting up static identity map for 0x80008200 - 0x80008260
[    0.092248] devtmpfs: initialized
[    0.102660] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.115464] omap_hwmod: debugss: _wait_target_disable failed
[    0.170904] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.174415] pinctrl core: initialized pinctrl subsystem
[    0.175597] NET: Registered protocol family 16
[    0.177417] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.199230] cpuidle: using governor ladder
[    0.229221] cpuidle: using governor menu
[    0.233014] OMAP GPIO hardware version 0.1
[    0.242158] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.276277] edma 49000000.edma: TI EDMA DMA engine driver
[    0.279604] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    0.279658] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, deferring probe
[    0.279689] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[    0.279803] media: Linux media interface: v0.10
[    0.279855] Linux video capture interface: v2.00
[    0.279897] pps_core: LinuxPPS API ver. 1 registered
[    0.279903] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.279948] PTP clock support registered
[    0.279995] EDAC MC: Ver: 3.0.0
[    0.281012] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.281319] Advanced Linux Sound Architecture Driver Initialized.
[    0.282345] clocksource: Switched to clocksource timer1
[    0.291540] NET: Registered protocol family 2
[    0.292218] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.292264] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.292301] TCP: Hash tables configured (established 4096 bind 4096)
[    0.292430] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.292446] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.292588] NET: Registered protocol family 1
[    0.292950] RPC: Registered named UNIX socket transport module.
[    0.292964] RPC: Registered udp transport module.
[    0.292969] RPC: Registered tcp transport module.
[    0.292974] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.293816] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    0.295525] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.302316] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.303189] NFS: Registering the id_resolver key type
[    0.303257] Key type id_resolver registered
[    0.303265] Key type id_legacy registered
[    0.303340] ntfs: driver 2.1.32 [Flags: R/O].
[    0.306513] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.306539] io scheduler noop registered
[    0.306550] io scheduler deadline registered
[    0.306688] io scheduler cfq registered (default)
[    0.307880] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.311160] backlight supply power not found, using dummy regulator
[    0.311405] pwm-backlight backlight: invalid default brightness level: 101, using 100
[    0.362573] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.366160] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[    1.000289] console [ttyS0] enabled
[    1.004758] [drm] Initialized drm 1.1.0 20060810
[    1.010353] panel panel: found backlight
[    1.014419] ******************INIT**************

[    1.019341] ******************PROBE**************

[    1.025175] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.031829] [drm] No driver support for vblank timestamp query.
[    1.070581] Console: switching to colour frame buffer device 128x37
[    1.083285] tilcdc 4830e000.lcdc: fb0:  frame buffer device
[    1.112518] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[    1.124533] loop: module loaded
[    1.129787] libphy: Fixed MDIO Bus: probed
[    1.192380] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    1.198520] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    1.205512] libphy: 4a101000.mdio: probed
[    1.209552] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    1.219467] cpsw 4a100000.ethernet: Detected MACID = 04:a3:16:f8:0e:5c
[    1.226257] cpsw 4a100000.ethernet: cpts: overflow check period 850
[    1.234292] mousedev: PS/2 mouse device common for all mice
[    1.240695] i2c /dev entries driver
[    1.245273] cpuidle: enable-method property 'ti,am3352' found operations
[    1.252794] omap_hsmmc 48060000.mmc: Got CD GPIO
[    1.327621] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.337177] ledtrig-cpu: registered to indicate activity on CPUs
[    1.343409] mmc0: new SDHC card at address 0001
[    1.350891] mmcblk0: mmc0:0001 uSD 3.72 GiB 
[    1.356541] NET: Registered protocol family 10
[    1.363124] sit: IPv6 over IPv4 tunneling driver
[    1.367929]  mmcblk0: p1 p2
[    1.371820] NET: Registered protocol family 17
[    1.377328] Key type dns_resolver registered
[    1.385015] omap_voltage_late_init: Voltage driver support not added
[    1.419594] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    1.425289] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.432268] mmc1: MAN_BKOPS_EN bit is not set
[    1.436810] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    1.443764] -----------------probing for EDT FT5x06 I2C-------------------
[    1.456962] mmc1: new high speed MMC card at address 0001
[    1.463261] mmcblk1: mmc1:0001 S10004 3.56 GiB 
[    1.468244] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[    1.475094] input: EP0790M09 as /devices/platform/ocp/4802a000.i2c/i2c-1/1-0038/input/input0
[    1.483650] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[    1.490692]  mmcblk1: p1
[    1.493457] ------EDT FT5x06 initialized: IRQ 77, WAKE pin -1, Reset pin -1.
[    1.501046] 1-001b supply IOVDD not found, using dummy regulator
[    1.508746] 1-001b supply DVDD not found, using dummy regulator
[    1.514870] 1-001b supply AVDD not found, using dummy regulator
[    1.520849] 1-001b supply DRVDD not found, using dummy regulator
[    1.527274] rtc-pcf8563 1-0051: chip found, driver version 0.4.4
[    1.535452] rtc-pcf8563 1-0051: rtc core: registered rtc-pcf8563 as rtc0
[    1.542582] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
[    1.549483] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.556658] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.563747] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.570851] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.577803] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    1.585895] rtc-pcf8563 1-0051: setting system clock to 2017-05-16 15:04:18 UTC (1494947058)
[    1.598098] ALSA device list:
[    1.601099]   No soundcards found.
[    1.627245] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.635580] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.645600] devtmpfs: mounted
[    1.648939] Freeing unused kernel memory: 272K (c08d6000 - c091a000)
[    1.655356] This architecture does not have kernel memory protection.
[    2.303786] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
[    2.324689] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[    2.361380] 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)
[    2.381300] systemd[1]: Detected architecture arm.

Welcome to Arago 2016.12!

[    2.415076] systemd[1]: Set hostname to <am335x-evm>.
[    2.555610] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[    2.567639] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[    2.585180] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
[    2.623283] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
[    2.646634] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 26 bits of entropy available)
[    2.796776] random: systemd: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
[    2.808119] random: systemd: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
[    2.819203] random: systemd: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
[    3.275314] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
[    3.616859] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[    3.624846] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[    3.632808] systemd[1]: sysinit.target: Found dependency on basic.target/start
[    3.640086] systemd[1]: sysinit.target: Found dependency on sockets.target/start
[    3.647566] systemd[1]: sysinit.target: Found dependency on dbus.socket/start
[    3.654808] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[    3.662258] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[    3.671761] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[    3.709838] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    3.733192] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    3.763443] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    3.795117] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    3.827210] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    3.868218] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    3.918100] 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...
[    3.991175] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    4.023848] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    4.053007] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    4.084257] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    4.112816] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    4.137617] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[    4.173052] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    4.202835] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    4.223177] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    4.252775] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    4.282967] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    4.319713] systemd[1]: Mounting Temporary Directory...
         Mounting Temporary Directory...
[    4.383281] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    4.418295] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    4.453434] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    4.493153] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    4.550879] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    4.559525] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    4.624242] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    4.694899] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    4.723086] systemd[1]: Mounted Debug File System.
[  OK  ] Mounted Debug File System.
[    4.736689] systemd[1]: Mounted Temporary Directory.
[  OK  ] Mounted Temporary Directory.
[    4.773559] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[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.
[    6.206986] systemd-journald[100]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
         Starting udev Kernel Device Manager...
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
         Starting Load/Save Random Seed...
[    7.695921] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    7.811512] omap_rtc 44e3e000.rtc: already running
[    7.870685] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc1
[  OK  ] Started Create Volatile Files and Directories.[    7.934537] 47401300.usb-phy supply vcc not found, using dummy regulator

[  OK  ] Started Load/Save Random Seed.
[  OK  ] Found device /dev/ttyS0.[    8.065235] 47401b00.usb-phy supply vcc not found, using dummy regulator

[    8.305280] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    8.835314] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    9.147843]  remoteproc0: wkup_m3 is available
[    9.152333]  remoteproc0: Note: remoteproc is still under development and considered experimental.
[    9.238129] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    9.300862]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[    9.744114]  remoteproc0: powering up wkup_m3
[    9.749543]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217280
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight...htness of backlight:backlight...
[    9.941357]  remoteproc0: remote processor wkup_m3 is now up
[    9.941378] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[   10.080359] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
[   10.164663] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
[   10.172259] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[   10.325247] asoc-simple-card sound: asoc_simple_card_dai_link_of: Can't find simple-audio-card,codec DT node
[   10.444209]  remoteproc1: 4a334000.pru0 is available
[   10.449221]  remoteproc1: Note: remoteproc is still under development and considered experimental.
[   10.474893] asoc-simple-card sound: parse error -22
[   10.479856] asoc-simple-card: probe of sound failed with error -22
[   10.605904] PM: bootloader does not support rtc-only!
[   10.652552]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[   10.811559]  remoteproc1: registered virtio0 (type 7)
[   10.838089] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss@4a300000/pru0@4a334000 probed successfully
[  OK  ] Found device /dev/ttyS3.
[   10.947818]  remoteproc2: 4a338000.pru1 is available
[   11.022572]  remoteproc2: Note: remoteproc is still under development and considered experimental.
[   11.031600]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[   11.114433] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[   11.210183] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   11.274805]  remoteproc2: registered virtio1 (type 7)
[   11.279990] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss@4a300000/pru1@4a338000 probed successfully
[   12.051596] random: nonblocking pool is initialized
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Found device /dev/mmcblk0p1.
[   13.600989] usbcore: registered new interface driver usbfs
[   13.634464] usbcore: registered new interface driver hub
[   13.669854] usbcore: registered new device driver usb
[   13.819266] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[   13.902819] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[   13.952844]  remoteproc1: powering up 4a334000.pru0
[   13.958266]  remoteproc1: Booting fw image am335x-pru0-fw, size 75724
[   13.973640] hub 1-0:1.0: USB hub found
[   13.984039] hub 1-0:1.0: 1 port detected
[   14.002838] ti-pruss 4a300000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
[   14.047437]  remoteproc1: remote processor 4a334000.pru0 is now up
[   14.073038] virtio_rpmsg_bus virtio0: creating channel rpmsg-pru addr 0x1e
[   14.083879] virtio_rpmsg_bus virtio0: rpmsg host is online
[   14.123048]  remoteproc2: powering up 4a338000.pru1
[   14.128449]  remoteproc2: Booting fw image am335x-pru1-fw, size 75724
[   14.152703] ti-pruss 4a300000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
[   14.195964]  remoteproc2: remote processor 4a338000.pru1 is now up
[   14.209011] virtio_rpmsg_bus virtio1: creating channel rpmsg-pru addr 0x1f
[   14.216895] virtio_rpmsg_bus virtio1: rpmsg host is online
[   14.280063] rpmsg_pru rpmsg0: new rpmsg_pru device: /dev/rpmsg_pru30
[   14.298443] rpmsg_pru rpmsg1: new rpmsg_pru device: /dev/rpmsg_pru31
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Starting Synchronize System and HW clocks...
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Synchronize System and HW clocks.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started Kernel Logging Service.
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Permit User Sessions...
         Starting Print notice about GPLv3 packages...
         Starting Login Service...
[  OK  ] Started System Logging Service.
[  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting Network Service...
         Starting Start USB gadget...
         Starting Telephony service...
         Starting uim-sysfs.service...
[  OK  ] Started Permit User Sessions.
[   16.032699] NET: Registered protocol family 15
[  OK  ] Started Network Service.
[   16.421360] net eth0: initializing cpsw version 1.12 (0)
[   16.490858] net eth0: initialized cpsw ale version 1.4
[   16.540008] net eth0: ALE Table size 1024
[   16.561645] Bluetooth: Core ver 2.21
[   16.601530] net eth0: phy found : id is : 0x7c0f1
[   16.626301] NET: Registered protocol family 31
[   16.659847] using random self ethernet address
[   16.677185] using random host ethernet address
[   16.681690] using host ethernet address: 04:A3:16:F8:0E:5E
[   16.693303] Bluetooth: HCI device and connection manager initialized
[   16.705158] libphy: PHY 4a101000.mdio:01 not found
[   16.743245] net eth0: phy "4a101000.mdio:01" not found on slave 1, err -19
[   16.757831] Bluetooth: HCI socket layer initialized
[   16.777478] using random self ethernet address
[   16.809872] Bluetooth: L2CAP socket layer initialized
[   16.828245] using random host ethernet address
[   16.852865] Bluetooth: SCO socket layer initialized
[   16.875306] using host ethernet address: 04:A3:16:F8:0E:5E
[   16.880818] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.930750] usb0: HOST MAC 04:a3:16:f8:0e:5e
[   16.942047] Initializing XFRM netlink socket
[   16.985506] usb0: MAC a6:c5:14:0b:61:c7
[   17.084615] Mass Storage Function, version: 2009/09/11
[   17.089842] LUN: removable file: (no medium)
[   17.156608] LUN: removable read only file: /dev/mmcblk0p1
[   17.218589] Number of LUNs=1
[   17.248063] g_multi gadget: Multifunction Composite Gadget
[   17.297050] g_multi gadget: g_multi ready
[  OK  ] Found device /dev/ttyGS0.
[   17.351128] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   17.725081] g_multi gadget: high-speed config #2: Multifunction with CDC ECM
[   17.733020] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[  OK  ] Started Start USB gadget.
[  OK  ] Started Telephony service.
[  OK  ] Started Login Service.
         Mounting Configuration File System...
[  OK  ] Reached target Network.
         Starting Lightning Fast Webserver With Light System Requirements...
         Starting Network Name Resolution...
[  OK  ] Started Serial Getty on ttyS3.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Serial Getty on ttyGS0.
[  OK  ] Mounted Configuration File System.
[  OK  ] Started Network Name Resolution.
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
	autoconf
	binutils
	bison-dev
	bison
	cpp-symlinks
	cpp
	dosfstools
	g++-symlinks
	g++
	gawk-dev
	gawk
	gcc-symlinks
	gcc
	gdb
	gdbserver
	gstreamer1.0-libav
	hidapi
	libcairo-perf-utils
	libgmp10
	libidn11
	libmpc3
	libmpfr4
	m4-dev
	m4
	make
	nettle
	swig-dev
	swig

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
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 uim-sysfs.service.
[  OK  ] Started Print notice about GPLv3 packages.
         Starting telnetd.service...
[  OK  ] Started telnetd.service.
         Starting busybox-udhcpd.service...
         Starting thttpd.service...
[  OK  ] Started busybox-udhcpd.service.
[  OK  ] Started thttpd.service.
         Starting rng-tools.service...
[  OK  ] Started rng-tools.service.
         Starting matrix-gui-2.0.service...
[  OK  ] Started matrix-gui-2.0.service.
         Starting thermal-zone-init.service...
         Starting parse-ip.service...
[  OK  ] Started thermal-zone-init.service.
[  OK  ] Started parse-ip.service.


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

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

Arago 2016.12 am335x-evm ttyS0

am335x-evm login: [   47.238217] edt_ft5x06 1-0038: Unable to fetch data, error: -121
[   54.432685] usb 1-1: new low-speed USB device number 2 using musb-hdrc
[   54.812761] input: PixArt USB Optical Mouse as /devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.1.auto/usb1/1-1/1-1:1.0/0003:093A:2510.0001/input/input1
[   54.831737] hid-generic 0003:093A:2510.0001: input: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-musb-hdrc.1.auto-1/input0
[   54.851794] usbcore: registered new interface driver usbhid
[   54.861952] usbhid: USB HID core driver
[  210.673170] ip_tables: (C) 2000-2006 Netfilter Core Team
[  210.717752] nf_conntrack version 0.5.0 (7958 buckets, 31832 max)

Please find the Dmesg log. 

root@am335x-evm:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.41-gf9f6f0db2d (root@fg-1) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #11 PREEMPT Wed May 17 19:02:29 IST 2017
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: TI AM335x BeagleBone Black
[    0.000000] cma: Reserved 48 MiB at 0x9d000000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c09691d4, node_mem_map dcb61000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon )
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=000c50d8-02 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 459912K/524288K available (6627K kernel code, 325K rwdata, 2384K rodata, 272K init, 265K bss, 15224K reserved, 49152K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc08d5004   (9013 kB)
                     .init : 0xc08d6000 - 0xc091a000   ( 272 kB)
                     .data : 0xc091a000 - 0xc096b630   ( 326 kB)
                      .bss : 0xc096b630 - 0xc09add58   ( 266 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[    0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000040] OMAP clocksource: timer1 at 24000000 Hz
[    0.000188] clocksource_probe: no matching clocksources found
[    0.000339] Console: colour dummy device 80x30
[    0.000362] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.000368] This ensures that you still see kernel messages. Please
[    0.000372] update your kernel commandline.
[    0.000388] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[    0.089233] pid_max: default: 32768 minimum: 301
[    0.089348] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.089358] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.089962] Initializing cgroup subsys io
[    0.089990] Initializing cgroup subsys memory
[    0.090025] Initializing cgroup subsys devices
[    0.090038] Initializing cgroup subsys freezer
[    0.090050] Initializing cgroup subsys perf_event
[    0.090060] Initializing cgroup subsys pids
[    0.090084] CPU: Testing write buffer coherency: ok
[    0.090446] Setting up static identity map for 0x80008200 - 0x80008260
[    0.092248] devtmpfs: initialized
[    0.102655] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.115464] omap_hwmod: debugss: _wait_target_disable failed
[    0.170926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.174414] pinctrl core: initialized pinctrl subsystem
[    0.175589] NET: Registered protocol family 16
[    0.177419] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.199227] cpuidle: using governor ladder
[    0.229215] cpuidle: using governor menu
[    0.232748] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[    0.233021] OMAP GPIO hardware version 0.1
[    0.233699] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[    0.234366] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[    0.235001] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[    0.242159] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.276260] edma 49000000.edma: TI EDMA DMA engine driver
[    0.276593] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@0[0]'
[    0.279609] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    0.279663] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, deferring probe
[    0.279694] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[    0.279815] media: Linux media interface: v0.10
[    0.279863] Linux video capture interface: v2.00
[    0.279903] pps_core: LinuxPPS API ver. 1 registered
[    0.279909] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.279953] PTP clock support registered
[    0.280001] EDAC MC: Ver: 3.0.0
[    0.281001] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.281306] Advanced Linux Sound Architecture Driver Initialized.
[    0.282346] clocksource: Switched to clocksource timer1
[    0.291535] NET: Registered protocol family 2
[    0.292208] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.292254] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.292291] TCP: Hash tables configured (established 4096 bind 4096)
[    0.292417] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.292434] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.292574] NET: Registered protocol family 1
[    0.292936] RPC: Registered named UNIX socket transport module.
[    0.292949] RPC: Registered udp transport module.
[    0.292955] RPC: Registered tcp transport module.
[    0.292960] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.292982] PCI: CLS 0 bytes, default 64
[    0.293808] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    0.295517] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.302311] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.303183] NFS: Registering the id_resolver key type
[    0.303250] Key type id_resolver registered
[    0.303258] Key type id_legacy registered
[    0.303333] ntfs: driver 2.1.32 [Flags: R/O].
[    0.306501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.306529] io scheduler noop registered
[    0.306539] io scheduler deadline registered
[    0.306679] io scheduler cfq registered (default)
[    0.307874] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[    0.311083] pwm-backlight backlight: GPIO lookup for consumer enable
[    0.311105] pwm-backlight backlight: using device tree for GPIO lookup
[    0.311118] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/backlight[0]'
[    0.311127] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/backlight[0]'
[    0.311136] pwm-backlight backlight: using lookup tables for GPIO lookup
[    0.311145] pwm-backlight backlight: lookup for GPIO enable failed
[    0.311165] backlight supply power not found, using dummy regulator
[    0.311416] pwm-backlight backlight: invalid default brightness level: 101, using 100
[    0.362550] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.366141] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
[    1.000271] console [ttyS0] enabled
[    1.004748] [drm] Initialized drm 1.1.0 20060810
[    1.010350] panel panel: found backlight
[    1.014360] panel panel: GPIO lookup for consumer enable
[    1.014369] panel panel: using device tree for GPIO lookup
[    1.014381] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/panel[0]'
[    1.014390] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/panel[0]'
[    1.014398] panel panel: using lookup tables for GPIO lookup
[    1.014407] panel panel: lookup for GPIO enable failed
[    1.014414] ******************INIT**************
[    1.019339] ******************PROBE**************
[    1.025174] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.031823] [drm] No driver support for vblank timestamp query.
[    1.070563] Console: switching to colour frame buffer device 128x37
[    1.083261] tilcdc 4830e000.lcdc: fb0:  frame buffer device
[    1.112514] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[    1.124534] loop: module loaded
[    1.129783] libphy: Fixed MDIO Bus: probed
[    1.192382] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    1.198522] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
[    1.205490] libphy: 4a101000.mdio: probed
[    1.209529] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[    1.219441] cpsw 4a100000.ethernet: Detected MACID = 04:a3:16:f8:0e:5c
[    1.226232] cpsw 4a100000.ethernet: cpts: overflow check period 850
[    1.234267] mousedev: PS/2 mouse device common for all mice
[    1.240666] i2c /dev entries driver
[    1.245236] cpuidle: enable-method property 'ti,am3352' found operations
[    1.252641] omap_hsmmc 48060000.mmc: GPIO lookup for consumer cd
[    1.252656] omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
[    1.252684] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/mmc@48060000[0]' - status (0)
[    1.252761] omap_hsmmc 48060000.mmc: Got CD GPIO
[    1.257406] omap_hsmmc 48060000.mmc: GPIO lookup for consumer wp
[    1.257414] omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
[    1.257423] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@48060000[0]'
[    1.257432] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@48060000[0]'
[    1.257440] omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
[    1.257449] omap_hsmmc 48060000.mmc: lookup for GPIO wp failed
[    1.292865] omap_hsmmc 481d8000.mmc: GPIO lookup for consumer cd
[    1.292885] omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
[    1.292897] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@481d8000[0]'
[    1.292907] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@481d8000[0]'
[    1.292916] omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
[    1.292924] omap_hsmmc 481d8000.mmc: lookup for GPIO cd failed
[    1.293017] omap_hsmmc 481d8000.mmc: GPIO lookup for consumer wp
[    1.293028] omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
[    1.293037] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@481d8000[0]'
[    1.293044] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@481d8000[0]'
[    1.293052] omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
[    1.293060] omap_hsmmc 481d8000.mmc: lookup for GPIO wp failed
[    1.327622] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.336294] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@2[0]' - status (0)
[    1.336511] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@3[0]' - status (0)
[    1.336650] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@4[0]' - status (0)
[    1.336755] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led@5[0]' - status (0)
[    1.337190] ledtrig-cpu: registered to indicate activity on CPUs
[    1.343418] mmc0: new SDHC card at address 0001
[    1.350903] mmcblk0: mmc0:0001 uSD 3.72 GiB 
[    1.356552] NET: Registered protocol family 10
[    1.363167]  mmcblk0: p1 p2
[    1.366331] sit: IPv6 over IPv4 tunneling driver
[    1.371674] NET: Registered protocol family 17
[    1.377382] Key type dns_resolver registered
[    1.385079] omap_voltage_late_init: Voltage driver support not added
[    1.419569] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    1.425260] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.432202] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    1.439290] -----------------probing for EDT FT5x06 I2C-------------------
[    1.446322] edt_ft5x06 1-0038: GPIO lookup for consumer reset
[    1.446334] edt_ft5x06 1-0038: using device tree for GPIO lookup
[    1.446347] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4802a000/edt-ft5x06@38[0]'
[    1.446356] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/i2c@4802a000/edt-ft5x06@38[0]'
[    1.446364] edt_ft5x06 1-0038: using lookup tables for GPIO lookup
[    1.446373] edt_ft5x06 1-0038: lookup for GPIO reset failed
[    1.446382] edt_ft5x06 1-0038: GPIO lookup for consumer wake
[    1.446388] edt_ft5x06 1-0038: using device tree for GPIO lookup
[    1.446396] of_get_named_gpiod_flags: can't parse 'wake-gpios' property of node '/ocp/i2c@4802a000/edt-ft5x06@38[0]'
[    1.446404] of_get_named_gpiod_flags: can't parse 'wake-gpio' property of node '/ocp/i2c@4802a000/edt-ft5x06@38[0]'
[    1.446411] edt_ft5x06 1-0038: using lookup tables for GPIO lookup
[    1.446418] edt_ft5x06 1-0038: lookup for GPIO wake failed
[    1.459306] mmc1: MAN_BKOPS_EN bit is not set
[    1.465869] input: EP0790M09 as /devices/platform/ocp/4802a000.i2c/i2c-1/1-0038/input/input0
[    1.475030] ------EDT FT5x06 initialized: IRQ 77, WAKE pin -1, Reset pin -1.
[    1.482660] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/i2c@4802a000/tlv320aic3x@1b[0]'
[    1.482699] 1-001b supply IOVDD not found, using dummy regulator
[    1.488875] 1-001b supply DVDD not found, using dummy regulator
[    1.494945] mmc1: new high speed MMC card at address 0001
[    1.500714] 1-001b supply AVDD not found, using dummy regulator
[    1.506993] mmcblk1: mmc1:0001 S10004 3.56 GiB 
[    1.511660] 1-001b supply DRVDD not found, using dummy regulator
[    1.517985] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
[    1.524309] rtc-pcf8563 1-0051: pcf8563_probe
[    1.524324] rtc-pcf8563 1-0051: chip found, driver version 0.4.4
[    1.530665] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
[    1.537318] rtc-pcf8563 1-0051: low voltage detected, date/time is not reliable.
[    1.545072] rtc rtc0: read_time: fail to read: -22
[    1.545293] rtc rtc0: rtc-pcf8563: dev (254:0)
[    1.545322] rtc-pcf8563 1-0051: rtc core: registered rtc-pcf8563 as rtc0
[    1.552209]  mmcblk1: p1
[    1.555995] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
[    1.563651] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.570841] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.578027] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.585146] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    1.592108] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    1.600160] rtc-pcf8563 1-0051: low voltage detected, date/time is not reliable.
[    1.607727] rtc rtc0: read_time: fail to read: -22
[    1.607738] rtc-pcf8563 1-0051: hctosys: unable to read the hardware clock
[    1.618271] ALSA device list:
[    1.621274]   No soundcards found.
[    1.649447] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.657811] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.667661] devtmpfs: mounted
[    1.670951] Freeing unused kernel memory: 272K (c08d6000 - c091a000)
[    1.677368] This architecture does not have kernel memory protection.
[    2.214951] systemd[1]: System time before build time, advancing clock.
[    2.332957] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[    2.353637] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
[    2.390386] 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)
[    2.410270] systemd[1]: Detected architecture arm.
[    2.445218] systemd[1]: Set hostname to <am335x-evm>.
[    2.578636] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[    2.591079] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
[    2.614448] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
[    2.649396] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
[    2.673296] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 26 bits of entropy available)
[    2.823819] random: systemd: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
[    2.834012] random: systemd: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
[    2.844997] random: systemd: uninitialized urandom read (16 bytes read, 30 bits of entropy available)
[    3.299723] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
[    3.644074] systemd[1]: sockets.target: Found ordering cycle on sockets.target/start
[    3.652010] systemd[1]: sockets.target: Found dependency on rpcbind.socket/start
[    3.659574] systemd[1]: sockets.target: Found dependency on sysinit.target/start
[    3.667119] systemd[1]: sockets.target: Found dependency on alignment.service/start
[    3.674890] systemd[1]: sockets.target: Found dependency on basic.target/start
[    3.682161] systemd[1]: sockets.target: Found dependency on sockets.target/start
[    3.689656] systemd[1]: sockets.target: Breaking ordering cycle by deleting job rpcbind.socket/start
[    3.698870] systemd[1]: rpcbind.socket: Job rpcbind.socket/start deleted to break ordering cycle starting with sockets.target/start
[    3.734237] systemd[1]: alignment.service: Found ordering cycle on alignment.service/start
[    3.742720] systemd[1]: alignment.service: Found dependency on sysinit.target/start
[    3.750484] systemd[1]: alignment.service: Found dependency on alignment.service/start
[    3.758512] systemd[1]: alignment.service: Breaking ordering cycle by deleting job alignment.service/start
[    3.768285] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with alignment.service/start
[    3.808763] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.832905] systemd[1]: Reached target Remote File Systems.
[    3.862705] systemd[1]: Reached target Swap.
[    3.882945] systemd[1]: Listening on udev Kernel Socket.
[    3.915289] systemd[1]: Created slice User and Session Slice.
[    3.943179] systemd[1]: Listening on Journal Socket.
[    3.974170] systemd[1]: Created slice System Slice.
[    4.007222] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.044927] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    4.118664] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    4.128500] systemd[1]: Starting Setup Virtual Console...
[    4.199012] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.268258] systemd[1]: Mounting POSIX Message Queue File System...
[    4.324659] systemd[1]: Created slice system-getty.slice.
[    4.352831] systemd[1]: Reached target Slices.
[    4.373016] systemd[1]: Listening on Syslog Socket.
[    4.407246] systemd[1]: Mounting Debug File System...
[    4.443385] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.473478] systemd[1]: Listening on Network Service Netlink Socket.
[    4.503199] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.532741] systemd[1]: Reached target Paths.
[    4.565545] systemd[1]: Starting Journal Service...
[    4.603230] systemd[1]: Listening on udev Control Socket.
[    4.655364] systemd[1]: Mounting Temporary Directory...
[    4.720227] systemd[1]: Starting Load Kernel Modules...
[    4.763457] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.859477] systemd[1]: Mounted POSIX Message Queue File System.
[    4.903228] systemd[1]: Mounted Debug File System.
[    4.923248] systemd[1]: Mounted Temporary Directory.
[    4.953596] systemd[1]: Started Journal Service.
[    6.330456] systemd-journald[102]: Received request to flush runtime journal from PID 1
[    7.742601] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    7.827025] rtc rtc1: 44e3e000.rtc: dev (254:1)
[    7.827055] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc1
[    7.907222] am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer reset
[    7.907252] am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
[    7.907267] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[    7.907276] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[    7.907285] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
[    7.907295] am335x-phy-driver 47401300.usb-phy: lookup for GPIO reset failed
[    7.907305] am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer vbus-detect
[    7.907313] am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
[    7.907321] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[    7.907329] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
[    7.907336] am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
[    7.907345] am335x-phy-driver 47401300.usb-phy: lookup for GPIO vbus-detect failed
[    7.907408] 47401300.usb-phy supply vcc not found, using dummy regulator
[    8.004545] am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer reset
[    8.004574] am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
[    8.004590] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[    8.004599] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[    8.004607] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
[    8.004617] am335x-phy-driver 47401b00.usb-phy: lookup for GPIO reset failed
[    8.004626] am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer vbus-detect
[    8.004634] am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
[    8.004643] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[    8.004651] of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
[    8.004658] am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
[    8.004666] am335x-phy-driver 47401b00.usb-phy: lookup for GPIO vbus-detect failed
[    8.004730] 47401b00.usb-phy supply vcc not found, using dummy regulator
[    8.523937] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[    8.976499] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    9.236401]  remoteproc0: wkup_m3 is available
[    9.240890]  remoteproc0: Note: remoteproc is still under development and considered experimental.
[    9.394250]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    9.702297] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    9.883615]  remoteproc0: powering up wkup_m3
[    9.929557]  remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217280
[   10.033257]  remoteproc0: remote processor wkup_m3 is now up
[   10.033275] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[   10.082683] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
[   10.091972] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
[   10.267952] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
[   10.289560] asoc-simple-card sound: asoc_simple_card_dai_link_of: Can't find simple-audio-card,codec DT node
[   10.416055]  remoteproc1: 4a334000.pru0 is available
[   10.421067]  remoteproc1: Note: remoteproc is still under development and considered experimental.
[   10.430837] asoc-simple-card sound: parse error -22
[   10.468432] asoc-simple-card: probe of sound failed with error -22
[   10.538485] PM: bootloader does not support rtc-only!
[   10.598161]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[   10.757701]  remoteproc1: registered virtio0 (type 7)
[   10.810951] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss@4a300000/pru0@4a334000 probed successfully
[   10.916490]  remoteproc2: 4a338000.pru1 is available
[   10.921505]  remoteproc2: Note: remoteproc is still under development and considered experimental.
[   11.137770]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[   11.170222] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   11.240447]  remoteproc2: registered virtio1 (type 7)
[   11.280067] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss@4a300000/pru1@4a338000 probed successfully
[   11.535668] EXT4-fs (mmcblk1p1): recovery complete
[   11.562532] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
[   12.431753] random: nonblocking pool is initialized
[   13.630171] usbcore: registered new interface driver usbfs
[   13.700326] usbcore: registered new interface driver hub
[   13.742786] usbcore: registered new device driver usb
[   13.836704] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[   13.836731] musb-hdrc: MHDRC RTL version 2.0 
[   13.836739] musb-hdrc: setup fifo_mode 4
[   13.836758] musb-hdrc: 28/31 max ep, 16384/16384 memory
[   13.859280] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[   13.859308] musb-hdrc: MHDRC RTL version 2.0 
[   13.859317] musb-hdrc: setup fifo_mode 4
[   13.859333] musb-hdrc: 28/31 max ep, 16384/16384 memory
[   13.859461] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[   13.928236] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[   13.998777]  remoteproc1: powering up 4a334000.pru0
[   14.004285] hub 1-0:1.0: USB hub found
[   14.015310] hub 1-0:1.0: 1 port detected
[   14.024237]  remoteproc1: Booting fw image am335x-pru0-fw, size 75724
[   14.042763] ti-pruss 4a300000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
[   14.092645]  remoteproc1: remote processor 4a334000.pru0 is now up
[   14.116752] virtio_rpmsg_bus virtio0: creating channel rpmsg-pru addr 0x1e
[   14.124655] virtio_rpmsg_bus virtio0: rpmsg host is online
[   14.161672]  remoteproc2: powering up 4a338000.pru1
[   14.167515]  remoteproc2: Booting fw image am335x-pru1-fw, size 75724
[   14.195084] ti-pruss 4a300000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
[   14.235527]  remoteproc2: remote processor 4a338000.pru1 is now up
[   14.246102] virtio_rpmsg_bus virtio1: creating channel rpmsg-pru addr 0x1f
[   14.253921] virtio_rpmsg_bus virtio1: rpmsg host is online
[   14.326579] rpmsg_pru rpmsg0: new rpmsg_pru device: /dev/rpmsg_pru30
[   14.344991] rpmsg_pru rpmsg1: new rpmsg_pru device: /dev/rpmsg_pru31
[   14.684134] rtc-pcf8563 1-0051: pcf8563_set_datetime: secs=17, mins=2, hours=15, mday=16, mon=4, year=117, wday=2
[   14.688672] rtc-pcf8563 1-0051: pcf8563_get_datetime: raw data is st1=08, st2=00, sec=17, min=02, hr=15, mday=16, wday=12, mon=05, year=17
[   14.688701] rtc-pcf8563 1-0051: pcf8563_get_datetime: tm is secs=17, mins=2, hours=15, mday=16, mon=4, year=117, wday=2
[   14.688715] rtc-pcf8563 1-0051: pcf8563_irq_enable: en=0
[   15.606352] using random self ethernet address
[   15.610850] using random host ethernet address
[   15.632908] NET: Registered protocol family 15
[   15.661302] using host ethernet address: 04:A3:16:F8:0E:5E
[   15.684266] using random self ethernet address
[   15.705910] using random host ethernet address
[   15.734031] using host ethernet address: 04:A3:16:F8:0E:5E
[   15.776181] usb0: HOST MAC 04:a3:16:f8:0e:5e
[   15.847494] usb0: MAC f2:7f:2e:67:68:31
[   15.885013] Bluetooth: Core ver 2.21
[   15.926897] NET: Registered protocol family 31
[   15.960647] Mass Storage Function, version: 2009/09/11
[   16.015601] Bluetooth: HCI device and connection manager initialized
[   16.030426] LUN: removable file: (no medium)
[   16.086997] LUN: removable read only file: /dev/mmcblk0p1
[   16.113193] Bluetooth: HCI socket layer initialized
[   16.180021] Number of LUNs=1
[   16.191457] Bluetooth: L2CAP socket layer initialized
[   16.227839] g_multi gadget: Multifunction Composite Gadget
[   16.254700] Bluetooth: SCO socket layer initialized
[   16.279129] g_multi gadget: g_multi ready
[   16.562975] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   16.580354] Initializing XFRM netlink socket
[   16.812549] net eth0: initializing cpsw version 1.12 (0)
[   16.843127] net eth0: initialized cpsw ale version 1.4
[   16.886793] net eth0: ALE Table size 1024
[   16.948311] net eth0: phy found : id is : 0x7c0f1
[   16.980342] libphy: PHY 4a101000.mdio:01 not found
[   17.022821] net eth0: phy "4a101000.mdio:01" not found on slave 1, err -19
[   17.091996] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   41.300515] g_multi gadget: high-speed config #2: Multifunction with CDC ECM
[   41.316192] hrtimer: interrupt took 249750 ns
[   41.332741] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready

2. Not able to run any of the video from matrix window(3D & other example video which is accessible from matrix). 

Can you please let me know, do i need to enable some other graphic driver for this? Or do i need to use the graphic SDK instead of TI SDK which i'm using currently.

Replay ASAP.

 Thanks, 

Shekar