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.

Weston issues

Other Parts Discussed in Thread: TMDSEVM572X, DRA726, AM3352, TPS65217

We are doing a design with the DRA726 but until we get the hardware I am using some TMDSEVM572X Evaluation Modules.

I downloaded the automotive SDK which I am using as a base. Since it doesn't cover that Automotive Evaluation board I recreated the SDK using am57xx-evm as a machine. In rare occasion it will boot up with the Matrix running. Most of the time I get "Please wait ..." on the screen. Sometimes it has weston screen briefly on the screen. I can start weston and the matrix if I restart the systemd services.

During my few days of vacation I played around with my Beaglebone Black and Beagle Bone Green and found out that I have a similar issue with the Beaglebone Black. With the beaglebone green I have a different issue, it will not recognize the LCD 4 inches display.

For the beaglebone I use a different SDK, one built using the instructions on the TI Website but with the machine beaglebone

On boot I have the same issue as with the EVM572x with the difference that I have an HDMI monitor (1920x1080) with no sound connected to it. And yes the micro HDMI cable is good. I got that one from Menard, the ones that I had from Odroid weren't working with their boards.

My monitor does support the low resolution mode that the beaglebone black supports. From what I read that board doesn't support any decent resolution but it doesn't matter that much for what I want to use the board for. I should at least get a display with no crash.

I can start the services and I have not seen any crash as long as I do not turn the monitor off. I had it running all day and all night with the LCD monitor on and no crash. For the few days where I would turn the monitor off it would crash. One day I went out and turned the monitor off before I left, when I came back and turned the monitor back on I found out that weston had crashed.

Michel

  • I meant industrial board, not automotive board. How do you edit a post when you have a typo?

    Michel
  • Hi, Michel,

    I've pinged experts to comment here.

    Regards,
    Mariya
  • Michel - I had the same issue few days ago and TI is aware of it now, they plan to address it in the next release in mid October. You can read details at e2e.ti.com/.../1990725

    Thanks,

    Kaushal

  • Thanks,

    I will need the fix before the end of october otherwise I will have to use the older SDK for our demo. I need a more accurate date, to have this at the last minute is going to be a problem.

    I found the exact same problem with the beaglebone black. The difference with the am57xx evm that I am using is that I used the automotive SDK at work and the industrial one at home for my beaglebone boards.


    Michel
  • Kaushal,

    In my response to you I forgot to mention that I did find another issue with Weston that I did not see with the EVM57xx. Right now I cannot check this because the EVM I have at my desk has the debugger connected to it and I cannot connect an HDMI monitor to it at this time. I have some hot items to take care of before I would have time to do those experiments and the problem may not be immediate since I got that issue after I woke up and when I came back from the cinema. I would usually turn off the monitor when I would leave my lab for a while.

    What I found with a beaglebone black was that weston crashes when I turn the monitor off. I did not see anyone else talking about this issue. It may exist as well on the EVM which would tell us that it may be more than was was diagnosed.



    Michel
  • Michel - I hope you are not confusing me with a TI employee or expert in the EE community. I'm just a community member like you. :) I too don't know a lot about all these platforms. I hope someone else is able to help you better.
  • Kaushal,

    I know and I also know that someone else reads our messages.
    I was curious to know if someone else saw this problem with the monitor turned off.

    I too don't know that much about those since the am57xx and DRA72x parts are new to me.
    In the past few years the linux board I have been working with were using either Samsung or Allwinner devices.

    Michel
  • Michel,

    The Processor SDK Linux Automotive release is supported only on DRA7xx platforms, at present.

    If you are using AM57x EVM, I suggest using the AM57x Procesor SDK instead:
    software-dl.ti.com/.../index_FDS.html

    Please check and let us know if the issue is fixed with this release.

    Once you get the DRA7xx EVM, you can switch back to Processor SDK Linux Automotive release.

    Regards,
    Anand
  • I am aware of that, this is why I recreated the sdk with the correct machine. I had tried both and the problem was identical, using the industrial SDK is not going to change anything on this unless you fixed the bug in the new revision. Anyhow I am removing the LCD board and replacing with our own.

    And for your information that bug also exists on the beaglebone black, and the recovery is identical. The only difference I have noticed is that if I turn the monitor off with my beaglebone it crashes weston. I created my beaglebone SDK using the instruction on the TI website.

    I haven't tried here yet with the HDMI monitor since the connector won't fit with the debugger connected to the board.

    I see that the one your are pointing out has a newer revision.

    The instruction website still talks about the version 04, not the 06. It should get updated so we would use the latest one.

    I need to create my own yocto recipes, I do not want all the stuff that comes with your SDK. The PRU stuff being one of the things I need to remove. I am also creating my own u-boot as if the board was a new design. I also do not intend to use any of the QT stuff. We use embedded wizard as our gui which uses the wayland library.

    The only reason I am using the am57xx evm board is that I won't have our boards for a month or two and this beagleboard is useful for the demo. At the same time I do not want to have to make dramatical changes to my project so using the automotive SDK as suggested by someone at TI seemed like a logical option.

    Michel

  • I tried to compile the SDK last night, per instruction on the website but using the script that reflects the version that you point to. It barfs when trying to compile libzbar. For some bizarre reason it complains that it cannot find libjpeg which is present on my system. I tried at home because I have 7TB of disk space. I use gentoo Linux.
    I've had no problem compiling with yocto on gentoo in the past. I have ubuntu 14.04 at work but I need to free some disk space before I can create another SDK so the logical thing was, on short notice, to compile the SDK at home. Considering that I have 32G of RAM at home and 8G here that made a lot more sense too. It takes a long time to compile from scratch even when you download all the files to start with.

    Do you have any idea what is wrong with these scripts, as to why they cannot find libjpeg? Perhaps you did not publish the code correctly so it can actually compile.

    What is the purpose of that library by the way? I guess I should just yank it out of the project and hopefully it will compile. I haven't tried on Fedora or SuSE but I don't see how it would be any different.

    Michel
  • Are you still having this issue using Proc SDK 3.01, or does that appear to have resolved the issue?

    Michel Catudal said:
    I tried to compile the SDK last night, per instruction on the website but using the script that reflects the version that you point to.

    FYI, we updated the directions here to utilize the appropriate recipes:

    http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK

    Michel Catudal said:
    It barfs when trying to compile libzbar. For some bizarre reason it complains that it cannot find libjpeg which is present on my system. I tried at home because I have 7TB of disk space. I use gentoo Linux.

    Does this have some connection to the Weston issues?  If so, please explain.  If not, please start a new thread.

  • Michel,

    This thread will be moved to Catalog forum for better help

    Best regards
    Lucy
  • Issue is fixed if you add "sleep 2" in start section of /etc/init.d/weston

    In the script I see that it would bail out if it can't identify the touch screen, that seems a bit odd to do that even for HDMI display with obviously no touch screen.

    Michel
  • You mentioned BeagleBone Black in your initial post. Can this be reproduced using our Proc SDK 3.1 on that platform?  That would be the best way to bring this to a proper resolution.

    Alternatively, can you collect your dmesg output as well as /var/log/weston.log and attach them for the two cases you mentioned, i.e. before and after you add the "sleep 2" into /etc/init.d/weston?

  • I didn't see much change between the newer SDK and the previous one for the Beaglebone or Beagleboard X15. I will check on the beaglebone tonight. I will check for the TI EVM and Beagleboard B1 tomorrow. What got me to think about the delay was that it never fails the first time when it runs the calibration of the touch screen.

    One thing I have noticed is that the 4 inch LCD display doesn't work on the Beaglebone black or green with the newer Linux kernel from TI.

    I think that the sniffing of the touch screen display doesn't work. If it did, how would you explain why it would try to calibrate a touch screen that doesn't exist? I removed the LCD display, created a brand new image on a micro SD card and connected the HDMI connector to an HDMI monitor. I then got the touch screen calibration on the first boot. I had the same thing done on the Beaglebone black.


    I have not checked the fix on the Beaglebone Black yet since I have been too busy with my beagleboard X15. So far I got running on the beagleboard X15 : Arch Linux, Funtoo and SuSE Thumbleweed. Next is Fedora. My board is the Rev 2 but those OS should work on the TI Rev 3 or Beagleboard Rev B1. I will publish images on the net for those in the next few weeks, information will be available on http://suzielinux.com. No graphic desktop on either one at this point. That is for later, probably by christmas.

    Michel
  • That is on the beaglebone black. first is with weston issue and the other one is without the issue



    U-Boot SPL 2016.05-g2f757e5b2c (Oct 03 2016 - 17:53:44)
    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-g2f757e5b2c (Oct 03 2016 - 17:53:44 -0400)

    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 80:30:dc:90:f2:8b
    , 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...
    reading /am335x-boneblack.dtb
    37004 bytes read in 9 ms (3.9 MiB/s)
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    3451352 bytes read in 275 ms (12 MiB/s)
    37004 bytes read in 63 ms (573.2 KiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x34a9d8 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8fff3000, end 8ffff08b ... 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.19-gdb0b54cdad (gtbldadm@ubuntu-16) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 PREEMPT Mon 6
    [ 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 24 MiB at 0x9e800000
    [ 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=43793b2c-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: 484620K/524288K available (6551K kernel code, 314K rwdata, 2396K rodata, 264K init, 265K bss, 15092K reserved, 24576)
    [ 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 - 0xc08c5004 (8949 kB)
    [ 0.000000] .init : 0xc08c6000 - 0xc0908000 ( 264 kB)
    [ 0.000000] .data : 0xc0908000 - 0xc0956b10 ( 315 kB)
    [ 0.000000] .bss : 0xc0956b10 - 0xc0999258 ( 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.000033] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [ 0.000043] OMAP clocksource: timer1 at 24000000 Hz
    [ 0.000181] clocksource_probe: no matching clocksources found
    [ 0.000332] Console: colour dummy device 80x30
    [ 0.000354] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.000359] This ensures that you still see kernel messages. Please
    [ 0.000364] update your kernel commandline.
    [ 0.000380] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [ 0.089230] pid_max: default: 32768 minimum: 301
    [ 0.089339] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.089349] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.089954] Initializing cgroup subsys io
    [ 0.089983] Initializing cgroup subsys memory
    [ 0.090017] Initializing cgroup subsys devices
    [ 0.090032] Initializing cgroup subsys freezer
    [ 0.090044] Initializing cgroup subsys perf_event
    [ 0.090056] Initializing cgroup subsys pids
    [ 0.090079] CPU: Testing write buffer coherency: ok
    [ 0.090445] Setting up static identity map for 0x80008200 - 0x80008258
    [ 0.092258] devtmpfs: initialized
    [ 0.102118] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.114877] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.169694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.171618] pinctrl core: initialized pinctrl subsystem
    [ 0.172754] NET: Registered protocol family 16
    [ 0.174532] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.199224] cpuidle: using governor ladder
    [ 0.229214] cpuidle: using governor menu
    [ 0.233023] OMAP GPIO hardware version 0.1
    [ 0.241556] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.276184] edma 49000000.edma: TI EDMA DMA engine driver
    [ 0.279146] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferrie
    [ 0.279325] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferrie
    [ 0.279448] media: Linux media interface: v0.10
    [ 0.279502] Linux video capture interface: v2.00
    [ 0.279543] pps_core: LinuxPPS API ver. 1 registered
    [ 0.279550] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.279573] PTP clock support registered
    [ 0.279628] EDAC MC: Ver: 3.0.0
    [ 0.280641] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [ 0.280918] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.281938] clocksource: Switched to clocksource timer1
    [ 0.291062] NET: Registered protocol family 2
    [ 0.291749] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.291798] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.291836] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.291901] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.291918] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.292110] NET: Registered protocol family 1
    [ 0.292481] RPC: Registered named UNIX socket transport module.
    [ 0.292494] RPC: Registered udp transport module.
    [ 0.292500] RPC: Registered tcp transport module.
    [ 0.292506] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.293337] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [ 0.294992] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.301739] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.302729] NFS: Registering the id_resolver key type
    [ 0.302790] Key type id_resolver registered
    [ 0.302797] Key type id_legacy registered
    [ 0.302863] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.306016] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [ 0.306047] io scheduler noop registered
    [ 0.306060] io scheduler deadline registered
    [ 0.306202] io scheduler cfq registered (default)
    [ 0.307337] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.359459] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.363142] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
    [ 0.970711] console [ttyS0] enabled
    [ 0.975096] [drm] Initialized drm 1.1.0 20060810
    [ 0.986343] loop: module loaded
    [ 0.991484] libphy: Fixed MDIO Bus: probed
    [ 1.052007] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [ 1.058145] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [ 1.065242] libphy: 4a101000.mdio: probed
    [ 1.069282] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [ 1.079197] cpsw 4a100000.ethernet: Detected MACID = 80:30:dc:90:f2:89
    [ 1.087498] mousedev: PS/2 mouse device common for all mice
    [ 1.093764] i2c /dev entries driver
    [ 1.098117] cpuidle: enable-method property 'ti,am3352' found operations
    [ 1.105659] omap_hsmmc 48060000.mmc: Got CD GPIO
    [ 1.179275] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 1.188695] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.197830] NET: Registered protocol family 10
    [ 1.202527] mmc0: new high speed SDHC card at address 59b4
    [ 1.209482] sit: IPv6 over IPv4 tunneling driver
    [ 1.214503] mmcblk0: mmc0:59b4 00000 14.9 GiB
    [ 1.220035] NET: Registered protocol family 17
    [ 1.225242] Key type dns_resolver registered
    [ 1.229683] mmcblk0: p1 p2
    [ 1.232920] omap_voltage_late_init: Voltage driver support not added
    [ 1.269003] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 1.274681] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.296076] mmc1: MAN_BKOPS_EN bit is not set
    [ 1.307959] mmc1: new high speed MMC card at address 0001
    [ 1.314017] mmcblk1: mmc1:0001 S10004 3.56 GiB
    [ 1.318794] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
    [ 1.324988] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
    [ 1.332085] mmcblk1: p1 p2
    [ 1.404268] tda998x 0-0070: found TDA19988
    [ 1.409686] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
    [ 1.415777] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.422430] [drm] No driver support for vblank timestamp query.
    [ 1.508344] Console: switching to colour frame buffer device 160x64
    [ 1.522661] tilcdc 4830e000.lcdc: fb0: frame buffer device
    [ 1.551969] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
    [ 1.557900] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 1.564852] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.572053] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.579113] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.586218] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.593164] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [ 1.600857] hctosys: unable to open rtc device (rtc0)
    [ 1.609439] ALSA device list:
    [ 1.612596] No soundcards found.
    [ 1.652016] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.660227] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 1.670339] devtmpfs: mounted
    [ 1.673677] Freeing unused kernel memory: 264K (c08c6000 - c0908000)
    [ 1.680224] This architecture does not have kernel memory protection.
    [ 2.019315] systemd[1]: System time before build time, advancing clock.
    [ 2.087451] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [ 2.104913] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [ 2.128585] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -)
    [ 2.147710] systemd[1]: Detected architecture arm.

    Welcome to Arago 2016.08!

    [ 2.173921] systemd[1]: Set hostname to <suzie>.
    [ 2.281397] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 2.306658] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 2.317492] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 2.340566] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
    [ 2.371255] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [ 2.480743] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 2.491130] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 2.503557] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 2.895254] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
    [ 3.224261] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [ 3.232212] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [ 3.239983] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [ 3.247360] systemd[1]: sysinit.target: Found dependency on sockets.target/start
    [ 3.254856] systemd[1]: sysinit.target: Found dependency on dropbear.socket/stop
    [ 3.262316] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [ 3.269784] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [ 3.279251] 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.318401] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.342586] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 3.372687] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 3.406339] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 3.449685] systemd[1]: Listening on Syslog Socket.
    [ OK ] Listening on Syslog Socket.
    [ 3.473102] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 3.502373] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 3.522678] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 3.552644] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.582702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 3.612746] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 3.643801] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    [ 3.678070] 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.727830] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 3.777881] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 3.814499] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 3.854242] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 3.888689] systemd[1]: Mounting Temporary Directory...
    Mounting Temporary Directory...
    [ 3.937865] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 3.987916] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 4.042595] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.[ 4.067214] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)

    [ 4.092623] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 4.126922] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 4.183749] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 4.222542] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 4.262251] cryptodev: driver 1.8 loaded.
    [ 4.322700] systemd[1]: Mounted Debug File System.
    [ OK ] Mounted Debug File System.
    [ 4.352725] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 4.366879] systemd[1]: Mounted Temporary Directory.
    [ OK ] Mounted Temporary Directory.
    [ 4.403179] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ OK ] Started Create list of required sta...ce nodes for the current kernel.
    [ OK ] Started Setup Virtual Console.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Load Kernel Modules.
    Starting Apply Kernel Variables...
    Starting udev Coldplug all Devices...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ 5.813602] systemd-journald[102]: 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.
    Starting Load/Save Random Seed...
    [ 7.146939] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...[ 7.230189] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec

    [ OK ] Started Load/Save Random Seed.
    [ 7.364010] 47401300.usb-phy supply vcc not found, using dummy regulator
    [ 7.426073] 47401b00.usb-phy supply vcc not found, using dummy regulator
    [ OK ] Found device /dev/ttyS0.
    [ OK ] Started Create Volatile Files and Directories.
    [ 7.740992] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [ 8.211336] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [ 8.356844] remoteproc0: wkup_m3 is available
    [ 8.361332] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 8.498576] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 8.649315] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 9.053636] remoteproc0: powering up wkup_m3
    [ 9.059197] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
    [ 9.187220] remoteproc0: remote processor wkup_m3 is now up
    [ 9.187249] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Time Synchronization...[ 9.382228] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1

    [ 9.460029] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
    [ 9.543343] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
    [ 9.660430] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
    [ 9.722902] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
    [ 9.832675] PM: bootloader does not support rtc-only!
    [ 9.867197] remoteproc1: 4a334000.pru0 is available
    [ OK ] Started Network Time Synchronization.[ 9.950182] remoteproc1: Note: remoteproc is still under development and considered exper.

    [ 10.124540] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 10.296381] remoteproc1: registered virtio0 (type 7)
    [ 10.324273] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss@4a300000/pru0@4a334000 probed successfully
    [ 10.417092] remoteproc2: 4a338000.pru1 is available
    [ 10.507484] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ 10.529857] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 10.571722] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 10.643965] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 10.711012] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 10.758808] remoteproc2: registered virtio1 (type 7)
    [ 10.817154] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss@4a300000/pru1@4a338000 probed successfully
    [ OK ] Found device /dev/ttyS3.
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ 11.936167] random: nonblocking pool is initialized
    [ OK ] Found device /dev/mmcblk0p1.
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [ OK ] Reached target System Time Synchronized.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Synchronize System and HW clocks.
    [ 13.319780] usbcore: registered new interface driver usbfs
    [ 13.364671] usbcore: registered new interface driver hub
    [ 13.407771] usbcore: registered new device driver usb
    [ 13.563073] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver
    [ 13.613396] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 1
    [ 13.692429] remoteproc1: powering up 4a334000.pru0
    [ 13.703750] hub 1-0:1.0: USB hub found
    [ 13.719259] hub 1-0:1.0: 1 port detected
    [ 13.725286] remoteproc1: Booting fw image am335x-pru0-fw, size 75576
    [ 13.743424] ti-pruss 4a300000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
    [ 13.807697] remoteproc1: remote processor 4a334000.pru0 is now up
    [ 13.846816] virtio_rpmsg_bus virtio0: creating channel rpmsg-pru addr 0x1e
    [ 13.854933] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 13.872492] remoteproc2: powering up 4a338000.pru1
    [ 13.877959] remoteproc2: Booting fw image am335x-pru1-fw, size 75576
    [ 13.918125] ti-pruss 4a300000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
    [ 13.954794] remoteproc2: remote processor 4a338000.pru1 is now up
    [ 13.961420] virtio_rpmsg_bus virtio1: creating channel rpmsg-pru addr 0x1f
    [ 13.979901] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 14.036573] rpmsg_pru rpmsg0: new rpmsg_pru device: /dev/rpmsg_pru30
    [ 14.047506] rpmsg_pru rpmsg1: new rpmsg_pru device: /dev/rpmsg_pru31
    [ 14.172127] usb 1-1: new full-speed USB device number 2 using musb-hdrc
    [ OK ] Reached target Sound Card.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Reached target Sockets.[ 14.518737] input: Logitech USB Receiver as /devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.2.0

    [ OK ] Reached target Basic System.
    Starting Telephony service...
    [ 14.595006] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-musb-hdrc.2.auto-1/input0
    Starting Permit User Sessions...
    Starting Start USB gadget...
    [ 14.680203] input: Logitech USB Receiver as /devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.2.auto/usb1/1-1/1-1:1.1/0003:046D:1
    Starting uim-sysfs.service...
    Starting Print notice about GPLv3 packages...
    [ OK ] Started D-Bus System Message Bus.
    [ 14.853410] hid-generic 0003:046D:C52B.0002: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-musb-hdrc.2.auto-1/input1
    [ 15.174425] using random self ethernet address
    [ 15.178918] using random host ethernet address
    [ 15.209455] using host ethernet address: 80:30:DC:90:F2:8B
    [ 15.230639] using random self ethernet address
    [ OK ] Started Telephony service.
    [ 15.264565] using random host ethernet address
    Starting Network Service...
    [ 15.300039] using host ethernet address: 80:30:DC:90:F2:8B Starting Save/Restore Sound Card State...

    [ 15.380032] usb0: HOST MAC 80:30:dc:90:f2:8b
    Starting Login Service...
    [ 15.432277] usb0: MAC 6e:b9:0f:4d:e9:14
    [ 15.454589] Bluetooth: Core ver 2.21
    [ OK ] Started System Logging Service.
    [ OK ] Started Daily Cleanup of Temporary Directories.[ 15.513087] NET: Registered protocol family 31

    [ OK ] Reached target Timers.
    [ OK ] Started Kernel Logging Service.
    [ 15.630691] Mass Storage Function, version: 2009/09/11
    [ 15.661489] Bluetooth: HCI device and connection manager initialized
    [ 15.689136] LUN: removable file: (no medium)
    Starting Avahi mDNS/DNS-SD Stack...
    [ 15.753166] LUN: removable read only file: /dev/mmcblk0p1
    [ 15.762233] Bluetooth: HCI socket layer initialized
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [ OK ] Started Permit User Sessions.
    [ 15.845391] Bluetooth: L2CAP socket layer initialized
    [ 15.852735] Number of LUNs=1
    [ 15.888499] g_multi gadget: Multifunction Composite Gadget
    [ 15.901903] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
    [ 15.909745] Bluetooth: SCO socket layer initialized
    [ OK ] Started Save/Restore Sound Card State.
    [ OK ] Started Network Service.
    [ 15.955388] g_multi gadget: g_multi ready
    [ 16.196316] net eth0: initializing cpsw version 1.12 (0)
    [ 16.201677] net eth0: initialized cpsw ale version 1.4
    [ OK ] Found device /dev/ttyGS0.
    [ 16.290461] net eth0: ALE Table size 1024
    [ 16.334703] net eth0: phy found : id is : 0x7c0f1
    [ 16.339516] libphy: PHY 4a101000.mdio:01 not found
    [ 16.444221] net eth0: phy "4a101000.mdio:01" not found on slave 1, err -19
    [ 16.537766] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 16.587042] NET: Registered protocol family 15
    [ OK ] Started Start USB gadget.
    [ 17.414976] Initializing XFRM netlink socket
    [ 19.352840] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [ 19.360942] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Login Service.
    Starting Hostname 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 ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS3.
    [ 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.
    [ OK ] Started Hostname Service.
    [ OK ] Started uim-sysfs.service.
    Starting rc.pvr.service...
    [ 22.546382] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    ***************************************************************
    ***************************************************************
    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
    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 Print notice about GPLv3 packages.
    [ OK ] Started weston.service.
    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 parse-ip.service...
    Starting thermal-zone-init.service...
    [ OK ] Started thermal-zone-init.service.
    [ 24.952339] hid-generic 0003:046D:C52B.0003: timeout initializing reports
    [ 24.959247] hid-generic 0003:046D:C52B.0003: device has no listeners, quitting
    [ 24.976792] usbcore: registered new interface driver usbhid
    [ 24.989351] usbhid: USB HID core driver

    Suzie Linux Michel Catudal <mcatudal@comcast.net> suzie ttyS0
    Created with Yocto suzie ttyS0

    suzie login:


    U-Boot SPL 2016.05-g2f757e5b2c (Oct 03 2016 - 17:53:44)
    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-g2f757e5b2c (Oct 03 2016 - 17:53:44 -0400)

    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 80:30:dc:90:f2:8b
    , 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...
    reading /am335x-boneblack.dtb
    37004 bytes read in 9 ms (3.9 MiB/s)
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    3451352 bytes read in 276 ms (11.9 MiB/s)
    37004 bytes read in 63 ms (573.2 KiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x34a9d8 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8fff3000, end 8ffff08b ... 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.19-gdb0b54cdad (gtbldadm@ubuntu-16) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 PREEMPT Mon 6
    [ 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 24 MiB at 0x9e800000
    [ 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=43793b2c-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: 484620K/524288K available (6551K kernel code, 314K rwdata, 2396K rodata, 264K init, 265K bss, 15092K reserved, 24576)
    [ 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 - 0xc08c5004 (8949 kB)
    [ 0.000000] .init : 0xc08c6000 - 0xc0908000 ( 264 kB)
    [ 0.000000] .data : 0xc0908000 - 0xc0956b10 ( 315 kB)
    [ 0.000000] .bss : 0xc0956b10 - 0xc0999258 ( 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.000014] 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.000043] OMAP clocksource: timer1 at 24000000 Hz
    [ 0.000186] clocksource_probe: no matching clocksources found
    [ 0.000340] Console: colour dummy device 80x30
    [ 0.000363] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.000369] This ensures that you still see kernel messages. Please
    [ 0.000373] update your kernel commandline.
    [ 0.000389] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [ 0.089235] pid_max: default: 32768 minimum: 301
    [ 0.089344] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.089355] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.089961] Initializing cgroup subsys io
    [ 0.089991] Initializing cgroup subsys memory
    [ 0.090023] Initializing cgroup subsys devices
    [ 0.090037] Initializing cgroup subsys freezer
    [ 0.090050] Initializing cgroup subsys perf_event
    [ 0.090061] Initializing cgroup subsys pids
    [ 0.090085] CPU: Testing write buffer coherency: ok
    [ 0.090452] Setting up static identity map for 0x80008200 - 0x80008258
    [ 0.092259] devtmpfs: initialized
    [ 0.102111] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [ 0.114858] omap_hwmod: debugss: _wait_target_disable failed
    [ 0.169679] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.171608] pinctrl core: initialized pinctrl subsystem
    [ 0.172739] NET: Registered protocol family 16
    [ 0.174524] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.199227] cpuidle: using governor ladder
    [ 0.229217] cpuidle: using governor menu
    [ 0.232983] OMAP GPIO hardware version 0.1
    [ 0.241518] hw-breakpoint: debug architecture 0x4 unsupported.
    [ 0.276195] edma 49000000.edma: TI EDMA DMA engine driver
    [ 0.279135] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferrie
    [ 0.279186] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferrie
    [ 0.279439] media: Linux media interface: v0.10
    [ 0.279497] Linux video capture interface: v2.00
    [ 0.279540] pps_core: LinuxPPS API ver. 1 registered
    [ 0.279546] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.279569] PTP clock support registered
    [ 0.279622] EDAC MC: Ver: 3.0.0
    [ 0.280625] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [ 0.280902] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.281926] clocksource: Switched to clocksource timer1
    [ 0.291027] NET: Registered protocol family 2
    [ 0.291710] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.291755] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.291794] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.291860] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.291876] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [ 0.292072] NET: Registered protocol family 1
    [ 0.292433] RPC: Registered named UNIX socket transport module.
    [ 0.292447] RPC: Registered udp transport module.
    [ 0.292453] RPC: Registered tcp transport module.
    [ 0.292459] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.293296] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [ 0.294957] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.301695] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.302693] NFS: Registering the id_resolver key type
    [ 0.302753] Key type id_resolver registered
    [ 0.302760] Key type id_legacy registered
    [ 0.302829] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.305987] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [ 0.306016] io scheduler noop registered
    [ 0.306029] io scheduler deadline registered
    [ 0.306172] io scheduler cfq registered (default)
    [ 0.307315] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [ 0.359329] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.363004] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
    [ 0.970568] console [ttyS0] enabled
    [ 0.974970] [drm] Initialized drm 1.1.0 20060810
    [ 0.986235] loop: module loaded
    [ 0.991381] libphy: Fixed MDIO Bus: probed
    [ 1.051991] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
    [ 1.058126] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
    [ 1.065173] libphy: 4a101000.mdio: probed
    [ 1.069214] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
    [ 1.079147] cpsw 4a100000.ethernet: Detected MACID = 80:30:dc:90:f2:89
    [ 1.087423] mousedev: PS/2 mouse device common for all mice
    [ 1.093685] i2c /dev entries driver
    [ 1.098035] cpuidle: enable-method property 'ti,am3352' found operations
    [ 1.105584] omap_hsmmc 48060000.mmc: Got CD GPIO
    [ 1.179269] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 1.188687] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.197832] NET: Registered protocol family 10
    [ 1.202533] mmc0: new high speed SDHC card at address 59b4
    [ 1.209503] sit: IPv6 over IPv4 tunneling driver
    [ 1.214532] mmcblk0: mmc0:59b4 00000 14.9 GiB
    [ 1.220056] NET: Registered protocol family 17
    [ 1.225266] Key type dns_resolver registered
    [ 1.229705] mmcblk0: p1 p2
    [ 1.232946] omap_voltage_late_init: Voltage driver support not added
    [ 1.269003] tps65217 0-0024: TPS65217 ID 0xe version 1.2
    [ 1.274686] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.296082] mmc1: MAN_BKOPS_EN bit is not set
    [ 1.307977] mmc1: new high speed MMC card at address 0001
    [ 1.314038] mmcblk1: mmc1:0001 S10004 3.56 GiB
    [ 1.318822] mmcblk1boot0: mmc1:0001 S10004 partition 1 4.00 MiB
    [ 1.325018] mmcblk1boot1: mmc1:0001 S10004 partition 2 4.00 MiB
    [ 1.332133] mmcblk1: p1 p2
    [ 1.404263] tda998x 0-0070: found TDA19988
    [ 1.409674] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_ops)
    [ 1.415769] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.422424] [drm] No driver support for vblank timestamp query.
    [ 1.508330] Console: switching to colour frame buffer device 160x64
    [ 1.522646] tilcdc 4830e000.lcdc: fb0: frame buffer device
    [ 1.551955] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
    [ 1.557883] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [ 1.564838] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.572053] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.579113] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.586220] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
    [ 1.593168] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [ 1.600874] hctosys: unable to open rtc device (rtc0)
    [ 1.609464] ALSA device list:
    [ 1.612619] No soundcards found.
    [ 1.653424] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.661631] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 1.671709] devtmpfs: mounted
    [ 1.675044] Freeing unused kernel memory: 264K (c08c6000 - c0908000)
    [ 1.681596] This architecture does not have kernel memory protection.
    [ 2.001349] systemd[1]: System time before build time, advancing clock.
    [ 2.068775] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [ 2.086059] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [ 2.109729] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -)
    [ 2.128876] systemd[1]: Detected architecture arm.

    Welcome to Arago 2016.08!

    [ 2.153859] systemd[1]: Set hostname to <suzie>.
    [ 2.249500] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 2.273748] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 2.289402] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 2.311764] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 24 bits of entropy available)
    [ 2.338487] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [ 2.447005] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 2.457185] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 2.468308] random: systemd: uninitialized urandom read (16 bytes read, 29 bits of entropy available)
    [ 2.861686] systemd[1]: [/lib/systemd/system/gadget-init.service:15] Unknown lvalue 'ExecStopPre' in section 'Service'
    [ 3.191598] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [ 3.199683] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [ 3.207536] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [ 3.214833] systemd[1]: sysinit.target: Found dependency on sockets.target/start
    [ 3.222318] systemd[1]: sysinit.target: Found dependency on dbus.socket/start
    [ 3.229500] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [ 3.236981] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [ 3.246452] 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.288270] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.312970] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 3.342627] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.372667] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 3.402377] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 3.432597] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 3.462602] systemd[1]: Listening on Syslog Socket.
    [ OK ] Listening on Syslog Socket.
    [ 3.492997] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 3.522734] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 3.552702] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 3.582328] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 3.604942] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    [ 3.638892] systemd[1]: Mounting Temporary Directory...
    Mounting Temporary Directory...
    [ 3.680212] 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.757624] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 3.804413] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 3.834288] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 3.862495] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 3.887715] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 3.944725] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 4.010927] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 4.032566] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 4.089463] systemd[1]: Starting Journal Service...
    [ 4.096257] cryptodev: driver 1.8 loaded.
    Starting Journal Service...
    [ 4.143981] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 4.157515] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 4.187098] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 4.296141] systemd[1]: Mounted Debug File System.
    [ OK ] Mounted Debug File System.
    [ 4.332611] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 4.362449] systemd[1]: Mounted Temporary Directory.
    [ OK ] Mounted Temporary Directory.
    [ 4.393016] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ OK ] Started Create list of required sta...ce nodes for the current kernel.
    [ OK ] Started Setup Virtual Console.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Load Kernel Modules.
    Starting Apply Kernel Variables...
    Starting udev Coldplug all Devices...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ 5.813279] systemd-journald[101]: 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 ] Found device /dev/ttyS0.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ 7.519365] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 7.566051] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [ 7.674154] 47401300.usb-phy supply vcc not found, using dummy regulator
    [ OK ] Started Load/Save Random Seed.
    [ 7.769717] 47401b00.usb-phy supply vcc not found, using dummy regulator
    [ OK ] Started Create Volatile Files and Directories.[ 7.914353] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20

    [ 8.176449] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [ 8.434544] remoteproc0: wkup_m3 is available
    [ 8.439032] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 8.592166] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 8.946937] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ 9.399633] remoteproc0: powering up wkup_m3
    [ 9.449836] ti-pruss 4a300000.pruss: creating PRU cores and other child platform devices
    [ 9.482765] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
    [ 9.490303] remoteproc0: remote processor wkup_m3 is now up
    [ 9.496007] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x191
    [ 9.547306] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
    [ 9.660750] irq: no irq domain found for /ocp/pruss@4a300000/intc@4a320000 !
    [ OK ] Started Network Time Synchronization.
    [ 9.772644] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [ 9.835642] PM: bootloader does not support rtc-only!
    [ 9.843368] remoteproc1: 4a334000.pru0 is available
    [ 9.922127] remoteproc1: Note: remoteproc is still under development and considered experimental.
    [ 9.997050] asoc-simple-card sound: i2s-hifi <-> 48038000.mcasp mapping ok
    [ 10.045537] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 10.185137] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 10.195944] remoteproc1: registered virtio0 (type 7)
    [ 10.222159] pru-rproc 4a334000.pru0: PRU rproc node /ocp/pruss@4a300000/pru0@4a334000 probed successfully
    [ 10.326228] remoteproc2: 4a338000.pru1 is available
    [ 10.407944] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ 10.542703] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 10.687351] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 10.701185] remoteproc2: registered virtio1 (type 7)
    [ 10.710838] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 10.757733] pru-rproc 4a338000.pru1: PRU rproc node /ocp/pruss@4a300000/pru1@4a338000 probed successfully
    [ OK ] Found device /dev/ttyS3.
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ 11.852036] random: nonblocking pool is initialized
    [ OK ] Found device /dev/mmcblk0p1.
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [ OK ] Reached target System Time Synchronized.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Synchronize System and HW clocks.
    [ 13.350391] usbcore: registered new interface driver usbfs
    [ 13.386029] usbcore: registered new interface driver hub
    [ 13.430155] usbcore: registered new device driver usb
    [ 13.597897] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver
    [ 13.662221] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 1
    [ 13.730860] remoteproc1: powering up 4a334000.pru0
    [ 13.739610] hub 1-0:1.0: USB hub found
    [ 13.762118] hub 1-0:1.0: 1 port detected
    [ 13.770631] remoteproc1: Booting fw image am335x-pru0-fw, size 75576
    [ 13.800746] ti-pruss 4a300000.pruss: configured system_events = 0x0000000000030000 intr_channels = 0x00000005 host_intr = 0x00000005
    [ 13.880114] remoteproc1: remote processor 4a334000.pru0 is now up
    [ 13.902565] virtio_rpmsg_bus virtio0: creating channel rpmsg-pru addr 0x1e
    [ 13.910222] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 13.932631] remoteproc2: powering up 4a338000.pru1
    [ 13.938030] remoteproc2: Booting fw image am335x-pru1-fw, size 75576
    [ 13.973167] ti-pruss 4a300000.pruss: configured system_events = 0x00000000000c0000 intr_channels = 0x0000000a host_intr = 0x0000000a
    [ 14.012445] remoteproc2: remote processor 4a338000.pru1 is now up
    [ 14.019148] virtio_rpmsg_bus virtio1: creating channel rpmsg-pru addr 0x1f
    [ 14.028655] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 14.081172] rpmsg_pru rpmsg0: new rpmsg_pru device: /dev/rpmsg_pru30
    [ 14.097495] rpmsg_pru rpmsg1: new rpmsg_pru device: /dev/rpmsg_pru31
    [ 14.222117] usb 1-1: new full-speed USB device number 2 using musb-hdrc
    [ OK ] Reached target Sound Card.
    [ OK ] Reached target System Initialization.
    [ 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.
    Starting uim-sysfs.service...
    [ 14.594693] input: Logitech USB Receiver as /devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.2.auto/usb1/1-1/1-1:1.0/0003:046D:0
    Starting Permit User Sessions...
    Starting Print notice about GPLv3 packages...
    [ OK ] Started System Logging Service.
    [ 14.735009] hid-generic 0003:046D:C52B.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-musb-hdrc.2.auto-1/input0
    Starting Save/Restore Sound Card State...
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Start USB gadget...
    [ 14.903229] input: Logitech USB Receiver as /devices/platform/ocp/47400000.usb/47401c00.usb/musb-hdrc.2.auto/usb1/1-1/1-1:1.1/0003:046D:1
    [ OK ] Started Kernel Logging Service.
    Starting Login Service...
    [ OK ] Started D-Bus System Message Bus.
    [ 15.144949] hid-generic 0003:046D:C52B.0002: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-musb-hdrc.2.auto-1/input1
    [ 15.518945] using random self ethernet address
    [ 15.541810] using random host ethernet address
    [ 15.570283] using host ethernet address: 80:30:DC:90:F2:8B
    [ 15.609840] NET: Registered protocol family 15
    [ 15.619349] using random self ethernet address
    [ 15.648677] using random host ethernet address
    Starting Telephony service...
    [ 15.688564] using host ethernet address: 80:30:DC:90:F2:8B Starting Avahi mDNS/DNS-SD Stack...
    [ 15.750548] usb0: HOST MAC 80:30:dc:90:f2:8b
    [ 15.750683] usb0: MAC da:b0:c0:ab:ab:28
    [ OK ] Started Daily Cleanup of Temporary Directories.

    [ 15.903720] Mass Storage Function, version: 2009/09/11
    [ 15.903731] LUN: removable file: (no medium)
    [ 15.903967] LUN: removable read only file: /dev/mmcblk0p1
    [ 15.903972] Number of LUNs=1
    [ 15.917261] g_multi gadget: Multifunction Composite Gadget
    [ 15.917269] g_multi gadget: g_multi ready
    [ 16.216277] Bluetooth: Core ver 2.21
    [ 16.216857] NET: Registered protocol family 31
    [ 16.216861] Bluetooth: HCI device and connection manager initialized
    [ 16.216885] Bluetooth: HCI socket layer initialized
    [ 16.216895] Bluetooth: L2CAP socket layer initialized
    [ 16.216931] Bluetooth: SCO socket layer initialized
    [ 16.376218] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
    [ 16.482873] Initializing XFRM netlink socket
    [ OK ] Reached target Timers.
    Starting Network Service...
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Save/Restore Sound Card State.
    [ OK ] Started Start USB gadget.
    [ OK ] Started Network Service.
    [ OK ] Found device /dev/ttyGS0.
    [ 17.224709] net eth0: initializing cpsw version 1.12 (0)
    [ 17.273740] net eth0: initialized cpsw ale version 1.4
    [ 17.313610] net eth0: ALE Table size 1024
    [ 17.363258] net eth0: phy found : id is : 0x7c0f1
    [ 17.402364] libphy: PHY 4a101000.mdio:01 not found
    [ 17.407211] net eth0: phy "4a101000.mdio:01" not found on slave 1, err -19
    [ 17.544644] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 20.382803] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [ 20.426463] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ OK ] Started Telephony service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Login Service.
    Starting Hostname Service...
    [ OK ] Reached target Network.
    Starting Network Name Resolution...
    Starting Lightning Fast Webserver With Light System Requirements...
    Mounting Configuration File System...
    [ OK ] Started Serial Getty on ttyGS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Serial Getty on ttyS3.
    [ OK ] Mounted Configuration File System.
    [ OK ] Started Network Name Resolution.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started Hostname Service.
    [ OK ] Started uim-sysfs.service.
    ***************************************************************
    ***************************************************************
    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
    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 Print notice about GPLv3 packages.
    Starting rc.pvr.service...
    [ 22.695890] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started weston.service.
    Starting telnetd.service...
    [ 25.272259] hid-generic 0003:046D:C52B.0003: timeout initializing reports
    [ 25.302301] hid-generic 0003:046D:C52B.0003: device has no listeners, quitting
    [ 25.343266] usbcore: registered new interface driver usbhid
    [ 25.372097] usbhid: USB HID core driver
    [ OK ] Started telnetd.service.
    Starting busybox-udhcpd.service...
    Starting thttpd.service...
    [ OK ] Started busybox-udhcpd.service.
    [ OK ] Started thttpd.service.
    [ 26.907742] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000020): FIFO underfow
    [ 26.919766] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 26.926624] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost

    Suzie Linux Michel Catudal <mcatudal@comcast.net> suzie ttyS0
    Created with Yocto suzie ttyS0

    suzie login: [ 27.937592] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000020): FIFO underfow
    [ 27.952802] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 27.959586] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 27.969420] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 27.976260] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 27.986073] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 27.992903] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 28.002725] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 28.009481] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost
    [ 28.369944] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000004): Sync lost flood detected, disabling the interrupt
    [ 41.491946] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000020): FIFO underfow
    [ 56.544679] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000020): FIFO underfow
    [ 56.589776] tilcdc 4830e000.lcdc: tilcdc_crtc_irq(0x00000020): FIFO underfow


    Weston log when it fails


    Date: 2016-11-10 EST
    [23:31:27.347] weston 1.9.0
    http://wayland.freedesktop.org
    Bug reports to: bugs.freedesktop.org/enter_bug.cgi
    Build: 1.8.93-2-gb05cdb8 configure.ac: bump to version 1.9.0 for the official release (2015-09-21 18:11:26 -0700)
    [23:31:27.348] OS: Linux, 4.4.19-gdb0b54cdad, #1 PREEMPT Mon Oct 3 17:43:46 EDT 2016, armv7l
    [23:31:27.350] Using config file '/etc//weston.ini'
    [23:31:27.353] Loading module '/usr/lib/weston/drm-backend.so'
    [23:31:27.396] Output repaint window is 7 ms maximum.
    [23:31:27.396] initializing drm backend
    [23:31:27.415] using /dev/dri/card0
    [23:31:27.418] Loading module '/usr/lib/weston/gl-renderer.so'
    failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file: No such file or directory
    failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory
    loaded module : gbm_pvr.so
    found valid GBM backend : gbm_pvr.so
    [23:31:27.519] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eglGetDisplay.
    [23:31:27.597] warning: EGL_EXT_buffer_age not supported. Performance could be affected.
    [23:31:27.597] Retrieving EGL client extension string failed.
    [23:31:27.623] input device 'Logitech USB Receiver', /dev/input/event0 not tagged as input device
    [23:31:27.668] failed to create input device '/dev/input/event0'.
    [23:31:27.671] input device 'Logitech USB Receiver', /dev/input/event1 not tagged as input device
    [23:31:27.718] failed to create input device '/dev/input/event1'.
    [23:31:27.719] warning: no input devices on entering Weston. Possible causes:
    - no permissions to read /dev/input/event*
    - seats misconfigured (Weston backend option 'seat', udev device property ID_SEAT)
    [23:31:27.719] failed to create input devices
    [23:31:27.760] fatal: failed to create compositor backend






    Weston log when it works, all I added was "sleep 2" before starting weston


    Date: 2016-11-10 EST
    [22:57:49.829] weston 1.9.0
    http://wayland.freedesktop.org
    Bug reports to: bugs.freedesktop.org/enter_bug.cgi
    Build: 1.8.93-2-gb05cdb8 configure.ac: bump to version 1.9.0 for the official release (2015-09-21 18:11:26 -0700)
    [22:57:49.830] OS: Linux, 4.4.19-gdb0b54cdad, #1 PREEMPT Mon Oct 3 17:43:46 EDT 2016, armv7l
    [22:57:49.832] Using config file '/etc//weston.ini'
    [22:57:49.835] Loading module '/usr/lib/weston/drm-backend.so'
    [22:57:49.948] Output repaint window is 7 ms maximum.
    [22:57:49.948] initializing drm backend
    [22:57:49.970] using /dev/dri/card0
    [22:57:49.976] Loading module '/usr/lib/weston/gl-renderer.so'
    failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file: No such file or directory
    failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory
    loaded module : gbm_pvr.so
    found valid GBM backend : gbm_pvr.so
    [22:57:50.122] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eglGetDisplay.
    [22:57:50.258] warning: EGL_EXT_buffer_age not supported. Performance could be affected.
    [22:57:50.258] Retrieving EGL client extension string failed.
    [22:57:50.297] input device 'Logitech USB Receiver', /dev/input/event0 is tagged by udev as: Keyboard
    [22:57:50.300] input device 'Logitech USB Receiver', /dev/input/event0 is a keyboard
    [22:57:50.322] input device 'Logitech USB Receiver', /dev/input/event1 is tagged by udev as: Keyboard Mouse
    [22:57:50.323] input device 'Logitech USB Receiver', /dev/input/event1 is a pointer caps
    [22:57:50.323] input device 'Logitech USB Receiver', /dev/input/event1 is a keyboard
    [22:57:50.713] EGL version: 1.4 build 1.14@3699939 (MAIN)
    [22:57:50.714] EGL vendor: Imagination Technologies
    [22:57:50.714] EGL client APIs: OpenGL_ES
    [22:57:50.714] EGL extensions: EGL_IMG_client_api_ogl EGL_KHR_image
    EGL_KHR_image_base EGL_KHR_gl_texture_2D_image
    EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image
    EGL_KHR_vg_parent_image EGL_IMG_cl_image EGL_KHR_fence_sync
    EGL_IMG_context_priority EGL_IMG_hibernate_process
    EGL_IMG_image_plane_attribs EGL_KHR_surfaceless_context
    EGL_KHR_wait_sync EGL_KHR_create_context
    EGL_WL_bind_wayland_display
    [22:57:50.714] GL version: OpenGL ES 2.0 build 1.14@3699939 (MAIN)
    [22:57:50.714] GLSL version: OpenGL ES GLSL ES 1.00 build 1.14@3699939 (MAIN)
    [22:57:50.714] GL vendor: Imagination Technologies
    [22:57:50.714] GL renderer: PowerVR SGX 530
    [22:57:50.714] GL extensions: GL_OES_rgb8_rgba8 GL_OES_depth24
    GL_OES_vertex_half_float GL_OES_texture_float
    GL_OES_texture_half_float GL_OES_element_index_uint
    GL_OES_mapbuffer GL_OES_fragment_precision_high
    GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image
    GL_OES_EGL_image_external GL_OES_required_internalformat
    GL_OES_depth_texture GL_OES_get_program_binary
    GL_OES_packed_depth_stencil GL_OES_standard_derivatives
    GL_OES_vertex_array_object GL_OES_egl_sync
    GL_OES_surfaceless_context GL_EXT_discard_framebuffer
    GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
    GL_EXT_multisampled_render_to_texture GL_EXT_shader_texture_lod
    GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg
    GL_IMG_shader_binary GL_IMG_texture_compression_pvrtc
    GL_IMG_texture_npot GL_IMG_texture_format_BGRA8888
    GL_IMG_read_format GL_IMG_program_binary
    GL_IMG_uniform_buffer_object
    GL_IMG_multisampled_render_to_texture GL_KHR_debug
    [22:57:50.714] GL ES 2 renderer features:
    read-back format: RGBA
    wl_shm sub-image to texture: no
    EGL Wayland extension: yes
    [22:57:50.714] Chosen EGL config details:
    RGBA bits: 8 8 8 8
    swap interval range: 1 - 1
    [22:57:50.714] cursor buffers unavailable, using gl cursors
    [22:57:50.715] Failed to initialize backlight
    [22:57:50.715] EDID data 'HWP', 'HP 2711', 'CNK20609L0'
    [22:57:50.715] Output HDMI-A-1, (connector 26, crtc 24)
    mode 1280x1024@60.0
    mode 1440x900@59.9
    mode 1280x720@60.0
    mode 1280x720@59.9
    mode 1280x720@50.0
    mode 1024x768@60.0
    mode 800x600@60.3
    mode 720x576@50.0
    mode 720x480@60.0
    mode 720x480@59.9
    mode 640x480@60.0
    mode 640x480@59.9
    mode 720x400@70.1
    mode 1280x1024@60.0, current
    [22:57:50.715] Compositor capabilities:
    arbitrary surface rotation: yes
    screen capture uses y-flip: yes
    presentation clock: CLOCK_MONOTONIC, id 1
    [22:57:50.718] Loading module '/usr/lib/weston/desktop-shell.so'
    [22:57:50.723] launching '/usr/libexec/weston-keyboard'
    [22:57:50.726] launching '/usr/libexec/weston-desktop-shell'
    [22:57:50.944] Warning: computed repaint delay is insane: -26508 msec



    Michel