This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: PRU ethernet

Part Number: AM5728

Hi,

we are using am578 SDK ti-processor-sdk-linux-am57xx-evm-03.02.00.05-Linux-x86-Install.bin

In our custom board we connected PRUSS2 ethernet to micrel ethernet driver IC. we connected rx,tx data lines clocks and ctl signals

I changed the DTS file as below:

/* Dual-MAC Ethernet application node on PRU-ICSS2 */
    pruss2_eth {
        compatible = "ti,am57-prueth";
        pruss = <&pruss2>;
        sram = <&ocmcram1>;
        interrupt-parent = <&pruss2_intc>;

        pruss2_emac0: ethernet-mii0 {
            phy-handle = <&pruss2_eth0_phy>;
            phy-mode = "mii";
            /*interrupts = <20>, <22>;
            interrupt-names = "rx", "tx";
            /* Filled in by bootloader */
            local-mac-address = [00 00 00 00 00 00];
        };

        pruss2_emac1: ethernet-mii1 {
            phy-handle = <&pruss2_eth1_phy>;
            phy-mode = "mii";
            /*interrupts = <21>, <23>;
            interrupt-names = "rx", "tx";
            /* Filled in by bootloader */
            local-mac-address = [00 00 00 00 00 00];
        };
    };

&pruss2 {
    status = "okay";
    pinctrl-names = "default";
    pinctrl-0 = <&pru2_mii_pins_default>;
    /*dual_emac;*/

    pru2_0: pru0@4b2b4000 {
        mboxes=<&mailbox4 &mbox_pru2_0>;
        status = "okay";
    };

    pru2_1: pru1@4b2b8000 {
        mboxes=<&mailbox4 &mbox_pru2_1>;
        status = "okay";
    };

&pruss2_mdio {
    status = "okay";

    pinctrl-names = "default";
    pinctrl-0 = <&pru2_mii_davinci_mdio_pins_default>;


    pruss2_eth0_phy: ethernet-phy@5 {
        reg = <5>;
    dual_emac_res_vlan = <3>;
       
    };

    pruss2_eth1_phy: ethernet-phy@6 {
        reg = <6>;
       
    dual_emac_res_vlan = <4>;
    };
};

we used physical address of 5 and 6

we included ti,am572x-beagle-x15 in pru_rproc.c

the log is as follows regarding pru ethernet

[    2.318576] prueth pruss2_eth: unable to get pruss handle

[    2.532482] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
[    2.586488] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6
[    2.586491] libphy: 4b2b2400.mdio: probed
[    2.591095] davinci_mdio 4b2b2400.mdio: phy[5]: device 4b2b2400.mdio:05, driver Micrel KSZ9031 Gigabit PHY
[    2.591101] davinci_mdio 4b2b2400.mdio: phy[6]: device 4b2b2400.mdio:06, driver Micrel KSZ9031 Gigabit PHY
[    2.592507]  remoteproc4: 4b2b4000.pru0 is available
[    2.592512]  remoteproc4: Note: remoteproc is still under development and considered experimental.
[    2.592515]  remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    2.592583] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully
[    2.592756]  remoteproc5: 4b2b8000.pru1 is available
[    2.592759]  remoteproc5: Note: remoteproc is still under development and considered experimental.
[    2.592763]  remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[    2.592831] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully
[    2.593758]  remoteproc4: Direct firmware load for ti-pruss/am57xx-pru0-prueth-fw.elf failed with error -2
[    2.593765]  remoteproc4: failed to load ti-pruss/am57xx-pru0-prueth-fw.elf
[    2.593815]  remoteproc5: Direct firmware load for ti-pruss/am57xx-pru1-prueth-fw.elf failed with error -2
[    2.593821]  remoteproc5: failed to load ti-pruss/am57xx-pru1-prueth-fw.elf

what else to be changed

Regards,

Kumari

  • Hello Kumari,

    Processor SDK 3.2 is too old for me to support, so I will only be able to provide limited assistance.

    It looks like RemoteProc is unable to find ti-pruss/am57xx-pru1-prueth-fw.elf . The error code returned is for "no such file or directory". I expect RemoteProc to look in /lib/firmware for code to load into the PRUs. Does the elf file exist in the expected location?

    Regards,

    Nick

  • hello Nick,

    after installing modules our problem solved.

    now I am able to see eth0,eth1,eth2,eth3 after giving ifconfig command

    but unable to ping eth2 and eth3
    please suggest what to change

    Thanks,
    Kumari
  • Hello Kumari,

    Please take a look at the Ethernet Triage Checklist for ways you can collect debug information for us to proceed. In addition to the suggestions there, I would be curious to see ifconfig -a.

    Are you connecting all of your ports to the same network? If so, try connecting only a single port and checking if you can ping it.

    Regards,

    Nick

  • Hello Nick,

    1) Kernel Version: Linux am57xx-evm 4.4.32-gadde2ca9f8 #1 SMP PREEMPT Mon Jan 14 14:41:35 IST 2019 armv7l GNU/Linux

    2) File System: am578 SDK ti-processor-sdk-linux-am57xx-evm-03.02.00.05-Linux-x86-Install.bin based file system

    3)Board: Custom Board

    4)Console Log: attached as file  name console log

    U-Boot SPL 2016.05 (Jan 09 2019 - 11:17:24)
    DRA752-GP ES2.0
    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
    
    
    U-Boot 2016.05 (Jan 09 2019 - 11:18:15 +0530)
    
    CPU  : DRA752-GP ES2.0
    Model: TI AM5728 BeagleBoard-X15
    Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
    DRAM:  2 GiB
    MMC:   no pinctrl for sdr104
    no pinctrl for ddr50
    no pinctrl for sdr50
    no pinctrl for sdr25
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    reading uboot.env
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    I2C chip 50: requested alen 2 does not match chip offset_len 1
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
    scanning bus for devices...
    Found 0 device(s).
    Net:   
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3606360 bytes read in 179 ms (19.2 MiB/s)
    97547 bytes read in 26 ms (3.6 MiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x370758 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8ffffd0a ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.32-gadde2ca9f8 (ssdvrs@ssdvrs) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Mon Jan 14 14:41:35 IST 2019
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI AM5728 BeagleBoard-X15
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
    [    0.000000] DRA752 ES2.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @eed2f000 s14848 r8192 d22016 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 472640
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=d98886e7-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 1672420K/1897472K available (6599K kernel code, 361K rwdata, 2416K rodata, 332K init, 289K bss, 28444K reserved, 196608K cma-reserved, 1283072K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc08d6044   (9017 kB)
    [    0.000000]       .init : 0xc08d7000 - 0xc092a000   ( 332 kB)
    [    0.000000]       .data : 0xc092a000 - 0xc09846b0   ( 362 kB)
    [    0.000000]        .bss : 0xc0986000 - 0xc09ce740   ( 290 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] 	Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000015] Switching to timer-based delay loop, resolution 162ns
    [    0.000333] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000341] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000741] Console: colour dummy device 80x30
    [    0.000757] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.000763] This ensures that you still see kernel messages. Please
    [    0.000768] update your kernel commandline.
    [    0.000781] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000794] pid_max: default: 32768 minimum: 301
    [    0.000890] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000900] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001443] Initializing cgroup subsys io
    [    0.001461] Initializing cgroup subsys memory
    [    0.001484] Initializing cgroup subsys devices
    [    0.001496] Initializing cgroup subsys freezer
    [    0.001507] Initializing cgroup subsys perf_event
    [    0.001518] Initializing cgroup subsys pids
    [    0.001544] CPU: Testing write buffer coherency: ok
    [    0.001742] /cpus/cpu@0 missing clock-frequency property
    [    0.001759] /cpus/cpu@1 missing clock-frequency property
    [    0.001769] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001804] Setting up static identity map for 0x800082c0 - 0x80008318
    [    0.080068] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080129] Brought up 2 CPUs
    [    0.080142] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080148] CPU: All CPU(s) started in HYP mode.
    [    0.080154] CPU: Virtualization extensions available.
    [    0.080528] devtmpfs: initialized
    [    0.107235] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.108155] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.310354] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.314454] pinctrl core: initialized pinctrl subsystem
    [    0.315288] NET: Registered protocol family 16
    [    0.316201] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.340220] cpuidle: using governor ladder
    [    0.370244] cpuidle: using governor menu
    [    0.379196] OMAP GPIO hardware version 0.1
    [    0.385727] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.406774] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.406784] hw-breaoint: maximum watchpoint size is 8 bytes.
    [    0.407232] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.407241] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.407803] OMAP DMA hardware revision 0.0
    [    0.451374] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.45243] edma 43300000.edma: memcpy is disabled
    [    0.457177] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.460669] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.460844] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.461007] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.461162] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.461427] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.461608] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.463669] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/i2c1_pins_default, deferring probe
    [    0.464071] omap_i2c 48072000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.464447] omap_i2c 48060000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.464595] media: Linux media interface: v0.10
    [    0.464643] Linux video capture interface: v2.00
    [    0.464679] pps_core: LinuxPPS API ver. 1 registered
    [    0.464686] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.464707] PTP clock support registered
    [    0.464747] EDAC MC: Ver: 3.0.0
    [    0.465474] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [    0.465757] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [    0.466040] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.466323] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.466633] Advanced Linux Sound Architecture Driver Initialized.
    [    0.467457] clocksource: Switched to clocksource arch_sys_counter
    [    0.478107] NET: Registered protocol family 2
    [    0.478607] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.478670] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.478794] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.478840] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.478870] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.479076] NET: Registered protocol family 1
    [    0.479339] RPC: Registered named UNIX socket transport module.
    [    0.479347] RPC: Registered udp transport module.
    [    0.479353] RPC: Registered tcp transport module.
    [    0.479360] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.480273] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.482603] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.490302] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.490949] NFS: Registering the id_resolver key type
    [    0.490978] Key type id_resolver registered
    [    0.490985] Key type id_legacy registered
    [    0.491049] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.492996] bounce: pool size: 64 pages
    [    0.493147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.493163] io scheduler noop registered
    [    0.493177] io scheduler deadline registered
    [    0.493210] io scheduler cfq registered (default)
    [    0.497615] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.500740] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [    0.500751]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [    0.500783]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.500803]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.509248] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [    0.509261] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.509272] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.509281] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.509685] PCI: bus0: Fast back to back transfers disabled
    [    0.527575] PCI: bus1: Fast back to back transfers disabled
    [    0.527593] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    0.528630] PCI: bus2: Fast back to back transfers enabled
    [    0.528670] pci_bus 0000:02: [bus 02] partially hidden behind bridge 0000:01 [bus 01]
    [    0.528685] pci 0000:00:00.0: bridge has subordinate 01 but max busn 02
    [    0.528863] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.528878] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
    [    0.528889] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.528904] pci 0000:01:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff]
    [    0.528916] pci 0000:02:00.0: BAR 0: assigned [mem 0x20200000-0x2023ffff]
    [    0.528939] pci 0000:02:00.0: BAR 1: assigned [mem 0x20240000-0x20240fff]
    [    0.528961] pci 0000:01:00.0: PCI bridge to [bus 02]
    [    0.528988] pci 0000:01:00.0:   bridge window [mem 0x20200000-0x202fffff]
    [    0.529028] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.529038] pci 0000:00:00.0:   bridge window [mem 0x20200000-0x202fffff]
    [    0.529254] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.529263] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [    0.529271] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [    0.529635] ------------[ cut here ]------------
    [    0.529651] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2108 _enable+0x2bc/0x2d8()
    [    0.529657] omap_hwmod: pcie1: enabled state can only be entered from initialized, idle, or disabled state
    [    0.529664] Modules linked in:
    [    0.529677] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.4.32-gadde2ca9f8 #1
    [    0.529684] Hardware name: Generic DRA74X (Flattened Device Tree)
    [    0.529690] Backtrace: 
    [    0.529715] [<c00130e4>] (dump_backtrace) from [<c00132e0>] (show_stack+0x18/0x1c)
    [    0.529722]  r7:c0024cb0 r6:20000093 r5:00000000 r4:c0956ecc
    [    0.529751] [<c00132c8>] (show_stack) from [<c02b794c>] (dump_stack+0x8c/0xa0)
    [    0.529767] [<c02b78c0>] (dump_stack) from [<c00349c4>] (warn_slowpath_common+0x88/0xb8)
    [    0.529774]  r7:c0024cb0 r6:0000083c r5:00000009 r4:ee88dbf0
    [    0.529800] [<c003493c>] (warn_slowpath_common) from [<c0034a2c>] (warn_slowpath_fmt+0x38/0x40)
    [    0.529806]  r8:00000004 r7:c00266ec r6:a0000013 r5:c0937aa8 r4:c080c8bc
    [    0.529832] [<c00349f8>] (warn_slowpath_fmt) from [<c0024cb0>] (_enable+0x2bc/0x2d8)
    [    0.529838]  r3:c080e908 r2:c080c8bc
    [    0.529848]  r4:c0937a48
    [    0.529860] [<c00249f4>] (_enable) from [<c002544c>] (omap_hwmod_enable+0x2c/0x4c)
    [    0.529866]  r7:c00266ec r6:a0000013 r5:c0937aa8 r4:c0937a48
    [    0.529888] [<c0025420>] (omap_hwmod_enable) from [<c002669c>] (omap_device_enable+0x48/0x98)
    [    0.529894]  r7:c00266ec r6:eea0e4c0 r5:00000000 r4:00000001
    [    0.529916] [<c0026654>] (omap_device_enable) from [<c0026704>] (_od_runtime_resume+0x18/0x2c)
    [    0.529922]  r7:c00266ec r6:c00266ec r5:eea21274 r4:eea21210
    [    0.529946] [<c00266ec>] (_od_runtime_resume) from [<c03f8c9c>] (__rpm_callback+0x34/0x68)
    [    0.529952]  r5:eea21274 r4:eea21210
    [    0.529968] [<c03f8c68>] (__rpm_callback) from [<c03f8cf8>] (rpm_callback+0x28/0x88)
    [    0.529974]  r7:c00266ec r6:eea20e10 r5:eea21210 r4:eea21210
    [    0.529996] [<c03f8cd0>] (rpm_callback) from [<c03f9bd8>] (rpm_resume+0x374/0x568)
    [    0.530002]  r7:c00266ec r6:eea20e10 r5:c092c100 r4:eea21210
    [    0.530024] [<c03f9864>] (rpm_resume) from [<c03f9e20>] (__pm_runtime_resume+0x54/0x6c)
    [    0.530030]  r10:00000000 r9:ee076994 r8:00000001 r7:60000013 r6:00000004 r5:eea21274
    [    0.530051]  r4:eea21210
    [    0.530064] [<c03f9dcc>] (__pm_runtime_resume) from [<c08f9bc8>] (dra7xx_pcie_probe+0x270/0x700)
    [    0.530070]  r7:eea21200 r6:ee05b410 r5:ee076810 r4:eea21210
    [    0.530093] [<c08f9958>] (dra7xx_pcie_probe) from [<c03f1ca8>] (platform_drv_probe+0x54/0xb8)
    [    0.530099]  r10:00000000 r9:c08d7600 r8:00000000 r7:fffffdfb r6:c095930c r5:eea21210
    [    0.530119]  r4:c09c185c
    [    0.530132] [<c03f1c54>] (platform_drv_probe) from [<c03f0230>] (driver_probe_device+0x204/0x2f8)
    [    0.530137]  r7:c095930c r6:00000000 r5:eea21210 r4:c09c185c
    [    0.530159] [<c03f002c>] (driver_probe_device) from [<c03f03b8>] (__driver_attach+0x94/0x9)
    [    0.530165]  r9:c08d7600 r8:000000a8 r7:00000000 r6:eea21244 r5:c095930c r4:eea21210
    [    0.530191] [<c03f0324>] (__driver_attach) from [<c03ee4b8>] (bus_for_each_dev+0x70/0xa4)
    [    0.530196]  r7:00000000 r6:c03f0324 r5:c095930c r4:00000000
    [    0.530217] [<c03ee448>] (bus_for_each_dev) from [<c03efb1c>] (driver_attach+0x24/0x28)
    [    0.530222]  r6:c0967a68 r5:ee044f00 r4:c095930c
    [    0.530240] [<c03efaf8>] (driver_attach) from [<c03ef758>] (bus_add_driver+0x1a8/0x220)
    [    0.530251] [<c03ef5b0>] (bus_add_driver) from [<c03f0b58>] (driver_register+0x80/0x100)
    [    0.530256]  r7:ee05a540 r6:c095930c r5:c0967a68 r4:c095930c
    [    0.530278] [<c03f0ad8>] (driver_register) from [<c03f2188>] (__platform_driver_probe+0x70/0x11c)
    [    0.530284]  r5:c0967a68 r4:c09592f8
    [    0.530300] [<c03f2118>] (__platform_driver_probe) from [<c08f9954>] (dra7xx_pcie_driver_init+0x24/0x28)
    [    0.530306]  r7:ee05a540 r6:c092f720 r5:c08f9930 r4:c092f720
    [    0.530327] [<c08f9930>] (dra7xx_pcie_driver_init) from [<c000978c>] (do_one_initcall+0x98/0x1e4)
    [    0.530338] [<c00096f4>] (do_one_initcall) from [<c08d7f68>] (kernel_init_freeable+0x1d4/0x268)
    [    0.530343]  r10:00000007 r9:c08d7600 r8:000000a8 r7:c0917834 r6:c092547c r5:c0986000
    [    0.530364]  r4:c0986000
    [    0.530378] [<c08d7d94>] (kernel_init_freeable) from [<c06737fc>] (kernel_init+0x18/0xf4)
    [    0.530384]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c06737e4
    [    0.530404]  r4:c0986000
    [    0.530417] [<c06737e4>] (kernel_init) from [<c000fac8>] (ret_from_fork+0x14/0x2c)
    [    0.530422]  r5:c06737e4 r4:00000000
    [    0.530442] ---[ end trace caddd8900594b421 ]---
    [    0.530453] dra7-pcie 51000000.pcie_ep: pm_runtime_get_sync failed
    [    0.530481] dra7-pcie: probe of 51000000.pcie_ep failed with error -22
    [    0.590902] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.594311] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 301, base_baud = 3000000) is a 8250
    [    2.048311] console [ttyS2] enabled
    [    2.052894] [drm] Initialized drm 1.1.0 20060810
    [    2.094761] loop: module loaded
    [    2.100594] libphy: Fixed MDIO Bus: probed
    [    2.147492] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.153615] davinci_mdio 48485000.mdio: detected phy mask fffffff5
    [    2.163968] libphy: 48485000.mdio: probed
    [    2.168032] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [    2.177747] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver Micrel KSZ9031 Gigabit PHY
    [    2.188083] cpsw 48484000.ethernet: Detected MACID = d4:36:39:fc:18:aa
    [    2.194740] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    2.201735] cpsw 48484000.ethernet: cpsw: Detected MACID = d4:36:39:fc:18:ab
    [    2.210169] mousedev: PS/2 mouse device common for all mice
    [    2.216160] i2c /dev entries driver
    [    2.223850] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    2.230350] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    2.236732] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    2.243136] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    2.249538] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    2.287998] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.294382] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.328472] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.337403] NET: Registered protocol family 10
    [    2.342695] sit: IPv6 over IPv4 tunneling driver
    [    2.347885] NET: Registered protocol family 17
    [    2.352551] Key type dns_resolver registered
    [    2.356953] omap_voltage_late_init: Voltage driver support not added
    [    2.363971] Power Management for TI OMAP4+ devices.
    [    2.369145] Registering SWP/SWPB emulation handler
    [    2.376761] dmm 4e000000.dmm: initialized all PAT entries
    [    2.383424] palmas 0-0058: Irq flag is 0x00000008
    [    2.409906] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    2.441254] tmp102 0-0048: initialized
    [    2.445054] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    2.452158] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    2.458650] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    2.465032] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    2.471429] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    2.477827] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    2.518165] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    2.524547] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    2.531096] vdd_3v3: supplied by regen1
    [    2.564688] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.574472] hctosys: unable to open rtc device (rtc0)
    [    2.579695] mmc0: new high speed SDHC card at address 0001
    [    2.592967] ldousb: disabling
    [    2.595762] mmcblk0: mmc0:0001 ASTC 7.44 GiB 
    [    2.600457]  mmcblk0: p1 p2
    [    2.603617] ALSA device list:
    [    2.606654]   No soundcards found.
    [    2.633750] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.641949] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.652879] devtmpfs: mounted
    [    2.656054] Freeing unused kernel memory: 332K (c08d7000 - c092a000)
    [    2.662475] mmc1: MAN_BKOPS_EN bit is not set
    [    2.666862] This architecture does not have kernel memory protection.
    [    2.675362] mmc1: new DDR MMC card at address 0001
    [    2.680687] mmcblk1: mmc1:0001 Q2J55L 7.09 GiB 
    [    2.685509] mmcblk1boot0: mmc1:0001 Q2J55L partition 1 16.0 MiB
    [    2.691718] mmcblk1boot1: mmc1:0001 Q2J55L partition 2 16.0 MiB
    [    2.701102]  mmcblk1: p1 p2
    [    3.017018] systemd[1]: System time before build time, advancing clock.
    [    3.081969] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    3.097933] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    3.109604] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [    3.128132] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2016.10!
    
    [    3.158833] systemd[1]: Set hostname to <am57xx-evm>.
    [    3.233417] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    3.264823] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    3.275025] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    3.294253] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    3.314117] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    3.442642] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    3.452197] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    3.462188] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    3.932925] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    3.940824] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    3.948567] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [    3.955828] systemd[1]: sysinit.target: Found dependency on sockets.target/start
    [    3.963331] systemd[1]: sysinit.target: Found dependency on dropbear.socket/stop
    [    3.970786] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    3.978237] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    3.987693] 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
    [    4.020277] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.047789] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    4.077887] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.107746] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.137793] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.167718] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    4.187779] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.218593] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.249160] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.301971] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.327867] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.357659] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    4.378333] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    4.437725] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    4.470107] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.497723] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.522743] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.542160] CMEMK module: reference Linux version 4.4.32
    [    4.550172] systemd[1]: Starting Setup Virtual Console...
    [    4.556988] allocated heap buffer 0x40500000 of size 0x100000
             Starting Setup Virtual Console...[    4.563403] cmemk initialized
    
    [    4.579761] cryptodev: driver 1.8 loaded.
    [    4.627795] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    4.658537] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.688415] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.747909] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.768132] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.790541] 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...
    [    4.820249] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.855163] systemd[1]: Mounted POSIX Message Queue File System.
    [    4.857399] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [  OK  ] Mounted POSIX Message Queue File System.
    [    4.897773] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    4.917740] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    4.949669] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Setup Virtual Console.
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting udev Coldplug all Devices...
             Starting Create Static Device Nodes in /dev...
             Starting Apply Kernel Variables...
             Mounting Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Mounted Configuration File System.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Started Apply Kernel Variables.
    [    5.782600] systemd-journald[129]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Flush Journal to Persistent Storage.
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started udev Coldplug all Devices.
    [    6.213333] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    6.238085]  remoteproc0: 58820000.ipu is available
    [    6.252288]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    6.282764]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.323169] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    6.357013]  remoteproc1: 55020000.ipu is available
    [    6.382151]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    6.417389]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.434690] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [  OK  ] Found device /dev/ttyS2.
    [    6.452511]  remoteproc2: 40800000.dsp is available
    [    6.464074]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    6.502783]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.519205] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    6.531660]  remoteproc3: 41000000.dsp is available
    [    6.545998]  remoteproc3: Note: remotproc is still under development and considered experimental.
    [  OK  ] Reached target Local File Systems.
    [    6.569135]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
             Starting Create Volatile Files and Directories...
             Starting Load/Save Random Seed...
    [    6.703153] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    6.717761] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.750743] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.772235] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.853224] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [    6.867072] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    6.926584]  remoteproc1: registered virtio0 (type 7)
    [  OK  ] Started Load/Save Random Seed.
    [    7.265445] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    7.327733] vpe 489d0000.vpe: Device registered as /dev/video0
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [    7.542129] SCSI subsystem initialized
    [    7.560354] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    7.594838]  remoteproc0: registered virtio1 (type 7)
    [    7.652635] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    7.659431] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [  OK  ] Started Network Time Synchronization.
             Starting Synchronize System and HW clocks...
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    8.700752] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    8.712403] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
    [    8.797559] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6
    [    8.807573] libphy: 4b2b2400.mdio: probed
    [  OK  ] Listening on dropbear.socket.
    [    8.855042] davinci_mdio 4b2b2400.mdio: phy[5]: device 4b2b2400.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [  OK  ] Reached target Sockets.
    [    8.880686] davinci_mdio 4b2b2400.mdio: phy[6]: device 4b2b2400.mdio:06, driver Micrel KSZ9031 Gigabit PHY
    [  OK  ] Reached target Basic System.
    [    8.934884] [drm] Initialized pvr 1.14.3699939 20110701 on minor 0
    [    8.943011] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    8.952212] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    8.972600] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [    9.002571] scsi host0: ahci
             Starting Permit User Sessions...[    9.006927] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 345
    
             Starting Login Service...
             Starting uim-sysfs.service...
    [  OK  ] Started D-Bus System Message Bus.
    [    9.149504] pru-rproc 4b2b4000.pru0: both mailbox and vring/kick system events defined
    [    9.162004]  remoteproc4: 4b2b4000.pru0 is available
    [    9.171820]  remoteproc4: Note: remoteproc is still under development and considered experimental.
    [    9.196303]  remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    9.208132] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully
    [    9.234050] pru-rproc 4b2b8000.pru1: both mailbox and vring/kick system events defined
    [    9.245554]  remoteproc2: registered virtio2 (type 7)
    [    9.245705]  remoteproc5: 4b2b8000.pru1 is available
    [    9.245709]  remoteproc5: Note: remoteproc is still under development and considered experimental.
    [    9.245713]  remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    9.246174] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully
    [    9.276758] EXT4-fs (mmcblk1p2): mounting ext3 file system using the ext4 subsystem
    [    9.287697] prueth pruss2_eth: port 1: using random MAC addr: 86:92:b5:cf:3d:8c
    [    9.326889] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    9.357536] ata1: SATA link down (SStatus 0 SControl 300)
    [    9.370640] prueth pruss2_eth: port 2: using random MAC addr: d2:e4:55:e1:02:0c
    [    9.464347] prueth pruss2_eth: TI PRU ethernet driver initialized
    [    9.765279]  remoteproc3: registered virtio3 (type 7)
    [    9.856034] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Print notice about GPLv3 packages...
             Starting Network Service...
    [  OK  ] Started Kernel Logging Service.
    [  OK  ] Started System Logging Service.
             Starting Telephony service...
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Started Permit User Sessions.
    [   10.297721] NET: Registered protocol family 15
    [   10.394507] Bluetooth: Core ver 2.21
    [   10.402576] net eth1: initializing cpsw version 1.15 (0)
    [   10.413085]  remoteproc1: powering up 55020000.ipu
    [   10.419389] net eth0: initialized cpsw ale version 1.4
    [   10.431418] NET: Registered protocol family 31
    [   10.435906] Bluetooth: HCI device and connection manager initialized
    [   10.442405] net eth0: ALE Table size 1024
    [   10.490287]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743072
    [   10.540669] Bluetooth: HCI socket layer initialized
    [   10.552403] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   10.587567] Bluetooth: L2CAP socket layer initialized
    [   10.600648] net eth1: phy found : id is : 0x221622
    [   10.603560] Bluetooth: SCO socket layer initialized
    [   10.638987] Initializing XFRM netlink socket
    [   10.682155] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   10.871649]  remoteproc1: remote processor 55020000.ipu is now up
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [   10.897836] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.900906] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [   10.922079] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
    [   10.946169]  remoteproc0: powering up 58820000.ipu
    [   10.980229]  remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4890352
    [   11.006352] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [   11.047193]  remoteproc0: remote processor 58820000.ipu is now up
    [   11.076601] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   11.078249] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
    [   11.090563] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
    [   11.112369] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [   11.144216] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [   11.210638]  remoteproc2: powering up 40800000.dsp
    [   11.330774]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21998880
    [   11.364696] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   11.370603] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [   11.376548] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [   11.404699] random: nonblocking pool is initialized
    [   11.486308]  remoteproc2: remote processor 40800000.dsp is now up
    [   11.521417] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   11.521498] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [   11.572483]  remoteproc3: powering up 41000000.dsp
    [   11.701470]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21998880
    [   11.752452] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   11.758358] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [   11.764316] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [   11.777226] usbcore: registered new interface driver usbfs
    [   11.789319] usbcore: registered new interface driver hub
    [   11.806295] usbcore: registered new device driver usb
    [   11.849155] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   11.854695] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [   11.894815]  remoteproc3: remote processor 41000000.dsp is now up
    [  OK  ] Started uim-sysfs.service.[   11.907242] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    
    [   11.940747] xhci-hcd xhci-hcd.0.auto: irq 462, io mem 0x48890000
    [   11.960502] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   11.961019] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
    [   11.964088] hub 1-0:1.0: USB hub found
    [   11.964127] hub 1-0:1.0: 1 port detected
    [   11.967772] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   11.967790] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [   11.967887] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   12.004931] hub 2-0:1.0: USB hub found
    [   12.010777] hub 2-0:1.0: 1 port detected
    [   12.150789] NET: Registered protocol family 41
    [   12.156685] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
    [   12.196690] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
    [   12.204115] rpmsg_rpc rpmsg0: published functions = 4
    [   12.219852] rpmsg_rpc rpmsg5: probing service rpc_example_2 with src 1024 dst 101
    [   12.227416] rpmsg_rpc rpmsg1: published functions = 9
    [   12.245447] rpmsg_rpc rpmsg5: published functions = 8
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Telephony service.
    [  OK  ] Started Login Service.
             Starting rc.pvr.service...
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [   12.611245] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    [  OK  ] Started weston.service.
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Stopped Network Service.
             Starting Network Service...
             Starting telnetd.service...
             Starting tiipclad-daemon.service...
    [  OK  ] Started telnetd.service.
    [  OK  ] Started tiipclad-daemon.service.
             Starting thttpd.service...
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [  OK  ] Started thttpd.service.
             Starting rng-tools.service...
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Started rng-tools.service.
    [  OK  ] Stopped Network Service.
    [FAILED] Failed to listen on Network Service Bus Name.
    See 'systemctl status org.freedesktop.network1.busname' for details.
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
             Starting gdbserverproxy.service...
    [  OK  ] Reached target Network.
             Starting Network Name Resolution...
             Starting Lightning Fast Webserver With Light System Requirements...
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Network Name Resolution.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    	autoconf
    	binutils-dev
    	binutils
    	bison-dev
    	bison
    	cpp-symlinks
    	cpp
    	dosfstools
    	g++-symlinks
    	g++
    	gawk-dev
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gstreamer1.0-libav
    	hidapi
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.
    [  OK  ] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [  OK  ] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am57xx-evm ttyS2
    
    Arago 2016.10 am57xx-evm ttyS2
    
    am57xx-evm login: [   22.044982] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   22.058058] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   22.071072] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   22.084087] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    root
    root@am57xx-evm:~# 

    5) Ethtool eth2:
    root@am57xx-evm:~# ethtool eth2
    Settings for eth2:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: Yes
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
        Link partner advertised pause frame use: Symmetric Receive-only
        Link partner advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 5
        Transceiver: external
        Auto-negotiation: on
        Link detected: yes

    6) Ethtool -S eth2:

    NIC statistics:
         txBcast: 0
         txMcast: 1
         txUcast: 0
         txOctets: 64
         rxBcast: 201
         rxMcast: 177
         rxUcast: 0
         rxOctets: 50881
         tx64byte: 1
         tx65_127byte: 0
         tx128_255byte: 0
         tx256_511byte: 0
         tx512_1023byte: 0
         tx1024byte: 0
         rx64byte: 90
         rx65_127byte: 195
         rx128_255byte: 75
         rx256_511byte: 2
         rx512_1023byte: 16
         rx1024byte: 0
         lateColl: 0
         singleColl: 0
         multiColl: 0
         excessColl: 0
         rxMisAlignmentFrames: 0
         stormPrevCounter: 0
         macRxError: 0
         SFDError: 0
         defTx: 0
         macTxError: 0
         rxOverSizedFrames: 0
         rxUnderSizedFrames: 0
         rxCRCFrames: 0
         droppedPackets: 0
         txHWQOverFlow: 0
         txHWQUnderFlow: 0


    7)ifconfig Eth2:

    root@am57xx-evm:~# ifconfig eth2
    eth2      Link encap:Ethernet  HWaddr 86:92:B5:CF:3D:8C  
              inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::8492:b5ff:fecf:3d8c%3068298008/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:392 errors:0 dropped:0 overruns:0 frame:0
              TX packets:32 errors:0 dropped:18034233 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:50305 (49.1 KiB)  TX bytes:3474 (3.3 KiB)


    8) ifconfig -a:

    root@am57xx-evm:~# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr D4:36:39:FC:18:AA  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:94

    eth1      Link encap:Ethernet  HWaddr D4:36:39:FC:18:AB  
              inet addr:10.0.0.1  Bcast:10.0.0.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

    eth2      Link encap:Ethernet  HWaddr 0E:F4:D6:55:2C:84  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

    eth3      Link encap:Ethernet  HWaddr 56:3C:00:05:69:07  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

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

    sit0      Link encap:IPv6-in-IPv4  
              NOARP  MTU:1480  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

    I connected single ethernet port at a time(eth0 and Eth1 are working properly which are cpsw) eth2 and eth3 are not working which are from PRUSS2.

    Thanks,

    Kumari

  • Hello Kumari,

    It looks like you are receiving packets, but a lot of your transmit packets are getting dropped.

    How was the IP address assigned? (e.g., did you assign it manually? Was it assigned through a DHCP process? etc)

    What is ETH2 connected to when it is the only port on the board connected? (e.g., directly to a computer? To a switch, and then a computer? Something else?)

    Could you grab a wireshark capture of a ping request to ETH2?

    Regards,
    Nick
  • Hello Kumari,

    I am going to mark this thread resolved. If you need additional support, please reply.

    Regards,
    Nick
  •  Hi Nick,

    we assigned IP address Manually

    We connected only one port at a time

    the Wireshark capture is attached herewith

  • Hello Kumari,

    Your ping is looking for 192.168.1.0, but eth2 in your previous post was assigned 192.168.1.1, so it would not respond to that ping.

    Could you confirm that you are pinging the correct address? What happens if you try to ping 192.168.1.2 from your board?

    Regards,
    Nick
  • Hello Nick,

    we have given correct address only
    after giving ping we are getting the following message.
    PING 192.168.1.0 (192.168.1.0): 56 data bytes
    Thanks,
    Kumari
  • Hello Kumari,

    We do not suggest setting any of your IP addresses to x.x.x.0 or x.x.x.255 - those are typically broadcast addresses.

    I am having trouble piecing together a complete picture of what you are doing. Please attach your console output as a .txt file along with the wireshark captures. I am curious to see both a working case (CPSW) and a non-working case (PRU).

    Regards,
    Nick
  • U-Boot SPL 2016.05-00304-g323bf10-dirty (Jan 30 2019 - 09:58:36)
    DRA752-GP ES2.0
    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
    
    
    U-Boot 2016.05-00304-g323bf10-dirty (Jan 30 2019 - 09:57:25 +0530)
    
    CPU  : DRA752-GP ES2.0
    Model: TI AM5728 BeagleBoard-X15
    Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
    DRAM:  2 GiB
    MMC:   no pinctrl for sdr104
    no pinctrl for ddr50
    no pinctrl for sdr50
    no pinctrl for sdr25
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    reading uboot.env
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    I2C chip 50: requested alen 2 does not match chip offset_len 1
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
    scanning bus for devices...
    Found 0 device(s).
    Net:   
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3566592 bytes read in 180 ms (18.9 MiB/s)
    101097 bytes read in 25 ms (3.9 MiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x366c00 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe4000, end 8ffffae8 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.32-gadde2ca9f8 (ums@ums) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Wed Jan 30 10:29:39 IST 2019
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI AM5728 BeagleBoard-X15
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
    [    0.000000] DRA752 ES2.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @eed2c000 s14848 r8192 d22016 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 472640
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=d6dd897b-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 1672516K/1897472K available (6519K kernel code, 358K rwdata, 2388K rodata, 336K init, 286K bss, 28348K reserved, 196608K cma-reserved, 1283072K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc08bb044   (8909 kB)
    [    0.000000]       .init : 0xc08bc000 - 0xc0910000   ( 336 kB)
    [    0.000000]       .data : 0xc0910000 - 0xc0969a70   ( 359 kB)
    [    0.000000]        .bss : 0xc096b000 - 0xc09b2900   ( 287 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] 	Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000016] Switching to timer-based delay loop, resolution 162ns
    [    0.000330] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000337] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000749] Console: colour dummy device 80x30
    [    0.000765] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.000771] This ensures that you still see kernel messages. Please
    [    0.000776] update your kernel commandline.
    [    0.000789] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000801] pid_max: default: 32768 minimum: 301
    [    0.000890] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000901] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001436] Initializing cgroup subsys io
    [    0.001452] Initializing cgroup subsys memory
    [    0.001475] Initializing cgroup subsys devices
    [    0.001487] Initializing cgroup subsys freezer
    [    0.001498] Initializing cgroup subsys perf_event
    [    0.001509] Initializing cgroup subsys pids
    [    0.001533] CPU: Testing write buffer coherency: ok
    [    0.001731] /cpus/cpu@0 missing clock-frequency property
    [    0.001747] /cpus/cpu@1 missing clock-frequency property
    [    0.001757] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001794] Setting up static identity map for 0x800082c0 - 0x80008318
    [    0.080072] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080132] Brought up 2 CPUs
    [    0.080146] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080153] CPU: All CPU(s) started in HYP mode.
    [    0.080158] CPU: Virtualization extensions available.
    [    0.080525] devtmpfs: initialized
    [    0.108388] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.109324] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.310626] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.314696] pinctrl core: initialized pinctrl subsystem
    [    0.315531] NET: Registered protocol family 16
    [    0.316440] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.340241] cpuidle: using governor ladder
    [    0.370267] cpuidle: using governor menu
    [    0.378390] OMAP GPIO hardware version 0.1
    [    0.384844] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.407577] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.407588] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.408035] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.408045] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.408598] OMAP DMA hardware revision 0.0
    [    0.451233] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.452326] edma 43300000.edma: memcpy is disabled
    [    0.456966] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.460473] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.460649] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.460813] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.460979] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.461241] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.461419] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.463624] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/i2c1_pins_default, deferring probe
    [    0.464021] omap_i2c 48072000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.480669] pcf857x 2-0022: probed
    [    0.480693] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.480860] media: Linux media interface: v0.10
    [    0.480916] Linux video capture interface: v2.00
    [    0.480955] pps_core: LinuxPPS API ver. 1 registered
    [    0.480962] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.480987] PTP clock support registered
    [    0.481035] EDAC MC: Ver: 3.0.0
    [    0.481770] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [    0.482063] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [    0.482344] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.482634] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.482941] Advanced Linux Sound Architecture Driver Initialized.
    [    0.483757] clocksource: Switched to clocksource arch_sys_counter
    [    0.493931] NET: Registered protocol family 2
    [    0.494424] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.494488] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.494613] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.494660] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.494692] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.494899] NET: Registered protocol family 1
    [    0.495146] RPC: Registered named UNIX socket transport module.
    [    0.495155] RPC: Registered udp transport module.
    [    0.495161] RPC: Registered tcp transport module.
    [    0.495168] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.496076] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.498395] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.505909] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.506553] NFS: Registering the id_resolver key type
    [    0.506579] Key type id_resolver registered
    [    0.506587] Key type id_legacy registered
    [    0.506648] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.508583] bounce: pool size: 64 pages
    [    0.508740] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.508756] io scheduler noop registered
    [    0.508770] io scheduler deadline registered
    [    0.508806] io scheduler cfq registered (default)
    [    0.513175] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.572256] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.575674] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud = 3000000) is a 8250
    [    1.439223] console [ttyS2] enabled
    [    1.443838] [drm] Initialized drm 1.1.0 20060810
    [    1.449902] omapdss_dss 58000000.dss: master bind failed: -517
    [    1.456406] connector-hdmi connector: failed to find video source
    [    1.468335] loop: module loaded
    [    1.474104] libphy: Fixed MDIO Bus: probed
    [    1.523792] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    1.529918] davinci_mdio 48485000.mdio: detected phy mask fffffff9
    [    1.540480] libphy: 48485000.mdio: probed
    [    1.544553] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [    1.554289] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
    [    1.564652] cpsw 48484000.ethernet: Detected MACID = c4:f3:12:0a:41:d8
    [    1.571298] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.578305] cpsw 48484000.ethernet: cpsw: Detected MACID = c4:f3:12:0a:41:d9
    [    1.586763] mousedev: PS/2 mouse device common for all mice
    [    1.592762] i2c /dev entries driver
    [    1.600586] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.607105] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.613487] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.619901] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.626300] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.654317] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.660699] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.694889] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.703945] NET: Registered protocol family 10
    [    1.709211] sit: IPv6 over IPv4 tunneling driver
    [    1.714438] NET: Registered protocol family 17
    [    1.719095] Key type dns_resolver registered
    [    1.723490] omap_voltage_late_init: Voltage driver support not added
    [    1.730528] Power Management for TI OMAP4+ devices.
    [    1.735700] Registering SWP/SWPB emulation handler
    [    1.743168] dmm 4e000000.dmm: initialized all PAT entries
    [    1.749919] palmas 0-0058: Irq flag is 0x00000008
    [    1.775594] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    1.806779] tmp102 0-0048: initialized
    [    1.811034] pcf857x 0-0020: probed
    [    1.814503] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.821614] OMAP DSS rev 6.1
    [    1.825373] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.833898] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    1.842914] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.849409] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.855804] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.862187] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.868581] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.914467] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.920851] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.927357] vdd_3v3: supplied by regen1
    [    1.969015] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.975713] [drm] No driver support for vblank timestamp query.
    [    1.981677] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.991663] mmc0: new high speed SDHC card at address 0001
    [    1.997609] mmcblk0: mmc0:0001 ASTC 7.44 GiB 
    [    2.003412]  mmcblk0: p1 p2
    [    2.047077] mmc1: MAN_BKOPS_EN bit is not set
    [    2.054415] mmc1: new DDR MMC card at address 0001
    [    2.059633] mmcblk1: mmc1:0001 Q2J55L 7.09 GiB 
    [    2.064444] mmcblk1boot0: mmc1:0001 Q2J55L partition 1 16.0 MiB
    [    2.070637] mmcblk1boot1: mmc1:0001 Q2J55L partition 2 16.0 MiB
    [    2.079806]  mmcblk1: p1 p2
    [    2.135257] EDID block is all zeroes
    [    2.142544] [drm] Enabling DMM ywrap scrolling
    [    2.147238] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    2.174341] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.181174] hctosys: unable to open rtc device (rtc0)
    [    2.198382] ldousb: disabling
    [    2.201864] ALSA device list:
    [    2.204858]   No soundcards found.
    [    2.232166] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.240346] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.251062] devtmpfs: mounted
    [    2.254257] Freeing unused kernel memory: 336K (c08bc000 - c0910000)
    [    2.260723] This architecture does not have kernel memory protection.
    [    2.309025] EDID block is all zeroes
    [    2.602644] systemd[1]: System time before build time, advancing clock.
    [    2.667560] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    2.680862] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    2.692557] 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.711062] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2016.10!
    
    [    2.735125] systemd[1]: Set hostname to <am57xx-evm>.
    [    2.830330] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    2.841595] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    2.858186] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    2.889531] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    2.907168] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
    [    3.028467] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    3.038062] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    3.048002] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    3.504240] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    3.512030] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    3.519758] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    3.527222] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    3.536684] 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.578100] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.604037] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.634052] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    3.664165] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.693959] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.724055] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.754124] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    3.784067] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.814100] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    3.843945] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    3.863938] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    3.884002] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    3.904060] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.958438] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    3.984688] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.054147] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    4.086643] 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...
    [    4.163972] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    4.174092] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.216908] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    4.249342] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.270288] CMEMK module: reference Linux version 4.4.32
    [    4.276331] allocated heap buffer 0x40500000 of size 0x100000
    [    4.282139] cmemk initialized
    [    4.286198] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.304274] cryptodev: driver 1.8 loaded.
    [    4.354315] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.386519] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.411494] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    4.419995] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.488945] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    4.524155] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    4.544034] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    4.574224] 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.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting udev Coldplug all Devices...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    5.280615] systemd-journald[132]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
             Starting Load/Save Random Seed...
    [    5.890211] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    5.913901]  remoteproc0: 58820000.ipu is available
    [    5.918809]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [  OK  ] Started Load/Save Random Seed.[    5.928414]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    
    [    5.943572] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    5.951680]  remoteproc1: 55020000.ipu is available
    [    5.959925]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [  OK  ] Started Create Volatile Files and Directories.[    5.980044]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    
    [    6.033111] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    6.065639]  remoteproc2: 40800000.dsp is available
    [    6.085898]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    6.125394]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [  OK  ] Found device /dev/ttyS2.
    [    6.174776] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    6.198126]  remoteproc3: 41000000.dsp is available
    [    6.206491]  remoteproc3: Note: remoteproc is still under development and considered experimental.
    [    6.218704]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
             Starting Update UTMP about System Boot/Shutdown...
             Starting Network Time Synchronization...
    [    6.373578] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [    6.416376] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    6.474052]  remoteproc1: registered virtio0 (type 7)
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [    6.536366]  remoteproc0: registered virtio1 (type 7)
    [    6.624674] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [  OK  ] Started Network Time Synchronization.[    6.667289] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    
    [    6.683518] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [  OK  ] Reached target System Time Synchronized.
    [    6.727935] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
             Starting Synchronize System and HW clocks...
    [    6.791403] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    6.834102] vpe 489d0000.vpe: Device registered as /dev/video0
    [    6.860657] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    7.047978] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
    [    7.060865] irq: no irq domain found for /ocp/pruss@4b280000/intc@4b2a0000 !
    [    7.068719] irq: no irq domain found for /ocp/pruss@4b280000/intc@4b2a0000 !
    [    7.077489] SCSI subsystem initialized
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [    7.123797] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6
    [    7.129958] libphy: 4b2b2400.mdio: probed
    [  OK  ] Reached target System Initialization.
    [    7.154130] davinci_mdio 4b2b2400.mdio: phy[5]: device 4b2b2400.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [    7.165009] davinci_mdio 4b2b2400.mdio: phy[6]: device 4b2b2400.mdio:06, driver Micrel KSZ9031 Gigabit PHY
    [    7.176819] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [    7.260264] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    7.285779]  remoteproc4: 4b2b4000.pru0 is available
    [    7.290775]  remoteproc4: Note: remoteproc is still under development and considered experimental.
    [  OK  ] Listening on dropbear.socket.[    7.315239]  remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    
    [    7.334791] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully
    [  OK  ] Reached target Sockets.[    7.352982]  remoteproc5: 4b2b8000.pru1 is available
    
    [  OK  ] Started Daily Cleanup of Temporary Directories.[    7.362101]  remoteproc5: Note: remoteproc is still under development and considered experimental.
    
    [    7.376932]  remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    7.393521] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully
    [  OK  ] Reached target Timers.
    [    7.442288] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [  OK  ] Reached target Basic System.[    7.457457] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    
    [    7.476218] ahci 4a140000.sata:SSS flag set, parallel bus scan disabled
    [    7.487125] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
             Starting Print notice about GPLv3 packages...
    [    7.518328] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [    7.556239] scsi host0: ahci
    [    7.560107] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 343
    [    7.571062] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    7.651125] prueth pruss2_eth: port 1: using random MAC addr: 9e:e4:21:3b:1c:d8
             Starting Save/Restore Sound Card State...
             Starting Login Service...
             Starting Avahi mDNS/DNS-SD Stack...
             Starting uim-sysfs.service...
    [    7.735604] prueth pruss2_eth: port 2: using random MAC addr: 8a:50:a4:d6:d5:0e
             Starting Permit User Sessions...
    [  OK  ] Started D-Bus System Message Bus.
    [    7.847507] prueth pruss2_eth: TI PRU ethernet driver initialized
    [    7.913809] ata1: SATA link down (SStatus 0 SControl 300)
    [    8.277746] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    8.862167]  remoteproc1: powering up 55020000.ipu
    [    9.230233]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743072
    [    9.246344] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    9.346669]  remoteproc2: powering up 40800000.dsp
    [    9.351495]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21998880
    [    9.386376] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    9.392283] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    9.398241] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    9.408927]  remoteproc1: remote processor 55020000.ipu is now up
    [    9.444339] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    9.449923] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [    9.460929] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
    [    9.477836]  remoteproc2: remote processor 40800000.dsp is now up
    [    9.495138]  remoteproc0: powering up 58820000.ipu
    [    9.502753] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    9.502838] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [    9.543808]  remoteproc2: registered virtio2 (type 7)
    [    9.585191]  remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4890352
    [    9.604143] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [    9.619201]  remoteproc3: powering up 41000000.dsp
    [    9.624055]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21998880
    [    9.638415] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    9.644324] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    9.650277] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    9.674603]  remoteproc0: remote processor 58820000.ipu is now up
    [    9.686271]  remoteproc3: remote processor 41000000.dsp is now up
    [    9.690379] usbcore: registered new interface driver usbfs
    [    9.691219] usbcore: registered new interface driver hub
    [    9.692079] usbcore: registered new device driver usb
    [    9.710193] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.711838] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
    [    9.712016] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
    [    9.712169] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [    9.712321] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [    9.745700] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    9.745787] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
    [    9.760537]  remoteproc3: registered virtio3 (type 7)
    [    9.801141] NET: Registered protocol family 41
    [    9.805710] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    9.812722] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    9.821689] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [    9.830615] xhci-hcd xhci-hcd.1.auto: irq 429, io mem 0x48890000
    [    9.837651] hub 1-0:1.0: USB hub found
    [    9.841582] hub 1-0:1.0: 1 port detected
    [    9.846214] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    9.852088] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    9.860123] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.869141] hub 2-0:1.0: USB hub found
    [    9.872939] hub 2-0:1.0: 1 port detected
    [    9.879864] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
    [    9.888891] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
    [    9.893814] rpmsg_rpc rpmsg0: published functions = 4
    [    9.903448] rpmsg_rpc rpmsg1: published functions = 9
    [    9.903696] rpmsg_rpc rpmsg6: probing service rpc_example_2 with src 1024 dst 101
    [    9.934918] rpmsg_rpc rpmsg6: published functions = 8
    [    9.971546] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
             Starting Network Service...
    [  OK  ] Started Kernel Logging Service.
    [  OK  ] Started System Logging Service.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
             Starting Telephony service...
    [  OK  ] Started Save/Restore Sound Card State.
    [  OK  ] Started uim-sysfs.service.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Network Service.
    [   10.244270]  remoteproc5: powering up 4b2b8000.pru1
    [   10.253511]  remoteproc5: Booting fw image ti-pruss/am57xx-pru1-prueth-fw.elf, size 4382
    [   10.273978] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_intr = 0x0000022a
    [   10.296403]  remoteproc5: remote processor 4b2b8000.pru1 is now up
    [   10.309274] net eth3: started
    [   10.315235] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
    [   10.331579]  remoteproc4: powering up 4b2b4000.pru0
    [   10.341551]  remoteproc4: Booting fw image ti-pruss/am57xx-pru0-prueth-fw.elf, size 4350
    [   10.360751] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_intr = 0x00000115
    [   10.391884]  remoteproc4: remote processor 4b2b4000.pru0 is now up
    [   10.409267] net eth2: started
    [   10.415958] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
    [   10.438071] net eth1: initializing cpsw version 1.15 (0)
    [   10.447872] net eth0: initialized cpsw ale version 1.4
    [   10.453040] net eth0: ALE Table size 1024
    [   10.461434] Bluetooth: Core ver 2.21
    [   10.468527] NET: Registered protocol family 31
    [   10.478103] Bluetooth: HCI device and connection manager initialized
    [   10.489914] Bluetooth: HCI socket layer initialized
    [   10.500857] Bluetooth: L2CAP socket layer initialized
    [   10.512122] Bluetooth: SCO socket layer initialized
    [   10.589156] net eth1: phy found : id is : 0x221622
    [   10.624979] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [   10.639095] NET: Registered protocol family 15
    [   10.653190] net eth0: initializing cpsw version 1.15 (0)
    [   10.674673] random: nonblocking pool is initialized
    [   10.783606] net eth0: phy found : id is : 0x221622
    [   10.797924] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   10.829203] Initializing XFRM netlink socket
    [  OK  ] Started Telephony service.
    [  OK  ] Started Login Service.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Reached target Network.
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Network Name Resolution...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
             Starting rc.pvr.service...
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.[   11.580778] 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...
             Starting tiipclad-daemon.service...
    [  OK  ] Started telnetd.service.
    [  OK  ] Started tiipclad-daemon.service.
             Starting thttpd.service...
    [  OK  ] Started thttpd.service.
             Starting rng-tools.service...
    [  OK  ] Started rng-tools.service.
             Starting gdbserverproxy.service...
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    	autoconf
    	binutils-dev
    	binutils
    	bison-dev
    	bison
    	cpp-symlinks
    	cpp
    	dosfstools
    	g++-symlinks
    	g++
    	gawk-dev
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gstreamer1.0-libav
    	hidapi
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.
    [   13.734571] eth2: Link is Up - 100Mbps/Full - flow control rx/tx
    [   13.742211] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
    [  OK  ] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [  OK  ] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am57xx-evm ttyS2
    
    Arago 2016.10 am57xx-evm ttyS2
    
    am57xx-evm login: [   17.734405] eth2: Link is Down
    [   18.734561] eth2: Link is Up - 100Mbps/Full - flow control rx/tx
    [   20.041139] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   20.054811] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   20.080772] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   20.094566] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   20.734411] eth2: Link is Down
    [   20.734423] eth2: No link to transmit
    [   20.734429] eth2: No link to transmit
    [   20.734435] eth2: No link to transmit
    [   20.734440] eth2: No link to transmit
    [   20.734446] eth2: No link to transmit
    [   20.734451] eth2: No link to transmit
    [   20.734456] eth2: No link to transmit
    [   20.734461] eth2: No link to transmit
    [   20.734466] eth2: No link to transmit
    [   21.764535] eth2: No link to transmit
    [   21.764536] eth2: Link is Up - 100Mbps/Full - flow control rx/tx
    root
    root@am57xx-evm:~# [   25.774385] eth2: Link is Down
    [   25.774391] net_ratelimit: 16556 callbacks suppressed
    [   25.774408] eth2: No link to transmit
    [   25.774414] eth2: No link to transmit
    [   25.774420] eth2: No link to transmit
    [   25.774426] eth2: No link to transmit
    [   25.774430] eth2: No link to transmit
    [   25.774435] eth2: No link to transmit
    [   25.774440] eth2: No link to transmit
    [   25.774446] eth2: No link to transmit
    [   25.774451] eth2: No link to transmit
    root@am57xx-evm:~# [   26.814515] eth2: No link to transmit
    [   26.814516] eth2: Link is Up - 10Mbps/Full - flow control rx/tx
    ifconfig eth2 172.141.7.11
    root@am57xx-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr C4:F3:12:0A:41:D8  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:92 
    
    eth1      Link encap:Ethernet  HWaddr C4:F3:12:0A:41:D9  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    eth2      Link encap:Ethernet  HWaddr 9E:E4:21:3B:1C:D8  
              inet addr:172.141.7.11  Bcast:172.141.255.255  Mask:255.255.0.0
              inet6 addr: fe80::9ce4:21ff:fe3b:1cd8%132112/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:16 errors:0 dropped:12482290 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:2816 (2.7 KiB)
    
    eth3      Link encap:Ethernet  HWaddr 8A:50:A4:D6:D5:0E  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1%132112/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:175 errors:0 dropped:0 overruns:0 frame:0
              TX packets:175 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1 
              RX bytes:13624 (13.3 KiB)  TX bytes:13624 (13.3 KiB)
    
    root@am57xx-evm:~# ping 172.141.7.10
    PING 172.141.7.10 (172.141.7.10): 56 data bytes
    ^C
    --- 172.141.7.10 ping statistics ---
    33 packets transmitted, 0 packets received, 100% packet loss
    root@am57xx-evm:~# poweroff[   87.824423] eth2: Link is Down
    
    U-Boot SPL 2016.05-00304-g323bf10-dirty (Jan 30 2019 - 09:58:36)
    DRA752-GP ES2.0
    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
    
    
    U-Boot 2016.05-00304-g323bf10-dirty (Jan 30 2019 - 09:57:25 +0530)
    
    CPU  : DRA752-GP ES2.0
    Model: TI AM5728 BeagleBoard-X15
    Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
    DRAM:  2 GiB
    MMC:   no pinctrl for sdr104
    no pinctrl for ddr50
    no pinctrl for sdr50
    no pinctrl for sdr25
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    reading uboot.env
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    I2C chip 50: requested alen 2 does not match chip offset_len 1
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst 
    scanning bus for devices...
    Found 0 device(s).
    Net:   
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3566592 bytes read in 180 ms (18.9 MiB/s)
    101097 bytes read in 24 ms (4 MiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x366c00 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe4000, end 8ffffae8 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.32-gadde2ca9f8 (ums@ums) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Wed Jan 30 10:29:39 IST 2019
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI AM5728 BeagleBoard-X15
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 16 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
    [    0.000000] DRA752 ES2.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @eed2c000 s14848 r8192 d22016 u45056
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 472640
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=d6dd897b-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 1672516K/1897472K available (6519K kernel code, 358K rwdata, 2388K rodata, 336K init, 286K bss, 28348K reserved, 196608K cma-reserved, 1283072K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc08bb044   (8909 kB)
    [    0.000000]       .init : 0xc08bc000 - 0xc0910000   ( 336 kB)
    [    0.000000]       .data : 0xc0910000 - 0xc0969a70   ( 359 kB)
    [    0.000000]        .bss : 0xc096b000 - 0xc09b2900   ( 287 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] 	Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000015] Switching to timer-based delay loop, resolution 162ns
    [    0.000328] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000336] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000753] Console: colour dummy device 80x30
    [    0.000769] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.000775] This ensures that you still see kernel messages. Please
    [    0.000780] update your kernel commandline.
    [    0.000793] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000805] pid_max: default: 32768 minimum: 301
    [    0.000896] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000906] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001440] Initializing cgroup subsys io
    [    0.001457] Initializing cgroup subsys memory
    [    0.001480] Initializing cgroup subsys devices
    [    0.001491] Initializing cgroup subsys freezer
    [    0.001502] Initializing cgroup subsys perf_event
    [    0.001513] Initializing cgroup subsys pids
    [    0.001538] CPU: Testing write buffer coherency: ok
    [    0.001736] /cpus/cpu@0 missing clock-frequency property
    [    0.001752] /cpus/cpu@1 missing clock-frequency property
    [    0.001762] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001798] Setting up static identity map for 0x800082c0 - 0x80008318
    [    0.080072] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080132] Brought up 2 CPUs
    [    0.080146] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080152] CPU: All CPU(s) started in HYP mode.
    [    0.080158] CPU: Virtualization extensions available.
    [    0.080527] devtmpfs: initialized
    [    0.108465] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.109403] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.309786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.314022] pinctrl core: initialized pinctrl subsystem
    [    0.314851] NET: Registered protocol family 16
    [    0.315750] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.340230] cpuidle: using governor ladder
    [    0.370252] cpuidle: using governor menu
    [    0.378364] OMAP GPIO hardware version 0.1
    [    0.384825] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.407503] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.407514] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.407961] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.407970] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.408527] OMAP DMA hardware revision 0.0
    [    0.451164] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.452258] edma 43300000.edma: memcpy is disabled
    [    0.456907] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.460405] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.460585] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.460752] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.460919] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.461181] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.461358] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.463562] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/i2c1_pins_default, deferring probe
    [    0.463960] omap_i2c 48072000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.480625] pcf857x 2-0022: probed
    [    0.480650] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.480817] media: Linux media interface: v0.10
    [    0.480872] Linux video capture interface: v2.00
    [    0.480912] pps_core: LinuxPPS API ver. 1 registered
    [    0.480919] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.480943] PTP clock support registered
    [    0.480992] EDAC MC: Ver: 3.0.0
    [    0.481726] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [    0.482019] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [    0.482299] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.482586] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.482895] Advanced Linux Sound Architecture Driver Initialized.
    [    0.483706] clocksource: Switched to clocksource arch_sys_counter
    [    0.493841] NET: Registered protocol family 2
    [    0.494334] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.494398] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.494523] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.494571] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.494602] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.494809] NET: Registered protocol family 1
    [    0.495055] RPC: Registered named UNIX socket transport module.
    [    0.495064] RPC: Registered udp transport module.
    [    0.495070] RPC: Registered tcp transport module.
    [    0.495076] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.495983] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.498300] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.505810] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.506443] NFS: Registering the id_resolver key type
    [    0.506468] Key type id_resolver registered
    [    0.506475] Key type id_legacy registered
    [    0.506537] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.508469] bounce: pool size: 64 pages
    [    0.508624] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.508640] io scheduler noop registered
    [    0.508654] io scheduler deadline registered
    [    0.508689] io scheduler cfq registered (default)
    [    0.513047] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.572222] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.575624] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud = 3000000) is a 8250
    [    1.439150] console [ttyS2] enabled
    [    1.443762] [drm] Initialized drm 1.1.0 20060810
    [    1.449820] omapdss_dss 58000000.dss: master bind failed: -517
    [    1.456329] connector-hdmi connector: failed to find video source
    [    1.468267] loop: module loaded
    [    1.474043] libphy: Fixed MDIO Bus: probed
    [    1.523741] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    1.529867] davinci_mdio 48485000.mdio: detected phy mask fffffff9
    [    1.539995] libphy: 48485000.mdio: probed
    [    1.544067] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [    1.553800] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
    [    1.564172] cpsw 48484000.ethernet: Detected MACID = c4:f3:12:0a:41:d8
    [    1.570820] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.577832] cpsw 48484000.ethernet: cpsw: Detected MACID = c4:f3:12:0a:41:d9
    [    1.586290] mousedev: PS/2 mouse device common for all mice
    [    1.592286] i2c /dev entries driver
    [    1.600117] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.606631] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.613013] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.619426] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.625826] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.654266] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.660650] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.694846] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.703887] NET: Registered protocol family 10
    [    1.709142] sit: IPv6 over IPv4 tunneling driver
    [    1.714369] NET: Registered protocol family 17
    [    1.719031] Key type dns_resolver registered
    [    1.723425] omap_voltage_late_init: Voltage driver support not added
    [    1.730466] Power Management for TI OMAP4+ devices.
    [    1.735635] Registering SWP/SWPB emulation handler
    [    1.743118] dmm 4e000000.dmm: initialized all PAT entries
    [    1.749873] palmas 0-0058: Irq flag is 0x00000008
    [    1.776232] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [    1.807426] tmp102 0-0048: initialized
    [    1.811684] pcf857x 0-0020: probed
    [    1.815151] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.822270] OMAP DSS rev 6.1
    [    1.826027] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.834550] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    1.843546] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.850041] omap_hsmmc 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.856437] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.862819] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.869214] omap_hsmmc 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.914419] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.920802] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.927309] vdd_3v3: supplied by regen1
    [    1.968867] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.975552] [drm] No driver support for vblank timestamp query.
    [    1.990904] mmc0: host does not support reading read-only switch, assuming write-enable
    [    2.000890] mmc0: new high speed SDHC card at address 0001
    [    2.006833] mmcblk0: mmc0:0001 ASTC 7.44 GiB 
    [    2.012643]  mmcblk0: p1 p2
    [    2.057040] mmc1: MAN_BKOPS_EN bit is not set
    [    2.064367] mmc1: new DDR MMC card at address 0001
    [    2.069601] mmcblk1: mmc1:0001 Q2J55L 7.09 GiB 
    [    2.074362] mmcblk1boot0: mmc1:0001 Q2J55L partition 1 16.0 MiB
    [    2.080492] mmcblk1boot1: mmc1:0001 Q2J55L partition 2 16.0 MiB
    [    2.089647]  mmcblk1: p1 p2
    [    2.110941] EDID block is all zeroes
    [    2.118355] [drm] Enabling DMM ywrap scrolling
    [    2.123047] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    2.154296] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.161111] hctosys: unable to open rtc device (rtc0)
    [    2.178387] ldousb: disabling
    [    2.181891] ALSA device list:
    [    2.184917]   No soundcards found.
    [    2.212253] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.220466] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.231221] devtmpfs: mounted
    [    2.234442] Freeing unused kernel memory: 336K (c08bc000 - c0910000)
    [    2.240926] This architecture does not have kernel memory protection.
    [    2.327424] EDID block is all zeroes
    [    2.585327] systemd[1]: System time before build time, advancing clock.
    [    2.650138] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
    [    2.663421] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [    2.675201] 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.693767] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2016.10!
    
    [    2.715081] systemd[1]: Set hostname to <am57xx-evm>.
    [    2.793454] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    2.803821] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    2.814824] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [    2.859977] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [    2.877795] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
    [    3.000235] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    3.009833] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    3.019820] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    3.493610] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    3.501467] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    3.509257] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [    3.516560] systemd[1]: sysinit.target: Found dependency on sockets.target/start
    [    3.524007] systemd[1]: sysinit.target: Found dependency on dropbear.socket/stop
    [    3.531438] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    3.538892] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    3.548352] 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.586823] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    3.614123] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.667940] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.695449] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    3.753995] systemd[1]: Mounting Debug File System...
             Mounting Debug File System...
    [    3.790119] systemd[1]: Mounting Temporary Directory...
             Mounting Temporary Directory...
    [    3.816308] systemd[1]: Starting Setup Virtual Console...
             Starting Setup Virtual Console...
    [    3.844739] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    3.874090] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    3.904000] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    3.924189] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.954013] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.024000] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.054100] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.084177] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.144144] 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...
    [    4.174781] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.234150] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.254912] CMEMK module: reference Linux version 4.4.32
    [    4.260902] allocated heap buffer 0x40500000 of size 0x100000
    [    4.266772] cmemk initialized
    [    4.266996] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.292918] cryptodev: driver 1.8 loaded.
    [    4.297974] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.323982] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.344000] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.373941] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    4.424160] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.442364] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    4.456567] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.475127] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    4.504394] systemd[1]: Mounted Debug File System.
    [  OK  ] Mounted Debug File System.
    [    4.520972] systemd[1]: Mounted Temporary Directory.
    [  OK  ] Mounted Temporary Directory.
    [    4.545723] systemd[1]: Started Setup Virtual Console.
    [  OK  ] Started Setup Virtual Console.
    [    4.585328] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel.
    [    4.625106] systemd[1]: Started Load Kernel Modules.
    [  OK  ] Started Load Kernel Modules.
    [    4.655144] systemd[1]: Started Remount Root and Kernel File Systems.
    [  OK  ] Started Remount Root and Kernel File Systems.
    [    4.684266] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
             Starting Flush Journal to Persistent Storage...
             Starting udev Coldplug all Devices...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    5.239023] systemd-journald[146]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Flush Journal to Persistent Storage.
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Kernel Device Manager.
    [    5.803645] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    5.839734]  remoteproc0: 58820000.ipu is available
    [    5.850480]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    5.868162]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [  OK  ] Started udev Coldplug all Devices.[    5.896830] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    
    [    5.913212]  remoteproc1: 55020000.ipu is available
    [    5.925640]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    5.967460]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
             Starting Load/Save Random Seed...
    [    5.997852] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [  OK  ] Reached target Local File Systems.
    [    6.034094]  remoteproc2: 40800000.dsp is available
    [    6.063776]  remoteproc2: Note: remoteproc is still under development and considered experimental.
             Starting Create Volatile Files and Directories...
    [    6.111959]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatiblity isn't yet guaranteed.
    [  OK  ] Found device /dev/ttyS2.
    [    6.128983] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    6.138483]  remoteproc3: 41000000.dsp is available
    [    6.144303]  remoteproc3: Note: remoteproc is still under development and considered experimental.
    [    6.158800]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [  OK  ] Started Load/Save Random Seed.
    [    6.376647]  remoteproc1: registered virtio0 (type 7)
    [    6.385501]  remoteproc0: registered virtio1 (type 7)
    [    6.405746] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    6.414532] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.426829] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.438612] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    6.494623] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    6.580136] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    6.603760] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [    6.615419] vpe 489d0000.vpe: Device registered as /dev/video0
    [    6.735154] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    6.763288] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Update UTMP about System Boot/Shutdown...
             Starting Network Time Synchronization...
    [    7.188227] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    7.200596] SCSI subsystem initialized
    [    7.206106] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
    [    7.220151] irq: no irq domain found for /ocp/pruss@4b280000/intc@4b2a0000 !
    [    7.229633] irq: no irq domain found for /ocp/pruss@4b280000/intc@4b2a0000 !
    [    7.284018] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6
    [    7.296783] libphy: 4b2b2400.mdio: probed
    [    7.301050] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    7.307540] davinci_mdio 4b2b2400.mdio: phy[5]: device 4b2b2400.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [    7.307547] davinci_mdio 4b2b2400.mdio: phy[6]: device 4b2b2400.mdio:06, driver Micrel KSZ9031 Gigabit PHY
    [    7.314648] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    7.389481]  remoteproc4: 4b2b4000.pru0 is available
    [    7.403751]  remoteproc4: Note: remoteproc is still under development and considered experimental.
    [    7.413757]  remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    7.424484] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully
    [    7.435232]  remoteproc5: 4b2b8000.pru1 is available
    [    7.440221]  remoteproc5: Note: remoteproc is still under development and considered experimental.
    [    7.450068]  remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    7.460962] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully
    [  OK  ] Started Network Time Synchronization.[    7.867823] prueth pruss2_eth: port 1: using random MAC addr: 4a:59:3e:fb:57:d8
    
    [  OK  ] Reached target System Time Synchronized.
    [    7.955469] pruth pruss2_eth: port 2: using random MAC addr: 86:df:c1:34:37:fb
             Starting Synchronize System and HW clocks...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [    8.046928] prueth pruss2_eth: TI PRU ethernet driver initialized
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [    8.780740] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [    8.792359] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    8.803098] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
             Starting Avahi mDNS/DNS-SD Stack...
    [    8.838425] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
             Starting Permit User Sessions...
             Starting Login Service...
    [    8.903962] scsi host0: ahci
    [    8.907273] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 343
             Starting Telephony service...
    [  OK  ] Started D-Bus System Message Bus.
    [    9.033413]  remoteproc2: registered virtio2 (type 7)
    [    9.174405]  remoteproc3: registered virtio3 (type 7)
    [    9.202962] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    9.277225] ata1: SATA link down (SStatus 0 SControl 300)
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Telephony service.
    [    9.555316] Bluetooth: Core ver 2.21
    [    9.558978] NET: Registered protocol family 31
    [    9.563460] Bluetooth: HCI device and connection manager initialized
             Starting Network Service...
    [    9.593321] Bluetooth: HCI socket layer initialized
    [    9.602800] Bluetooth: L2CAP socket layer initialized
    [    9.614379] Bluetooth: SCO socket layer initialized
             Starting Print notice about GPLv3 packages...
             Starting Save/Restore Sound Card State...
             Starting uim-sysfs.service...
    [  OK  ] Started Kernel Logging Service.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    9.768807]  remoteproc1: powering up 55020000.ipu
    [    9.783289] net eth1: initializing cpsw version 1.15 (0)
    [    9.816818]  remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743072
    [    9.822352] net eth0: initialized cpsw ale version 1.4
    [    9.822358] net eth0: ALE Table size 1024
    [  OK  ] Started System Logging Service.
    [    9.926224] net eth1: phy found : id is : 0x221622
    [    9.944515] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    9.961560] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [  OK  ] Started Network Service.
    [    9.995279] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [  OK  ] Started Permit User Sessions.
    [   10.039752] net eth0: initializing cpsw version 1.15 (0)
    [  OK  ] Started Save/Restore Sound Card State.
    [   10.181062] NET: Registered protocol family 15
    [   10.212312] net eth0: phy found : id is : 0x221622
    [   10.249635] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   10.305606]  remoteproc4: powering up 4b2b4000.pru0
    [   10.329150]  remoteproc4: Booting fw image ti-pruss/am57xx-pru0-prueth-fw.elf, size 4350
    [   10.335493]  remoteproc1: remote processor 55020000.ipu is now up
    [   10.357696] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.363265] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [   10.375465] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_intr = 0x00000115
    [   10.387954] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
    [   10.410129]  remoteproc0: powering up 58820000.ipu
    [   10.422534]  remoteproc4: remote processor 4b2b4000.pru0 is now up
    [   10.451233] net eth2: started
    [   10.461253]  remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4890352
    [   10.470102] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
    [   10.484332] Initializing XFRM netlink socket
    [   10.494654] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [   10.501726]  remoteproc5: powering up 4b2b8000.pru1
    [   10.517265]  remoteproc5: Booting fw image ti-pruss/am57xx-pru1-prueth-fw.elf, size 4382
    [   10.541662]  remoteproc0: remote processor 58820000.ipu is now up
    [   10.563961] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_intr = 0x0000022a
    [   10.586955] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.593008] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
    [   10.604081] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
    [   10.615311]  remoteproc5: remote processor 4b2b8000.pru1 is now up
    [   10.630768] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [   10.637751] random: nonblocking pool is initialized
    [   10.637799] net eth3: started
    [   10.638790] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
    [   10.691701] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [   10.711921]  remoteproc2: powering up 40800000.dsp
    [   10.826958]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 21998880
    [   10.857913] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   10.863824] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [   10.869798] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [   10.995054]  remoteproc2: remote processor 40800000.dsp is now up
    [   11.040593] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   11.046201] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x3d
    [   11.072657]  remoteproc3: powering up 41000000.dsp
    [   11.216375]  remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 21998880
    [   11.252998] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   11.258902] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [   11.264901] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [   11.356252]  remoteproc3: remote processor 41000000.dsp is now up
    [   11.373012] usbcore: registered new interface driver usbfs
    [   11.384422] usbcore: registered new interface driver hub
    [   11.400122] usbcore: registered new device driver usb
    [   11.408944] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   11.414649] virtio_rpmsg_bus virtio3: creating channel rpmsg-proto addr 0x3d
    [   11.458657] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   11.467686] NET: Registered protocol family 41
    [   11.483539] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [   11.497840] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
    [   11.520811] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [   11.531738] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
    [   11.532074] rpmsg_rpc rpmsg0: published functions = 4
    [   11.544996] xhci-hcd xhci-hcd.1.auto: irq 429, io mem 0x48890000
    [   11.566140] hub 1-0:1.0: USB hub found
    [   11.572835] rpmsg_rpc rpmsg5: probing service rpc_example_2 with src 1024 dst 101
    [   11.580544] rpmsg_rpc rpmsg1: published functions = 9
    [   11.588371] hub 1-0:1.0: 1 port detected
    [   11.598293] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   11.607415] rpmsg_rpc rpmsg5: published functions = 8
    [   11.622093] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [   11.652098] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   11.673645] hub 2-0:1.0: USB hub found
    [   11.682324] hub 2-0:1.0: 1 port detected
    [  OK  ] Started Login Service.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Network.
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Network Name Resolution...
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Started uim-sysfs.service.
             Starting rc.pvr.service...
    [   12.847741] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    [  OK  ] Started weston.service.
             Starting tiipclad-daemon.service...
             Starting telnetd.service...
    [  OK  ] Started telnetd.service.
    [  OK  ] Started tiipclad-daemon.service.
             Starting thttpd.service...
    [  OK  ] Started thttpd.service.
             Starting rng-tools.service...
    [  OK  ] Started rng-tools.service.
             Starting gdbserverproxy.service...
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    	autoconf
    	binutils-dev
    	binutils
    	bison-dev
    	bison
    	cpp-symlinks
    	cpp
    	dosfstools
    	g++-symlinks
    	g++
    	gawk-dev
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbc6x
    	gdbserver
    	gstreamer1.0-libav
    	hidapi
    	libcairo-perf-utils
    	libgmp10
    	libidn11
    	libmpc3
    	libmpfr4
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	swig-dev
    	swig
    
    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.
    [  OK  ] Started gdbserverproxy.service.
             Starting matrix-gui-2.0.service...
    [  OK  ] Started matrix-gui-2.0.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    [   18.222352] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   18.230452] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am57xx-evm ttyS2
    
    Arago 2016.10 am57xx-evm ttyS2
    
    am57xx-evm login: root[   21.061249] omap_hwmod: mmu1_dsp1: _wait_target_disable failed
    [   21.074218] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    
    root@am57xx-evm:~# [   22.080909] omap_hwmod: mmu1_dsp2: _wait_target_disable failed
    [   22.093892] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    
    root@am57xx-evm:~# ifconfig eth0 172.141.7.11
    root@am57xx-evm:~# ping 172.141.7.10
    PING 172.141.7.10 (172.141.7.10): 56 data bytes
    64 bytes from 172.141.7.10: seq=0 ttl=128 time=1.547 ms
    64 bytes from 172.141.7.10: seq=1 ttl=128 time=0.526 ms
    64 bytes from 172.141.7.10: seq=2 ttl=128 time=0.529 ms
    64 bytes from 172.141.7.10: seq=3 ttl=128 time=0.464 ms
    64 bytes from 172.141.7.10: seq=4 ttl=128 time=0.532 ms
    64 bytes from 172.141.7.10: seq=5 ttl=128 time=0.527 ms
    64 bytes from 172.141.7.10: seq=6 ttl=128 time=0.527 ms
    64 bytes from 172.141.7.10: seq=7 ttl=128 time=0.524 ms
    64 bytes from 172.141.7.10: seq=8 ttl=128 time=0.527 ms
    64 bytes from 172.141.7.10: seq=9 ttl=128 time=0.518 ms
    64 bytes from 172.141.7.10: seq=10 ttl=128 time=0.519 ms
    64 bytes from 172.141.7.10: seq=11 ttl=128 time=0.544 ms
    ^C
    --- 172.141.7.10 ping statistics ---
    12 packets transmitted, 12 packets received, 0% packet loss
    round-trip min/avg/max = 0.464/0.607/1.547 ms
    
    Hi Nick,

    I am attaching the CPSW and PRU ethernets log files

    Regards,

    Kumari

  • Hello Kumari,

    Link is up... link is down... link is up... link is down typically indicates that there are hardware issues with the PHY. The fact that your eth2 connection negotiated to 10Mbps/Full also point to a PHY issue.

    What revision of what board did you use as your template? Could you provide a screenshot of the schematic of the PRU's PHY?

    In current TI device trees we specify reset-gpios and reset-delay-us within the &pruss2_mdio (see am571x-idk.dts for an example). I am not sure if our examples from PLSDK3.2 included reset information, but that might be something to look at.

    Regards,
    Nick
  • /*
     * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
     *
     * This program is free software; you can redistribute it and/or modify
     * it under the terms of the GNU General Public License version 2 as
     * published by the Free Software Foundation.
     */
    /dts-v1/;
    
    #include "dra74x.dtsi"
    #include "am57xx-evm-cmem.dtsi"
    #include "am57xx-industrial-grade.dtsi"
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/interrupt-controller/irq.h>
    
    / {
    	model = "TI AM5728 BeagleBoard-X15";
    	compatible = "ti,am572x-beagle-x15", "ti,am5728-idk","ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
    
    	chosen {
    		stdout-path = &uart3;
    	};
    
    	aliases {
    		rtc2 = &rtc;
    		rtc1 = &tps659038_rtc;
    		rtc0 = &i2c_rtc;
    		ethernet2 = &pruss2_emac0;
    		ethernet3 = &pruss2_emac1;
    	};
    
    	memory {
    		device_type = "memory";
    		reg = <0x0 0x80000000 0x0 0x80000000>; /* 2GiB */
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		ipu2_cma_pool: ipu2_cma@95800000 {
    			compatible = "shared-dma-pool";
    			reg = <0x0 0x95800000 0x0 0x3800000>;
    			reusable;
    			status = "okay";
    		};
    
    		dsp1_cma_pool: dsp1_cma@99000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x0 0x99000000 0x0 0x4000000>;
    			reusable;
    			status = "okay";
    		};
    
    		ipu1_cma_pool: ipu1_cma@9d000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x0 0x9d000000 0x0 0x2000000>;
    			reusable;
    			status = "okay";
    		};
    
    		dsp2_cma_pool: dsp2_cma@9f000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x0 0x9f000000 0x0 0x1000000>;
    			reusable;
    			status = "okay";
    		};
    	};
    
    	vdd_3v3: fixedregulator-vdd_3v3 {
    		compatible = "regulator-fixed";
    		regulator-name = "vdd_3v3";
    		vin-supply = <&regen1>;
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    	};
    
    	vtt_fixed: fixedregulator-vtt {
    		/* TPS51200 */
    		compatible = "regulator-fixed";
    		regulator-name = "vtt_fixed";
    		vin-supply = <&smps3_reg>;
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-always-on;
    		regulator-boot-on;
    		enable-active-high;
    		gpio = <&gpio4 8 GPIO_ACTIVE_HIGH>;
    	};
    
    	leds {
    		compatible = "gpio-leds";
    		pinctrl-names = "default";
    		pinctrl-0 = <&leds_pins_default>;
    		
    		led@0 {
    			label = "am57xx-phycore-som:red";
    			gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;
    			linux,default-trigger = "heartbeat";
    			default-state = "off";
    		};
    
    		led@1 {
    			label = "am57xx-phycore-som:green";
    			gpios = <&gpio4 10 GPIO_ACTIVE_HIGH>;
    			linux,default-trigger = "cpu0";
    			default-state = "off";
    		};
    	};
    
    	
    	leds-iio {
    		status = "okay";
    		compatible = "gpio-leds";
    		led-out0 {
    			label = "out0";
    			gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out1 {
    			label = "out1";
    			gpios = <&tpic2810 1 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out2 {
    			label = "out2";
    			gpios = <&tpic2810 2 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out3 {
    			label = "out3";
    			gpios = <&tpic2810 3 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out4 {
    			label = "out4";
    			gpios = <&tpic2810 4 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out5 {
    			label = "out5";
    			gpios = <&tpic2810 5 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out6 {
    			label = "out6";
    			gpios = <&tpic2810 6 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    		led-out7 {
    			label = "out7";
    			gpios = <&tpic2810 7 GPIO_ACTIVE_HIGH>;
    			default-state = "off";
    		};
    
    	};
    
    		i2c_gpio {
    		compatible = "i2c-gpio";
    		#address-cells = <1>;
    		#size-cells = <0>;
    		autorepeat;
    		
    		input1_20 {
    			label = "input1_20";
    			gpios = <&pcf_gpio_i2c1_20 0 GPIO_ACTIVE_LOW>;
    		};
    
    		input2_20 {
    			label = "input2_20";
    			gpios = <&pcf_gpio_i2c1_20 1 GPIO_ACTIVE_LOW>;
    		};
    
    		input3_20 {
    			label = "input3_20";
    			gpios = <&pcf_gpio_i2c1_20 2 GPIO_ACTIVE_LOW>;
    		};
    
    		input4_20 {
    			label = "input4_20";
    			gpios = <&pcf_gpio_i2c1_20 3 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input5_20 {
    			label = "input5_20";
    			gpios = <&pcf_gpio_i2c1_20 4 GPIO_ACTIVE_LOW>;
    		};
    
    		input6_20 {
    			label = "input6_20";
    			gpios = <&pcf_gpio_i2c1_20 5 GPIO_ACTIVE_LOW>;
    		};
    
    		input7_20 {
    			label = "input7_20";
    			gpios = <&pcf_gpio_i2c1_20 6 GPIO_ACTIVE_LOW>;
    		};
    
    		input8_20 {
    			label = "input8_20";
    			gpios = <&pcf_gpio_i2c1_20 7 GPIO_ACTIVE_LOW>;
    		};
    
    		input9_20 {
    			label = "input9_20";
    			gpios = <&pcf_gpio_i2c1_20 8 GPIO_ACTIVE_LOW>;
    		};
    
    		input10_20 {
    			label = "input10_20";
    			gpios = <&pcf_gpio_i2c1_20 9 GPIO_ACTIVE_LOW>;
    		};
    
    		input11_20 {
    			label = "input11_20";
    			gpios = <&pcf_gpio_i2c1_20 10 GPIO_ACTIVE_LOW>;
    		};
    
    		input12_20 {
    			label = "input12_20";
    			gpios = <&pcf_gpio_i2c1_20 11 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input13_20 {
    			label = "input13_20";
    			gpios = <&pcf_gpio_i2c1_20 12 GPIO_ACTIVE_LOW>;
    		};
    
    		input14_20 {
    			label = "input14_20";
    			gpios = <&pcf_gpio_i2c1_20 13 GPIO_ACTIVE_LOW>;
    		};
    
    		input15_20 {
    			label = "input15_20";
    			gpios = <&pcf_gpio_i2c1_20 14 GPIO_ACTIVE_LOW>;
    		};
    
    		input16_20 {
    			label = "input16_20";
    			gpios = <&pcf_gpio_i2c1_20 15 GPIO_ACTIVE_LOW>;
    		};
    
    		input1_21 {
    			label = "input1_21";
    			gpios = <&pcf_gpio_i2c1_21 0 GPIO_ACTIVE_LOW>;
    		};
    
    		input2_21 {
    			label = "input2_21";
    			gpios = <&pcf_gpio_i2c1_21 1 GPIO_ACTIVE_LOW>;
    		};
    
    		input3_21 {
    			label = "input3_21";
    			gpios = <&pcf_gpio_i2c1_21 2 GPIO_ACTIVE_LOW>;
    		};
    
    		input4_21 {
    			label = "input4_21";
    			gpios = <&pcf_gpio_i2c1_21 3 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input5_21 {
    			label = "input5_21";
    			gpios = <&pcf_gpio_i2c1_21 4 GPIO_ACTIVE_LOW>;
    		};
    
    		input6_21 {
    			label = "input6_21";
    			gpios = <&pcf_gpio_i2c1_21 5 GPIO_ACTIVE_LOW>;
    		};
    
    		input7_21 {
    			label = "input7_21";
    			gpios = <&pcf_gpio_i2c1_21 6 GPIO_ACTIVE_LOW>;
    		};
    
    		input8_21 {
    			label = "input8_21";
    			gpios = <&pcf_gpio_i2c1_21 7 GPIO_ACTIVE_LOW>;
    		};
    
    		
    		input9_21 {
    			label = "input9_21";
    			gpios = <&pcf_gpio_i2c1_21 8 GPIO_ACTIVE_LOW>;
    		};
    
    		input10_21 {
    			label = "input10_21";
    			gpios = <&pcf_gpio_i2c1_21 9 GPIO_ACTIVE_LOW>;
    		};
    
    		input11_21 {
    			label = "input11_21";
    			gpios = <&pcf_gpio_i2c1_21 10 GPIO_ACTIVE_LOW>;
    		};
    
    		input12_21 {
    			label = "input12_21";
    			gpios = <&pcf_gpio_i2c1_21 11 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input13_21 {
    			label = "input13_21";
    			gpios = <&pcf_gpio_i2c1_21 12 GPIO_ACTIVE_LOW>;
    		};
    
    		input14_21 {
    			label = "input14_21";
    			gpios = <&pcf_gpio_i2c1_21 13 GPIO_ACTIVE_LOW>;
    		};
    
    		input15_21 {
    			label = "input15_21";
    			gpios = <&pcf_gpio_i2c1_21 14 GPIO_ACTIVE_LOW>;
    		};
    
    		input16_21 {
    			label = "input16_21";
    			gpios = <&pcf_gpio_i2c1_21 15 GPIO_ACTIVE_LOW>;
    		};
    
    		input1_22 {
    			label = "input1_22";
    			gpios = <&pcf_gpio_i2c3_22 0 GPIO_ACTIVE_LOW>;
    		};
    
    		input2_22 {
    			label = "input2_22";
    			gpios = <&pcf_gpio_i2c3_22 1 GPIO_ACTIVE_LOW>;
    		};
    
    		input3_22 {
    			label = "input3_22";
    			gpios = <&pcf_gpio_i2c3_22 2 GPIO_ACTIVE_LOW>;
    		};
    
    		input4_22 {
    			label = "input4_22";
    			gpios = <&pcf_gpio_i2c3_22 3 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input5_22 {
    			label = "input5_22";
    			gpios = <&pcf_gpio_i2c3_22 4 GPIO_ACTIVE_LOW>;
    		};
    
    		input6_22 {
    			label = "input6_22";
    			gpios = <&pcf_gpio_i2c3_22 5 GPIO_ACTIVE_LOW>;
    		};
    
    		input7_22 {
    			label = "input7_22";
    			gpios = <&pcf_gpio_i2c3_22 6 GPIO_ACTIVE_LOW>;
    		};
    
    		input8_22 {
    			label = "input8_22";
    			gpios = <&pcf_gpio_i2c3_22 7 GPIO_ACTIVE_LOW>;
    		};
    		
    		
    		input9_22 {
    			label = "input9_22";
    			gpios = <&pcf_gpio_i2c3_22 8 GPIO_ACTIVE_LOW>;
    		};
    
    		input10_22 {
    			label = "input10_22";
    			gpios = <&pcf_gpio_i2c3_22 9 GPIO_ACTIVE_LOW>;
    		};
    
    		input11_22 {
    			label = "input11_22";
    			gpios = <&pcf_gpio_i2c3_22 10 GPIO_ACTIVE_LOW>;
    		};
    
    		input12_22 {
    			label = "input12_22";
    			gpios = <&pcf_gpio_i2c3_22 11 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input13_22 {
    			label = "input13_22";
    			gpios = <&pcf_gpio_i2c3_22 12 GPIO_ACTIVE_LOW>;
    		};
    
    		input14_22 {
    			label = "input14_22";
    			gpios = <&pcf_gpio_i2c3_22 13 GPIO_ACTIVE_LOW>;
    		};
    
    		input15_22 {
    			label = "input15_22";
    			gpios = <&pcf_gpio_i2c3_22 14 GPIO_ACTIVE_LOW>;
    		};
    
    		input16_22 {
    			label = "input16_22";
    			gpios = <&pcf_gpio_i2c3_22 15 GPIO_ACTIVE_LOW>;
    		};
    
    		input1_26 {
    			label = "input1_26";
    			gpios = <&pcf_gpio_i2c3_20 0 GPIO_ACTIVE_LOW>;
    		};
    
    		input2_26 {
    			label = "input2_26";
    			gpios = <&pcf_gpio_i2c3_20 1 GPIO_ACTIVE_LOW>;
    		};
    
    		input3_26 {
    			label = "input3_26";
    			gpios = <&pcf_gpio_i2c3_20 2 GPIO_ACTIVE_LOW>;
    		};
    
    		input4_26 {
    			label = "input4_26";
    			gpios = <&pcf_gpio_i2c3_20 3 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input5_26 {
    			label = "input5_26";
    			gpios = <&pcf_gpio_i2c3_20 4 GPIO_ACTIVE_LOW>;
    		};
    
    		input6_26 {
    			label = "input6_26";
    			gpios = <&pcf_gpio_i2c3_20 5 GPIO_ACTIVE_LOW>;
    		};
    
    		input7_26 {
    			label = "input7_26";
    			gpios = <&pcf_gpio_i2c3_20 6 GPIO_ACTIVE_LOW>;
    		};
    
    		input8_26 {
    			label = "input8_26";
    			gpios = <&pcf_gpio_i2c3_20 7 GPIO_ACTIVE_LOW>;
    		};
    
    		
    		input9_26 {
    			label = "input9_26";
    			gpios = <&pcf_gpio_i2c3_20 8 GPIO_ACTIVE_LOW>;
    		};
    
    		input10_26 {
    			label = "input10_26";
    			gpios = <&pcf_gpio_i2c3_20 9 GPIO_ACTIVE_LOW>;
    		};
    
    		input11_26 {
    			label = "input11_26";
    			gpios = <&pcf_gpio_i2c3_20 10 GPIO_ACTIVE_LOW>;
    		};
    
    		input12_26 {
    			label = "input12_26";
    			gpios = <&pcf_gpio_i2c3_20 11 GPIO_ACTIVE_LOW>;
    		};
    		
    
    		input13_26 {
    			label = "input13_26";
    			gpios = <&pcf_gpio_i2c3_20 12 GPIO_ACTIVE_LOW>;
    		};
    
    		input14_26 {
    			label = "input14_26";
    			gpios = <&pcf_gpio_i2c3_20 13 GPIO_ACTIVE_LOW>;
    		};
    
    		input15_26 {
    			label = "input15_26";
    			gpios = <&pcf_gpio_i2c3_20 14 GPIO_ACTIVE_LOW>;
    		};
    
    		input16_26 {
    			label = "input16_26";
    			gpios = <&pcf_gpio_i2c3_20 15 GPIO_ACTIVE_LOW>;
    		};
    
    		
    
    	};
    
    
    	
    
    
    	/* Dual-MAC Ethernet application node on PRU-ICSS2 */
    	pruss2_eth {
    		compatible = "ti,am57-prueth";
    		pruss = <&pruss2>;
    		sram = <&ocmcram1>;
    		interrupt-parent = <&pruss2_intc>;
    
    		pruss2_emac0: ethernet-mii0 {
    			phy-handle = <&pruss2_eth0_phy>;
    			phy-mode = "mii";
    			interrupts = <20>, <22>;
    			interrupt-names = "rx", "tx";
    			/* Filled in by bootloader */
    			local-mac-address = [00 00 00 00 00 00];
    		};
    
    		pruss2_emac1: ethernet-mii1 {
    			phy-handle = <&pruss2_eth1_phy>;
    			phy-mode = "mii";
    			interrupts = <21>, <23>;
    			interrupt-names = "rx", "tx";
    			/* Filled in by bootloader */
    			local-mac-address = [00 00 00 00 00 00];
    		};
    	};
    
    };
    
    &dra7_pmx_core {
    	leds_pins_default: leds_pins_default {
    		pinctrl-single,pins = <
    			0x188 (PIN_OUTPUT | MUX_MODE14)	/* vin2a_d8.gpio4_9 */
    			0x18c (PIN_OUTPUT | MUX_MODE14)	/* vin2a_d9.gpio4_10 */
    		>;
    	};
    
    	
    	i2c1_pins_default: i2c1_pins_default {
    		pinctrl-single,pins = <
    			0x400 (PIN_INPUT_PULLUP | MUX_MODE0)	/* i2c1_sda.sda */
    			0x404 (PIN_INPUT_PULLUP | MUX_MODE0)	/* i2c1_scl.scl */
    		>;
    	};
    	
    	i2c2_pins_default: i2c2_pins_default {
    		pinctrl-single,pins = <
    			0x408 (PIN_INPUT | MUX_MODE0)	/* hdmi1_ddc_scl */
    			0x40c (PIN_INPUT | MUX_MODE0)	/* hdmi1_ddc_sda */
    		>;
    	};
    
    	i2c3_pins_default: i2c3_pins_default {
    		pinctrl-single,pins = <
    			0x2a4 (PIN_INPUT| MUX_MODE9)	/* gpio6_14.i2c3_sda */
    			0x2a8 (PIN_INPUT| MUX_MODE9)	/* gpio6_15.i2c3_scl */
    		>;
    	};
    
    	
    	uart3_pins_default: uart3_pins_default {
    		pinctrl-single,pins = <
    			0x248 (PIN_INPUT_SLEW | MUX_MODE0) /* uart3_rxd.rxd */
    			0x24c (PIN_INPUT_SLEW | MUX_MODE0) /* uart3_txd.txd */
    		>;
    	};
    	
    	uart5_pins_default: uart5_pins_default {
    		pinctrl-single,pins = <
    			0x1dc (PIN_INPUT_SLEW | MUX_MODE2) /* vout1_d0.uart5_rxd */
    			0x1e0 (PIN_INPUT_SLEW | MUX_MODE2) /* vout1_d1.uart5_txd */
    		>;
    	};
    
    	uart8_pins_default: uart8_pins_default {
    		pinctrl-single,pins = <
    			0x3D0 (PIN_INPUT_SLEW | MUX_MODE2) /* dcan1_tx.uart8_rxd */
    			0x3D4 (PIN_INPUT_SLEW | MUX_MODE2) /* dcan1_rx.uart8_txd */
    		>;
    	};
    
    	mmc1_pins_default: mmc1_pins_default {
    		pinctrl-single,pins = <
    			0x36c (PIN_INPUT | MUX_MODE0)	/* mmc1sdcd.gpio6_27 */
    			0x354 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_clk.clk */
    			0x358 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
    			0x35c (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */
    			0x360 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */
    			0x364 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */
    			0x368 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */
    		>;
    	};
    
    	mmc1_pins_hs: mmc1_pins_hs {
    		pinctrl-single,pins = <
    			0x36c (PIN_INPUT | MUX_MODE0)	/* mmc1sdcd.gpio6_27 */
    			0x354 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_clk.clk */
    			0x358 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_cmd.cmd */
    			0x35c (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat0.dat0 */
    			0x360 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat1.dat1 */
    			0x364 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat2.dat2 */
    			0x368 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat3.dat3 */
    		>;
    	};
    	
    	mmc2_pins_default: mmc2_pins_default {
    		pinctrl-single,pins = <
    			0x9c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    			0xb0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    			0xa0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    			0xa4 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    			0xa8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    			0xac (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    			0x8c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    			0x90 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    			0x94 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    			0x98 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    		>;
    	};
    
    	mmc2_pins_hs: mmc2_pins_hs {
    		pinctrl-single,pins = <
    			0x9c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    			0xb0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    			0xa0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    			0xa4 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    			0xa8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    			0xac (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    			0x8c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    			0x90 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    			0x94 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    			0x98 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    		>;
    	};
    
    	mmc2_pins_ddr_1_8v: mmc2_pins_ddr_1_8v {
    		pinctrl-single,pins = <
    			0x9c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    			0xb0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    			0xa0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    			0xa4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    			0xa8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    			0xac (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    			0x8c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    			0x90 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    			0x94 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    			0x98 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    		>;
    	};
    	
    	
    
    	usb1_pins: pinmux_usb1_pins {
    		pinctrl-single,pins = <
    			0x280 (PIN_INPUT_SLEW | MUX_MODE0) /* usb1_drvvbus */
    			
    		>;
    	};
    
    	usb2_pins_default: pinmux_usb2_pins_default {
    		pinctrl-single,pins = <
    			
    			0x284 (PIN_INPUT_SLEW | MUX_MODE0) /* usb2_drvvbus */
    			
    		>;
    	};
    
    	
    
    	cpsw_pins_default: cpsw_pins_default {
    		pinctrl-single,pins = <
    			/* Slave 1 */
    			0x250 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_tclk */
    			0x254 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_tctl */
    			0x258 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td3 */
    			0x25c (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td2 */
    			0x260 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td1 */
    			0x264 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td0 */
    			0x268 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rclk */
    			0x26c (PIN_INPUT | MUX_MODE0)	/* rgmii1_rctl */
    			0x270 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd3 */
    			0x274 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd2 */
    			0x278 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd1 */
    			0x27c (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd0 */
    
    			/* Slave 2 */
    			0x198 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_tclk */
    			0x19c (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_tctl */
    			0x1a0 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td3 */
    			0x1a4 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td2 */
    			0x1a8 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td1 */
    			0x1ac (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td0 */
    			0x1b0 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rclk */
    			0x1b4 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rctl */
    			0x1b8 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd3 */
    			0x1bc (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd2 */
    			0x1c0 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd1 */
    			0x1c4 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd0 */
    		>;
    
    	};
    
    	davinci_mdio_pins_default: davinci_mdio_pins_default {
    		pinctrl-single,pins = <
    			/* MDIO */
    			0x23c (PIN_OUTPUT_PULLUP | MUX_MODE0)	/* mdio_mclk */
    			0x240 (PIN_INPUT_PULLUP | MUX_MODE0)	/* mdio_d */
    		>;
    	};
    
    	
    
    	tps659038_pins_default: tps659038_pins_default {
    		pinctrl-single,pins = <
    			0x418 (PIN_INPUT_PULLUP | MUX_MODE14)	/* wakeup0.gpio1_0 */
    		>;
    	};
    
    	tmp102_pins_default: tmp102_pins_default {
    		pinctrl-single,pins = <
    			0x3C8 (PIN_INPUT_PULLUP | MUX_MODE14)	/* spi2_d0.gpio7_16 */
    		>;
    	};
    
    	pcie1_pins: pcie1_pins {
    		pinctrl-single,pins = <
    			0x1e8 (PIN_INPUT | MUX_MODE14)	/* vout1_d3.gpio8_3 */
    			0x1ec (PIN_OUTPUT_PULLDOWN | MUX_MODE14) /* vout1_d4.gpio8_4 */
    			0x1f0 (PIN_INPUT | MUX_MODE14)	/* vout1_d5.gpio8_5 */
    			0x1f8 (PIN_OUTPUT | MUX_MODE14)	/* vout1_d7.gpio8_7 */
    		>;
    	};
    
    	pru2_mii_pins_default: pru2_mii_pins_default{
    		pinctrl-single,pins = <
    			/* Slave 1 */
    			0x2B8 (PIN_INPUT | MUX_MODE11)	/* mcasp1_axr1.pr2_mii_mt0_clk */
    			0x2D4 (PIN_OUTPUT | MUX_MODE11)	/* mcasp1_axr8.pr2_mii0_txen */
    			0x2D8 (PIN_OUTPUT | MUX_MODE11)	/* mcasp1_axr9.pr2_mii0_txd3 */
    			0x2DC (PIN_OUTPUT | MUX_MODE11)	/* mcasp1_axr10.pr2_mii0_txd2 */
    			0x2E0 (PIN_OUTPUT | MUX_MODE11)	/* mcasp1_axr11.pr2_mii0_txd1 */
    			0x2E4 (PIN_OUTPUT | MUX_MODE11)	/* mcasp1_axr12.pr2_mii0_txd0 */
    			0x2E8 (PIN_INPUT | MUX_MODE11)	/* mcasp1_axr13.pr2_mii_mr0_clk */
    			0x2Ec (PIN_INPUT | MUX_MODE11)	/* mcasp1_axr14.pr2_mii0_rxdv */
    			0x2F0 (PIN_INPUT | MUX_MODE11)	/* mcasp1_axr15.pr2_mii0_rxd3 */
    			0x2F4 (PIN_INPUT | MUX_MODE11)	/* mcasp2_aclkx.pr2_mii0_rxd2 */
    			0x2F8 (PIN_INPUT | MUX_MODE11)	/* mcasp2_fsx.pr2_mii0_rxd1 */
    			0x30C (PIN_INPUT | MUX_MODE11)	/* mcasp2_axr2.pr2_mii0_rxd0 */
    
    			/* Slave 2 */
    			0x374 (PIN_INPUT | MUX_MODE11)	/* gpio6_10.pr2_mii_mt1_clk */
    			0x378 (PIN_OUTPUT | MUX_MODE11)	/* gpio6_11.pr2_mii1_txen */
    			0x37C (PIN_OUTPUT | MUX_MODE11)	/* mmc3_clk.pr2_mii1_txd3 */
    			0x380 (PIN_OUTPUT | MUX_MODE11)	/* mmc3_cmd.pr2_mii1_txd2 */
    			0x384 (PIN_OUTPUT | MUX_MODE11)	/* mmc3_dat0.pr2_mii1_txd1 */
    			0x388 (PIN_OUTPUT | MUX_MODE11)	/* mmc3_dat1.pr2_mii1_txd0 */
    			0x38C (PIN_INPUT | MUX_MODE11)	/* mmc3_dat2.pr2_mii_mr1_clk */
    			0x390 (PIN_INPUT | MUX_MODE11)	/* mmc3_dat3.pr2_mii1_rxdv */
    			0x394 (PIN_INPUT | MUX_MODE11)	/* mmc3_dat4.pr2_mii1_rxd3 */
    			0x398 (PIN_INPUT | MUX_MODE11)	/* mmc3_dat5.pr2_mii1_rxd2 */
    			0x39C (PIN_INPUT | MUX_MODE11)	/* mmc3_dat6.pr2_mii1_rxd1 */
    			0x3A0 (PIN_INPUT | MUX_MODE11)	/* mmc3_dat7.pr2_mii1_rxd0 */
    
    			
    
    		>;
    	};
    
    	pru2_mii_davinci_mdio_pins_default: pru2_mii_davinci_mdio_pins_default{
    		pinctrl-single,pins = <
    		/* MDIO */
    			0x2A4 (PIN_OUTPUT | MUX_MODE11)	/* mcasp1_aclkx.pr2_mdio_mdclk */
    			0x2A8 (PIN_INPUT | MUX_MODE11)	/* mcasp1_fsx.pr2_mdio_data */
    			
    
    		>;
    	};
    };
    
    
    &dra7_iodelay_core {
    	mmc2_iodelay_ddr_1_8v_conf: mmc2_iodelay_ddr_1_8v_conf {
    		pinctrl-single,pins = <
    			0x18c (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A19_IN */
    			0x1a4 (A_DELAY(274) | G_DELAY(240))     /* CFG_GPMC_A20_IN */
    			0x1b0 (A_DELAY(0) | G_DELAY(60))        /* CFG_GPMC_A21_IN */
    			0x1bc (A_DELAY(0) | G_DELAY(60))        /* CFG_GPMC_A22_IN */
    			0x1c8 (A_DELAY(514) | G_DELAY(360))     /* CFG_GPMC_A23_IN */
    			0x1d4 (A_DELAY(187) | G_DELAY(120))     /* CFG_GPMC_A24_IN */
    			0x1e0 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A25_IN */
    			0x1ec (A_DELAY(0) | G_DELAY(60))        /* CFG_GPMC_A26_IN */
    			0x1f8 (A_DELAY(121) | G_DELAY(60))      /* CFG_GPMC_A27_IN */
    			0x360 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_CS1_IN */
    			0x190 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A19_OEN */
    			0x194 (A_DELAY(174) | G_DELAY(0))       /* CFG_GPMC_A19_OUT */
    			0x1a8 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A20_OEN */
    			0x1ac (A_DELAY(168) | G_DELAY(0))       /* CFG_GPMC_A20_OUT */
    			0x1b4 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A21_OEN */
    			0x1b8 (A_DELAY(136) | G_DELAY(0))       /* CFG_GPMC_A21_OUT */
    			0x1c0 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A22_OEN */
    			0x1c4 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A22_OUT */
    			0x1d0 (A_DELAY(879) | G_DELAY(0))       /* CFG_GPMC_A23_OUT */
    			0x1d8 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A24_OEN */
    			0x1dc (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A24_OUT */
    			0x1e4 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A25_OEN */
    			0x1e8 (A_DELAY(34) | G_DELAY(0))        /* CFG_GPMC_A25_OUT */
    			0x1f0 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A26_OEN */
    			0x1f4 (A_DELAY(120) | G_DELAY(0))       /* CFG_GPMC_A26_OUT */
    			0x1fc (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A27_OEN */
    			0x200 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_A27_OUT */
    			0x364 (A_DELAY(0) | G_DELAY(0))         /* CFG_GPMC_CS1_OEN */
    			0x368 (A_DELAY(11) | G_DELAY(0))        /* CFG_GPMC_CS1_OUT */
    		>;
    	};
    	
    
    };
    
    
    &i2c1 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&i2c1_pins_default>;
    	clock-frequency = <400000>;
    
    	tps659038: tps659038@58 {
    		compatible = "ti,tps659038";
    		reg = <0x58>;
    
    		pinctrl-names = "default";
    		pinctrl-0 = <&tps659038_pins_default>;
    
    		interrupt-parent = <&gpio1>;
    		interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
    
    		#interrupt-cells = <2>;
    		interrupt-controller;
    
    		ti,system-power-controller;
    
    		tps659038_pmic {
    			compatible = "ti,tps659038-pmic";
    
    			regulators {
    				smps12_reg: smps12 {
    					/* VDD_MPU */
    					regulator-name = "smps12";
    					regulator-min-microvolt = <850000>;
    					regulator-max-microvolt = <1250000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				smps3_reg: smps3 {
    					/* VDD_DDR */
    					regulator-name = "smps3";
    					regulator-min-microvolt = <1350000>;
    					regulator-max-microvolt = <1350000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				smps45_reg: smps45 {
    					/* VDD_DSPEVE, VDD_IVA, VDD_GPU */
    					regulator-name = "smps45";
    					regulator-min-microvolt = <850000>;
    					regulator-max-microvolt = <1150000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				smps6_reg: smps6 {
    					/* VDD_CORE */
    					regulator-name = "smps6";
    					regulator-min-microvolt = <850000>;
    					regulator-max-microvolt = <1030000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				/* SMPS7 unused */
    
    				smps8_reg: smps8 {
    					/* VDD_1V8 */
    					regulator-name = "smps8";
    					regulator-min-microvolt = <1800000>;
    					regulator-max-microvolt = <1800000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				/* SMPS9 unused */
    
    				ldo1_reg: ldo1 {
    					/* VDD_SD / VDDSHV8  */
    					regulator-name = "ldo1";
    					regulator-min-microvolt = <1800000>;
    					regulator-max-microvolt = <3300000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				ldo2_reg: ldo2 {
    					/* VDD_SHV5 */
    					regulator-name = "ldo2";
    					regulator-min-microvolt = <3300000>;
    					regulator-max-microvolt = <3300000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				ldo3_reg: ldo3 {
    					/* VDDA_1V8_PHYA */
    					regulator-name = "ldo3";
    					regulator-min-microvolt = <1800000>;
    					regulator-max-microvolt = <1800000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				ldo4_reg: ldo4 {
    					/* VDDA_1V8_PHYB */
    					regulator-name = "ldo4";
    					regulator-min-microvolt = <1800000>;
    					regulator-max-microvolt = <1800000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				ldo9_reg: ldo9 {
    					/* VDD_RTC */
    					regulator-name = "ldo9";
    					regulator-min-microvolt = <1050000>;
    					regulator-max-microvolt = <1050000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				ldoln_reg: ldoln {
    					/* VDDA_1V8_PLL */
    					regulator-name = "ldoln";
    					regulator-min-microvolt = <1800000>;
    					regulator-max-microvolt = <1800000>;
    					regulator-always-on;
    					regulator-boot-on;
    				};
    
    				ldousb_reg: ldousb {
    					/* VDDA_3V_USB: VDDA_USBHS33 */
    					regulator-name = "ldousb";
    					regulator-min-microvolt = <3300000>;
    					regulator-max-microvolt = <3300000>;
    					regulator-boot-on;
    				};
    
    				regen1: regen1 {
    					/* VDD_3V3_ON */
    					regulator-name = "regen1";
    					regulator-boot-on;
    					regulator-always-on;
    				};
    			};
    		};
    
    		tps659038_pwr_button: tps659038_pwr_button {
    			compatible = "ti,palmas-pwrbutton";
    			interrupt-parent = <&tps659038>;
    			interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
    			wakeup-source;
    			ti,palmas-long-press-seconds = <12>;
    		};
    
    		tps659038_rtc: tps659038_rtc {
    			status = "disabled";
    			compatible = "ti,palmas-rtc";
    			interrupt-parent = <&tps659038>;
    			interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
    			wakeup-source;
    		};
    	};
    
    	i2c_eeprom: eeprom@50 {
    		status = "disabled";
    		compatible = "at,24c32";
    		reg = <0x50>;
    		pagesize = <32>;
    	};
    
    	i2c_rtc: rtc@68 {
    		status = "disabled";
    		compatible = "rv4162";
    		reg = <0x68>;
    	};
    
    	tmp102: tmp102@48 {
    		compatible = "ti,tmp102";
    		reg = <0x48>;
    		interrupt-parent = <&gpio7>;
    		interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
    		#thermal-sensor-cells = <1>;
    	};
    
    	tpic2810: tpic2810@60 {
    		compatible = "ti,tpic2810";
    		reg = <0x60>;
    		gpio-controller;
    		#gpio-cells = <2>;
    	};
    
    	pcf_gpio_i2c1_20: gpio@20 {
    		compatible = "nxp,pcf8575","ti,pcf8575";
    		reg = <0x20>;
    		gpio-controller;
    		#gpio-cells = <2>;
    
    	};
    	pcf_gpio_i2c1_21: gpio@21 {
    		compatible = "nxp,pcf8575","ti,pcf8575";
    		reg = <0x21>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		
    	};
    
    
    
    };
    
    
    &i2c2{
    
    	status="okay";
    	};
    
    
    
    &i2c3{
    	status="okay";
    	clock-frequency = <400000>;
    	pcf_gpio_i2c3_22: gpio@22 {
    		compatible = "nxp,pcf8575","ti,pcf8575";
    		reg = <0x22>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		
    	};
    
    	pcf_gpio_i2c3_20: gpio@20 {
    		compatible = "nxp,pcf8575","ti,pcf8575";
    		reg = <0x20>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		
    	};
    
    
    };
    
    &gpio4 {
    	ti,no-reset-on-init;
    	ti,no-idle-on-init;
    };
    
    
    &oppdm_mpu {
    	vdd-supply = <&smps12_reg>;
    };
    
    &oppdm_dspeve {
    	vdd-supply = <&smps45_reg>;
    };
    
    &oppdm_gpu {
    	vdd-supply = <&smps45_reg>;
    };
    
    &oppdm_ivahd {
    	vdd-supply = <&smps45_reg>;
    };
    
    &oppdm_core {
    	vdd-supply = <&smps6_reg>;
    };
    
    
    
    &mmc1 {
    	status = "okay";
    	pinctrl-names = "default", "hs";
    	pinctrl-0 = <&mmc1_pins_default>;
    	pinctrl-1 = <&mmc1_pins_hs>;
    
    	vmmc-supply = <&ldo1_reg>;
    	bus-width = <4>;
    	max-frequency = <96000000>;
    
    	/*cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>; /* gpio 219 */
    };
    
    
    
    
    
    
    
    &mailbox3 {
    	status = "okay";
    	mbox_pru1_0: mbox_pru1_0 {
    		status = "okay";
    	};
    	mbox_pru1_1: mbox_pru1_1 {
    		status = "okay";
    	};
    };
    
    &mailbox4 {
    	status = "okay";
    	mbox_pru2_0: mbox_pru2_0 {
    		status = "okay";
    	};
    	mbox_pru2_1: mbox_pru2_1 {
    		status = "okay";
    	};
    };
    
    &mailbox5 {
    	status = "okay";
    	mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
    		status = "okay";
    	};
    	mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
    		status = "okay";
    	};
    };
    
    &mailbox6 {
    	status = "okay";
    	mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
    		status = "okay";
    	};
    	mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
    		status = "okay";
    	};
    };
    
    &mmu0_dsp1 {
    	status = "okay";
    };
    
    &mmu1_dsp1 {
    	status = "okay";
    };
    
    &mmu0_dsp2 {
    	status = "okay";
    };
    
    &mmu1_dsp2 {
    	status = "okay";
    };
    
    &mmu_ipu1 {
    	status = "okay";
    };
    
    &mmu_ipu2 {
    	status = "okay";
    };
    
    &ipu1 {
    	status = "okay";
    	memory-region = <&ipu1_cma_pool>;
    	mboxes = <&mailbox5 &mbox_ipu1_ipc3x>;
    	timers = <&timer11>;
    };
    
    &ipu2 {
    	status = "okay";
    	memory-region = <&ipu2_cma_pool>;
    	mboxes = <&mailbox6 &mbox_ipu2_ipc3x>;
    	timers = <&timer3>;
    	watchdog-timers = <&timer4>, <&timer9>;
    };
    
    &dsp1 {
    	status = "okay";
    	memory-region = <&dsp1_cma_pool>;
    	mboxes = <&mailbox5 &mbox_dsp1_ipc3x>;
    	timers = <&timer5>;
    };
    
    &dsp2 {
    	status = "okay";
    	memory-region = <&dsp2_cma_pool>;
    	mboxes = <&mailbox6 &mbox_dsp2_ipc3x>;
    	timers = <&timer6>;
    };
    
    &pruss1 {
    	status = "disabled";
    
    	pru1_0: pru0@4b234000 {
    		interrupt-parent = <&pruss1_intc>;
    		interrupts = <16>, <17>;
    		interrupt-names = "vring", "kick";
    		status = "disabled";
    	};
    
    	pru1_1: pru1@4b238000 {
    		interrupt-parent = <&pruss1_intc>;
    		interrupts = <18>, <19>;
    		interrupt-names = "vring", "kick";
    		status = "disabled";
    	};
    	
    };
    
    &pruss2 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&pru2_mii_pins_default>;
    	dual_emac;
    
    	/*pru2_0: pru0@4b2b4000 {
    		mboxes=<&mailbox4 &mbox_pru2_0>;
    		interrupt-parent = <&pruss2_intc>;
    		interrupts = <16>, <17>;
    		interrupt-names = "vring", "kick";
    		status = "okay";
    	};
    
    	pru2_1: pru1@4b2b8000 {
    		mboxes=<&mailbox4 &mbox_pru2_1>;
    		interrupt-parent = <&pruss2_intc>;
    		interrupts = <18>, <19>;
    		interrupt-names = "vring", "kick";
    		status = "okay";
    	};*/
    
    
    	pru2_0: pru0@4b2b4000 {
    		interrupt-parent = <&pruss2_intc>;
    		interrupts = <16>, <17>;
    		interrupt-names = "vring", "kick";
    		status = "okay";
    	};
    
    	pru2_1: pru1@4b2b8000 {
    		interrupt-parent = <&pruss2_intc>;
    		interrupts = <18>, <19>;
    		interrupt-names = "vring", "kick";
    		status = "okay";
    	};
    };
    
    
    &rtc {
    	status = "okay";
    };
    
    
    &pruss2_mdio {
    	status = "okay";
    
    	pinctrl-names = "default";
    	pinctrl-0 = <&pru2_mii_davinci_mdio_pins_default>;
    
    
    	pruss2_eth0_phy: ethernet-phy@5 {
    		phy_id = <&davinci_mdio>, <5>;
    		reg = <5>;
    	dual_emac_res_vlan = <3>;
    		/*interrupt-parent = <&gpio3>;
    		interrupts = <30 IRQ_TYPE_EDGE_FALLING>;*/
    	};
    
    	pruss2_eth1_phy: ethernet-phy@6 {
    		phy_id = <&davinci_mdio>, <6>;
    		reg = <6>;
    		/*interrupt-parent = <&gpio3>;
    		interrupts = <31 IRQ_TYPE_EDGE_FALLING>;*/
    	dual_emac_res_vlan = <4>;
    	};
    };
    
    &uart3 {
            status = "okay";
            pinctrl-names = "default";
            pinctrl-0 = <&uart3_pins_default>;
    
    	interrupts-extended = <&crossbar_mpu GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH
    			       &dra7_pmx_core 0x248>;
    };
    
    
    &uart5 {
            status = "disabled";
            pinctrl-names = "default";
            pinctrl-0 = <&uart5_pins_default>;
            
    };
    
    
    &uart8{
    
    	status="okay";
     	pinctrl-names = "default";
            pinctrl-0 = <&uart8_pins_default>;
    };
    
    
    &cpu0 {
    	cpu0-supply = <&smps12_reg>;
    	voltage-tolerance = <1>;
    };
    
    &mac {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&cpsw_pins_default>;
    	dual_emac;
    };
    
    &cpsw_emac0 {
    	phy_id = <&davinci_mdio>, <1>;
    	phy-mode = "rgmii";
    	dual_emac_res_vlan = <1>;
    };
    
    &cpsw_emac1 {
    	phy_id = <&davinci_mdio>, <3>;
    	phy-mode = "rgmii";
    	dual_emac_res_vlan = <2>;
    };
    
    
    &davinci_mdio {
    	pinctrl-names = "default";
    	pinctrl-0 = <&davinci_mdio_pins_default>;
    	status = "okay";
    };
    
    
    
    
    &mmc2 {
    	status = "okay";
    
    	pinctrl-names = "default", "hs", "ddr_1_8v";
    	pinctrl-0 = <&mmc2_pins_default>;
    	pinctrl-1 = <&mmc2_pins_hs>;
    	pinctrl-2 = <&mmc2_pins_ddr_1_8v &mmc2_iodelay_ddr_1_8v_conf>;
    
    	vmmc-supply = <&vdd_3v3>;
    	bus-width = <8>;
    	iov = <3300000>;
    	ti,non-removable;
    	cap-mmc-dual-data-rate;
    	max-frequency = <96000000>;
    	/delete-property/ mmc-hs200-1_8v;
    };
    
    
    
    
    &sata {
    	status = "okay";
    };
    
    &usb2_phy1 {
    	phy-supply = <&ldousb_reg>;
    };
    
    &usb2_phy2 {
    	phy-supply = <&ldousb_reg>;
    };
    
    &usb1 {
    	dr_mode = "host";
    	pinctrl-names = "default";
    	pinctrl-0 = <&usb1_pins>;
    };
    
    &pcie1_rc {
    	status = "okay";
    };
    
    
    &pcie1_ep {
    	status = "okay";
    };
    
    
    &pcie2_rc {
    	status = "okay";
    };
    
    
    &pcie2_ep {
    	status = "okay";
    };
    
    &pcie2_phy {
    	status = "okay";
    };
    
    
    
    /*&pcie1_rc {
    	num-lanes = <2>;
    	phys = <&pcie1_phy>, <&pcie2_phy>;
    	phy-names = "pcie-phy0", "pcie-phy1";
    	status="okay";
    	/*syscon-dual-lane = <&scm_conf_pcie 0x18 0x5>;
    };
    
    &pcie1_ep {
    	num-lanes = <2>;
    	phys = <&pcie1_phy>, <&pcie2_phy>;
    	phy-names = "pcie-phy0", "pcie-phy1";
    	status="okay";
    	/*syscon-dual-lane = <&scm_conf_pcie 0x18 0x5>;
    };*/
    
    &usb2 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&usb2_pins_default>;
    	
    
    	dr_mode = "peripheral";
    };
    
    
    
    
    &cpu_trips {
    	cpu_alert1: cpu_alert1 {
    		temperature = <50000>; /* millicelsius */
    		hysteresis = <2000>; /* millicelsius */
    		type = "active";
    	};
    };
    
    &rtc {
    	status = "okay";
    };
    
    
    
    
    
    
    
     Hello Nick,

    DTS file and schematic screenshot are attached

    Regards,

    Kumari

  • HI
    Please review and comment on the schematic
    Is there a possibility to change PRU MAC interface from MII to RMII
    we are using KSZ9031 (RMII/RGMII interface) with PRU Ethernet MAC (MII interface).
    The link is established. Rx clk is observed but there is no tx clk
    is there any compatibility issues between MII and RMII interfaces. if there , what are the changes to be done in pru_rproc.c to make them compatible?
  • I am sorry for the delayed response.

    I am not a hardware expert, but you do seem to have the reset signals that I was looking for. I cannot comment on anything else on the schematic. From a Linux support side, I am not sure there is much more I can do to support that version of Linux.

    My only other advice would be to follow-up with the PHY manufacturers and make sure that everything in hardware looks ok to them.

    Regards,
    Nick