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.

EVMK2EX: EVMK2EX will not boot hard disk drive during cold start

Part Number: EVMK2EX
Other Parts Discussed in Thread: PMP, DA8XX

Cold start of the EVMK2E with a SATA drive connected produces the following error during the boot processes.

[16.858571] dwc3 2690000.dwc3: Failed to get clk 'ref': -2

The /dev/sda is not installed.

The issue is not resolved with a Linux reboot.

If the EVMK2EX is power cycled the SATA hard disk drive will be mounted at "/run/media/sda1". The power cycle has to be performed in seconds to be successful.

U-Boot 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)
Linux k2e-evm 4.19.94-gbe5389fd85 #1 SMP PREEMPT Tue Jul 21 19:18:53 UTC 2020 armv7l GNU/Linux

  • Hi, Phillip,

    Are you trying to boot K2E from SATA drive? has it ever booted up using SATA drive? 

    That dwc3 message is not related. The rebuilt image always display that message but it doesn't prevent the USB be enumerated. K2E EVM boot logs snippet from running PLSDK 6.1 is shown below. You can see the xhci-hcd got enumerated at the end of the logs. 

    [   16.268097] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator

    [   16.277989] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0

    [   16.285686] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator

    [   16.296454] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0

    [  OK  ] Started Load/Save Random Seed.

    [   16.552370] ahci 0000:01:00.0: limiting MRRS to 256

    [   16.557436] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode

    [   16.565697] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs

    [   16.590465] scsi host0: ahci

    [   16.595011] scsi host1: ahci

    [   16.598879] ata1: SATA max UDMA/133 abar m512@0x60100000 port 0x60100100 irq 122

    [   16.606345] ata2: SATA max UDMA/133 abar m512@0x60100000 port 0x60100180 irq 122

    [  OK  ] Started Create Volatile Files and Directories.

    [   16.938588] ata2: SATA link down (SStatus 0 SControl 300)

    [   16.944117] ata1: SATA link down (SStatus 0 SControl 300)

    [  OK  ] Found device /dev/ttyS0.

    [   17.426576] dwc3 2690000.dwc3: Failed to get clk 'ref': -2

    [   17.433287] platform xhci-hcd.0.auto: set dma_pfn_offset00780000

    [   17.440496] dwc3 25010000.dwc3: Failed to get clk 'ref': -2

    [   17.477873] usbcore: registered new interface driver usbfs

    [   17.483499] usbcore: registered new interface driver hub

    [   17.489005] usbcore: registered new device driver usb

    [   17.511418] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller

    [   17.516972] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1

    [   17.526090] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010

    [   17.535614] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000

    [   17.541927] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19

    [   17.550302] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    [   17.557573] usb usb1: Product: xHCI Host Controller

    [   17.562546] usb usb1: Manufacturer: Linux 4.19.59-g5f8c1c6121 xhci-hcd

    [   17.569163] usb usb1: SerialNumber: xhci-hcd.0.auto

    [   17.574520] hub 1-0:1.0: USB hub found

    [   17.578347] hub 1-0:1.0: 1 port detected

    [   17.582674] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller

    [   17.588215] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2

    [   17.595952] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed

    [   17.602600] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.

    [   17.610875] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19

    [   17.619218] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

    [   17.626490] usb usb2: Product: xHCI Host Controller

    [   17.631434] usb usb2: Manufacturer: Linux 4.19.59-g5f8c1c6121 xhci-hcd

    [   17.638007] usb usb2: SerialNumber: xhci-hcd.0.auto

    [   17.643355] hub 2-0:1.0: USB hub found

    [   17.647174] hub 2-0:1.0: 1 port detected

    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.

    Rex

  • Hello Rex

    Are you trying to boot K2E from SATA drive? has it ever booted up using SATA drive?   

    No

    OK it is good to know that "dwc3 2690000.dwc3: Failed to get clk 'ref': -2" is not for this issue. I will perform additional test of the USB after this issue is understood.

    The NFS mount is being used for this test.

    This test is to verify the SATA interface and configure the hard disk drive. The TI procedure to setup a hard disk drive used the EVM.

    The issue is not resolved with a Linux reboot (Linux does boot). It requires a power cycle to correct this issue. When it works the hard disk drive is mounted at "/run/media/sda1".

    Thank you,

    Phil

  • Hi, Phil,

    Ok. So your set up is to have EVM booting up from the TFTP server. The EVM also has SATA HDD mounted at /run/media/sda1. If doing a power cycle, everything works fine, but from Linux prompt, the reboot command will boot up successfully but lost the SATA HDD at the mount point. correct? I assume you have configured to mount the hard drive in /.etc/fstab.

    Rex

  • Hello Rex


    Ok. So your set up is to have EVM booting up from the TFTP server. 
        The Ubuntu host does have TFTP and NFS servers active.

    The EVM also has SATA HDD mounted at /run/media/sda1. If doing a power 
    cycle, everything works fine, but from Linux prompt, the reboot command 
    will boot up successfully but lost the SATA HDD at the mount point. 
    correct? 
        Not exactly: The cold start always fails to mount SATA HDD device sda.
        When the EVM is at room temperature which is about 76 degrees Fahrenheit. When the power is applied to the EVM it does not mount the HDD. This is my definition of a cold boot for this test.
        The EVM is allowed to run for a few minutes. The EVM has to be warm.
        The power is cycled on the EVM; which does mount the SATA HDD device sda and can then be accessed at /run/media/sda1. The Linux reboot while in the state will also mount the SATA HDD.

    I assume you have configured to mount the hard drive in /.etc/fstab.
        No changes were made to fstab. No changes were made to any of the configuration files.

    What changes should have been made to fstab?


    Does your EVMK2EX mount the sda device from a cold boot?


    Below is the log from the test:

    U-Boot SPL 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)
    Trying to boot from SPI


    U-Boot 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)

    CPU: 66AK2Ex SR1.0
    Model: Texas Instruments Keystone 2 Edison EVM
    DRAM: DDR3A Speed will be configured for 1600 Operation.
    Detected SO-DIMM [18KSF51272HZ-1G6K2]
    DDR3 speed 1600
    DRAM: 4 GiB

    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND: 512 MiB
    Loading Environment from NAND... OK
    Net: eth0: netcp@24000000
    Warning: netcp@slave-1 (eth1) using random MAC address - c6:cf:08:58:d3:3c
    , eth1: netcp@slave-1
    Warning: netcp@slave-2 (eth2) using random MAC address - 16:45:dc:e0:f5:e6
    , eth2: netcp@slave-2
    Warning: netcp@slave-3 (eth3) using random MAC address - ba:02:ea:1a:54:dd
    , eth3: netcp@slave-3
    Warning: netcp@slave-4 (eth4) using random MAC address - 82:2d:d6:dc:f5:7f
    , eth4: netcp@slave-4
    Warning: netcp@slave-5 (eth5) using random MAC address - ba:99:1a:4a:4d:9d
    , eth5: netcp@slave-5
    Warning: netcp@slave-6 (eth6) using random MAC address - 12:4a:b1:54:98:6c
    , eth6: netcp@slave-6
    Warning: netcp@slave-7 (eth7) using random MAC address - 5a:0a:c4:eb:c6:c3
    , eth7: netcp@slave-7
    Hit any key to stop autoboot: 0

    netcp@24000000 Waiting for SGMII auto negotiation to complete.. done
    netcp@24000000 Waiting for PHY auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address xxxxxxx (1271 ms)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxx
    Filename '/mnt/nfs_k2e/boot/skern-k2e.bin'.
    Load address: 0x87000000
    Loading: #######
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-53-ge1f885a SoC:k2e built:21:04:57, Jul 21 2020

    ## installed monitor @ 0xc1f0000, freq [233333333], status 203358208

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/zImage-k2e-evm.bin'.
    Load address: 0x82000000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    ####
    done
    Bytes transferred = 4346368 (425200 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxxx; our IP address is xxxxxxxx
    Filename '/mnt/nfs_k2e/boot/k2-fw-initrd.cpio.gz'.
    Load address: 0x88080000
    Loading: #############
    done
    Bytes transferred = 66309 (10305 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/keystone-k2e-evm.dtb'.
    Load address: 0x88000000
    Loading: #######
    done
    Bytes transferred = 30877 (789d hex)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8ffef000, end 8ffff305 ... OK
    Loading Device Tree to 8ffe4000, end 8ffee89c ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.94-gbe5389fd85 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue Jul 21 19:18:0
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rootfstype=nfs root=/dev/nfs rw nfsroot=xxxxxxx:/mnt/nfs_k2e,v3,tcp,rsize=40p
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3457252K/3538944K available (10240K kernel code, 289K rwdata, 2728K rodata, 2048K init, 266K bss, 48924K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 290 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000003] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000012] Switching to timer-based delay loop, resolution 4ns
    [ 0.000148] keystone timer clock @233333333 Hz
    [ 0.000318] Console: colour dummy device 80x30
    [ 0.000354] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000365] pid_max: default: 32768 minimum: 301
    [ 0.000455] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000464] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000918] CPU: Testing write buffer coherency: ok
    [ 0.000942] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001131] /cpus/cpu@0 missing clock-frequency property
    [ 0.001152] /cpus/cpu@1 missing clock-frequency property
    [ 0.001172] /cpus/cpu@2 missing clock-frequency property
    [ 0.001192] /cpus/cpu@3 missing clock-frequency property
    [ 0.001201] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060021] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080026] rcu: Hierarchical SRCU implementation.
    [ 0.100166] EFI services will not be available.
    [ 0.120068] smp: Bringing up secondary CPUs ...
    [ 0.204363] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204368] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284456] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284463] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364555] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364560] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364688] smp: Brought up 1 node, 4 CPUs
    [ 0.364698] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364705] CPU: All CPU(s) started in HYP mode.
    [ 0.364710] CPU: Virtualization extensions available.
    [ 0.365124] devtmpfs: initialized
    [ 0.369833] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.370032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.370045] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370515] pinctrl core: initialized pinctrl subsystem
    [ 0.370860] DMI not present or invalid.
    [ 0.371051] NET: Registered protocol family 16
    [ 0.371888] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372563] cpuidle: using governor ladder
    [ 0.372590] cpuidle: using governor menu
    [ 0.372707] No ATAGs?
    [ 0.372791] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372801] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386932] SCSI subsystem initialized
    [ 0.387824] media: Linux media interface: v0.10
    [ 0.387855] videodev: Linux video capture interface: v2.00
    [ 0.387910] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387917] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387932] PTP clock support registered
    [ 0.387954] EDAC MC: Ver: 3.0.0
    [ 0.388412] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388975] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394555] NET: Registered protocol family 2
    [ 0.394926] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394946] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394974] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.395074] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395091] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395232] NET: Registered protocol family 1
    [ 0.395518] RPC: Registered named UNIX socket transport module.
    [ 0.395526] RPC: Registered udp transport module.
    [ 0.395532] RPC: Registered tcp transport module.
    [ 0.395538] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395666] Trying to unpack rootfs image as initramfs...
    [ 0.399321] Freeing initrd memory: 68K
    [ 0.399523] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399752] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.400108] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400586] Initialise system trusted keyrings
    [ 0.400686] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404466] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404819] NFS: Registering the id_resolver key type
    [ 0.404835] Key type id_resolver registered
    [ 0.404842] Key type id_legacy registered
    [ 0.404871] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.406125] Key type asymmetric registered
    [ 0.406134] Asymmetric key parser 'x509' registered
    [ 0.406167] bounce: pool size: 64 pages
    [ 0.406190] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.406197] io scheduler noop registered
    [ 0.406204] io scheduler deadline registered
    [ 0.406278] io scheduler cfq registered (default)
    [ 0.406286] io scheduler mq-deadline registered
    [ 0.406293] io scheduler kyber registered
    [ 0.406563] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.407024] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407767] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409845] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409871] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409889] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 1.410550] keystone-pcie 21020000.pcie: Phy link never came up
    [ 1.410644] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 1.410654] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 1.410664] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 1.410672] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 1.412410] PCI: bus0: Fast back to back transfers disabled
    [ 1.413993] PCI: bus1: Fast back to back transfers enabled
    [ 1.414020] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 1.414098] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 1.414242] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 1.414360] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 1.415189] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 1.415316] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_pu)
    [ 1.415453] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 1.417807] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 1.450976] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 1.451029] platform serial8250: set dma_pfn_offset00780000
    [ 1.453480] console [ttyS0] disabled
    [ 1.453524] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.402152] console [ttyS0] enabled
    [ 2.406334] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.423744] brd: module loaded
    [ 2.432322] loop: module loaded
    [ 2.437011] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 2.443796] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 2.448778] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 2.454728] Creating 2 MTD partitions on "spi0.0":
    [ 2.459554] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 2.465411] 0x000000100000-0x000001000000 : "misc"
    [ 2.470752] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 2.476834] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 2.483133] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 2.489225] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 2.495510] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 2.501608] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 2.507853] libphy: Fixed MDIO Bus: probed
    [ 2.568998] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 2.576673] libphy: 24200f00.mdio: probed
    [ 2.582350] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 2.591088] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 2.600254] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 4.618427] serdes PLL not locked
    [ 5.133034] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 7.151420] serdes PLL not locked
    [ 9.718678] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 9.725153] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 9.730509] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 9.737751] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 9.749192] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 9.756344] i2c /dev entries driver
    [ 9.761165] sdhci: Secure Digital Host Controller Interface driver
    [ 9.767358] sdhci: Copyright(c) Pierre Ossman
    [ 9.771928] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 9.778092] ledtrig-cpu: registered to indicate activity on CPUs
    [ 9.785502] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.791892] nand: Micron MT29F4G08ABBDAH4
    [ 9.795909] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.803777] Bad block table found at page 262080, version 0x01
    [ 9.810102] Bad block table found at page 262016, version 0x01
    [ 9.816237] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.823228] Creating 3 MTD partitions on "30000000.nand":
    [ 9.828639] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.834186] 0x000000100000-0x000000180000 : "params"
    [ 9.839703] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.848249] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.854302] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.860958] NET: Registered protocol family 10
    [ 9.866130] Segment Routing with IPv6
    [ 9.869862] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.876155] NET: Registered protocol family 17
    [ 9.880718] Key type dns_resolver registered
    [ 9.885117] Registering SWP/SWPB emulation handler
    [ 9.890276] Loading compiled-in X.509 certificates
    [ 9.898322] hctosys: unable to open rtc device (rtc0)
    [ 10.021587] netcp-1.0 2620110.netcp eth0: Link is Down
    [ 10.042962] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.248980] (NULL net_device): Link is Down
    [ 10.253172] (NULL net_device): Link is Down
    [ 10.257361] (NULL net_device): Link is Down
    [ 10.261563] (NULL net_device): Link is Down
    [ 10.265754] (NULL net_device): Link is Down
    [ 10.269951] (NULL net_device): Link is Down
    [ 10.681574] netcp-1.0 2620110.netcp eth1: Link is Down
    [ 10.692285] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 13.290056] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 13.299003] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 13.339053] Sending DHCP requests ., OK
    [ 13.382858] IP-Config: Got DHCP answer from xxxxxx, my address is xxxxxx
    [ 13.390812] IP-Config: Complete:
    [ 13.394046] device=eth0, hwaddr=xxxxxx, ipaddr=xxxxxxx, mask=255.255.255.0, gw=xxxxxxx
    [ 13.404434] host=xxxxxxx, domain=attlocal.net, nis-domain=(none)
    [ 13.411426] bootserver=0.0.0.0, rootserver=xxxxxxxx, rootpath=
    [ 13.411429] nameserver0=xxxxxxxx
    [ 13.438728] ALSA device list:
    [ 13.441715] No soundcards found.
    [ 13.459945] VFS: Mounted root (nfs filesystem) on device 0:14.
    [ 13.466060] devtmpfs: mounted
    [ 13.470050] Freeing unused kernel memory: 2048K
    [ 13.474707] Run /sbin/init as init process
    [ 13.485211] random: fast init done
    [ 13.586227] systemd[1]: System time before build time, advancing clock.
    [ 13.606129] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS)
    [ 13.627802] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.11!

    [ 13.669855] systemd[1]: Set hostname to <k2e-evm>.
    [ 13.827632] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [ 13.844897] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [ 14.123496] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.132901] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 14.169064] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.176571] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 14.209088] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.215901] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 14.277290] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 14.309984] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ OK ] Reached target Swap.
    [ OK ] Created slice system-syslog\x2dng.slice.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Reached target Slices.
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on Process Core Dump Socket.
    [ OK ] Listening on Journal Socket.
    Starting Journal Service...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ 14.659386] random: crng init done
    [ 14.662834] random: 7 urandom warning(s) missed due to ratelimiting
    Mounting Temporary Directory (/tmp)...
    Mounting POSIX Message Queue File System...
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Reached target Paths.
    [ OK ] Listening on udev Kernel Socket.
    Starting udev Coldplug all Devices...
    Starting Remount Root and Kernel File Systems...
    Starting Load Kernel Modules...
    [ 14.949902] cmemk: loading out-of-tree module taints kernel.
    [ 14.956517] CMEMK module: reference Linux version 4.19.94
    Mounting Kernel [ 14.962650] allocated heap buffer 0xc080000 of size 0xc0000
    Debug File Syste[ 14.969401] cmemk initialized
    m...
    [ 14.978344] cryptodev: driver 1.9 loaded.
    [ 14.992681] NET: Registered protocol family 45
    [ OK ] Started Journal Service.
    [ OK ] Mounted Temporary Directory (/tmp).
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Mounted Kernel Debug File System.
    Starting Apply Kernel Variables...
    Mounting Kernel Configuration File System...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Create Static Device Nodes in /dev.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Reached target Containers.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Mounted /media/ram.
    [ 15.639211] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
    [ 15.648274] remoteproc remoteproc0: 10800000.dsp is available
    [ OK ] Mounted /var/volatile.
    [ 15.669724] davinci-wdt 22f0080.wdt: heartbeat 60 sec
    [ 15.786827] systemd-journald[96]: Received request to flush runtime journal from PID 1
    [ 15.814013] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
    [ 15.823721] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
    [ 15.831930] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator
    [ 15.841625] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0
    [ 15.912009] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Found device /dev/ttyS0.
    [ 16.897256] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
    [ 16.903575] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
    [ 16.911423] dwc3 25010000.dwc3: Failed to get clk 'ref': -2
    [ 16.943944] usbcore: registered new interface driver usbfs
    [ 16.950038] usbcore: registered new interface driver hub
    [ 16.955967] usbcore: registered new device driver usb
    [ 16.973512] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 16.979807] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 16.987872] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
    [ 16.997461] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
    [ 17.003795] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [ 17.012100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.019363] usb usb1: Product: xHCI Host Controller
    [ 17.024250] usb usb1: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 17.030808] usb usb1: SerialNumber: xhci-hcd.0.auto
    [ 17.037072] hub 1-0:1.0: USB hub found
    [ 17.040881] hub 1-0:1.0: 1 port detected
    [ 17.045781] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 17.051337] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 17.059043] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [ 17.065644] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 17.073880] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [ 17.082186] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.089445] usb usb2: Product: xHCI Host Controller
    [ 17.094332] usb usb2: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 17.100899] usb usb2: SerialNumber: xhci-hcd.0.auto
    [ 17.106832] hub 2-0:1.0: USB hub found
    [ 17.110638] hub 2-0:1.0: 1 port detected
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Service...
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Time Synchronization...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ OK ] Started Wait for Network to be Configured.
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target Network.
    [ OK ] Reached target Network is Online.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Simple Network Management Protocol (SNMP) Daemon....
    [ OK ] Started Vsftpd ftp daemon.
    Starting Login Service...
    Starting Matrix GUI...
    Starting TI Multiproc Manager...
    Starting TI IPC Daemon...
    Starting telnetd.service...
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Started Job spooling tools.
    Starting System Logger Daemon "default" instance...
    Starting softhsm-daemon.service...
    Starting Ethernet Bridge Filtering Tables...
    [ OK ] Started Periodic Command Scheduler.
    Starting run_srss_tc.service...
    Starting Permit User Sessions...
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Print notice about GPLv3 packages...
    Starting RPC Bind Service...
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timers.
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ OK ] Started System Logger Daemon "default" instance.
    [ OK[ 22.837180] registered dspmem misc device
    ] Started Matrix GUI.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Started telnetd.service.
    [ OK ] Started softhsm-daemon.service.
    [ OK ] Started Ethernet Bridge Filtering Tables.
    [ OK ] Started run_srss_tc.service.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started RPC Bind Service.
    Starting Rotate log files...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    Starting LSB: network benchmark...
    Starting syslog.service...
    Starting thttpd.service...
    [ OK ] Started Reboot and dump vmcore via kexec.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started Login Service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started LSB: network benchmark.
    [ OK ] Started thttpd.service.
    [ 23.006463] NET: Registered protocol family 15
    [ OK ] Started TI Multiproc Manager.
    Starting TI MultiCore Tools Daemon...
    [ OK ] Started syslog.service.
    Starting gdbserverproxy.service...
    [ 23.172359] remoteproc remoteproc0: powering up 10800000.dsp
    [ 23.178767] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
    [ OK ] Started gdbserverproxy.service.
    Starting parse-ip.service...
    [ 23.198548] remoteproc remoteproc0: registered virtio0 (type 7)
    Starting thermal[ 23.205785] remoteproc remoteproc0: remote processor 10800000.dsp is now up
    -zone-init.service...
    [ OK ] Started therm[ 23.218823] Initializing XFRM netlink socket
    al-zone-init.service.
    [ 23.227847] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 23.227958] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
    [ OK ] Started TI MultiCore Tools Daemon.
    [ OK ] Started Rotate log files.


    #>>>>> LCD 12
    IP Address:
    xxxxxxx
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libbfd
    libcairo-perf-utils
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    nettle
    swig-dev
    swig
    which

    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 parse-ip.service.
    [ OK ] Reached target Multi-User System.
    Starting Update UTMP about System Runlevel Changes...
    [ OK ] Started Update UTMP about System Runlevel Changes.

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

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

    Arago 2019.11 k2e-evm ttyS0

    k2e-evm login: root
    root@k2e-evm:~# ls -lrt /dev/s*
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdout -> /proc/self/fd/1
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stderr -> /proc/self/fd/2

    /dev/snd:
    crw-rw---- 1 root audio 116, 33 Jul 21 19:14 timer

    /dev/shm:
    -rw-rw-rw- 1 root root 131072 Jul 24 15:03 HeapManager
    root@k2e-evm:~# ls /run/media/sda1
    ls: /run/media/sda1: No such file or directory
    root@k2e-evm:~#

    THE POWER WAS CYCLE TO REBOOT EVMK2E


    U-Boot SPL 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)
    Trying to boot from SPI


    U-Boot 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)

    CPU: 66AK2Ex SR1.0
    Model: Texas Instruments Keystone 2 Edison EVM
    DRAM: DDR3A Speed will be configured for 1600 Operation.
    Detected SO-DIMM [18KSF51272HZ-1G6K2]
    DDR3 speed 1600
    DRAM: 4 GiB

    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND: 512 MiB
    Loading Environment from NAND... OK
    Net: eth0: netcp@24000000
    Warning: netcp@slave-1 (eth1) using random MAC address - 8e:c5:a3:24:45:13
    , eth1: netcp@slave-1
    Warning: netcp@slave-2 (eth2) using random MAC address - 4e:1d:66:09:d7:1d
    , eth2: netcp@slave-2
    Warning: netcp@slave-3 (eth3) using random MAC address - 0e:55:3a:cc:05:be
    , eth3: netcp@slave-3
    Warning: netcp@slave-4 (eth4) using random MAC address - 2e:20:3e:e5:9c:c4
    , eth4: netcp@slave-4
    Warning: netcp@slave-5 (eth5) using random MAC address - 6e:68:62:20:4e:67
    , eth5: netcp@slave-5
    Warning: netcp@slave-6 (eth6) using random MAC address - ae:b0:a7:0d:dc:69
    , eth6: netcp@slave-6
    Warning: netcp@slave-7 (eth7) using random MAC address - ee:f8:fb:c8:0e:ca
    , eth7: netcp@slave-7
    Hit any key to stop autoboot: 0

    netcp@24000000 Waiting for SGMII auto negotiation to complete.. done
    netcp@24000000 Waiting for PHY auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address xxxxxxx (1271 ms)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/skern-k2e.bin'.
    Load address: 0x87000000
    Loading: #######
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-53-ge1f885a SoC:k2e built:21:04:57, Jul 21 2020

    ## installed monitor @ 0xc1f0000, freq [233333333], status 203358208

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxxxx
    Filename '/mnt/nfs_k2e/boot/zImage-k2e-evm.bin'.
    Load address: 0x82000000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    ####
    done
    Bytes transferred = 4346368 (425200 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxx
    Filename '/mnt/nfs_k2e/boot/k2-fw-initrd.cpio.gz'.
    Load address: 0x88080000
    Loading: #############
    done
    Bytes transferred = 66309 (10305 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/keystone-k2e-evm.dtb'.
    Load address: 0x88000000
    Loading: #######
    done
    Bytes transferred = 30877 (789d hex)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8ffef000, end 8ffff305 ... OK
    Loading Device Tree to 8ffe4000, end 8ffee89c ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.94-gbe5389fd85 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue Jul 21 19:18:0
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rootfstype=nfs root=/dev/nfs rw nfsroot=xxxxxxx:/mnt/nfs_k2e,v3,tcp,rsize=40p
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3457252K/3538944K available (10240K kernel code, 289K rwdata, 2728K rodata, 2048K init, 266K bss, 48924K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 290 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000003] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000012] Switching to timer-based delay loop, resolution 4ns
    [ 0.000154] keystone timer clock @233333333 Hz
    [ 0.000326] Console: colour dummy device 80x30
    [ 0.000364] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000375] pid_max: default: 32768 minimum: 301
    [ 0.000465] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000474] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000934] CPU: Testing write buffer coherency: ok
    [ 0.000958] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001151] /cpus/cpu@0 missing clock-frequency property
    [ 0.001171] /cpus/cpu@1 missing clock-frequency property
    [ 0.001191] /cpus/cpu@2 missing clock-frequency property
    [ 0.001212] /cpus/cpu@3 missing clock-frequency property
    [ 0.001221] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060020] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080024] rcu: Hierarchical SRCU implementation.
    [ 0.100164] EFI services will not be available.
    [ 0.120065] smp: Bringing up secondary CPUs ...
    [ 0.204360] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204366] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284460] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284466] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364556] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364562] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364692] smp: Brought up 1 node, 4 CPUs
    [ 0.364703] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364709] CPU: All CPU(s) started in HYP mode.
    [ 0.364715] CPU: Virtualization extensions available.
    [ 0.365136] devtmpfs: initialized
    [ 0.369799] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.370000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.370013] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370488] pinctrl core: initialized pinctrl subsystem
    [ 0.370838] DMI not present or invalid.
    [ 0.371032] NET: Registered protocol family 16
    [ 0.371873] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372550] cpuidle: using governor ladder
    [ 0.372578] cpuidle: using governor menu
    [ 0.372695] No ATAGs?
    [ 0.372781] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372790] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386887] SCSI subsystem initialized
    [ 0.387777] media: Linux media interface: v0.10
    [ 0.387808] videodev: Linux video capture interface: v2.00
    [ 0.387862] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387870] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387885] PTP clock support registered
    [ 0.387907] EDAC MC: Ver: 3.0.0
    [ 0.388366] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388935] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394502] NET: Registered protocol family 2
    [ 0.394877] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394898] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394925] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.394973] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.395027] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395186] NET: Registered protocol family 1
    [ 0.395477] RPC: Registered named UNIX socket transport module.
    [ 0.395485] RPC: Registered udp transport module.
    [ 0.395491] RPC: Registered tcp transport module.
    [ 0.395497] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395627] Trying to unpack rootfs image as initramfs...
    [ 0.399288] Freeing initrd memory: 68K
    [ 0.399492] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399723] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.400079] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400561] Initialise system trusted keyrings
    [ 0.400663] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404488] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404840] NFS: Registering the id_resolver key type
    [ 0.404854] Key type id_resolver registered
    [ 0.404861] Key type id_legacy registered
    [ 0.404889] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.406135] Key type asymmetric registered
    [ 0.406144] Asymmetric key parser 'x509' registered
    [ 0.406177] bounce: pool size: 64 pages
    [ 0.406201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.406208] io scheduler noop registered
    [ 0.406215] io scheduler deadline registered
    [ 0.406289] io scheduler cfq registered (default)
    [ 0.406297] io scheduler mq-deadline registered
    [ 0.406303] io scheduler kyber registered
    [ 0.406575] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.407040] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407784] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409865] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409890] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409909] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 0.510424] keystone-pcie 21020000.pcie: Link up
    [ 0.510518] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 0.510530] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.510539] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 0.510547] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 0.512299] PCI: bus0: Fast back to back transfers disabled
    [ 0.512551] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1
    [ 0.540477] PCI: bus1: Fast back to back transfers disabled
    [ 0.540509] pci 0000:00:00.0: BAR 8: assigned [mem 0x60100000-0x601fffff]
    [ 0.540520] pci 0000:00:00.0: BAR 9: assigned [mem 0x60200000-0x602fffff pref]
    [ 0.540529] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
    [ 0.540542] pci 0000:01:00.0: BAR 6: assigned [mem 0x60200000-0x6020ffff pref]
    [ 0.540551] pci 0000:01:00.0: BAR 5: assigned [mem 0x60100000-0x601001ff]
    [ 0.540564] pci 0000:01:00.0: BAR 4: assigned [io 0x1000-0x100f]
    [ 0.540577] pci 0000:01:00.0: BAR 0: assigned [io 0x1010-0x1017]
    [ 0.540589] pci 0000:01:00.0: BAR 2: assigned [io 0x1018-0x101f]
    [ 0.540601] pci 0000:01:00.0: BAR 1: assigned [io 0x1020-0x1023]
    [ 0.540612] pci 0000:01:00.0: BAR 3: assigned [io 0x1024-0x1027]
    [ 0.540625] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 0.540633] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
    [ 0.540643] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff]
    [ 0.540652] pci 0000:00:00.0: bridge window [mem 0x60200000-0x602fffff pref]
    [ 0.540728] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 0.540873] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 0.540990] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 0.541844] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 0.541959] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_pu)
    [ 0.542098] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 0.544480] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 0.577800] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.577859] platform serial8250: set dma_pfn_offset00780000
    [ 0.580355] console [ttyS0] disabled
    [ 0.580401] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 1.618542] console [ttyS0] enabled
    [ 1.622738] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 1.640177] brd: module loaded
    [ 1.648770] loop: module loaded
    [ 1.653488] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 1.660274] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 1.665257] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 1.671208] Creating 2 MTD partitions on "spi0.0":
    [ 1.676013] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 1.681889] 0x000000100000-0x000001000000 : "misc"
    [ 1.687211] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 1.693307] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 1.699609] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 1.705684] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 1.711991] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 1.718080] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 1.724349] libphy: Fixed MDIO Bus: probed
    [ 1.788959] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 1.796633] libphy: 24200f00.mdio: probed
    [ 1.802314] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 1.811053] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 1.820236] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 3.838342] serdes PLL not locked
    [ 4.352752] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 6.371073] serdes PLL not locked
    [ 8.937787] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 8.944258] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 8.949611] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 8.956853] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 8.968273] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 8.975443] i2c /dev entries driver
    [ 8.980260] sdhci: Secure Digital Host Controller Interface driver
    [ 8.986453] sdhci: Copyright(c) Pierre Ossman
    [ 8.991022] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 8.997192] ledtrig-cpu: registered to indicate activity on CPUs
    [ 9.004604] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.010991] nand: Micron MT29F4G08ABBDAH4
    [ 9.015008] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.022880] Bad block table found at page 262080, version 0x01
    [ 9.029201] Bad block table found at page 262016, version 0x01
    [ 9.035339] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.042328] Creating 3 MTD partitions on "30000000.nand":
    [ 9.047739] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.053294] 0x000000100000-0x000000180000 : "params"
    [ 9.058803] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.067348] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.073400] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.080065] NET: Registered protocol family 10
    [ 9.085243] Segment Routing with IPv6
    [ 9.088976] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.095271] NET: Registered protocol family 17
    [ 9.099832] Key type dns_resolver registered
    [ 9.104235] Registering SWP/SWPB emulation handler
    [ 9.109400] Loading compiled-in X.509 certificates
    [ 9.117466] hctosys: unable to open rtc device (rtc0)
    [ 9.241544] netcp-1.0 2620110.netcp eth0: Link is Down
    [ 9.262906] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 9.468937] (NULL net_device): Link is Down
    [ 9.473136] (NULL net_device): Link is Down
    [ 9.477325] (NULL net_device): Link is Down
    [ 9.481527] (NULL net_device): Link is Down
    [ 9.485717] (NULL net_device): Link is Down
    [ 9.489915] (NULL net_device): Link is Down
    [ 9.901533] netcp-1.0 2620110.netcp eth1: Link is Down
    [ 9.912245] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 12.490029] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 12.518965] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 12.559014] Sending DHCP requests ., OK
    [ 12.602815] IP-Config: Got DHCP answer from xxxxx, my address is xxxxxx
    [ 12.610769] IP-Config: Complete:
    [ 12.614003] device=eth0, hwaddr=xxxxx, ipaddr=xxxxxx, mask=255.255.255.0, gw=xxxxx
    [ 12.624390] host=xxxxxx, domain=attlocal.net, nis-domain=(none)
    [ 12.631381] bootserver=0.0.0.0, rootserver=xxxxxxx, rootpath=
    [ 12.631383] nameserver0=xxxxxxx
    [ 12.658706] ALSA device list:
    [ 12.661693] No soundcards found.
    [ 12.680690] VFS: Mounted root (nfs filesystem) on device 0:14.
    [ 12.686820] devtmpfs: mounted
    [ 12.690815] Freeing unused kernel memory: 2048K
    [ 12.695472] Run /sbin/init as init process
    [ 12.715567] random: fast init done
    [ 12.815472] systemd[1]: System time before build time, advancing clock.
    [ 12.837135] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS)
    [ 12.858809] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.11!

    [ 12.899893] systemd[1]: Set hostname to <k2e-evm>.
    [ 13.063629] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [ 13.080759] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [ 13.371553] random: systemd: uninitialized urandom read (16 bytes read)
    [ 13.380903] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 13.419042] random: systemd: uninitialized urandom read (16 bytes read)
    [ 13.425857] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 13.469022] random: systemd: uninitialized urandom read (16 bytes read)
    [ 13.503491] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 13.539221] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 13.579041] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ OK ] Reached target Paths.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Reached target Slices.
    [ OK ] Listening on udev Control Socket.
    [ OK ] Listening on Journal Socket (/dev/log).
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-syslog\x2dng.slice.
    [ OK ] Listening on Journal Socket.
    Starting Load Kernel Modules...
    [ 13.935808] cmemk: loading out-of-tree module taints kernel.
    [ 13.942386] CMEMK module: reference Linux version 4.19.94
    [ 13.948165] allocated heap buffer 0xc080000 of size 0xc0000
    [ 13.953833] cmemk initialized
    Starting Remount Root and Kernel File Systems...
    [ 13.962229] cryptodev: driver 1.9 loaded.
    [ 13.981536] NET: Registered protocol family 45
    Mounting Kernel Debug File System...
    Mounting POSIX Message Queue File System...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ 14.058464] random: crng init done
    [ 14.061930] random: 7 urandom warning(s) missed due to ratelimiting
    Starting Journal Service...
    Mounting Temporary Directory (/tmp)...
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on udev Kernel Socket.
    Starting udev Coldplug all Devices...
    [ OK ] Started Journal Service.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Mounted Kernel Debug File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Mounted Temporary Directory (/tmp).
    Starting Create Static Device Nodes in /dev...
    Starting Apply Kernel Variables...
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Kernel Configuration File System.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    [ OK ] Reached target Containers.
    Mounting /var/volatile...
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Mounted /media/ram.
    [ OK ] Mounted /var/[ 14.889897] davinci-wdt 22f0080.wdt: heartbeat 60 sec
    volatile.
    [ 14.902703] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
    [ 14.912807] remoteproc remoteproc0: 10800000.dsp is available
    [ 15.011238] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ 15.028759] systemd-journald[107]: Received request to flush runtime journal from PID 1
    [ 15.115645] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
    [ 15.126329] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
    [ 15.134243] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator
    [ 15.147139] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0
    [ 15.233294] ahci 0000:01:00.0: limiting MRRS to 256
    [ 15.242082] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ OK 15.253900] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
    m] Started Flush Journal to Persistent Storage.
    [ 15.276673] scsi host0: ahci
    [ 15.281001] scsi host1: ahci
    [ 15.284257] ata1: SATA max UDMA/133 abar m512@0x60100000 port 0x60100100 irq 122
    [ 15.293369] ata2: SATA max UDMA/133 abar m512@0x60100000 port 0x60100180 irq 122
    [ 15.629045] ata1: SATA link down (SStatus 0 SControl 300)
    [ 15.799002] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 15.843075] ata2.00: ATA-8: ST500LT012-1DG142, 0001SDM1, max UDMA/133
    [ 15.849677] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
    [ OK ] Found device /dev/ttyS0.
    [ 16.199409] ata2.00: configured for UDMA/133
    [ 16.204100] scsi 1:0:0:0: Direct-Access ATA ST500LT012-1DG14 SDM1 PQ: 0 ANSI: 5
    [ 16.215193] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
    [ 16.223427] sd 1:0:0:0: [sda] 4096-byte physical blocks
    [ 16.229164] sd 1:0:0:0: [sda] Write Protect is off
    [ 16.234057] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 16.252910] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
    [ 16.258870] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
    [ 16.265350] dwc3 25010000.dwc3: Failed to get clk 'ref': -2
    [ 16.271035] sda: sda1 sda2
    [ 16.274877] sd 1:0:0:0: [sda] Attached SCSI removable disk
    [ 16.312073] usbcore: registered new interface driver usbfs
    [ 16.319053] usbcore: registered new interface driver hub
    [ 16.324471] usbcore: registered new device driver usb
    [ 16.339128] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 16.344670] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 16.353226] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
    [ 16.362706] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
    [ 16.368988] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [ 16.377276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 16.384577] usb usb1: Product: xHCI Host Controller
    [ 16.389497] usb usb1: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 16.396039] usb usb1: SerialNumber: xhci-hcd.0.auto
    [ 16.401379] hub 1-0:1.0: USB hub found
    [ 16.405167] hub 1-0:1.0: 1 port detected
    [ 16.409453] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 16.414960] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 16.422671] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [ 16.429295] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 16.437516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [ 16.445825] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 16.453094] usb usb2: Product: xHCI Host Controller
    [ 16.457983] usb usb2: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 16.464544] usb usb2: SerialNumber: xhci-hcd.0.auto
    [ 16.469858] hub 2-0:1.0: USB hub found
    [ 16.473643] hub 2-0:1.0: 1 port detected
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    Starting File System Check on /dev/sda1...
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Service...
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Time Synchronization...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ OK ] Started Wait for Network to be Configured.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timers.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting run_srss_tc.service...
    [ OK ] Started Job spooling tools.
    Starting System Logger Daemon "default" instance...
    [ OK ] Started Periodic Command Scheduler.
    Starting softhsm-daemon.service...
    Starting Ethernet Bridge Filtering Tables...
    Starting TI Multiproc Manager...
    Starting telnetd.service...
    Starting TI IPC Daemon...
    Starting Print notice about GPLv3 packages...
    Starting RPC Bind Service...
    Starting Matrix GUI...
    Starting Login Service...
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Started Network Name Resolution.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Started run_srss_tc.service.
    [ OK ] Started Ethernet Bridge Filtering Tables.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Reached target Network.
    [ OK ] Started Vsftpd ftp daemon.
    [ OK ] Reached target Network is Online.
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Permit User Sessions...
    [ 21.647363] registered dspmem misc device
    [ OK ] Started Login Service...
    [ OK ] Started softhsm-daemon.service.
    [ OK ] Started telnetd.service.
    [ OK ] Started RPC Bind Service.
    [ OK ] Started Matrix GUI.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting thttpd.service...
    Starting syslog.service...
    Starting LSB: network benchmark...
    [ OK ] Started System Logger Daemon "default" instance.
    [ 21.993090] NET: Registered protocol family 15
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started LSB: network benchmark.
    [ OK ] Started thttpd.service.
    [ OK ] Started TI Multiproc Manager.
    Starting TI MultiCore Tools Daemon...
    [ OK ] Started syslog.service..
    Starting gdbserverproxy.service...
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ 22.256927] Initializing XFRM netlink socket
    [ OK ] Started gdbserverproxy.service.
    Starting thermal-zone-init.service...
    Starting parse-ip.service...
    [ OK ] Started thermal-zone-init.service.
    [ 22.361823] remoteproc remoteproc0: powering up 10800000.dsp
    [ 22.367553] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
    [ 22.377727] remoteproc remoteproc0: registered virtio0 (type 7)
    /dev/sda1: fsck[ 22.383901] remoteproc remoteproc0: remote processor 10800000.dsp is now up
    70.0% complete.[ 22.388118] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 22.388223] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
    [ OK ] Started TI MultiCore Tools Daemon.
    [ OK ] Started File System Check on /dev/sda1.
    Mounting /run/media/sda1...
    [ 23.295912] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ OK ] Mounted /run/media/sda1.


    #>>>>> LCD 12
    IP Address:
    xxxxxxxxxx
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libbfd
    libcairo-perf-utils
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    nettle
    swig-dev
    swig
    which

    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 parse-ip.service.
    [ OK ] Reached target Multi-User System.
    Starting Update UTMP about System Runlevel Changes...
    [ OK ] Started Update UTMP about System Runlevel Changes.

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

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

    Arago 2019.11 k2e-evm ttyS0

    k2e-evm login: root
    root@k2e-evm:~# ls -lrt /dev/s*
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdout -> /proc/self/fd/1
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stderr -> /proc/self/fd/2
    brw-rw---- 1 root disk 8, 2 Jul 21 19:14 /dev/sda2
    brw-rw---- 1 root disk 8, 0 Jul 21 19:14 /dev/sda
    brw-rw---- 1 root disk 8, 1 Jul 24 15:05 /dev/sda1

    /dev/snd:
    crw-rw---- 1 root audio 116, 33 Jul 21 19:14 timer

    /dev/shm:
    -rw-rw-rw- 1 root root 131072 Jul 24 15:05 HeapManager
    root@k2e-evm:~# ls /run/media/sda1
    bin dev home init linuxrc media opt run srv tmp var
    boot etc include lib lost+found mnt proc sbin sys usr www
    root@k2e-evm:~#
    CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7.1 | VT102 | Offline | ttyUSB0

    Thank you,

    Phil

  • Hello Rex


    Ok. So your set up is to have EVM booting up from the TFTP server.
    The Ubuntu host does have TFTP and NFS servers active.

    The EVM also has SATA HDD mounted at /run/media/sda1. If doing a power
    cycle, everything works fine, but from Linux prompt, the reboot command
    will boot up successfully but lost the SATA HDD at the mount point.
    correct?
    Not exactly: The cold start always fails to mount SATA HDD device sda.
    When the EVM is at room temperature which is about 76 degrees Fahrenheit. When the power is applied to the EVM it does not mount the HDD. This is my definition of a cold boot for this test.
    The EVM is allowed to run for a few minutes. The EVM has to be warm.
    The power is cycled on the EVM; which does mount the SATA HDD device sda and can then be accessed at /run/media/sda1. The Linux reboot while in the state will also mount the SATA HDD.

    I assume you have configured to mount the hard drive in /.etc/fstab.
    No changes were made to fstab. No changes were made to any of the configuration files.

    What changes should have been made to fstab?


    Does your EVMK2EX mount the sda device from a cold boot?

    The log file from this test will be included in the following post.
    I was not able included it in a single post.


    Thank you, Phil

  • Hello Rex
    Below is the log from the test:


    U-Boot SPL 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)
    Trying to boot from SPI


    U-Boot 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)

    CPU: 66AK2Ex SR1.0
    Model: Texas Instruments Keystone 2 Edison EVM
    DRAM: DDR3A Speed will be configured for 1600 Operation.
    Detected SO-DIMM [18KSF51272HZ-1G6K2]
    DDR3 speed 1600
    DRAM: 4 GiB

    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND: 512 MiB
    Loading Environment from NAND... OK
    Net: eth0: netcp@24000000
    Warning: netcp@slave-1 (eth1) using random MAC address - c6:cf:08:58:d3:3c
    , eth1: netcp@slave-1
    Warning: netcp@slave-2 (eth2) using random MAC address - 16:45:dc:e0:f5:e6
    , eth2: netcp@slave-2
    Warning: netcp@slave-3 (eth3) using random MAC address - ba:02:ea:1a:54:dd
    , eth3: netcp@slave-3
    Warning: netcp@slave-4 (eth4) using random MAC address - 82:2d:d6:dc:f5:7f
    , eth4: netcp@slave-4
    Warning: netcp@slave-5 (eth5) using random MAC address - ba:99:1a:4a:4d:9d
    , eth5: netcp@slave-5
    Warning: netcp@slave-6 (eth6) using random MAC address - 12:4a:b1:54:98:6c
    , eth6: netcp@slave-6
    Warning: netcp@slave-7 (eth7) using random MAC address - 5a:0a:c4:eb:c6:c3
    , eth7: netcp@slave-7
    Hit any key to stop autoboot: 0

    netcp@24000000 Waiting for SGMII auto negotiation to complete.. done
    netcp@24000000 Waiting for PHY auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address xxxxxxx (1271 ms)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxx
    Filename '/mnt/nfs_k2e/boot/skern-k2e.bin'.
    Load address: 0x87000000
    Loading: #######
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-53-ge1f885a SoC:k2e built:21:04:57, Jul 21 2020

    ## installed monitor @ 0xc1f0000, freq [233333333], status 203358208

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/zImage-k2e-evm.bin'.
    Load address: 0x82000000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    ####
    done
    Bytes transferred = 4346368 (425200 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxxx; our IP address is xxxxxxxx
    Filename '/mnt/nfs_k2e/boot/k2-fw-initrd.cpio.gz'.
    Load address: 0x88080000
    Loading: #############
    done
    Bytes transferred = 66309 (10305 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/keystone-k2e-evm.dtb'.
    Load address: 0x88000000
    Loading: #######
    done
    Bytes transferred = 30877 (789d hex)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8ffef000, end 8ffff305 ... OK
    Loading Device Tree to 8ffe4000, end 8ffee89c ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.94-gbe5389fd85 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue Jul 21 19:18:0
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rootfstype=nfs root=/dev/nfs rw nfsroot=xxxxxxx:/mnt/nfs_k2e,v3,tcp,rsize=40p
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3457252K/3538944K available (10240K kernel code, 289K rwdata, 2728K rodata, 2048K init, 266K bss, 48924K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 290 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000003] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000012] Switching to timer-based delay loop, resolution 4ns
    [ 0.000148] keystone timer clock @233333333 Hz
    [ 0.000318] Console: colour dummy device 80x30
    [ 0.000354] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000365] pid_max: default: 32768 minimum: 301
    [ 0.000455] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000464] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000918] CPU: Testing write buffer coherency: ok
    [ 0.000942] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001131] /cpus/cpu@0 missing clock-frequency property
    [ 0.001152] /cpus/cpu@1 missing clock-frequency property
    [ 0.001172] /cpus/cpu@2 missing clock-frequency property
    [ 0.001192] /cpus/cpu@3 missing clock-frequency property
    [ 0.001201] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060021] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080026] rcu: Hierarchical SRCU implementation.
    [ 0.100166] EFI services will not be available.
    [ 0.120068] smp: Bringing up secondary CPUs ...
    [ 0.204363] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204368] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284456] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284463] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364555] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364560] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364688] smp: Brought up 1 node, 4 CPUs
    [ 0.364698] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364705] CPU: All CPU(s) started in HYP mode.
    [ 0.364710] CPU: Virtualization extensions available.
    [ 0.365124] devtmpfs: initialized
    [ 0.369833] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.370032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.370045] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370515] pinctrl core: initialized pinctrl subsystem
    [ 0.370860] DMI not present or invalid.
    [ 0.371051] NET: Registered protocol family 16
    [ 0.371888] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372563] cpuidle: using governor ladder
    [ 0.372590] cpuidle: using governor menu
    [ 0.372707] No ATAGs?
    [ 0.372791] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372801] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386932] SCSI subsystem initialized
    [ 0.387824] media: Linux media interface: v0.10
    [ 0.387855] videodev: Linux video capture interface: v2.00
    [ 0.387910] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387917] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387932] PTP clock support registered
    [ 0.387954] EDAC MC: Ver: 3.0.0
    [ 0.388412] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388975] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394555] NET: Registered protocol family 2
    [ 0.394926] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394946] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394974] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.395022] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.395074] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395091] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395232] NET: Registered protocol family 1
    [ 0.395518] RPC: Registered named UNIX socket transport module.
    [ 0.395526] RPC: Registered udp transport module.
    [ 0.395532] RPC: Registered tcp transport module.
    [ 0.395538] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395666] Trying to unpack rootfs image as initramfs...
    [ 0.399321] Freeing initrd memory: 68K
    [ 0.399523] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399752] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.400108] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400586] Initialise system trusted keyrings
    [ 0.400686] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404466] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404819] NFS: Registering the id_resolver key type
    [ 0.404835] Key type id_resolver registered
    [ 0.404842] Key type id_legacy registered
    [ 0.404871] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.406125] Key type asymmetric registered
    [ 0.406134] Asymmetric key parser 'x509' registered
    [ 0.406167] bounce: pool size: 64 pages
    [ 0.406190] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.406197] io scheduler noop registered
    [ 0.406204] io scheduler deadline registered
    [ 0.406278] io scheduler cfq registered (default)
    [ 0.406286] io scheduler mq-deadline registered
    [ 0.406293] io scheduler kyber registered
    [ 0.406563] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.407024] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407767] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409845] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409871] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409889] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 1.410550] keystone-pcie 21020000.pcie: Phy link never came up
    [ 1.410644] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 1.410654] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 1.410664] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 1.410672] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 1.412410] PCI: bus0: Fast back to back transfers disabled
    [ 1.413993] PCI: bus1: Fast back to back transfers enabled
    [ 1.414020] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 1.414098] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 1.414242] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 1.414360] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 1.415189] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 1.415316] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_pu)
    [ 1.415453] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 1.417807] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 1.450976] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 1.451029] platform serial8250: set dma_pfn_offset00780000
    [ 1.453480] console [ttyS0] disabled
    [ 1.453524] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.402152] console [ttyS0] enabled
    [ 2.406334] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.423744] brd: module loaded
    [ 2.432322] loop: module loaded
    [ 2.437011] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 2.443796] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 2.448778] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 2.454728] Creating 2 MTD partitions on "spi0.0":
    [ 2.459554] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 2.465411] 0x000000100000-0x000001000000 : "misc"
    [ 2.470752] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 2.476834] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 2.483133] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 2.489225] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 2.495510] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 2.501608] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 2.507853] libphy: Fixed MDIO Bus: probed
    [ 2.568998] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 2.576673] libphy: 24200f00.mdio: probed
    [ 2.582350] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 2.591088] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 2.600254] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 4.618427] serdes PLL not locked
    [ 5.133034] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 7.151420] serdes PLL not locked
    [ 9.718678] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 9.725153] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 9.730509] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 9.737751] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 9.749192] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 9.756344] i2c /dev entries driver
    [ 9.761165] sdhci: Secure Digital Host Controller Interface driver
    [ 9.767358] sdhci: Copyright(c) Pierre Ossman
    [ 9.771928] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 9.778092] ledtrig-cpu: registered to indicate activity on CPUs
    [ 9.785502] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.791892] nand: Micron MT29F4G08ABBDAH4
    [ 9.795909] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.803777] Bad block table found at page 262080, version 0x01
    [ 9.810102] Bad block table found at page 262016, version 0x01
    [ 9.816237] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.823228] Creating 3 MTD partitions on "30000000.nand":
    [ 9.828639] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.834186] 0x000000100000-0x000000180000 : "params"
    [ 9.839703] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.848249] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.854302] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.860958] NET: Registered protocol family 10
    [ 9.866130] Segment Routing with IPv6
    [ 9.869862] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.876155] NET: Registered protocol family 17
    [ 9.880718] Key type dns_resolver registered
    [ 9.885117] Registering SWP/SWPB emulation handler
    [ 9.890276] Loading compiled-in X.509 certificates
    [ 9.898322] hctosys: unable to open rtc device (rtc0)
    [ 10.021587] netcp-1.0 2620110.netcp eth0: Link is Down
    [ 10.042962] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.248980] (NULL net_device): Link is Down
    [ 10.253172] (NULL net_device): Link is Down
    [ 10.257361] (NULL net_device): Link is Down
    [ 10.261563] (NULL net_device): Link is Down
    [ 10.265754] (NULL net_device): Link is Down
    [ 10.269951] (NULL net_device): Link is Down
    [ 10.681574] netcp-1.0 2620110.netcp eth1: Link is Down
    [ 10.692285] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 13.290056] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 13.299003] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 13.339053] Sending DHCP requests ., OK
    [ 13.382858] IP-Config: Got DHCP answer from xxxxxx, my address is xxxxxx
    [ 13.390812] IP-Config: Complete:
    [ 13.394046] device=eth0, hwaddr=xxxxxx, ipaddr=xxxxxxx, mask=255.255.255.0, gw=xxxxxxx
    [ 13.404434] host=xxxxxxx, domain=attlocal.net, nis-domain=(none)
    [ 13.411426] bootserver=0.0.0.0, rootserver=xxxxxxxx, rootpath=
    [ 13.411429] nameserver0=xxxxxxxx
    [ 13.438728] ALSA device list:
    [ 13.441715] No soundcards found.
    [ 13.459945] VFS: Mounted root (nfs filesystem) on device 0:14.
    [ 13.466060] devtmpfs: mounted
    [ 13.470050] Freeing unused kernel memory: 2048K
    [ 13.474707] Run /sbin/init as init process
    [ 13.485211] random: fast init done
    [ 13.586227] systemd[1]: System time before build time, advancing clock.
    [ 13.606129] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS)
    [ 13.627802] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.11!

    [ 13.669855] systemd[1]: Set hostname to <k2e-evm>.
    [ 13.827632] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [ 13.844897] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [ 14.123496] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.132901] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 14.169064] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.176571] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 14.209088] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.215901] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 14.277290] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 14.309984] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ OK ] Reached target Swap.
    [ OK ] Created slice system-syslog\x2dng.slice.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Reached target Slices.
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on Process Core Dump Socket.
    [ OK ] Listening on Journal Socket.
    Starting Journal Service...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ 14.659386] random: crng init done
    [ 14.662834] random: 7 urandom warning(s) missed due to ratelimiting
    Mounting Temporary Directory (/tmp)...
    Mounting POSIX Message Queue File System...
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Reached target Paths.
    [ OK ] Listening on udev Kernel Socket.
    Starting udev Coldplug all Devices...
    Starting Remount Root and Kernel File Systems...
    Starting Load Kernel Modules...
    [ 14.949902] cmemk: loading out-of-tree module taints kernel.
    [ 14.956517] CMEMK module: reference Linux version 4.19.94
    Mounting Kernel [ 14.962650] allocated heap buffer 0xc080000 of size 0xc0000
    Debug File Syste[ 14.969401] cmemk initialized
    m...
    [ 14.978344] cryptodev: driver 1.9 loaded.
    [ 14.992681] NET: Registered protocol family 45
    [ OK ] Started Journal Service.
    [ OK ] Mounted Temporary Directory (/tmp).
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Mounted Kernel Debug File System.
    Starting Apply Kernel Variables...
    Mounting Kernel Configuration File System...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Create Static Device Nodes in /dev.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Reached target Containers.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Mounted /media/ram.
    [ 15.639211] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
    [ 15.648274] remoteproc remoteproc0: 10800000.dsp is available
    [ OK ] Mounted /var/volatile.
    [ 15.669724] davinci-wdt 22f0080.wdt: heartbeat 60 sec
    [ 15.786827] systemd-journald[96]: Received request to flush runtime journal from PID 1
    [ 15.814013] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
    [ 15.823721] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
    [ 15.831930] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator
    [ 15.841625] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0
    [ 15.912009] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Found device /dev/ttyS0.
    [ 16.897256] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
    [ 16.903575] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
    [ 16.911423] dwc3 25010000.dwc3: Failed to get clk 'ref': -2
    [ 16.943944] usbcore: registered new interface driver usbfs
    [ 16.950038] usbcore: registered new interface driver hub
    [ 16.955967] usbcore: registered new device driver usb
    [ 16.973512] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 16.979807] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 16.987872] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
    [ 16.997461] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
    [ 17.003795] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [ 17.012100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.019363] usb usb1: Product: xHCI Host Controller
    [ 17.024250] usb usb1: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 17.030808] usb usb1: SerialNumber: xhci-hcd.0.auto
    [ 17.037072] hub 1-0:1.0: USB hub found
    [ 17.040881] hub 1-0:1.0: 1 port detected
    [ 17.045781] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 17.051337] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 17.059043] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [ 17.065644] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 17.073880] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [ 17.082186] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.089445] usb usb2: Product: xHCI Host Controller
    [ 17.094332] usb usb2: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 17.100899] usb usb2: SerialNumber: xhci-hcd.0.auto
    [ 17.106832] hub 2-0:1.0: USB hub found
    [ 17.110638] hub 2-0:1.0: 1 port detected
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Service...
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Time Synchronization...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ OK ] Started Wait for Network to be Configured.
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target Network.
    [ OK ] Reached target Network is Online.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Simple Network Management Protocol (SNMP) Daemon....
    [ OK ] Started Vsftpd ftp daemon.
    Starting Login Service...
    Starting Matrix GUI...
    Starting TI Multiproc Manager...
    Starting TI IPC Daemon...
    Starting telnetd.service...
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Started Job spooling tools.
    Starting System Logger Daemon "default" instance...
    Starting softhsm-daemon.service...
    Starting Ethernet Bridge Filtering Tables...
    [ OK ] Started Periodic Command Scheduler.
    Starting run_srss_tc.service...
    Starting Permit User Sessions...
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Print notice about GPLv3 packages...
    Starting RPC Bind Service...
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timers.
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ OK ] Started System Logger Daemon "default" instance.
    [ OK[ 22.837180] registered dspmem misc device
    ] Started Matrix GUI.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Started telnetd.service.
    [ OK ] Started softhsm-daemon.service.
    [ OK ] Started Ethernet Bridge Filtering Tables.
    [ OK ] Started run_srss_tc.service.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started RPC Bind Service.
    Starting Rotate log files...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    Starting LSB: network benchmark...
    Starting syslog.service...
    Starting thttpd.service...
    [ OK ] Started Reboot and dump vmcore via kexec.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started Login Service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started LSB: network benchmark.
    [ OK ] Started thttpd.service.
    [ 23.006463] NET: Registered protocol family 15
    [ OK ] Started TI Multiproc Manager.
    Starting TI MultiCore Tools Daemon...
    [ OK ] Started syslog.service.
    Starting gdbserverproxy.service...
    [ 23.172359] remoteproc remoteproc0: powering up 10800000.dsp
    [ 23.178767] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
    [ OK ] Started gdbserverproxy.service.
    Starting parse-ip.service...
    [ 23.198548] remoteproc remoteproc0: registered virtio0 (type 7)
    Starting thermal[ 23.205785] remoteproc remoteproc0: remote processor 10800000.dsp is now up
    -zone-init.service...
    [ OK ] Started therm[ 23.218823] Initializing XFRM netlink socket
    al-zone-init.service.
    [ 23.227847] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 23.227958] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
    [ OK ] Started TI MultiCore Tools Daemon.
    [ OK ] Started Rotate log files.


    #>>>>> LCD 12
    IP Address:
    xxxxxxx
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libbfd
    libcairo-perf-utils
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    nettle
    swig-dev
    swig
    which

    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 parse-ip.service.
    [ OK ] Reached target Multi-User System.
    Starting Update UTMP about System Runlevel Changes...
    [ OK ] Started Update UTMP about System Runlevel Changes.

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

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

    Arago 2019.11 k2e-evm ttyS0

    k2e-evm login: root
    root@k2e-evm:~# ls -lrt /dev/s*
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdout -> /proc/self/fd/1
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stderr -> /proc/self/fd/2

    /dev/snd:
    crw-rw---- 1 root audio 116, 33 Jul 21 19:14 timer

    /dev/shm:
    -rw-rw-rw- 1 root root 131072 Jul 24 15:03 HeapManager
    root@k2e-evm:~# ls /run/media/sda1
    ls: /run/media/sda1: No such file or directory
    root@k2e-evm:~#

    THE POWER WAS CYCLE TO REBOOT EVMK2E


    U-Boot SPL 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)
    Trying to boot from SPI


    U-Boot 2019.01-g333c3e72d3 (Apr 19 2020 - 06:29:23 +0000)

    CPU: 66AK2Ex SR1.0
    Model: Texas Instruments Keystone 2 Edison EVM
    DRAM: DDR3A Speed will be configured for 1600 Operation.
    Detected SO-DIMM [18KSF51272HZ-1G6K2]
    DDR3 speed 1600
    DRAM: 4 GiB

    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND: 512 MiB
    Loading Environment from NAND... OK
    Net: eth0: netcp@24000000
    Warning: netcp@slave-1 (eth1) using random MAC address - 8e:c5:a3:24:45:13
    , eth1: netcp@slave-1
    Warning: netcp@slave-2 (eth2) using random MAC address - 4e:1d:66:09:d7:1d
    , eth2: netcp@slave-2
    Warning: netcp@slave-3 (eth3) using random MAC address - 0e:55:3a:cc:05:be
    , eth3: netcp@slave-3
    Warning: netcp@slave-4 (eth4) using random MAC address - 2e:20:3e:e5:9c:c4
    , eth4: netcp@slave-4
    Warning: netcp@slave-5 (eth5) using random MAC address - 6e:68:62:20:4e:67
    , eth5: netcp@slave-5
    Warning: netcp@slave-6 (eth6) using random MAC address - ae:b0:a7:0d:dc:69
    , eth6: netcp@slave-6
    Warning: netcp@slave-7 (eth7) using random MAC address - ee:f8:fb:c8:0e:ca
    , eth7: netcp@slave-7
    Hit any key to stop autoboot: 0

    netcp@24000000 Waiting for SGMII auto negotiation to complete.. done
    netcp@24000000 Waiting for PHY auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address xxxxxxx (1271 ms)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/skern-k2e.bin'.
    Load address: 0x87000000
    Loading: #######
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-53-ge1f885a SoC:k2e built:21:04:57, Jul 21 2020

    ## installed monitor @ 0xc1f0000, freq [233333333], status 203358208

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxxxx
    Filename '/mnt/nfs_k2e/boot/zImage-k2e-evm.bin'.
    Load address: 0x82000000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    ####
    done
    Bytes transferred = 4346368 (425200 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxx
    Filename '/mnt/nfs_k2e/boot/k2-fw-initrd.cpio.gz'.
    Load address: 0x88080000
    Loading: #############
    done
    Bytes transferred = 66309 (10305 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxxxxxx; our IP address is xxxxxxx
    Filename '/mnt/nfs_k2e/boot/keystone-k2e-evm.dtb'.
    Load address: 0x88000000
    Loading: #######
    done
    Bytes transferred = 30877 (789d hex)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8ffef000, end 8ffff305 ... OK
    Loading Device Tree to 8ffe4000, end 8ffee89c ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.94-gbe5389fd85 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue Jul 21 19:18:0
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rootfstype=nfs root=/dev/nfs rw nfsroot=xxxxxxx:/mnt/nfs_k2e,v3,tcp,rsize=40p
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3457252K/3538944K available (10240K kernel code, 289K rwdata, 2728K rodata, 2048K init, 266K bss, 48924K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 290 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000003] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000012] Switching to timer-based delay loop, resolution 4ns
    [ 0.000154] keystone timer clock @233333333 Hz
    [ 0.000326] Console: colour dummy device 80x30
    [ 0.000364] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000375] pid_max: default: 32768 minimum: 301
    [ 0.000465] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000474] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000934] CPU: Testing write buffer coherency: ok
    [ 0.000958] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001151] /cpus/cpu@0 missing clock-frequency property
    [ 0.001171] /cpus/cpu@1 missing clock-frequency property
    [ 0.001191] /cpus/cpu@2 missing clock-frequency property
    [ 0.001212] /cpus/cpu@3 missing clock-frequency property
    [ 0.001221] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060020] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080024] rcu: Hierarchical SRCU implementation.
    [ 0.100164] EFI services will not be available.
    [ 0.120065] smp: Bringing up secondary CPUs ...
    [ 0.204360] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204366] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284460] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284466] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364556] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364562] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364692] smp: Brought up 1 node, 4 CPUs
    [ 0.364703] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364709] CPU: All CPU(s) started in HYP mode.
    [ 0.364715] CPU: Virtualization extensions available.
    [ 0.365136] devtmpfs: initialized
    [ 0.369799] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.370000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.370013] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370488] pinctrl core: initialized pinctrl subsystem
    [ 0.370838] DMI not present or invalid.
    [ 0.371032] NET: Registered protocol family 16
    [ 0.371873] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372550] cpuidle: using governor ladder
    [ 0.372578] cpuidle: using governor menu
    [ 0.372695] No ATAGs?
    [ 0.372781] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372790] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386887] SCSI subsystem initialized
    [ 0.387777] media: Linux media interface: v0.10
    [ 0.387808] videodev: Linux video capture interface: v2.00
    [ 0.387862] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387870] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387885] PTP clock support registered
    [ 0.387907] EDAC MC: Ver: 3.0.0
    [ 0.388366] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388935] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394502] NET: Registered protocol family 2
    [ 0.394877] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394898] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394925] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.394973] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.395027] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395044] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395186] NET: Registered protocol family 1
    [ 0.395477] RPC: Registered named UNIX socket transport module.
    [ 0.395485] RPC: Registered udp transport module.
    [ 0.395491] RPC: Registered tcp transport module.
    [ 0.395497] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395627] Trying to unpack rootfs image as initramfs...
    [ 0.399288] Freeing initrd memory: 68K
    [ 0.399492] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399723] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.400079] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400561] Initialise system trusted keyrings
    [ 0.400663] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404488] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404840] NFS: Registering the id_resolver key type
    [ 0.404854] Key type id_resolver registered
    [ 0.404861] Key type id_legacy registered
    [ 0.404889] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.406135] Key type asymmetric registered
    [ 0.406144] Asymmetric key parser 'x509' registered
    [ 0.406177] bounce: pool size: 64 pages
    [ 0.406201] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.406208] io scheduler noop registered
    [ 0.406215] io scheduler deadline registered
    [ 0.406289] io scheduler cfq registered (default)
    [ 0.406297] io scheduler mq-deadline registered
    [ 0.406303] io scheduler kyber registered
    [ 0.406575] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.407040] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407784] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409865] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409890] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409909] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 0.510424] keystone-pcie 21020000.pcie: Link up
    [ 0.510518] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 0.510530] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.510539] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 0.510547] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 0.512299] PCI: bus0: Fast back to back transfers disabled
    [ 0.512551] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1
    [ 0.540477] PCI: bus1: Fast back to back transfers disabled
    [ 0.540509] pci 0000:00:00.0: BAR 8: assigned [mem 0x60100000-0x601fffff]
    [ 0.540520] pci 0000:00:00.0: BAR 9: assigned [mem 0x60200000-0x602fffff pref]
    [ 0.540529] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
    [ 0.540542] pci 0000:01:00.0: BAR 6: assigned [mem 0x60200000-0x6020ffff pref]
    [ 0.540551] pci 0000:01:00.0: BAR 5: assigned [mem 0x60100000-0x601001ff]
    [ 0.540564] pci 0000:01:00.0: BAR 4: assigned [io 0x1000-0x100f]
    [ 0.540577] pci 0000:01:00.0: BAR 0: assigned [io 0x1010-0x1017]
    [ 0.540589] pci 0000:01:00.0: BAR 2: assigned [io 0x1018-0x101f]
    [ 0.540601] pci 0000:01:00.0: BAR 1: assigned [io 0x1020-0x1023]
    [ 0.540612] pci 0000:01:00.0: BAR 3: assigned [io 0x1024-0x1027]
    [ 0.540625] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 0.540633] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
    [ 0.540643] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff]
    [ 0.540652] pci 0000:00:00.0: bridge window [mem 0x60200000-0x602fffff pref]
    [ 0.540728] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 0.540873] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 0.540990] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 0.541844] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 0.541959] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_pu)
    [ 0.542098] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 0.544480] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 0.577800] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.577859] platform serial8250: set dma_pfn_offset00780000
    [ 0.580355] console [ttyS0] disabled
    [ 0.580401] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 1.618542] console [ttyS0] enabled
    [ 1.622738] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 1.640177] brd: module loaded
    [ 1.648770] loop: module loaded
    [ 1.653488] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 1.660274] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 1.665257] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 1.671208] Creating 2 MTD partitions on "spi0.0":
    [ 1.676013] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 1.681889] 0x000000100000-0x000001000000 : "misc"
    [ 1.687211] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 1.693307] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 1.699609] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 1.705684] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 1.711991] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 1.718080] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 1.724349] libphy: Fixed MDIO Bus: probed
    [ 1.788959] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 1.796633] libphy: 24200f00.mdio: probed
    [ 1.802314] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 1.811053] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 1.820236] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 3.838342] serdes PLL not locked
    [ 4.352752] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 6.371073] serdes PLL not locked
    [ 8.937787] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 8.944258] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 8.949611] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 8.956853] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 8.968273] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 8.975443] i2c /dev entries driver
    [ 8.980260] sdhci: Secure Digital Host Controller Interface driver
    [ 8.986453] sdhci: Copyright(c) Pierre Ossman
    [ 8.991022] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 8.997192] ledtrig-cpu: registered to indicate activity on CPUs
    [ 9.004604] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.010991] nand: Micron MT29F4G08ABBDAH4
    [ 9.015008] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.022880] Bad block table found at page 262080, version 0x01
    [ 9.029201] Bad block table found at page 262016, version 0x01
    [ 9.035339] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.042328] Creating 3 MTD partitions on "30000000.nand":
    [ 9.047739] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.053294] 0x000000100000-0x000000180000 : "params"
    [ 9.058803] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.067348] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.073400] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.080065] NET: Registered protocol family 10
    [ 9.085243] Segment Routing with IPv6
    [ 9.088976] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.095271] NET: Registered protocol family 17
    [ 9.099832] Key type dns_resolver registered
    [ 9.104235] Registering SWP/SWPB emulation handler
    [ 9.109400] Loading compiled-in X.509 certificates
    [ 9.117466] hctosys: unable to open rtc device (rtc0)
    [ 9.241544] netcp-1.0 2620110.netcp eth0: Link is Down
    [ 9.262906] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 9.468937] (NULL net_device): Link is Down
    [ 9.473136] (NULL net_device): Link is Down
    [ 9.477325] (NULL net_device): Link is Down
    [ 9.481527] (NULL net_device): Link is Down
    [ 9.485717] (NULL net_device): Link is Down
    [ 9.489915] (NULL net_device): Link is Down
    [ 9.901533] netcp-1.0 2620110.netcp eth1: Link is Down
    [ 9.912245] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 12.490029] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 12.518965] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 12.559014] Sending DHCP requests ., OK
    [ 12.602815] IP-Config: Got DHCP answer from xxxxx, my address is xxxxxx
    [ 12.610769] IP-Config: Complete:
    [ 12.614003] device=eth0, hwaddr=xxxxx, ipaddr=xxxxxx, mask=255.255.255.0, gw=xxxxx
    [ 12.624390] host=xxxxxx, domain=attlocal.net, nis-domain=(none)
    [ 12.631381] bootserver=0.0.0.0, rootserver=xxxxxxx, rootpath=
    [ 12.631383] nameserver0=xxxxxxx
    [ 12.658706] ALSA device list:
    [ 12.661693] No soundcards found.
    [ 12.680690] VFS: Mounted root (nfs filesystem) on device 0:14.
    [ 12.686820] devtmpfs: mounted
    [ 12.690815] Freeing unused kernel memory: 2048K
    [ 12.695472] Run /sbin/init as init process
    [ 12.715567] random: fast init done
    [ 12.815472] systemd[1]: System time before build time, advancing clock.
    [ 12.837135] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS)
    [ 12.858809] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.11!

    [ 12.899893] systemd[1]: Set hostname to <k2e-evm>.
    [ 13.063629] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [ 13.080759] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [ 13.371553] random: systemd: uninitialized urandom read (16 bytes read)
    [ 13.380903] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 13.419042] random: systemd: uninitialized urandom read (16 bytes read)
    [ 13.425857] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 13.469022] random: systemd: uninitialized urandom read (16 bytes read)
    [ 13.503491] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 13.539221] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 13.579041] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ OK ] Reached target Paths.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Reached target Slices.
    [ OK ] Listening on udev Control Socket.
    [ OK ] Listening on Journal Socket (/dev/log).
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-syslog\x2dng.slice.
    [ OK ] Listening on Journal Socket.
    Starting Load Kernel Modules...
    [ 13.935808] cmemk: loading out-of-tree module taints kernel.
    [ 13.942386] CMEMK module: reference Linux version 4.19.94
    [ 13.948165] allocated heap buffer 0xc080000 of size 0xc0000
    [ 13.953833] cmemk initialized
    Starting Remount Root and Kernel File Systems...
    [ 13.962229] cryptodev: driver 1.9 loaded.
    [ 13.981536] NET: Registered protocol family 45
    Mounting Kernel Debug File System...
    Mounting POSIX Message Queue File System...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ 14.058464] random: crng init done
    [ 14.061930] random: 7 urandom warning(s) missed due to ratelimiting
    Starting Journal Service...
    Mounting Temporary Directory (/tmp)...
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on udev Kernel Socket.
    Starting udev Coldplug all Devices...
    [ OK ] Started Journal Service.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Mounted Kernel Debug File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Mounted Temporary Directory (/tmp).
    Starting Create Static Device Nodes in /dev...
    Starting Apply Kernel Variables...
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Kernel Configuration File System.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    [ OK ] Reached target Containers.
    Mounting /var/volatile...
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Mounted /media/ram.
    [ OK ] Mounted /var/[ 14.889897] davinci-wdt 22f0080.wdt: heartbeat 60 sec
    volatile.
    [ 14.902703] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
    [ 14.912807] remoteproc remoteproc0: 10800000.dsp is available
    [ 15.011238] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ 15.028759] systemd-journald[107]: Received request to flush runtime journal from PID 1
    [ 15.115645] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
    [ 15.126329] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
    [ 15.134243] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator
    [ 15.147139] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0
    [ 15.233294] ahci 0000:01:00.0: limiting MRRS to 256
    [ 15.242082] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    [ OK 15.253900] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
    m] Started Flush Journal to Persistent Storage.
    [ 15.276673] scsi host0: ahci
    [ 15.281001] scsi host1: ahci
    [ 15.284257] ata1: SATA max UDMA/133 abar m512@0x60100000 port 0x60100100 irq 122
    [ 15.293369] ata2: SATA max UDMA/133 abar m512@0x60100000 port 0x60100180 irq 122
    [ 15.629045] ata1: SATA link down (SStatus 0 SControl 300)
    [ 15.799002] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 15.843075] ata2.00: ATA-8: ST500LT012-1DG142, 0001SDM1, max UDMA/133
    [ 15.849677] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
    [ OK ] Found device /dev/ttyS0.
    [ 16.199409] ata2.00: configured for UDMA/133
    [ 16.204100] scsi 1:0:0:0: Direct-Access ATA ST500LT012-1DG14 SDM1 PQ: 0 ANSI: 5
    [ 16.215193] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
    [ 16.223427] sd 1:0:0:0: [sda] 4096-byte physical blocks
    [ 16.229164] sd 1:0:0:0: [sda] Write Protect is off
    [ 16.234057] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 16.252910] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
    [ 16.258870] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
    [ 16.265350] dwc3 25010000.dwc3: Failed to get clk 'ref': -2
    [ 16.271035] sda: sda1 sda2
    [ 16.274877] sd 1:0:0:0: [sda] Attached SCSI removable disk
    [ 16.312073] usbcore: registered new interface driver usbfs
    [ 16.319053] usbcore: registered new interface driver hub
    [ 16.324471] usbcore: registered new device driver usb
    [ 16.339128] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 16.344670] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 16.353226] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
    [ 16.362706] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
    [ 16.368988] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [ 16.377276] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 16.384577] usb usb1: Product: xHCI Host Controller
    [ 16.389497] usb usb1: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 16.396039] usb usb1: SerialNumber: xhci-hcd.0.auto
    [ 16.401379] hub 1-0:1.0: USB hub found
    [ 16.405167] hub 1-0:1.0: 1 port detected
    [ 16.409453] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 16.414960] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 16.422671] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [ 16.429295] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 16.437516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [ 16.445825] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 16.453094] usb usb2: Product: xHCI Host Controller
    [ 16.457983] usb usb2: Manufacturer: Linux 4.19.94-gbe5389fd85 xhci-hcd
    [ 16.464544] usb usb2: SerialNumber: xhci-hcd.0.auto
    [ 16.469858] hub 2-0:1.0: USB hub found
    [ 16.473643] hub 2-0:1.0: 1 port detected
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    Starting File System Check on /dev/sda1...
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Service...
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Time Synchronization...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ OK ] Started Wait for Network to be Configured.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timers.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting run_srss_tc.service...
    [ OK ] Started Job spooling tools.
    Starting System Logger Daemon "default" instance...
    [ OK ] Started Periodic Command Scheduler.
    Starting softhsm-daemon.service...
    Starting Ethernet Bridge Filtering Tables...
    Starting TI Multiproc Manager...
    Starting telnetd.service...
    Starting TI IPC Daemon...
    Starting Print notice about GPLv3 packages...
    Starting RPC Bind Service...
    Starting Matrix GUI...
    Starting Login Service...
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Started Network Name Resolution.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Started run_srss_tc.service.
    [ OK ] Started Ethernet Bridge Filtering Tables.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Reached target Network.
    [ OK ] Started Vsftpd ftp daemon.
    [ OK ] Reached target Network is Online.
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Permit User Sessions...
    [ 21.647363] registered dspmem misc device
    [ OK ] Started Login Service...
    [ OK ] Started softhsm-daemon.service.
    [ OK ] Started telnetd.service.
    [ OK ] Started RPC Bind Service.
    [ OK ] Started Matrix GUI.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting thttpd.service...
    Starting syslog.service...
    Starting LSB: network benchmark...
    [ OK ] Started System Logger Daemon "default" instance.
    [ 21.993090] NET: Registered protocol family 15
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started LSB: network benchmark.
    [ OK ] Started thttpd.service.
    [ OK ] Started TI Multiproc Manager.
    Starting TI MultiCore Tools Daemon...
    [ OK ] Started syslog.service..
    Starting gdbserverproxy.service...
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ 22.256927] Initializing XFRM netlink socket
    [ OK ] Started gdbserverproxy.service.
    Starting thermal-zone-init.service...
    Starting parse-ip.service...
    [ OK ] Started thermal-zone-init.service.
    [ 22.361823] remoteproc remoteproc0: powering up 10800000.dsp
    [ 22.367553] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
    [ 22.377727] remoteproc remoteproc0: registered virtio0 (type 7)
    /dev/sda1: fsck[ 22.383901] remoteproc remoteproc0: remote processor 10800000.dsp is now up
    70.0% complete.[ 22.388118] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 22.388223] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
    [ OK ] Started TI MultiCore Tools Daemon.
    [ OK ] Started File System Check on /dev/sda1.
    Mounting /run/media/sda1...
    [ 23.295912] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ OK ] Mounted /run/media/sda1.


    #>>>>> LCD 12
    IP Address:
    xxxxxxxxxx
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libbfd
    libcairo-perf-utils
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    nettle
    swig-dev
    swig
    which

    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 parse-ip.service.
    [ OK ] Reached target Multi-User System.
    Starting Update UTMP about System Runlevel Changes...
    [ OK ] Started Update UTMP about System Runlevel Changes.

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

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

    Arago 2019.11 k2e-evm ttyS0

    k2e-evm login: root
    root@k2e-evm:~# ls -lrt /dev/s*
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdout -> /proc/self/fd/1
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 Jul 21 19:14 /dev/stderr -> /proc/self/fd/2
    brw-rw---- 1 root disk 8, 2 Jul 21 19:14 /dev/sda2
    brw-rw---- 1 root disk 8, 0 Jul 21 19:14 /dev/sda
    brw-rw---- 1 root disk 8, 1 Jul 24 15:05 /dev/sda1

    /dev/snd:
    crw-rw---- 1 root audio 116, 33 Jul 21 19:14 timer

    /dev/shm:
    -rw-rw-rw- 1 root root 131072 Jul 24 15:05 HeapManager
    root@k2e-evm:~# ls /run/media/sda1
    bin dev home init linuxrc media opt run srv tmp var
    boot etc include lib lost+found mnt proc sbin sys usr www
    root@k2e-evm:~#
    CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7.1 | VT102 | Offline | ttyUSB0

    Thank you, Phil

  • Hi, Phil,

    Ok. The logs explain better what you are seeing. It seems to me the issue is in the first boot in which PCIe link wasn't up with the following message in the logs:

    [ 1.410550] keystone-pcie 21020000.pcie: Phy link never came up

    Hence, PCIe wasn't enumerated. I think the SATA is out of picture now. As long as PCIe comes up, the SATA drive should be seen.

    How long do you need to let the K2E EVM to cool down to reproduce the issue? I have one set up remotely in the office. I can schedule to get in office the earliest is Wednesday and need the EVM to cool down to see if I see the same. I don't recall I have ever had any problem with PCIe not coming up from cold start. Could you try cold start without SATA drive and see if PCIe enumerated? I'd like to rule out the case when it only happen with SATA connected in cold start. If it only happens with SATA drive connected, then I'll need to reproduce the case with it too.

    Thanks!

    Rex

  • Hello Rex,

    If the EVMK2E has been active for a few hours it takes a minimum of 5 minutes with the power off to produce the issue.

    The issue "Phy link never came up" was reproduced with or without the SATA disk drive connected.

    Thank you,

    Phil

  • Phil,

    Thanks for the info. I plan to get in this afternoon and will update afterwards.

    Rex

  • Hello Rex,

    Thank you!

    Take care when you out.

    Best regards,

    Phil

  • Hi, Phil,

    I don't see the issue on my EVM. My EVM was running prebuilt images from PLSDK 6.1 release. I had the EVM off the power for 15 mins and boot up without any PCIe issue. The snippet is shown below and the full boot logs capture is attached. I power off the EVM again and downloading PLSDK 6.3. I'll post back result from 6.3 release 

    [ 0.405731] io scheduler cfq registered (default)
    [ 0.405739] io scheduler mq-deadline registered
    [ 0.405746] io scheduler kyber registered
    [ 0.406011] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.406482] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407221] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.408086] gpio-syscon 2620240.keystone_dsp_gpio: ***** DDD:: dir register 0x0
    [ 0.409170] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409196] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409214] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 0.509732] keystone-pcie 21020000.pcie: Link up
    [ 0.509826] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 0.509837] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.509846] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 0.509857] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 0.511661] PCI: bus0: Fast back to back transfers disabled
    [ 0.511904] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1
    [ 0.540105] PCI: bus1: Fast back to back transfers disabled
    [ 0.540135] pci 0000:00:00.0: BAR 8: assigned [mem 0x60100000-0x601fffff]
    [ 0.540146] pci 0000:00:00.0: BAR 9: assigned [mem 0x60200000-0x602fffff pref]
    [ 0.540156] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
    [ 0.540168] pci 0000:01:00.0: BAR 6: assigned [mem 0x60200000-0x6020ffff pref]
    [ 0.540178] pci 0000:01:00.0: BAR 5: assigned [mem 0x60100000-0x601001ff]
    [ 0.540190] pci 0000:01:00.0: BAR 4: assigned [io 0x1000-0x100f]
    [ 0.540203] pci 0000:01:00.0: BAR 0: assigned [io 0x1010-0x1017]
    [ 0.540215] pci 0000:01:00.0: BAR 2: assigned [io 0x1018-0x101f]
    [ 0.540227] pci 0000:01:00.0: BAR 1: assigned [io 0x1020-0x1023]
    [ 0.540238] pci 0000:01:00.0: BAR 3: assigned [io 0x1024-0x1027]
    [ 0.540251] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 0.540260] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
    [ 0.540269] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff]
    [ 0.540278] pci 0000:00:00.0: bridge window [mem 0x60200000-0x602fffff pref]
    [ 0.540352] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 0.540497] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 0.540615] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 0.541469] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/k2e_2D00_coldstart

    Rex

  • Hi, Phil,

    Which PLSDK release are you using? It seems PLSDK 6.3 can be reproduced, but not 6.1. Each test I had EVM powered off for ~30 mins. Could you try PLSDK 6.1 release if that is not the version you used. I'll have the issue investigated internally.

    Rex

  • Hello Rex

    I am using 6.3.

    I will try release 6.1.

    Thank you,

    Phil

  • Hello Rex,

    The PCIe does boot correctly using version 6.1. That is the "Phy link never came up" is not produced. The PCIe link was always active.

    The U-Boot version is now
    => version
    U-Boot 2019.01-g029e4c009a (Oct 20 2019 - 16:49:39 +0000)

    arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0
    GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321

    Linux version 4.19.59-g5f8c1c6121 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Sun Oct 20 13:47:16 UTC 201

    But the HDD is not mounted. The sda device is not available.

    ls /dev/s*
    /dev/stderr /dev/stdin /dev/stdout

    /dev/shm:
    HeapManager

    /dev/snd:
    timer

    Thank you, Phil

  • Hi, Phil,

    Good to hear that PLSDK 6.1 works. I submitted an internal bug report to track this issue. 

    How do you do the HDD test and how do you mount the HDD at the first time? Did you boot up the system, then issue "mount" command to mount the HDD to the mount point and then reboot the kernel to see if the HDD is still mounted after system comes up? If that's the case, then we are back to my first post about fstab. If you didn't add the entry in fstab, then the HDD will not be mounted automatically and permanently. Please search internet on fstab for more info.. If you have added the entry in fstab, then it will be something different, and may need to search internet for solution. Below is a link on how to mount drive in linux permanently:

    https://confluence.jaytaala.com/display/TKB/Mount+drive+in+linux+and+set+auto-mount+at+boot

    Rex

  • Hello Rex,

    It seems from your question (Jul 31, 2020 1:14 AM) you were not successful at accessing the SATA HDD with either version 6.1 or 6.3.

    Did you connect a SSD or HDD to the SATA interface?

    When using version 6.1 the device "sda" is not active; it does not show up in the "/dev" list.

    ls /dev/s*
    /dev/stderr /dev/stdin /dev/stdout
    /dev/shm:
    HeapManager
    /dev/snd:
    timer

    You indicated that 6.1 was working. Let me be clear 6.1 is not working! It appears that the PCIe may possibly be working; that is no message of an issue is reported from the PCIe. But the "sda" is never active when v6.1 is used.

    I made no changes to version 6.3. That is no change were made to any of the TI code files, scripts, configuration or any other file to mount the SATA HDD  /dev/sda to the mount point "/run/media/sda1". Just log into the EVM as root and "ls  /run/media/sda1" if not found when using v6.3 power cycle and it will be available.

    Phil

  • Hi, Phil,

    Let me see if we have PLSDK 6.1 test result on K2E SATA. I don't recall there was an issue raised, but let me be sure it was tested.

    Rex

  • Hi, Phil,

    By the way, could you help to verify if this happens only to cold boot? If system test has the test case, it will be warm all the time.

    Rex

  • Hello Rex,

    The "sda" device is never available when using version 6.1. That is cold or warm start; using a power cycle or Linux reboot.

    Here is the log file:


    U-Boot 2019.01-g029e4c009a (Oct 20 2019 - 16:49:39 +0000)

    CPU: 66AK2Ex SR1.0
    Model: Texas Instruments Keystone 2 Edison EVM
    DRAM: DDR3A Speed will be configured for 1600 Operation.
    Detected SO-DIMM [18KSF51272HZ-1G6K2]
    DDR3 speed 1600
    DRAM: 4 GiB

    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND: 512 MiB
    Loading Environment from NAND... OK
    Net: eth0: netcp@24000000
    Warning: netcp@slave-1 (eth1) using random MAC address - 96:7e:db:16:dc:dc
    , eth1: netcp@slave-1
    Warning: netcp@slave-2 (eth2) using random MAC address - 46:f4:0f:ae:fa:06
    , eth2: netcp@slave-2
    Warning: netcp@slave-3 (eth3) using random MAC address - 06:bc:53:6b:28:a5
    , eth3: netcp@slave-3
    Warning: netcp@slave-4 (eth4) using random MAC address - b6:76:f2:8c:84:e1
    , eth4: netcp@slave-4
    Warning: netcp@slave-5 (eth5) using random MAC address - f6:3e:ae:49:56:42
    , eth5: netcp@slave-5
    Warning: netcp@slave-6 (eth6) using random MAC address - 0a:c6:3a:16:08:64
    , eth6: netcp@slave-6
    Warning: netcp@slave-7 (eth7) using random MAC address - c2:16:d6:41:16:66
    , eth7: netcp@slave-7
    Hit any key to stop autoboot: 0

    netcp@24000000 Waiting for SGMII auto negotiation to complete.. done
    netcp@24000000 Waiting for PHY auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address xxx.xxx.xxx.xxx (272 ms)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxx.xxx.xxx.xxx; our IP address is xxx.xxx.xxx.xxx
    Filename '/mnt/nfs_k2e/boot/skern-k2e.bin'.
    Load address: 0x87000000
    Loading: #######
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-53-ge1f885a SoC:k2e built:14:55:50, Oct 20 2019

    ## installed monitor @ 0xc1f0000, freq [233333333], status 203358208

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxx.xxx.xxx.xxx; our IP address is xxx.xxx.xxx.xxx
    Filename '/mnt/nfs_k2e/boot/zImage-k2e-evm.bin'.
    Load address: 0x82000000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################################################
    ###########################################################
    done
    Bytes transferred = 4293120 (418200 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxx.xxx.xxx.xxx; our IP address is xxx.xxx.xxx.xxx
    Filename '/mnt/nfs_k2e/boot/k2-fw-initrd.cpio.gz'.
    Load address: 0x88080000
    Loading: #############
    done
    Bytes transferred = 65439 (ff9f hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    Using netcp@24000000 device
    File transfer via NFS from server xxx.xxx.xxx.xxx; our IP address is xxx.xxx.xxx.xxx
    Filename '/mnt/nfs_k2e/boot/keystone-k2e-evm.dtb'.
    Load address: 0x88000000
    Loading: #######
    done
    Bytes transferred = 30877 (789d hex)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8fff0000, end 8fffff9f ... OK
    Loading Device Tree to 8ffe5000, end 8ffef89c ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.59-g5f8c1c6121 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Sun Oct 20 13:47:1
    6 UTC 2019
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rootfstype=nfs root=/dev/nfs rw nfsroot=xxx.xxx.xxx.xxx:/mnt/nfs_k2e,v3,tcp,rsize=409
    6,wsize=4096 ip=dhcp
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3459288K/3538944K available (8192K kernel code, 288K rwdata, 2700K rodata, 2048K init, 266K bss, 46888K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 289 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000004] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000013] Switching to timer-based delay loop, resolution 4ns
    [ 0.000148] keystone timer clock @233333333 Hz
    [ 0.000320] Console: colour dummy device 80x30
    [ 0.000356] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000369] pid_max: default: 32768 minimum: 301
    [ 0.000459] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000468] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000924] CPU: Testing write buffer coherency: ok
    [ 0.000950] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001143] /cpus/cpu@0 missing clock-frequency property
    [ 0.001164] /cpus/cpu@1 missing clock-frequency property
    [ 0.001183] /cpus/cpu@2 missing clock-frequency property
    [ 0.001204] /cpus/cpu@3 missing clock-frequency property
    [ 0.001214] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060019] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080020] rcu: Hierarchical SRCU implementation.
    [ 0.100159] EFI services will not be available.
    [ 0.120062] smp: Bringing up secondary CPUs ...
    [ 0.204356] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204362] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284453] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284458] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364547] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364553] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364680] smp: Brought up 1 node, 4 CPUs
    [ 0.364691] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364697] CPU: All CPU(s) started in HYP mode.
    [ 0.364703] CPU: Virtualization extensions available.
    [ 0.365121] devtmpfs: initialized
    [ 0.369727] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.369931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.369944] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370422] pinctrl core: initialized pinctrl subsystem
    [ 0.370766] DMI not present or invalid.
    [ 0.370960] NET: Registered protocol family 16
    [ 0.371798] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372463] cpuidle: using governor ladder
    [ 0.372492] cpuidle: using governor menu
    [ 0.372610] No ATAGs?
    [ 0.372699] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372709] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386658] SCSI subsystem initialized
    [ 0.387555] media: Linux media interface: v0.10
    [ 0.387587] videodev: Linux video capture interface: v2.00
    [ 0.387642] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387650] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387665] PTP clock support registered
    [ 0.387688] EDAC MC: Ver: 3.0.0
    [ 0.388148] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388715] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394369] NET: Registered protocol family 2
    [ 0.394750] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394771] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394799] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.394848] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.394901] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.394919] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395062] NET: Registered protocol family 1
    [ 0.395349] RPC: Registered named UNIX socket transport module.
    [ 0.395357] RPC: Registered udp transport module.
    [ 0.395364] RPC: Registered tcp transport module.
    [ 0.395371] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395497] Trying to unpack rootfs image as initramfs...
    [ 0.399125] Freeing initrd memory: 64K
    [ 0.399328] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399559] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.399914] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400400] Initialise system trusted keyrings
    [ 0.400498] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404182] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404540] NFS: Registering the id_resolver key type
    [ 0.404556] Key type id_resolver registered
    [ 0.404562] Key type id_legacy registered
    [ 0.404592] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.405825] Key type asymmetric registered
    [ 0.405834] Asymmetric key parser 'x509' registered
    [ 0.405868] bounce: pool size: 64 pages
    [ 0.405892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.405900] io scheduler noop registered
    [ 0.405907] io scheduler deadline registered
    [ 0.405982] io scheduler cfq registered (default)
    [ 0.405990] io scheduler mq-deadline registered
    [ 0.405998] io scheduler kyber registered
    [ 0.406260] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.406729] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407471] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409401] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409427] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409445] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 1.410106] keystone-pcie 21020000.pcie: Phy link never came up
    [ 1.410199] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 1.410210] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 1.410219] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 1.410230] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 1.411985] PCI: bus0: Fast back to back transfers disabled
    [ 1.413569] PCI: bus1: Fast back to back transfers enabled
    [ 1.413595] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 1.413678] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 1.413823] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 1.413937] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 1.414769] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 1.414892] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_pus
    h (ptrval), reg_pop (ptrval)
    [ 1.415035] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 1.417471] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 1.451356] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 1.451410] platform serial8250: set dma_pfn_offset00780000
    [ 1.453900] console [ttyS0] disabled
    [ 1.453945] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.402507] console [ttyS0] enabled
    [ 2.406687] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.424228] brd: module loaded
    [ 2.432754] loop: module loaded
    [ 2.437399] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 2.444140] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 2.449142] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 2.455074] Creating 2 MTD partitions on "spi0.0":
    [ 2.459901] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 2.465767] 0x000000100000-0x000001000000 : "misc"
    [ 2.471116] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 2.477199] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 2.483503] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 2.489604] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 2.495890] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 2.501988] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 2.508224] libphy: Fixed MDIO Bus: probed
    [ 2.568738] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 2.576412] libphy: 24200f00.mdio: probed
    [ 2.582114] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 2.590853] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 2.600020] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 4.618750] serdes PLL not locked
    [ 5.133785] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 7.152749] serdes PLL not locked
    [ 9.722254] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 9.728727] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 9.734067] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 9.741326] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 9.752744] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 9.759915] i2c /dev entries driver
    [ 9.764723] sdhci: Secure Digital Host Controller Interface driver
    [ 9.770932] sdhci: Copyright(c) Pierre Ossman
    [ 9.775492] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 9.781677] ledtrig-cpu: registered to indicate activity on CPUs
    [ 9.789093] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.795462] nand: Micron MT29F4G08ABBDAH4
    [ 9.799496] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.807348] Bad block table found at page 262080, version 0x01
    [ 9.813669] Bad block table found at page 262016, version 0x01
    [ 9.819819] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.826796] Creating 3 MTD partitions on "30000000.nand":
    [ 9.832219] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.837766] 0x000000100000-0x000000180000 : "params"
    [ 9.843288] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.851866] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.857908] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.864576] NET: Registered protocol family 10
    [ 9.869765] Segment Routing with IPv6
    [ 9.873478] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.879785] NET: Registered protocol family 17
    [ 9.884335] Key type dns_resolver registered
    [ 9.888752] Registering SWP/SWPB emulation handler
    [ 9.893888] Loading compiled-in X.509 certificates
    [ 9.901902] hctosys: unable to open rtc device (rtc0)
    [ 10.021325] netcp-1.0 2620110.netcp eth0: Link is Down
    [ 10.042712] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.258719] (NULL net_device): Link is Down
    [ 10.262911] (NULL net_device): Link is Down
    [ 10.267101] (NULL net_device): Link is Down
    [ 10.271302] (NULL net_device): Link is Down
    [ 10.275492] (NULL net_device): Link is Down
    [ 10.279690] (NULL net_device): Link is Down
    [ 10.681317] netcp-1.0 2620110.netcp eth1: Link is Down
    [ 10.692033] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 13.289795] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 13.298742] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 13.338905] Sending DHCP requests ., OK
    [ 13.382596] IP-Config: Got DHCP answer from xxx.xxx.xxx.xxx, my address is xxx.xxx.xxx.xxx
    [ 13.390550] IP-Config: Complete:
    [ 13.393785] device=eth0, hwaddr=b4:99:4c:09:a2:4f, ipaddr=xxx.xxx.xxx.xxx, mask=255.255.255.0, gw=xxx.xxx.xxx.xxx
    [ 13.404172] host=xxx.xxx.xxx.xxx, domain=attlocal.net, nis-domain=(none)
    [ 13.411163] bootserver=0.0.0.0, rootserver=xxx.xxx.xxx.xxx, rootpath=
    [ 13.411168] nameserver0=xxx.xxx.xxx.xxx
    [ 13.438482] ALSA device list:
    [ 13.441470] No soundcards found.
    [ 13.460259] VFS: Mounted root (nfs filesystem) on device 0:14.
    [ 13.466415] devtmpfs: mounted
    [ 13.470413] Freeing unused kernel memory: 2048K
    [ 13.475058] Run /sbin/init as init process
    [ 13.486094] random: fast init done
    [ 13.590830] systemd[1]: System time before build time, advancing clock.
    [ 13.611334] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS
    +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [ 13.633001] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.07!

    [ 13.669612] systemd[1]: Set hostname to <k2e-evm>.
    [ 13.825590] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [ 13.842757] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [ 14.124238] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.132782] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 14.168864] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.175518] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 14.208804] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.216325] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 14.250759] systemd[1]: Created slice system-syslog\x2dng.slice.
    [ OK ] Created slice system-syslog\x2dng.slice.
    [ 14.289342] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Reached target Slices.
    Mounting Kernel Debug File System...
    [ OK ] Listening on initctl Compatibility Named Pipe.
    Mounting Temporary Directory (/tmp)...
    Starting Remount Root and Kernel File Systems...
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ OK ] Listening on Process Core Dump Socket.
    [ OK ] Created slice system-getty.slice.
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ 14.668517] random: crng init done
    [ 14.671950] random: 7 urandom warning(s) missed due to ratelimiting
    Mounting POSIX Message Queue File System...
    [ OK ] Listening on Journal Socket (/dev/log).
    Starting Journal Service...
    Starting Create list of required st��…ce nodes for the current kernel...
    [ OK ] Listening on udev Control Socket.
    Starting udev Coldplug all Devices...
    [ OK ] Reached target Remote File Systems.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Reached target Paths.
    Starting Load Kernel Modules...
    [ 15.015128] cmemk: loading out-of-tree module taints kernel.
    [ 15.021722] CMEMK module: reference Linux version 4.19.59
    [ 15.027436] allocated heap buffer 0xc080000 of size 0xc0000
    [ OK 15.033130] cmemk initialized
    m] Started Journal Service.
    [ 15.042549] cryptodev: driver 1.9 loaded.
    [ 15.056716] NET: Registered protocol family 45
    [ OK ] Mounted Kernel Debug File System.
    [ OK ] Mounted Temporary Directory (/tmp).
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Create list of required sta��…vice nodes for the current kernel.
    [ OK ] Started Load Kernel Modules.
    Starting Apply Kernel Variables...
    Mounting Kernel Configuration File System...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /var/volatile...
    Mounting /media/ram...
    [ OK ] Reached target Containers.
    Starting udev Kernel Device Manager...
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Mounted /var/volatile.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Mounted /media/ram.
    [ 15.749167] systemd-journald[104]: Received request to flush runtime journal from PID 1
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ 15.846618] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
    [ 15.856777] remoteproc remoteproc0: 10800000.dsp is available
    [ 15.905346] davinci-wdt 22f0080.wdt: heartbeat 60 sec
    [ OK ] Started Load/Save Random Seed.
    [ 16.105546] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ 16.183036] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
    [ 16.192845] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
    [ 16.204344] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator
    [ 16.216526] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0
    [ OK ] Found device /dev/ttyS0.
    [ 17.028047] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
    [ 17.034727] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
    [ 17.041107] dwc3 25010000.dwc3: Failed to get clk 'ref': -2
    [ 17.073962] usbcore: registered new interface driver usbfs
    [ 17.079534] usbcore: registered new interface driver hub
    [ 17.084942] usbcore: registered new device driver usb
    [ 17.100359] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 17.105874] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 17.114968] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
    [ 17.124432] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
    [ 17.130715] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [ 17.139031] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.146275] usb usb1: Product: xHCI Host Controller
    [ 17.151181] usb usb1: Manufacturer: Linux 4.19.59-g5f8c1c6121 xhci-hcd
    [ 17.157723] usb usb1: SerialNumber: xhci-hcd.0.auto
    [ 17.163045] hub 1-0:1.0: USB hub found
    [ 17.166830] hub 1-0:1.0: 1 port detected
    [ 17.171134] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 17.176641] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 17.184344] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [ 17.190960] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 17.199199] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [ 17.207486] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.214744] usb usb2: Product: xHCI Host Controller
    [ 17.219647] usb usb2: Manufacturer: Linux 4.19.59-g5f8c1c6121 xhci-hcd
    [ 17.226190] usb usb2: SerialNumber: xhci-hcd.0.auto
    [ 17.231505] hub 2-0:1.0: USB hub found
    [ 17.235286] hub 2-0:1.0: 1 port detected
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Create Volatile Files and Directories.
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Time Synchronization...
    Starting Network Service...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Service.
    Starting Network Name Resolution...
    Starting Wait for Network to be Configured...
    [ OK ] Started Wait for Network to be Configured.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Initialization.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Print notice about GPLv3 packages...
    Starting RPC Bind Service...
    Starting telnetd.service...
    Starting TI IPC Daemon...
    Starting System Logger Daemon "default" instance...
    Starting Ethernet Bridge Filtering Tables...
    Starting run_srss_tc.service...
    [ OK ] Started Job spooling tools.
    [ OK ] Started Periodic Command Scheduler.
    Starting Matrix GUI...
    Starting softhsm-daemon.service...
    Starting TI Multiproc Manager...
    [ OK ] Started Daily Cleanup of Temporary Directories.
    Starting Login Service...
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timers.
    [ OK ] Started Network Name Resolution.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Started telnetd.service.
    [ OK ] Started TI IPC Daemon.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target Network.
    Starting Simple Network Management Protocol (SNMP) Daemon....
    [ OK ] Reached target Network is Online.
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Permit User Sessions...
    [ OK ] Started Vsftpd ftp daemon.
    Starting Lightning Fast Webserver With Light System Requirements...
    [ OK ] Started RPC Bind Service.
    [ OK ] Started Ethernet Bridge Filtering Tables.
    [ OK ] Started run_srss_tc.service.
    [ OK ] Started Matrix GUI.
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    [ 22.378241] registered dspmem misc device
    [ OK ] Started Login Service.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started softhsm-daemon.service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    Starting thttpd.service...
    Starting syslog.service...
    Starting LSB: network benchmark...
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ 22.710244] NET: Registered protocol family 15
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started thttpd.service.
    [ OK ] Started LSB: network benchmark.
    [ OK ] Started TI Multiproc Manager.
    Starting TI MultiCore Tools Daemon...
    [ OK ] Started System Logger Daemon "default" instance.
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ OK ] Started syslog.service.
    Starting gdbserverproxy.service...
    [ 22.933008] Initializing XFRM netlink socket
    [ OK ] Started gdbserverproxy.service.
    Starting thermal-zone-init.service...
    Starting parse-ip.service...
    [ 23.029498] remoteproc remoteproc0: powering up 10800000.dsp
    [ 23.038995] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
    [ OK ] Started thermal-zone-init.service.
    [ 23.067180] remoteproc remoteproc0: registered virtio0 (type 7)
    [ 23.076065] remoteproc remoteproc0: remote processor 10800000.dsp is now up
    [ 23.085567] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 23.091233] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
    [ OK ] Started TI MultiCore Tools Daemon.


    #>>>>> LCD 12
    IP Address:
    xxx.xxx.xxx.xxx
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libbfd
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    nettle
    which

    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 parse-ip.service.
    [ OK ] Reached target Multi-User System.
    Starting Update UTMP about System Runlevel Changes...
    [ OK ] Started Update UTMP about System Runlevel Changes.

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

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

    Arago 2019.07 k2e-evm ttyS0

    k2e-evm login: root
    root@k2e-evm:~# ls -lrt /dev/s*
    lrwxrwxrwx 1 root root 15 Oct 20 2019 /dev/stdout -> /proc/self/fd/1
    lrwxrwxrwx 1 root root 15 Oct 20 2019 /dev/stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 Oct 20 2019 /dev/stderr -> /proc/self/fd/2

    /dev/snd:
    crw-rw---- 1 root audio 116, 33 Oct 20 2019 timer

    /dev/shm:
    -rw-rw-rw- 1 root root 131072 Aug 3 14:24 HeapManager
    root@k2e-evm:~#
    root@k2e-evm:~# uname -a
    Linux k2e-evm 4.19.59-g5f8c1c6121 #1 SMP PREEMPT Sun Oct 20 13:47:16 UTC 2019 armv7l GNU/Linux
    root@k2e-evm:~#
    CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7.1 | VT102 | Offline | ttyUSB0

    Thank you, Phil

  • Hi, Phil,

    The logs in your last post still show PCIe not up. I see the same message of " PHY link never came up" in the logs. Do you get the message every time?

    Rex

  • Hello Rex,

    Good catch.

    The log file from last week for v6.1 did not show the message "Phy link never came up". I normally use the editor search function but  obviously I did not do this for this test. 

    My notes also indicate I did perform a slightly different procedure. I interrupted the U-Boot to capture the help and version information. I also left it in U-Boot  for about 2 hours. Then I used U-Boot "reset" command to boot the Linux. All other test did not interrupt the U-Boot.

    Retesting today with v6.1 allowing the system to boot without an U-Boot interrupt has produced 3 logs out of 3 tests that show the message "Phy link never came up".

    I have not been able to reproduce the case with the PCIe boots correctly and the "sda" device is not active.

    Thank you, Phil

  • Hi, Phil,

    So, all your 3 tests show PCIe not coming up which is different from my observation last week. I want to be sure when you reverted back to 6.1, you did the exact same steps with your own serverip, tftp root and nfs mount point. I "mv" filesystem of corresponding PLSDK version.to /nfs/k2e_fs, so no mix matching kernel and filesystem. My console is still in the state from last week and I copy the commands from it as below:

    In PLSDK 6.3 uboot prompt

    => setenv tftp_root psdk61-k2e
    => run get_uboot_net

    => run burn_uboot_spi

    Reboot EVM,

    =>
    => env default -f -a
    ## Resetting to default environment
    => setenv boot net
    => setenv serverip 158.218.116.223
    => setenv tftp_root psdk61-k2e
    => setenv nfs_root /nfs/k2e_fs
    => saveenv

    If any difference, please retry. I can't explain why it shows different results. I can get in and retry. After I did above commands, I let the system came up to be sure the set up was correct. Then power down for 30 mins before my test.

    Rex

  • Per your request converted U-Boot setup to use the 'net' TFTP. U-Boot was using 'nfs' configuration.

    Initial testing has found no change to EVM behavior. The 'sda' is not active.

    The following shows the v6.1 U-Boot programming using TFTP.

    => version
    U-Boot 2019.01-g029e4c009a (Oct 20 2019 - 16:49:39 +0000)

    arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0
    GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321

    Configure for TFTP U-Boot download
    => env default -f -a
    => setenv boot net
    => setenv serverip 192.168.10.16
    => setenv tftp_root /
    => setenv nfs_root /mnt/nfs_k2e
    => saveenv
    Saving Environment to NAND... Erasing NAND...
    Erasing at 0x120000 -- 100% complete.
    Writing to NAND... OK
    OK
    => run get_uboot_net

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address 192.168.10.26 (1023 ms)
    Using netcp@24000000 device
    TFTP from server 192.168.10.16; our IP address is 192.168.10.26
    Filename '//u-boot-spi-k2e-evm.gph'.
    Load address: 0x82000000
    Loading: #############################################
    4.1 MiB/s
    done
    Bytes transferred = 659814 (a1166 hex)
    => run burn_uboot_spi
    SF: Detected n25q128a11 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
    SF: 1048576 bytes @ 0x0 Erased: OK
    device 0 offset 0x0, size 0xa1166
    SF: 659814 bytes @ 0x0 Written: OK
    =>

    ---Configure for 'net' TFTP boot
    => setenv boot net
    => setenv serverip 192.168.10.16
    => setenv tftp_root /
    => setenv nfs_root /mnt/nfs_k2e
    => setenv name_fdt keystone-k2e-evm-v6-1.dtb
    => setenv name_kern zImage-4.19.59-g5f8c1c6121
    => setenv name_mon skern-k2e-v6-1.bin
    => setenv name_fw_rd k2-fw-initrd.cpio-v6-1.gz
    => saveenv


    Boot EVM using power cycle

    U-Boot SPL 2019.01-g029e4c009a (Oct 20 2019 - 16:49:39 +0000)
    Trying to boot from SPI


    U-Boot 2019.01-g029e4c009a (Oct 20 2019 - 16:49:39 +0000)

    CPU: 66AK2Ex SR1.0
    Model: Texas Instruments Keystone 2 Edison EVM
    DRAM: DDR3A Speed will be configured for 1600 Operation.
    Detected SO-DIMM [18KSF51272HZ-1G6K2]
    DDR3 speed 1600
    DRAM: 4 GiB

    Clear entire DDR3 memory to enable ECC
    2 GiB
    NAND: 512 MiB
    Loading Environment from NAND... OK
    Net: eth0: netcp@24000000
    Warning: netcp@slave-1 (eth1) using random MAC address - 1a:93:b6:bd:c5:a0
    , eth1: netcp@slave-1
    Warning: netcp@slave-2 (eth2) using random MAC address - d2:43:5a:ea:db:a2
    , eth2: netcp@slave-2
    Warning: netcp@slave-3 (eth3) using random MAC address - fa:00:68:1c:4e:fe
    , eth3: netcp@slave-3
    Warning: netcp@slave-4 (eth4) using random MAC address - e2:2e:91:95:3e:8c
    , eth4: netcp@slave-4
    Warning: netcp@slave-5 (eth5) using random MAC address - 1e:9c:db:09:a8:2a
    , eth5: netcp@slave-5
    Warning: netcp@slave-6 (eth6) using random MAC address - de:44:1e:24:3a:24
    , eth6: netcp@slave-6
    Warning: netcp@slave-7 (eth7) using random MAC address - be:0d:87:ae:39:57
    , eth7: netcp@slave-7
    Hit any key to stop autoboot: 0

    netcp@24000000 Waiting for SGMII auto negotiation to complete.. done
    netcp@24000000 Waiting for PHY auto negotiation to complete. done
    BOOTP broadcast 1
    BOOTP broadcast 2
    BOOTP broadcast 3
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address 192.168.10.26 (1271 ms)
    Using netcp@24000000 device
    TFTP from server 192.168.10.16; our IP address is 192.168.10.26
    Filename '//skern-k2e-v6-1.bin'.
    Load address: 0x87000000
    Loading: ###
    3.1 MiB/s
    done
    Bytes transferred = 32832 (8040 hex)
    K2_BM_15.07-53-ge1f885a SoC:k2e built:14:55:50, Oct 20 2019

    ## installed monitor @ 0xc1f0000, freq [233333333], status 203358208

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address 192.168.10.26 (19 ms)
    Using netcp@24000000 device
    TFTP from server 192.168.10.16; our IP address is 192.168.10.26
    Filename '//zImage-4.19.59-g5f8c1c6121'.
    Load address: 0x82000000
    Loading: #################################################################
    #################################################################
    #################################################################
    #################################################################
    #################################
    4.1 MiB/s
    done
    Bytes transferred = 4293120 (418200 hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address 192.168.10.26 (19 ms)
    Using netcp@24000000 device
    TFTP from server 192.168.10.16; our IP address is 192.168.10.26
    Filename '//k2-fw-initrd.cpio-v6-1.gz'.
    Load address: 0x88080000
    Loading: #####
    3.7 MiB/s
    done
    Bytes transferred = 65439 (ff9f hex)

    netcp@24000000 Waiting for SGMII auto negotiation to complete. done
    BOOTP broadcast 1
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    *** Unhandled DHCP Option in OFFER/ACK: 125
    *** Unhandled DHCP Option in OFFER/ACK: 2
    DHCP client bound to address 192.168.10.26 (19 ms)
    Using netcp@24000000 device
    TFTP from server 192.168.10.16; our IP address is 192.168.10.26
    Filename '//keystone-k2e-evm-v6-1.dtb'.
    Load address: 0x88000000
    Loading: ###
    3.3 MiB/s
    done
    Bytes transferred = 30877 (789d hex)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Ramdisk to 8fff0000, end 8fffff9f ... OK
    Loading Device Tree to 8ffe5000, end 8ffef89c ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.59-g5f8c1c6121 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Sun Oct 20 13:47:16 UTC 9
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rootfstype=nfs root=/dev/nfs rw nfsroot=192.168.10.16:/mnt/nfs_k2e,v3,tcp,rsize=4096,wsizp
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3459288K/3538944K available (8192K kernel code, 288K rwdata, 2700K rodata, 2048K init, 266K bss, 46888K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 289 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000004] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000013] Switching to timer-based delay loop, resolution 4ns
    [ 0.000145] keystone timer clock @233333333 Hz
    [ 0.000315] Console: colour dummy device 80x30
    [ 0.000353] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000365] pid_max: default: 32768 minimum: 301
    [ 0.000455] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000465] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000919] CPU: Testing write buffer coherency: ok
    [ 0.000945] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001135] /cpus/cpu@0 missing clock-frequency property
    [ 0.001156] /cpus/cpu@1 missing clock-frequency property
    [ 0.001175] /cpus/cpu@2 missing clock-frequency property
    [ 0.001196] /cpus/cpu@3 missing clock-frequency property
    [ 0.001206] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060023] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080026] rcu: Hierarchical SRCU implementation.
    [ 0.100166] EFI services will not be available.
    [ 0.120068] smp: Bringing up secondary CPUs ...
    [ 0.204360] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204365] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284452] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284458] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364549] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364555] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364681] smp: Brought up 1 node, 4 CPUs
    [ 0.364691] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364698] CPU: All CPU(s) started in HYP mode.
    [ 0.364704] CPU: Virtualization extensions available.
    [ 0.365113] devtmpfs: initialized
    [ 0.369644] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.369848] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.369861] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370305] pinctrl core: initialized pinctrl subsystem
    [ 0.370669] DMI not present or invalid.
    [ 0.370862] NET: Registered protocol family 16
    [ 0.371693] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372351] cpuidle: using governor ladder
    [ 0.372379] cpuidle: using governor menu
    [ 0.372495] No ATAGs?
    [ 0.372583] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372593] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386541] SCSI subsystem initialized
    [ 0.387435] media: Linux media interface: v0.10
    [ 0.387466] videodev: Linux video capture interface: v2.00
    [ 0.387522] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387529] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387545] PTP clock support registered
    [ 0.387567] EDAC MC: Ver: 3.0.0
    [ 0.388003] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388561] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394232] NET: Registered protocol family 2
    [ 0.394632] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394653] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394680] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.394729] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.394782] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.394800] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.394942] NET: Registered protocol family 1
    [ 0.395219] RPC: Registered named UNIX socket transport module.
    [ 0.395226] RPC: Registered udp transport module.
    [ 0.395232] RPC: Registered tcp transport module.
    [ 0.395238] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395363] Trying to unpack rootfs image as initramfs...
    [ 0.398971] Freeing initrd memory: 64K
    [ 0.399174] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399405] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.399760] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400247] Initialise system trusted keyrings
    [ 0.400336] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404035] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404386] NFS: Registering the id_resolver key type
    [ 0.404407] Key type id_resolver registered
    [ 0.404415] Key type id_legacy registered
    [ 0.404444] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.405675] Key type asymmetric registered
    [ 0.405684] Asymmetric key parser 'x509' registered
    [ 0.405718] bounce: pool size: 64 pages
    [ 0.405742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.405750] io scheduler noop registered
    [ 0.405757] io scheduler deadline registered
    [ 0.405832] io scheduler cfq registered (default)
    [ 0.405841] io scheduler mq-deadline registered
    [ 0.405848] io scheduler kyber registered
    [ 0.406112] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.406578] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407318] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409252] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409278] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409296] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 1.409953] keystone-pcie 21020000.pcie: Phy link never came up
    [ 1.410047] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 1.410059] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 1.410068] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 1.410079] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 1.411839] PCI: bus0: Fast back to back transfers disabled
    [ 1.413421] PCI: bus1: Fast back to back transfers enabled
    [ 1.413447] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 1.413528] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 1.413672] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 1.413786] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 1.414622] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 1.414744] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_push (ptr)
    [ 1.414885] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 1.417275] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 1.451106] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 1.451159] platform serial8250: set dma_pfn_offset00780000
    [ 1.453639] console [ttyS0] disabled
    [ 1.453683] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.402320] console [ttyS0] enabled
    [ 2.406500] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 2.424017] brd: module loaded
    [ 2.432533] loop: module loaded
    [ 2.437154] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 2.443941] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 2.448963] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 2.454895] Creating 2 MTD partitions on "spi0.0":
    [ 2.459722] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 2.465590] 0x000000100000-0x000001000000 : "misc"
    [ 2.470957] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 2.477038] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 2.483345] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 2.489450] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 2.495738] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 2.501838] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 2.508074] libphy: Fixed MDIO Bus: probed
    [ 2.568584] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 2.576258] libphy: 24200f00.mdio: probed
    [ 2.581962] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 2.590700] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 2.599866] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 4.618604] serdes PLL not locked
    [ 5.133436] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 7.152227] serdes PLL not locked
    [ 9.720508] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 9.726965] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 9.732325] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 9.739580] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 9.750993] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 9.758132] i2c /dev entries driver
    [ 9.762948] sdhci: Secure Digital Host Controller Interface driver
    [ 9.769156] sdhci: Copyright(c) Pierre Ossman
    [ 9.773715] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 9.779897] ledtrig-cpu: registered to indicate activity on CPUs
    [ 9.787269] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.793657] nand: Micron MT29F4G08ABBDAH4
    [ 9.797674] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.805537] Bad block table found at page 262080, version 0x01
    [ 9.811856] Bad block table found at page 262016, version 0x01
    [ 9.817994] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.824983] Creating 3 MTD partitions on "30000000.nand":
    [ 9.830406] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.835952] 0x000000100000-0x000000180000 : "params"
    [ 9.841470] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.850085] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.856127] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.862785] NET: Registered protocol family 10
    [ 9.867951] Segment Routing with IPv6
    [ 9.871682] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.877964] NET: Registered protocol family 17
    [ 9.882536] Key type dns_resolver registered
    [ 9.886938] Registering SWP/SWPB emulation handler
    [ 9.892091] Loading compiled-in X.509 certificates
    [ 9.900111] hctosys: unable to open rtc device (rtc0)
    [ 10.021172] netcp-1.0 2620110.netcp eth0: Link is Down
    [ 10.042552] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.258562] (NULL net_device): Link is Down
    [ 10.262761] (NULL net_device): Link is Down
    [ 10.266951] (NULL net_device): Link is Down
    [ 10.271150] (NULL net_device): Link is Down
    [ 10.275340] (NULL net_device): Link is Down
    [ 10.279538] (NULL net_device): Link is Down
    [ 10.681162] netcp-1.0 2620110.netcp eth1: Link is Down
    [ 10.691878] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 13.289641] netcp-1.0 2620110.netcp eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 13.298588] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 13.338744] Sending DHCP requests ., OK
    [ 13.382447] IP-Config: Got DHCP answer from 192.168.10.254, my address is 192.168.10.26
    [ 13.390400] IP-Config: Complete:
    [ 13.393634] device=eth0, hwaddr=b4:99:4c:09:a2:4f, ipaddr=192.168.10.26, mask=255.255.255.0, gw=192.168.10.254
    [ 13.404022] host=192.168.10.26, domain=attlocal.net, nis-domain=(none)
    [ 13.411013] bootserver=0.0.0.0, rootserver=192.168.10.16, rootpath=
    [ 13.411018] nameserver0=192.168.10.254
    [ 13.438326] ALSA device list:
    [ 13.441314] No soundcards found.
    [ 13.614242] VFS: Mounted root (nfs filesystem) on device 0:14.
    [ 13.620418] devtmpfs: mounted
    [ 13.624353] Freeing unused kernel memory: 2048K
    [ 13.629013] Run /sbin/init as init process
    [ 13.639747] random: fast init done
    [ 13.742330] systemd[1]: System time before build time, advancing clock.
    [ 13.762842] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD )
    [ 13.784528] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.07!

    [ 13.819420] systemd[1]: Set hostname to <k2e-evm>.
    [ 14.037421] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [ 14.054551] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [ 14.356771] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.366171] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 14.398653] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.405460] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 14.460581] random: systemd: uninitialized urandom read (16 bytes read)
    [ 14.467239] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 14.498835] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 14.539543] systemd[1]: Created slice system-syslog\x2dng.slice.
    [ OK ] Created slice system-syslog\x2dng.slice.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Reached target Slices.
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ OK ] Listening on udev Control Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ OK ] Listening on Journal Socket (/dev/log).
    [ OK ] Reached target Swap.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Reached target Paths.
    [ OK ] Listening on Journal Socket.
    Mounting Temporary Directory (/tmp)...
    Starting udev Coldplug all Devices...
    Starting Remount Root and Kernel File Systems...
    Mounting POSIX Message Queue File System...
    Starting Journal Service...
    Starting Load Kernel Modules...
    [ 15.148477] cmemk: loading out-of-tree module taints kernel.
    [ 15.155120] CMEMK module: reference Linux version 4.19.59
    [ 15.160911] allocated heap buffer 0xc080000 of size 0xc0000
    [ 15.166549] cmemk initialized
    Starting Create list of required st��…ce nodes for the current k[ 15.174599] cryptodev: driver 1.9 loaded.
    ernel...
    [ 15.190734] NET: Registered protocol family 45
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ 15.219219] random: crng init done
    [ 15.222648] random: 7 urandom warning(s) missed due to ratelimiting
    Mounting Kernel Debug File System...
    [ OK ] Started Journal Service.
    [ OK ] Mounted Temporary Directory (/tmp).
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Create list of required sta��…vice nodes for the current kernel.
    [ OK ] Mounted Kernel Debug File System.
    Mounting Kernel Configuration File System...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Started Create Static Device Nodes in /dev.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Reached target Containers.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Mounted /media/ram.
    [ OK ] Mounted /var/volatile.
    [ 16.010544] keystone-rproc 10800000.dsp: assigned reserved memory node dsp-common-memory@81f800000
    [ 16.019727] remoteproc remoteproc0: 10800000.dsp is available
    [ 16.021283] davinci-wdt 22f0080.wdt: heartbeat 60 sec
    [ 16.111370] systemd-journald[102]: Received request to flush runtime journal from PID 1
    [ 16.150069] keystone-usbphy 2620738.usb_phy: 2620738.usb_phy supply vcc not found, using dummy regulator
    [ 16.164297] keystone-usbphy 2620738.usb_phy: Linked as a consumer to regulator.0
    [ 16.174217] keystone-usbphy 2620750.usb_phy: 2620750.usb_phy supply vcc not found, using dummy regulator
    [ 16.186482] keystone-usbphy 2620750.usb_phy: Linked as a consumer to regulator.0
    [ 16.204274] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Found device /dev/ttyS0.
    [ 17.298927] dwc3 2690000.dwc3: Failed to get clk 'ref': -2
    [ 17.305648] platform xhci-hcd.0.auto: set dma_pfn_offset00780000
    [ 17.314185] dwc3 25010000.dwc3: Failed to get clk 'ref': -2
    [ 17.347957] usbcore: registered new interface driver usbfs
    [ 17.353790] usbcore: registered new interface driver hub
    [ 17.359473] usbcore: registered new device driver usb
    [ 17.375081] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 17.380747] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 17.390026] xhci-hcd xhci-hcd.0.auto: hcc params 0x0298f06d hci version 0x100 quirks 0x0000000002010010
    [ 17.399532] xhci-hcd xhci-hcd.0.auto: irq 35, io mem 0x02690000
    [ 17.405801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [ 17.414116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.421411] usb usb1: Product: xHCI Host Controller
    [ 17.426298] usb usb1: Manufacturer: Linux 4.19.59-g5f8c1c6121 xhci-hcd
    [ 17.432863] usb usb1: SerialNumber: xhci-hcd.0.auto
    [ 17.439005] hub 1-0:1.0: USB hub found
    [ 17.442787] hub 1-0:1.0: 1 port detected
    [ 17.447683] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 17.453217] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 17.460918] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [ 17.467519] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 17.475755] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [ 17.484060] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 17.491314] usb usb2: Product: xHCI Host Controller
    [ 17.496202] usb usb2: Manufacturer: Linux 4.19.59-g5f8c1c6121 xhci-hcd
    [ 17.502759] usb usb2: SerialNumber: xhci-hcd.0.auto
    [ 17.508690] hub 2-0:1.0: USB hub found
    [ 17.512471] hub 2-0:1.0: 1 port detected
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Update UTMP about System Boot/Shutdown...
    Starting Network Service...
    Starting Network Time Synchronization...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ OK ] Started Wait for Network to be Configured.
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timers.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting TI Multiproc Manager...
    Starting softhsm-daemon.service...
    Starting System Logger Daemon "default" instance...
    Starting run_srss_tc.service...
    Starting RPC Bind Service...
    Starting TI IPC Daemon...
    [ OK ] Started Job spooling tools.
    Starting Ethernet Bridge Filtering Tables...
    [ OK ] Started D-Bus System Message Bus.
    Starting Print notice about GPLv3 packages...
    Starting Matrix GUI...
    Starting Login Service...
    [ OK ] Started Periodic Command Scheduler.
    Starting telnetd.service...
    [ OK ] Started Network Name Resolution.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Started softhsm-daemon.service.
    [ OK ] Started run_srss_tc.service.
    [ OK ] Started RPC Bind Service.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Started Ethernet Bridge Filtering Tables.
    [ OK ] Started Matrix GUI.
    [ OK ] Reached target Network.
    [ OK ] Started Vsftpd ftp daemon.
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Permit User Sessions...
    [ OK ] Reached target Network is Online.
    [ OK [ 22.843769] registered dspmem misc device
    ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    [ OK ] Started telnetd.service.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    Starting LSB: network benchmark...
    Starting thttpd.service...
    Starting syslog.service...
    [ OK ] Started System Logger Daemon "default" instance.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Login Service.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started LSB: network benchmark.
    [ OK ] Started thttpd.service.
    [ OK ] Started TI Multiproc Manager.
    Starting TI MultiCore Tools Daemon...
    [ 23.203122] NET: Registered protocol family 15
    [ OK ] Started syslog.service.
    Starting gdbserverproxy.service...
    [ OK ] Started gdbserverproxy.service.
    Starting parse-ip.service...
    Starting thermal-zone-init.service...
    [ OK ] Started Simple Network Manage[ 23.334900] remoteproc remoteproc0: powering up 10800000.dsp
    ment Protocol (S[ 23.341902] remoteproc remoteproc0: Booting unspecified pre-loaded fw image
    NMP) Daemon..
    [ 23.353635] remoteproc remoteproc0: registered virtio0 (type 7)
    [ 23.360163] remoteproc remoteproc0: remote processor 10800000.dsp is now up
    [ OK ] Started thermal-zone-init.ser[ 23.370068] virtio_rpmsg_bus virtio0: rpmsg host is online
    vice.
    [ 23.370156] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x3d
    [ OK ] Started TI MultiCore Tools Daemon.
    [ 23.432740] Initializing XFRM netlink socket


    #>>>>> LCD 12
    IP Address:
    192.168.10.26
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libbfd
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    nettle
    which

    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 parse-ip.service.
    [ OK ] Reached target Multi-User System.
    Starting Update UTMP about System Runlevel Changes...
    [ OK ] Started Update UTMP about System Runlevel Changes.

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

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

    Arago 2019.07 k2e-evm ttyS0

    k2e-evm login: root
    root@k2e-evm:~# ls -lrt /dev/s*
    lrwxrwxrwx 1 root root 15 Oct 20 2019 /dev/stdout -> /proc/self/fd/1
    lrwxrwxrwx 1 root root 15 Oct 20 2019 /dev/stdin -> /proc/self/fd/0
    lrwxrwxrwx 1 root root 15 Oct 20 2019 /dev/stderr -> /proc/self/fd/2

    /dev/snd:
    crw-rw---- 1 root audio 116, 33 Oct 20 2019 timer

    /dev/shm:
    -rw-rw-rw- 1 root root 131072 Aug 5 01:34 HeapManager
    root@k2e-evm:~#
    root@k2e-evm:~# uname -a
    Linux k2e-evm 4.19.59-g5f8c1c6121 #1 SMP PREEMPT Sun Oct 20 13:47:16 UTC 2019 armv7l GNU/Linux

  • Hi, Phillip,

    Sorry that there was some misunderstanding. I didn't realize that there is a boot=nfs option. This is new to me and I don't know when this option was added. I didn't mean that you have to use boot=net, but the "env default", and mix-matching u-boot and kernel. I'll take a look at the boot=nfs just to fulfill my curiosity. I don't think that has anything to do with the test results. I'll schedule a time to go in office again and let you know if I find anything. However, if PLSDK 6.1 has an issue like what you tests show, i can't file internal bug report for older release which 6.3 seems to be better. Any way, I'll see what my results are and go from there.

    Rex

  • Hello Rex

    Any update on this post?

    Thank you, Phil

  • Sorry copied the wrong log files.

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.19.94-gbe5389fd85 (psteinhofer@spica) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #3 SMP PREEMPT Tue Jul 7 20:32:24 CDT0
    [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: Texas Instruments Keystone 2 Edison EVM
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] Switching physical address space to 0x800000000
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000081f800000, size 8 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp-common-memory@81f800000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x000000087e400000
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
    [ 0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [ 0.000000] percpu: Embedded 15 pages/cpu s32396 r8192 d20852 u61440
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 883584
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 mtdparts=spi0.0:1m(u-boot-spl)ro,-(misc) rw root=/dev/sda1 rootwait
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Memory: 3457252K/3538944K available (10240K kernel code, 289K rwdata, 2728K rodata, 2048K init, 266K bss, 48924K reserved, 32768K cma-reserved, 2990080K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (12256 kB)
    [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
    [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 290 kB)
    [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 267 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] arch_timer: cp15 timer(s) running at 233.33MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x6ba0ac50b7, max_idle_ns: 881590427583 ns
    [ 0.000004] sched_clock: 56 bits at 233MHz, resolution 4ns, wraps every 4398046511102ns
    [ 0.000013] Switching to timer-based delay loop, resolution 4ns
    [ 0.000148] keystone timer clock @233333333 Hz
    [ 0.000312] Console: colour dummy device 80x30
    [ 0.000349] Calibrating delay loop (skipped), value calculated using timer frequency.. 466.66 BogoMIPS (lpj=2333333)
    [ 0.000359] pid_max: default: 32768 minimum: 301
    [ 0.000449] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000460] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [ 0.000923] CPU: Testing write buffer coherency: ok
    [ 0.000947] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.001137] /cpus/cpu@0 missing clock-frequency property
    [ 0.001157] /cpus/cpu@1 missing clock-frequency property
    [ 0.001176] /cpus/cpu@2 missing clock-frequency property
    [ 0.001197] /cpus/cpu@3 missing clock-frequency property
    [ 0.001206] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.060026] Setting up static identity map for 0x80200000 - 0x80200138
    [ 0.080029] rcu: Hierarchical SRCU implementation.
    [ 0.100170] EFI services will not be available.
    [ 0.120071] smp: Bringing up secondary CPUs ...
    [ 0.204368] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.204375] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.284466] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
    [ 0.284472] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364561] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
    [ 0.364567] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
    [ 0.364697] smp: Brought up 1 node, 4 CPUs
    [ 0.364706] SMP: Total of 4 processors activated (1866.66 BogoMIPS).
    [ 0.364713] CPU: All CPU(s) started in HYP mode.
    [ 0.364719] CPU: Virtualization extensions available.
    [ 0.365146] devtmpfs: initialized
    [ 0.369728] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.369928] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.369940] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.370415] pinctrl core: initialized pinctrl subsystem
    [ 0.370761] DMI not present or invalid.
    [ 0.370958] NET: Registered protocol family 16
    [ 0.371778] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.372459] cpuidle: using governor ladder
    [ 0.372487] cpuidle: using governor menu
    [ 0.372580] No ATAGs?
    [ 0.372666] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.372675] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.386780] SCSI subsystem initialized
    [ 0.387668] media: Linux media interface: v0.10
    [ 0.387699] videodev: Linux video capture interface: v2.00
    [ 0.387752] pps_core: LinuxPPS API ver. 1 registered
    [ 0.387759] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.387774] PTP clock support registered
    [ 0.387796] EDAC MC: Ver: 3.0.0
    [ 0.388251] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.388797] clocksource: Switched to clocksource arch_sys_counter
    [ 0.394390] NET: Registered protocol family 2
    [ 0.394766] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [ 0.394786] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.394814] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.394863] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.394916] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.394934] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.395076] NET: Registered protocol family 1
    [ 0.395364] RPC: Registered named UNIX socket transport module.
    [ 0.395372] RPC: Registered udp transport module.
    [ 0.395378] RPC: Registered tcp transport module.
    [ 0.395384] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.395514] Trying to unpack rootfs image as initramfs...
    [ 0.399266] Freeing initrd memory: 68K
    [ 0.399444] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.399675] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.400033] platform alarmtimer: set dma_pfn_offset00780000
    [ 0.400515] Initialise system trusted keyrings
    [ 0.400613] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [ 0.404405] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.404766] NFS: Registering the id_resolver key type
    [ 0.404780] Key type id_resolver registered
    [ 0.404787] Key type id_legacy registered
    [ 0.404816] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.406088] Key type asymmetric registered
    [ 0.406096] Asymmetric key parser 'x509' registered
    [ 0.406130] bounce: pool size: 64 pages
    [ 0.406153] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.406161] io scheduler noop registered
    [ 0.406168] io scheduler deadline registered
    [ 0.406242] io scheduler cfq registered (default)
    [ 0.406250] io scheduler mq-deadline registered
    [ 0.406257] io scheduler kyber registered
    [ 0.406527] keystone_irq 26202a0.keystone_irq: irqchip registered, nr_irqs 28
    [ 0.406991] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c
    [ 0.407734] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c
    [ 0.409828] keystone-pcie 21020000.pcie: host bridge /soc@0/pcie@21020000 ranges:
    [ 0.409854] keystone-pcie 21020000.pcie: IO 0x60000000..0x600fffff -> 0x00000000
    [ 0.409872] keystone-pcie 21020000.pcie: MEM 0x60100000..0x6fffffff -> 0x60100000
    [ 0.510388] keystone-pcie 21020000.pcie: Link up
    [ 0.510483] keystone-pcie 21020000.pcie: PCI host bridge to bus 0000:00
    [ 0.510494] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.510503] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
    [ 0.510511] pci_bus 0000:00: root bus resource [mem 0x60100000-0x6fffffff]
    [ 0.512261] PCI: bus0: Fast back to back transfers disabled
    [ 0.512512] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1
    [ 0.540335] PCI: bus1: Fast back to back transfers disabled
    [ 0.540368] pci 0000:00:00.0: BAR 8: assigned [mem 0x60100000-0x601fffff]
    [ 0.540379] pci 0000:00:00.0: BAR 9: assigned [mem 0x60200000-0x602fffff pref]
    [ 0.540389] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
    [ 0.540401] pci 0000:01:00.0: BAR 6: assigned [mem 0x60200000-0x6020ffff pref]
    [ 0.540410] pci 0000:01:00.0: BAR 5: assigned [mem 0x60100000-0x601001ff]
    [ 0.540423] pci 0000:01:00.0: BAR 4: assigned [io 0x1000-0x100f]
    [ 0.540435] pci 0000:01:00.0: BAR 0: assigned [io 0x1010-0x1017]
    [ 0.540447] pci 0000:01:00.0: BAR 2: assigned [io 0x1018-0x101f]
    [ 0.540458] pci 0000:01:00.0: BAR 1: assigned [io 0x1020-0x1023]
    [ 0.540470] pci 0000:01:00.0: BAR 3: assigned [io 0x1024-0x1027]
    [ 0.540482] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 0.540491] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
    [ 0.540500] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff]
    [ 0.540509] pci 0000:00:00.0: bridge window [mem 0x60200000-0x602fffff pref]
    [ 0.540583] pcieport 0000:00:00.0: limiting MRRS to 256
    [ 0.540729] pcieport 0000:00:00.0: Signaling PME with IRQ 79
    [ 0.540847] pcieport 0000:00:00.0: AER enabled with IRQ 79
    [ 0.541704] keystone-navigator-qmss soc@0:qmss@2a40000: qmgr start queue 0, number of queues 8192
    [ 0.541819] keystone-navigator-qmss soc@0:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek (ptrval), reg_status (ptrval), reg_config (ptrval), reg_region (ptrval), reg_push (ptr)
    [ 0.541960] keystone-navigator-qmss soc@0:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP
    [ 0.544339] keystone-navigator-dma soc@0:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91
    [ 0.577699] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.577757] platform serial8250: set dma_pfn_offset00780000
    [ 0.580253] console [ttyS0] disabled
    [ 0.580296] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 27, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 1.611828] console [ttyS0] enabled
    [ 1.616014] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 28, base_baud = 14583333) is a TI DA8xx/66AK2x
    [ 1.633440] brd: module loaded
    [ 1.642079] loop: module loaded
    [ 1.646784] spi_davinci 21000400.spi: DMA is not supported (-19)
    [ 1.653507] m25p80 spi0.0: n25q128a11 (16384 Kbytes)
    [ 1.658489] 2 cmdlinepart partitions found on MTD device spi0.0
    [ 1.664439] Creating 2 MTD partitions on "spi0.0":
    [ 1.669264] 0x000000000000-0x000000100000 : "u-boot-spl"
    [ 1.675121] 0x000000100000-0x000001000000 : "misc"
    [ 1.680458] spi_davinci 21000400.spi: Controller at 0x(ptrval)
    [ 1.686534] spi_davinci 21000600.spi: DMA is not supported (-19)
    [ 1.692838] spi_davinci 21000600.spi: Controller at 0x(ptrval)
    [ 1.698937] spi_davinci 21000800.spi: DMA is not supported (-19)
    [ 1.705224] spi_davinci 21000800.spi: Controller at 0x(ptrval)
    [ 1.711330] platform Fixed MDIO bus.0: set dma_pfn_offset00780000
    [ 1.717581] libphy: Fixed MDIO Bus: probed
    [ 1.778821] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7, bus freq 2500000
    [ 1.786496] libphy: 24200f00.mdio: probed
    [ 1.792187] davinci_mdio 24200f00.mdio: phy[0]: device 24200f00.mdio:00, driver Marvell 88E1510
    [ 1.800924] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1510
    [ 1.810107] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 3.828222] serdes PLL not locked
    [ 4.342708] ti,keystone-serdes 232a000.phy: Requested PHY is disabled
    [ 6.360976] serdes PLL not locked
    [ 8.928340] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4
    [ 8.934814] netcp-1.0 2620110.netcp: ALE Table size 8192
    [ 8.940167] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies)
    [ 8.947408] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:700000000 calc_mult:3067833783 calc_shift:31 error:0 nsec/sec
    [ 8.958850] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device
    [ 8.966001] i2c /dev entries driver
    [ 8.970830] sdhci: Secure Digital Host Controller Interface driver
    [ 8.977024] sdhci: Copyright(c) Pierre Ossman
    [ 8.981590] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 8.987757] ledtrig-cpu: registered to indicate activity on CPUs
    [ 8.995166] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xac
    [ 9.001552] nand: Micron MT29F4G08ABBDAH4
    [ 9.005569] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [ 9.013434] Bad block table found at page 262080, version 0x01
    [ 9.019755] Bad block table found at page 262016, version 0x01
    [ 9.025893] 3 fixed-partitions partitions found on MTD device 30000000.nand
    [ 9.032883] Creating 3 MTD partitions on "30000000.nand":
    [ 9.038295] 0x000000000000-0x000000100000 : "u-boot"
    [ 9.043842] 0x000000100000-0x000000180000 : "params"
    [ 9.049359] 0x000000180000-0x000020000000 : "ubifs"
    [ 9.057892] davinci_nand 30000000.nand: controller rev. 2.5
    [ 9.063951] platform snd-soc-dummy: set dma_pfn_offset00780000
    [ 9.070617] NET: Registered protocol family 10
    [ 9.075795] Segment Routing with IPv6
    [ 9.079526] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 9.085818] NET: Registered protocol family 17
    [ 9.090381] Key type dns_resolver registered
    [ 9.094760] Registering SWP/SWPB emulation handler
    [ 9.099922] Loading compiled-in X.509 certificates
    [ 9.107990] hctosys: unable to open rtc device (rtc0)
    [ 9.122209] ALSA device list:
    [ 9.125180] No soundcards found.
    [ 9.139106] Waiting for root device /dev/sda1...
    [ 9.458799] (NULL net_device): Link is Down
    [ 9.462990] (NULL net_device): Link is Down
    [ 9.467180] (NULL net_device): Link is Down
    [ 9.471369] (NULL net_device): Link is Down
    [ 9.475558] (NULL net_device): Link is Down
    [ 9.479747] (NULL net_device): Link is Down

    Thank you, Phil