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.

PROCESSOR-SDK-DRA8X-TDA4X: Boot Failure

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Hi,

I have done target build and flashed the required files to SD card as per user guide. During boot, I am getting a 'phy_startup failed' error. Following is my boot log.

I have tried with the prebuilt image as well. That is also resulting in the same error. 

In case of ethernet connected, the mentioned error disappears and the boot stops at 'ip_addr not set' error.

  • Hi Rinku,

    Bad linux arm64 Image magic states that somehow kernel binary 'Image' is corrupted.

    Please migrate to the latest SDK: http://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/index_FDS.html

    Create sd card using create-sdcard.sh.

    Let me know if you still face the issue.

    Regards,
    Keerthy


  • Hi,

    As you suggested, I have downloaded the prebuilt packages J721e Linux Target File System and J721e Linux Boot Partition (v6.02). I have used install_to_sd_card.sh to untar and copy the files to SD card rootfs and BOOT partitions. However, running the demo on J7 still shows the same error.

  • Hi Rinku,

    Could you please copy paste the entire boot log with the latest SDK? I will take a look at them and get back
    to you.

    Regards,
    Keerthy


  • U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)
    SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
    Trying to boot from MMC2
    Loading Environment from MMC... *** Warning - No MMC card found, using default e
    nvironment

    Remoteproc 2 started successfully
    ** File not found /lib/firmware/j7-mcu-r5f0_0-fw **
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.2(release):ti2019.05-rc1
    NOTICE: BL31: Built : 09:32:00, Feb 17 2020
    I/TC:
    I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for th
    e A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC
    2020 aarch64
    I/TC: Initialized

    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    Trying to boot from MMC2


    U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)

    SoC: J721E PG 1.0
    Model: Texas Instruments K3 J721E SoC
    Board: J721EX-PM2-SOM rev E6
    DRAM: 4 GiB
    Flash: 0 Bytes
    MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
    Loading Environment from MMC... OK
    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    Net: eth0: ethernet@046000000
    Hit any key to stop autoboot: 2 1 0
    ethernet@046000000 Waiting for PHY auto negotiation to complete......... TIMEOUT
    !
    phy_startup failed
    am65_cpsw_start end error
    ethernet@046000000 Waiting for PHY auto negotiation to complete......... TIMEOUT
    !
    phy_startup failed
    am65_cpsw_start end error
    ethernet@046000000 Waiting for PHY auto negotiation to complete......... TIMEOUT
    !
    phy_startup failed
    am65_cpsw_start end error
    Bad Linux ARM64 Image magic!
    =>

  • Hi Rinku,

    Do you have the ethernet cable connected? Are you trying net boot? If yes it is failing as there seems
    to be problem with ethernet connection and its unable to fetch the Linux and DTB binaries from
    the tftp server.

    Now that you are at u-boot prompt.

    Can you also share the output of the command:

    printenv.

    Best Regards,
    Keerthy


  • No, ethernet cable is not connected. I am trying SD card boot.

    Following is the output of printenv.

    => printenv
    arch=arm
    args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
    args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUI
    D=${uuid} rw rootfstype=${mmcrootfstype}
    args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootarg
    s console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootf
    stype};setenv devtype scsi;setenv bootpart 1:1
    autoload=no
    baudrate=115200
    board=j721e
    board_name=J721EX-PM2-SOM
    board_rev=E6
    board_serial=0064
    board_software_revision=01
    boot=mmc
    boot_fit=0
    boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;
    run boot_rprocs_mmc;fi;
    boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries}
    ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $
    i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
    bootargs=console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 vm.overcommi
    t_ratio=5 vm.overcommit_memory=2 root=/dev/nfs rw ip=dhcp nfsroot=172.24.190.215
    :/opt/j721e/
    bootcmd=dhcp; setenv serverip 172.24.190.215; setenv bootfile Image; run findfdt
    ; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; booti ${loadaddr} -
    ${fdtaddr}
    bootdelay=2
    bootdir=/boot
    bootenvfile=uEnv.txt
    bootfile=Image
    bootpart=1:2
    bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
    check_android=setenv mmcdev 0; env delete boot_start; part start mmc ${mmcdev} b
    oot boot_start; if test "$boot_start" = ""; then env set is_android 0; else env
    set is_android 1; fi; env delete boot_start
    check_dofastboot=if test ${dofastboot} -eq 1; then echo Boot fastboot requested,
    resetting dofastboot ...;setenv dofastboot 0; env save; echo Booting into fastb
    oot ...; fastboot 0; fi
    console=ttyS2,115200n8
    cpu=armv8
    dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tib
    oot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-
    boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sy
    sfw.itb.raw raw 0x3600 0x800 mmcpart 1
    dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat
    1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
    dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u
    -boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0
    x6c0000 0x100000;rootfs raw 0x800000 0x3800000
    dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x1
    00000
    dfu_bufsiz=0x20000
    dorprocboot=0
    emmc_android_boot=echo Trying to boot Android from eMMC ...; run update_to_fit;
    setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev
    0; mmc dev $mmcdev; mmc rescan; part start mmc ${mmcdev} boot boot_start; part
    size mmc ${mmcdev} boot boot_size; mmc read ${fit_loadaddr} ${boot_start} ${boot
    _size}; run get_overlaystring; run run_fit
    envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmc
    dev};if run loadbootscript; then run bootscript;else if run loadbootenv; then ec
    ho Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then
    echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
    eth1addr=70:ff:76:1d:89:0c
    eth2addr=70:ff:76:1d:89:0d
    eth3addr=70:ff:76:1d:89:0e
    eth4addr=70:ff:76:1d:89:0f
    ethact=ethernet@046000000
    ethaddr=50:51:a9:fc:3b:b9
    fdtaddr=0x82000000
    fdtcontroladdr=fdec0d08
    fdtfile=k3-j721e-common-proc-board.dtb
    findfdt=if test $board_name = J721EX-PM2-SOM; then setenv fdtfile k3-j721e-commo
    n-proc-board.dtb; fi;if test $board_name = J721EX-PM1-SOM; then setenv fdtfile k
    3-j721e-proc-board-tps65917.dtb; fi;setenv overlay_files ${name_overlays}
    finduuid=part uuid mmc ${bootpart} uuid
    fit_bootfile=fitImage
    fit_loadaddr=0x90000000
    get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
    get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
    get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
    get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
    get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $overl
    ay_files;do;load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt app
    ly ${overlayaddr};done;
    get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_
    overlays;do;load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt ap
    ply ${overlayaddr};done;
    get_overlaystring=for overlay in $overlay_files;do;setenv overlaystring ${overla
    ystring}'#'${overlay};done;
    importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${
    loadaddr} ${filesize}
    init_mmc=run args_all args_mmc
    init_ufs=ufs init; scsi scan; run args_ufs
    loadaddr=0x80080000
    loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
    loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
    loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
    loadfit=run args_mmc; run run_fit;
    loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
    mainr5f0_0fwname=/lib/firmware/j7-main-r5f0_0-fw
    mainr5f0_0loadaddr=88000000
    mcur5f0_0fwname=/lib/firmware/j7-mcu-r5f0_0-fw
    mcur5f0_0loadaddr=89000000
    mmcboot=mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc r
    escan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then if test
    ${boot_fit} -eq 1; then run loadfit; else run mmcloados;fi;fi;fi;
    mmcdev=1
    mmcloados=run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; the
    n if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt}
    = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
    mmcrootfstype=ext4 rootwait
    mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
    mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boo
    t),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);4703400
    0.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(h
    bmc.sysfw),-@8m(hbmc.rootfs)
    name_kern=Image
    overlayaddr=0x83000000
    partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=0,size=-,uuid=${uuid_gpt
    _rootfs}
    partitions_android=uuid_disk=${uuid_gpt_disk};name=bootloader,start=5M,size=8M,u
    uid=${uuid_gpt_bootloader};name=tiboot3,start=4M,size=1M,uuid=${uuid_gpt_tiboot3
    };name=boot,start=13M,size=40M,uuid=${uuid_gpt_boot};name=vendor,size=1024M,uuid
    =${uuid_gpt_vendor};name=system,size=2048M,uuid=${uuid_gpt_system};name=userdata
    ,size=-,uuid=${uuid_gpt_userdata}
    rd_spec=-
    rproc_fw_binaries=3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1
    _0-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7
    -c71_0-fw
    rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if r
    proc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;f
    i
    run_fit=bootm ${fit_loadaddr}#${fdtfile}${overlaystring}
    run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
    scsirootfstype=ext4 rootwait
    serial#=0000000000000064
    serverip=172.24.190.215
    soc=k3
    stderr=serial@2800000
    stdin=serial@2800000
    stdout=serial@2800000
    ufs_finduuid=part uuid scsi ${bootpart} uuid
    update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}
    vendor=ti

    Environment size: 7204/131067 bytes
    =>

  • Rinku,

    If you have an ethernet cable please connect.

    Once you get to u-boot prompt.

    Can you try:

    env default -a;
    saveenv.

    and then give

    boot?

    - Keerthy

  • => boot
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    ** Unable to read file boot.scr **
    0 bytes read in 1 ms (0 Bytes/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    13338632 bytes read in 286 ms (44.5 MiB/s)
    ** File not found /boot/ **
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC
    No FDT memory address configured. Please configure
    the FDT address via "fdt addr <address>" command.
    Aborting!
    ERROR: Did not find a cmdline Flattened Device Tree
    Could not find a valid device tree
    =>

  • Hi,

    After connecting ethernet and saving the default env as you suggested, I tried to boot again from SD card. It was successful and I got the login prompt. However, when I tried to run vision_apps_init.sh, it is crashing with an error. Following is the log.

    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)

    SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')

    Trying to boot from MMC2

    Loading Environment from MMC... *** Warning - No MMC card found, using default environment

    Remoteproc 2 started successfully

    ** File not found /lib/firmware/j7-mcu-r5f0_0-fw **

    Starting ATF on ARM64 core...

    NOTICE:  BL31: v2.2(release):ti2019.05-rc1

    NOTICE:  BL31: Built : 09:32:00, Feb 17 2020

    I/TC: 

    I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64

    I/TC: Initialized

    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)

    Detected: J7X-BASE-CPB rev E3

    Detected: J7X-VSC8514-ETH rev E2

    Trying to boot from MMC2

    U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)

    SoC:   J721E PG 1.0

    Model: Texas Instruments K3 J721E SoC

    Board: J721EX-PM2-SOM rev E6

    DRAM:  4 GiB

    Flash: 0 Bytes

    MMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1

    Loading Environment from MMC... OK

    In:    serial@2800000

    Out:   serial@2800000

    Err:   serial@2800000

    Detected: J7X-BASE-CPB rev E3

    Detected: J7X-VSC8514-ETH rev E2

    Net:   

    Warning: ethernet@046000000 using MAC address from ROM

    eth0: ethernet@046000000

    Hit any key to stop autoboot:  2  1  0 

    switch to partitions #0, OK

    mmc1 is current device

    SD/MMC found on device 1

    ** Unable to read file boot.scr **

    0 bytes read in 0 ms

    Loaded env from uEnv.txt

    Importing environment from mmc1 ...

    13338632 bytes read in 287 ms (44.3 MiB/s)

    98400 bytes read in 4 ms (23.5 MiB/s)

    ## Flattened Device Tree blob at 82000000

       Booting using the fdt blob at 0x82000000

       Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]

    [    0.000000] Linux version 4.19.73-g0cabba2b47 (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 Thu Dec 12 21:54:30 UTC 2019

    [    0.000000] Machine model: Texas Instruments K3 J721E SoC

    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')

    [    0.000000] bootconsole [ns16550a0] enabled

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB

    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool

    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB

    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool

    [    0.000000] cma: Reserved 512 MiB at 0x00000000c0000000

    [    0.000000] psci: probing for conduit method from DT.

    [    0.000000] psci: PSCIv1.1 detected in firmware.

    [    0.000000] psci: Using standard PSCI v0.2 function IDs

    [    0.000000] psci: Trusted OS migration not required

    [    0.000000] psci: SMC Calling Convention v1.1

    [    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0

    [    0.000000] percpu: Embedded 2 pages/cpu s52632 r8192 d70248 u131072

    [    0.000000] Detected PIPT I-cache on CPU0

    [    0.000000] CPU features: enabling workaround for EL2 vector hardening

    [    0.000000] Speculative Store Bypass Disable mitigation not required

    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 62339

    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=846e268c-02 rw rootfstype=ext4 rootwait

    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)

    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)

    [    0.000000] software IO TLB: mapped [mem 0xf9da0000-0xfdda0000] (64MB)

    [    0.000000] Memory: 3377664K/3993600K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 642K bss, 91648K reserved, 524288K cma-reserved)

    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1

    [    0.000000] rcu: Preemptible hierarchical RCU implementation.

    [    0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.

    [    0.000000] Tasks RCU enabled.

    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2

    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0

    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode

    [    0.000000] GICv3: Distributor has no Range Selector support

    [    0.000000] GICv3: no VLPI support, no direct LPI support

    [    0.000000] ITS [mem 0x01820000-0x0182ffff]

    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS

    [    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0)

    [    0.000000] ITS: using cache flushing for cmd queue

    [    0.000000] GIC: using LPI property table @0x00000008c00a0000

    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000

    [    0.000000] CPU0: using LPI pending table @0x00000008c00b0000

    [    0.000000] GIC: using cache flushing for LPI property table

    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).

    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns

    [    0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns

    [    0.008346] Console: colour dummy device 80x25

    [    0.012899] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)

    [    0.023568] pid_max: default: 32768 minimum: 301

    [    0.028308] Security Framework initialized

    [    0.032511] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)

    [    0.039366] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)

    [    0.070699] ASID allocator initialised with 32768 entries

    [    0.084225] rcu: Hierarchical SRCU implementation.

    [    0.097166] Platform MSI: gic-its@1820000 domain created

    [    0.102697] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created

    [    0.120131] smp: Bringing up secondary CPUs ...

    [    0.157030] Detected PIPT I-cache on CPU1

    [    0.157045] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000

    [    0.157073] CPU1: using LPI pending table @0x00000008c0310000

    [    0.157096] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]

    [    0.157139] smp: Brought up 1 node, 2 CPUs

    [    0.184976] SMP: Total of 2 processors activated.

    [    0.189785] CPU features: detected: GIC system register CPU interface

    [    0.196367] CPU features: detected: 32-bit EL0 Support

    [    0.201852] CPU: All CPU(s) started at EL2

    [    0.206040] alternatives: patching kernel code

    [    0.211021] devtmpfs: initialized

    [    0.218730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns

    [    0.228694] futex hash table entries: 512 (order: -1, 32768 bytes)

    [    0.235389] pinctrl core: initialized pinctrl subsystem

    [    0.241054] NET: Registered protocol family 16

    [    0.245935] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))

    [    0.253499] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.

    [    0.262641] DMA: preallocated 256 KiB pool for atomic allocations

    [    0.275891] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages

    [    0.282743] HugeTLB registered 512 MiB page size, pre-allocated 0 pages

    [    0.290145] cryptd: max_cpu_qlen set to 1000

    [    0.298946] vsys_3v3: supplied by evm_12v0

    [    0.303208] vsys_5v0: supplied by evm_12v0

    [    0.307733] SCSI subsystem initialized

    [    0.311786] media: Linux media interface: v0.10

    [    0.316422] videodev: Linux video capture interface: v2.00

    [    0.322035] pps_core: LinuxPPS API ver. 1 registered

    [    0.327104] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

    [    0.336440] PTP clock support registered

    [    0.340450] EDAC MC: Ver: 3.0.0

    [    0.344251] Advanced Linux Sound Architecture Driver Initialized.

    [    0.350790] clocksource: Switched to clocksource arch_sys_counter

    [    0.357080] VFS: Disk quotas dquot_6.6.0

    [    0.361129] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)

    [    0.370548] NET: Registered protocol family 2

    [    0.375248] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)

    [    0.383299] TCP established hash table entries: 32768 (order: 2, 262144 bytes)

    [    0.390782] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)

    [    0.397848] TCP: Hash tables configured (established 32768 bind 32768)

    [    0.404576] UDP hash table entries: 2048 (order: 0, 65536 bytes)

    [    0.410759] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)

    [    0.417429] NET: Registered protocol family 1

    [    0.426105] RPC: Registered named UNIX socket transport module.

    [    0.432159] RPC: Registered udp transport module.

    [    0.436963] RPC: Registered tcp transport module.

    [    0.441766] RPC: Registered tcp NFSv4.1 backchannel transport module.

    [    0.448583] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available

    [    0.458215] Initialise system trusted keyrings

    [    0.462831] workingset: timestamp_bits=46 max_order=16 bucket_order=0

    [    0.470847] squashfs: version 4.0 (2009/01/31) Phillip Lougher

    [    0.476998] NFS: Registering the id_resolver key type

    [    0.482167] Key type id_resolver registered

    [    0.486439] Key type id_legacy registered

    [    0.490537] nfs4filelayout_init: NFSv4 File Layout Driver Registering...

    [    0.497435] 9p: Installing v9fs 9p2000 file system support

    [    0.504535] Key type asymmetric registered

    [    0.508723] Asymmetric key parser 'x509' registered

    [    0.513723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)

    [    0.521283] io scheduler noop registered

    [    0.525289] io scheduler deadline registered

    [    0.529689] io scheduler cfq registered (default)

    [    0.534496] io scheduler mq-deadline registered

    [    0.539122] io scheduler kyber registered

    [    0.543984] pinctrl-single 4301c000.pinmux: 94 pins, size 376

    [    0.550061] pinctrl-single 11c000.pinmux: 173 pins, size 692

    [    0.556204] pinctrl-single a40000.timesync_router: 512 pins, size 2048

    [    0.565090] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages

    [    0.571511] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory

    [    0.579172] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages

    [    0.585585] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory

    [    0.593214] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages

    [    0.599626] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory

    [    0.607256] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages

    [    0.613577] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory

    [    0.621205] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages

    [    0.627528] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory

    [    0.636395] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled

    [    0.647551] brd: module loaded

    [    0.653303] loop: module loaded

    [    0.657563] libphy: Fixed MDIO Bus: probed

    [    0.661901] tun: Universal TUN/TAP device driver, 1.6

    [    0.667279] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k

    [    0.675285] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.

    [    0.681350] sky2: driver version 1.30

    [    0.685618] VFIO - User Level meta-driver version: 0.3

    [    0.691201] i2c /dev entries driver

    [    0.695190] sdhci: Secure Digital Host Controller Interface driver

    [    0.701506] sdhci: Copyright(c) Pierre Ossman

    [    0.706134] sdhci-pltfm: SDHCI platform and OF driver helper

    [    0.712347] ledtrig-cpu: registered to indicate activity on CPUs

    [    0.719165] optee: probing for conduit method from DT.

    [    0.724429] optee: revision 3.7 (5208e5c1)

    [    0.724527] optee: initialized driver

    [    0.733127] NET: Registered protocol family 17

    [    0.737725] 9pnet: Installing 9P2000 support

    [    0.742105] Key type dns_resolver registered

    [    0.746656] registered taskstats version 1

    [    0.750843] Loading compiled-in X.509 certificates

    [    0.760057] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')

    [    0.784928] random: fast init done

    [    0.824718] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz

    [    0.830636] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz

    [    0.836590] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz

    [    0.842598] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator

    [    0.850004] pca953x 3-0020: Linked as a consumer to regulator.0

    [    0.879328] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator

    [    0.886737] pca953x 3-0022: Linked as a consumer to regulator.0

    [    0.893610] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low

    [    0.900334] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high

    [    0.906897] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz

    [    0.912890] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz

    [    0.918758] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz

    [    0.924654] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator

    [    0.932055] pca953x 6-0020: Linked as a consumer to regulator.0

    [    0.959452] GPIO line 464 (CODEC_RSTz) hogged as output/high

    [    0.965371] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz

    [    0.971228] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz

    [    0.977083] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz

    [    0.983001] pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator

    [    0.990401] pca953x 9-0020: Linked as a consumer to regulator.0

    [    1.019204] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz

    [    1.034086] cdns-dp-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps

    [    1.042281] cdns-pcie-host d000000.pcie: missing "mem"

    [    1.047869] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0

    [    2.054825] cdns-pcie-host d000000.pcie: Phy link never came up

    [    2.060879] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges:

    [    2.070848] cdns-pcie-host d000000.pcie:    IO 0x10001000..0x10010fff -> 0x10001000

    [    2.078679] cdns-pcie-host d000000.pcie:   MEM 0x10011000..0x17ffffff -> 0x10011000

    [    2.086563] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00

    [    2.093325] pci_bus 0000:00: root bus resource [bus 00-0f]

    [    2.098930] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])

    [    2.108621] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]

    [    2.115671] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits

    [    2.125542] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits

    [    2.135432] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits

    [    2.145394] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits

    [    2.155383] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits

    [    2.167150] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring

    [    2.175333] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits

    [    2.185292] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits

    [    2.195252] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits

    [    2.205210] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits

    [    2.216677] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits

    [    2.226646] pci 0000:00:00.0: PCI bridge to [bus 01]

    [    2.232105] cdns-pcie-host d800000.pcie: missing "mem"

    [    2.237766] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1

    [    3.247139] cdns-pcie-host d800000.pcie: Phy link never came up

    [    3.253192] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges:

    [    3.263160] cdns-pcie-host d800000.pcie:    IO 0x18001000..0x18010fff -> 0x18001000

    [    3.270990] cdns-pcie-host d800000.pcie:   MEM 0x18011000..0x1fffffff -> 0x18011000

    [    3.278867] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00

    [    3.285629] pci_bus 0001:00: root bus resource [bus 00-0f]

    [    3.291234] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])

    [    3.301102] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]

    [    3.309811] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring

    [    3.319739] pci 0001:00:00.0: PCI bridge to [bus 01]

    [    3.325152] cdns-pcie-host e000000.pcie: missing "mem"

    [    3.330740] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2

    [    4.340112] cdns-pcie-host e000000.pcie: Phy link never came up

    [    4.346164] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges:

    [    4.356132] cdns-pcie-host e000000.pcie:    IO 0x4400001000..0x4400010fff -> 0x00001000

    [    4.364318] cdns-pcie-host e000000.pcie:   MEM 0x4400011000..0x4407ffffff -> 0x00011000

    [    4.372550] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00

    [    4.379311] pci_bus 0002:00: root bus resource [bus 00-0f]

    [    4.384916] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])

    [    4.394162] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])

    [    4.406598] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring

    [    4.416350] pci 0002:00:00.0: PCI bridge to [bus 01]

    [    4.421833] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235

    [    4.431707] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled

    [    4.438466] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64

    [    4.446132] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211

    [    4.456271] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled

    [    4.463031] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64

    [    4.470641] omap8250 40a00000.serial: PM domain pd:149 will not be powered off

    [    4.478152] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250

    [    4.487254] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250

    [    4.495988] console [ttyS2] enabled

    [    4.495988] console [ttyS2] enabled

    [    4.503023] bootconsole [ns16550a0] disabled

    [    4.503023] bootconsole [ns16550a0] disabled

    [    4.511912] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250

    [    4.520698] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 21, base_baud = 3000000) is a 8250

    [    4.529419] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)

    [    4.538151] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs

    [    4.547777] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled

    [    4.558283] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled

    [    4.568438] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled

    [    4.578678] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled

    [    4.589478] scsi host0: ufshcd

    [    4.605323] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)

    [    4.611503] 7 cmdlinepart partitions found on MTD device 47040000.spi.0

    [    4.618102] Creating 7 MTD partitions on "47040000.spi.0":

    [    4.620391] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0

    [    4.623577] 0x000000000000-0x000000080000 : "ospi.tiboot3"

    [    4.641653] 0x000000080000-0x000000280000 : "ospi.tispl"

    [    4.647149] 0x000000280000-0x000000680000 : "ospi.u-boot"

    [    4.652720] 0x000000680000-0x0000006a0000 : "ospi.env"

    [    4.656208] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2

    [    4.669517] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0

    [    4.680774] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"

    [    4.680825] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6

    [    4.686715] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"

    [    4.700364] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6

    [    4.702860] 0x000000800000-0x000004000000 : "ospi.rootfs"

    [    4.709031] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found

    [    4.830871] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517

    [    4.838373] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)

    [    4.858869] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517

    [    4.866125] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22

    [    4.873179] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2

    [    4.884591] UDMA has not been proped

    [    4.888162] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517

    [    4.896566] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0

    [    4.905043] mmc0: Unknown controller version (4). You may experience problems.

    [    4.912289] mmc0: CQHCI version 5.10

    [    4.946571] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit

    [    4.960406] vdd_mmc1: supplied by vsys_3v3

    [    4.964914] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator

    [    4.972151] pca953x 4-0020: Linked as a consumer to regulator.0

    [    4.999448] GPIO line 448 (DP0_PWR_SW_EN) hogged as output/high

    [    5.005963] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100

    [    5.012851] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100

    [    5.019767] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100

    [    5.026683] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100

    [    5.033560] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100

    [    5.043736] mmc0: Command Queue Engine enabled

    [    5.048178] mmc0: new HS400 MMC card at address 0001

    [    5.053489] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 

    [    5.058257] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB

    [    5.064402] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB

    [    5.070384] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0)

    [    5.364463] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96)

    [    5.374056] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300)

    [    5.386880] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)

    [    5.393057] 7 cmdlinepart partitions found on MTD device 47040000.spi.0

    [    5.399658] Creating 7 MTD partitions on "47040000.spi.0":

    [    5.405135] 0x000000000000-0x000000080000 : "ospi.tiboot3"

    [    5.410862] 0x000000080000-0x000000280000 : "ospi.tispl"

    [    5.416372] 0x000000280000-0x000000680000 : "ospi.u-boot"

    [    5.421946] 0x000000680000-0x0000006a0000 : "ospi.env"

    [    5.427273] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"

    [    5.433191] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"

    [    5.438671] 0x000000800000-0x000004000000 : "ospi.rootfs"

    [    5.446240] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)

    [    5.453990] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22

    [    5.461044] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2

    [    5.478571] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48

    [    5.489112] pps pps0: new PPS source ptp1

    [    5.493201] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1

    [    5.502144] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4

    [    5.509350] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64

    [    5.554796] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000

    [    5.562957] libphy: 46000000.ethernet: probed

    [    5.568545] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4

    [    5.575427] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5

    [    5.582315] mmc1: Unknown controller version (4). You may experience problems.

    [    5.589557] mmc1: CQHCI version 5.10

    [    5.623351] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit

    [    5.640745] input: gpio-keys as /devices/platform/gpio-keys/input/input0

    [    5.647660] hctosys: unable to open rtc device (rtc0)

    [    5.673476] vdd_mmc1: disabling

    [    5.676614] ALSA device list:

    [    5.679571]   No soundcards found.

    [    5.683171] Waiting for root device PARTUUID=846e268c-02...

    [    7.018428] mmc1: new ultra high speed DDR50 SDHC card at address 59b4

    [    7.025448] mmcblk1: mmc1:59b4 USD   29.5 GiB 

    [    7.036075]  mmcblk1: p1 p2

    [    7.096725] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended

    [    7.109315] EXT4-fs (mmcblk1p2): recovery complete

    [    7.117508] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)

    [    7.125597] VFS: Mounted root (ext4 filesystem) on device 179:98.

    [    7.137214] devtmpfs: mounted

    [    7.140350] Freeing unused kernel memory: 576K

    [    7.144795] Run /sbin/init as init process

    [    7.335465] systemd[1]: System time before build time, advancing clock.

    [    7.404419] NET: Registered protocol family 10

    [    7.409197] Segment Routing with IPv6

    [    7.435896] 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)

    [    7.457311] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2019.09!

    [    7.488331] systemd[1]: Set hostname to <j7-evm>.

    [    7.613048] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway.

    [    7.627473] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.

    [    7.647246] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway.

    [    7.661309] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.

    [    7.676948] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway.

    [    7.691191] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.

    [    7.706898] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway.

    [    7.844762] random: systemd: uninitialized urandom read (16 bytes read)

    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.

    [    7.862874] random: systemd: uninitialized urandom read (16 bytes read)

    [  OK  ] Listening on Journal Socket.

    [    7.882961] random: systemd: uninitialized urandom read (16 bytes read)

             Mounting Huge Pages File System...

    [  OK  ] Listening on Syslog Socket.

             Starting Create list of required st…ce nodes for the current kernel...

    [  OK  ] Listening on initctl Compatibility Named Pipe.

             Mounting POSIX Message Queue File System...

    [  OK  ] Listening on udev Control Socket.

    [  OK  ] Created slice system-serial\x2dgetty.slice.

    [  OK  ] Listening on Journal Socket (/dev/log).

             Starting Journal Service...

    [  OK  ] Listening on udev Kernel Socket.

    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.

             Starting Remount Root and Kernel File Systems...

    [    8.053348] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)

    [  OK  ] Listening on Process Core Dump Socket.

    [  OK  ] Created slice User and Session Slice.

    [  OK  ] Reached target Slices.

    [  OK  ] Listening on Network Service Netlink Socket.

             Starting Load Kernel Modules...

    [    8.134890] cmemk: loading out-of-tree module taints kernel.

    [  OK  ] Started Forward Password Requests to Wall Dir[    8.141416] CMEMK module: reference Linux version 4.19.73

    ectory Watch.

    [    8.151889] no physical memory specified

    [    8.156907] cmemk initialized

    [  OK  ] Reached target Paths.

    [    8.166293] cryptodev: driver 1.9 loaded.

    [  OK  ] Reached target Swap.

             Mounting Kernel Debug File System...

             Mounting Temporary Directory (/tmp)...

    [  OK  ] Reached target Remote File Systems.

    [  OK  ] Created slice system-getty.slice.

             Starting udev Coldplug all Devices...

    [  OK  ] Started Journal Service.

    [  OK  ] Mounted Huge Pages File System.

    [  OK  ] Started Create list of required sta…vice nodes for the current kernel.

    [  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.

    [  OK  ] Mounted Temporary Directory (/tmp).

             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 Create Static Device Nodes in /dev.

    [    8.465381] systemd-journald[149]: Received request to flush runtime journal from PID 1

    [  OK  ] Reached target Local File Systems (Pre).

             Mounting /media/ram...

    [  OK  ] Reached target Containers.

             Mounting /var/volatile...

             Starting udev Kernel Device Manager...

    [  OK  ] Started udev Coldplug all Devices.

    [  OK  ] Started Flush Journal to Persistent Storage.

    [  OK  ] Mounted /media/ram.

    [  OK  ] Mounted /var/volatile.

    [  OK  ] Started udev Kernel Device Manager.

             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 Time Synchronization...

             Starting Network Service...

             Starting Update UTMP about System Boot/Shutdown...

    [  OK  ] Started Update UTMP about System Boot/Shutdown.

    [  OK  ] Started Network Service.

    [    8.752496] pcm3168a 6-0044: Linked as a consumer to regulator.2

             Starting Network Name Resolution...

    [    8.765164] pcm3168a 6-0044: Linked as a consumer to regulator.3

             Starting Wait for Network to be Configured...

    [  OK  ] Found device /dev/ttyS2.

    [  OK  ] Started Network Time Synchronization.

    [  OK  ] Reached target System Initialization.

    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.

    [    8.867715] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000

    [    8.889134] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode

    [    8.896301] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device

    [    8.906200] remoteproc remoteproc0: 4d80800000.dsp is available

    [    8.914443] iommu: Adding device 0000:00:00.0 to group 0

    [  OK  ] Listening on D-Bus System Message Bus Socket.[    8.920633] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22

    [  OK  ] Started Daily Cleanup of Temporary Directorie[    8.934717] pci_generic_config_write32: 29 callbacks suppressed

    [    8.934721] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits

    s.

    [    8.955968] iommu: Adding device 0001:00:00.0 to group 1

    [    8.956730] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000

    [    8.961408] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22

    [    8.977350] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits

             [    8.987780] iommu: Adding device 0002:00:00.0 to group 2

    Starting Reboot and dump vmcore via kexec...

    [    8.989074] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode

    [    8.993613] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22

    [    9.011711] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits

    [    9.034899] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device

    [    9.047219] remoteproc remoteproc1: 4d81800000.dsp is available

    [    9.055635] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000

    [    9.064220] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode

    [    9.071914] remoteproc remoteproc2: 64800000.dsp is available

    [    9.080020] remoteproc remoteproc0: powering up 4d80800000.dsp

    [    9.086297] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016

    [  OK  ] Listening on dropbear.socket.

    [    9.101185] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000

    [  OK  ] Listening on RPCbind Server Activation Socket[    9.113670] virtio_rpmsg_bus virtio0: rpmsg host is online

    .

    [  OK  ] Reached target Sockets.

    [    9.126355] remoteproc remoteproc0: registered virtio0 (type 7)

    [    9.135651] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd

    [    9.136033] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up

    [  OK  ] Reached target Basic System.

    [    9.158962] remoteproc remoteproc1: powering up 4d81800000.dsp

    [    9.164915] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016

    [  OK  ] Started Kernel Logging Service.

    [    9.178605] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000

    [    9.188897] tidss 4a00000.dss: dispc7_wb_find_free_ovr: found ovr vp2 (1)

             Starting Print notice about GPLv3 packages...

    [    9.197808] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).

    [    9.209210] [drm] No driver support for vblank timestamp query.

    [    9.216916] virtio_rpmsg_bus virtio1: rpmsg host is online

    [    9.225657] remoteproc remoteproc1: registered virtio1 (type 7)

    [    9.232235] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up

    [    9.239635] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd

    [    9.249262] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0

    [    9.258207] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22

    [    9.258998] [drm] Cannot find any crtc or sizes

    [    9.266881] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits

    [    9.282042] [drm] Cannot find any crtc or sizes

    [    9.282104] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits

    [    9.298523] ntb_hw_epf 0000:00:00.0: Cannot set DMA mask

    [    9.305997] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits

    [    9.318700] ntb_hw_epf 0000:00:00.0: Failed to init PCI

    [    9.325302] ntb_hw_epf: probe of 0000:00:00.0 failed with error -5

    [    9.333625] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22

    [    9.337663] [drm] Cannot find any crtc or sizes

    [    9.342567] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits

    [  OK  ] Started System Logging Service.

    [  OK  ] Started Job spooling tools.

             Starting Login Service...

    [    9.380149] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits

             Starting RPC Bind Service...

    [  OK  ] Started TEE Supplicant.

             Starting rc.pvr.service...

    [  OK  ] Started D-Bus System Message Bus.

    [    9.419018] ntb_hw_epf 0001:00:00.0: Cannot set DMA mask

    [  OK  ] Started irqbalance daemon.

    [    9.428964] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits

    [    9.448217] ntb_hw_epf 0001:00:00.0: Failed to init PCI

    [    9.455411] ntb_hw_epf: probe of 0001:00:00.0 failed with error -5

    [    9.469889] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22

    [  OK  ] Started Periodic Command Scheduler.

    [    9.483537] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits

    [  OK  ] Reached target System Time Synchronized.

    [    9.504641] ntb_hw_epf 0002:00:00.0: Cannot set DMA mask

    [    9.509995] ntb_hw_epf 0002:00:00.0: Failed to init PCI

    [  OK  ] Started Daily rotation of log files.

    [  OK  ] Reached target Timers.

    [  OK  ] Started Network Name Resolution.

    [  OK  ] Found device /dev/ttyS1.

             Starting Avahi mDNS/DNS-SD Stack...

    [  OK  ] Reached target Host and Network Name Lookups.

    [  OK  ] Reac[    9.547398] remoteproc remoteproc2: powering up 64800000.dsp

    hed target Network.

             Starting Permit User Sessions...

    [    9.547405] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352

    [    9.549157] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8200000

    [    9.583027] ntb_hw_epf: probe of 0002:00:00.0 failed with error -5

    [    9.591669] virtio_rpmsg_bus virtio2: rpmsg host is online

    [    9.598528] remoteproc remoteproc2: registered virtio2 (type 7)

    [    9.607061] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd

    [    9.607518] remoteproc remoteproc2: remote processor 64800000.dsp is now up

    [    9.631070] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores

    [    9.680045] platform 41000000.r5f: configured R5F for remoteproc mode

    [    9.709397] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000

    [    9.722600] remoteproc remoteproc3: 41000000.r5f is available

    [    9.733046] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2

    [    9.744815] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores

    [    9.753556] remoteproc remoteproc3: powering up 41000000.r5f

    [    9.760748] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2

    [    9.772774] remoteproc remoteproc3: request_firmware failed: -2

    [    9.780241] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)

    [    9.792844] platform 5c00000.r5f: configured R5F for IPC-only mode

    [    9.800231] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000

    [    9.811990] remoteproc remoteproc4: 5c00000.r5f is available

    [    9.820612] platform 5d00000.r5f: configured R5F for remoteproc mode

    [    9.832642] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000

    [    9.848333] remoteproc remoteproc5: 5d00000.r5f is available

    [    9.855338] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores

    [    9.865662] platform 5e00000.r5f: configured R5F for remoteproc mode

    [    9.872901] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu

    [    9.885644] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu

    [    9.893519] remoteproc remoteproc4: powering up 5c00000.r5f

    [    9.896439] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000

    [    9.899156] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832

    [    9.907403] PVR_K:  348: Read BVNC 22.104.208.318 from HW device registers

    [    9.922112] PVR_K:  348: RGX Device initialised with BVNC 22.104.208.318

    [    9.926965] platform 5c00000.r5f: R5F core initialized in IPC-only mode

    [    9.936885] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL)

    [    9.942635] virtio_rpmsg_bus virtio3: rpmsg host is online

    [    9.947528] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd

    [    9.960141] remoteproc remoteproc4: registered virtio3 (type 7)

    [    9.966918] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1

    [    9.970810] remoteproc remoteproc4: remote processor 5c00000.r5f is now up

    [    9.975252] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

    [    9.981793] remoteproc remoteproc6: 5e00000.r5f is available

    [   10.003860] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2

    [   10.015985] remoteproc remoteproc6: powering up 5e00000.r5f

    [   10.025517] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2

    [   10.037464] remoteproc remoteproc6: request_firmware failed: -2

    [   10.085344] remoteproc remoteproc5: powering up 5d00000.r5f

    [   10.091243] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288

    [   10.108268] remoteproc remoteproc5: bad phdr da 0xadfe0000 mem 0x1a8

    [   10.117561] remoteproc remoteproc5: Failed to load program segments: -22

    [   10.131117] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok

    [   10.141104] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok

    [  OK  ] Started Login Service.

    [  OK  ] Started Reboot and dump vmcore via kexec.

    [  OK  ] Started RPC Bind Service.

    [  OK  ] Started rc.pvr.service.

    [  OK  ] Started Permit User Sessions.

    [   10.622065] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)

    [   10.634848] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c

    [   10.641501] random: crng init done

    [   10.644914] random: 7 urandom warning(s) missed due to ratelimiting

    [   10.731299] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)

    [  OK  ] Started Avahi mDNS/DNS-SD Stack.

    [   10.828445] remoteproc remoteproc7: b034000.pru is available

    [   10.839505] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully

             Starting Save/Restore Sound Card State...

    [  OK  ] Started Getty on tty1.

    [  OK  ] Started Serial Getty on ttyS2.

    [   10.861870] remoteproc remoteproc8: b004000.rtu is available

    [  OK  ] Started Serial Getty on ttyS1.

    [  OK[   10.872850] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully

      ] Reached target Login Prompts.

             Starting Synchronize System and HW clocks...

    [   10.882208] remoteproc remoteproc9: b00a000.txpru is available

    [   10.882239] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully

    [   10.882969] remoteproc remoteproc10: b038000.pru is available

    [   10.882999] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully

    [   10.883571] remoteproc remoteproc11: b006000.rtu is available

    [   10.883640] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully

    [   10.884083] remoteproc remoteproc12: b00c000.txpru is available

    [   10.884107] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully

    [   10.884629] remoteproc remoteproc13: b134000.pru is available

    [   10.884656] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully

    [   10.885177] remoteproc remoteproc14: b104000.rtu is available

    [   10.885202] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully

    [   10.885644] remoteproc remoteproc15: b10a000.txpru is available

             [   10.885663] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully

    [   10.886118] remoteproc remoteproc16: b138000.pru is available

    [   10.886142] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully

    Starting weston.service...[   10.886596] remoteproc remoteproc17: b106000.rtu is available

    [   10.886615] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully

    [   10.887217] remoteproc remoteproc18: b10c000.txpru is available

    [   10.887282] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully

    [   10.974953] usbcore: registered new interface driver usbfs

    [   11.036553] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down

    [   11.043631] usbcore: registered new interface driver hub

    [   11.067731] usbcore: registered new device driver usb

    [  OK  ] Started NFS status monitor for NFSv2/3 locking..

    [FAILED] Failed to start Synchronize System and HW clocks.

    See 'systemctl status sync-clocks.service' for details.

    [  OK  ] Started weston.service.

    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.

             Starting telnetd.service...

    [   11.120279] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller

    [  OK  [   11.125941] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1

    [   11.136091] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010

    ] Started telnetd.service.[   11.145845] xhci-hcd xhci-hcd.2.auto: irq 324, io mem 0x06410000

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

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

    [   11.154208] usb usb1: Product: xHCI Host Controller

    [   11.154210] usb usb1: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd

             [   11.154212] usb usb1: SerialNumber: xhci-hcd.2.auto

    Starting thttpd.service...[   11.157994] hub 1-0:1.0: USB hub found

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

    [   11.201520] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller

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

    [   11.215917] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed

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

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

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

    [   11.222608] usb usb2: Product: xHCI Host Controller

    [   11.222610] usb usb2: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd

    [   11.222612] usb usb2: SerialNumber: xhci-hcd.2.auto

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

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

    [  OK  ] Started thttpd.service.

    [  OK  ] Created slice system-systemd\x2dfsck.slice.

    [   11.534811] usb 1-1: new high-speed USB device number 2 using xhci-hcd

    [   11.687089] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00

    [   11.695380] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1

    [   11.702689] usb 1-1: SerialNumber: 560018712D73

    [   11.708145] hub 1-1:1.0: USB hub found

    [   11.711968] hub 1-1:1.0: 4 ports detected

    [  OK  ] Started Save/Restore Sound Card State.

    [  OK  ] Reached target Sound Card.

    [  OK  ] Found device /dev/mmcblk1p1.

             Starting File System Check on /dev/mmcblk1p1...

    [  OK  ] Started File System Check on /dev/mmcblk1p1.

             Mounting /run/media/mmcblk1p1...

    [  OK  ] Mounted /run/media/mmcblk1p1.

    ***************************************************************

    ***************************************************************

    NOTICE: This file system contains the following GPLv3 packages:

    autoconf

    bash-dev

    bash

    bc

    binutils

    cifs-utils

    coreutils-dev

    coreutils

    cpio

    cpp-symlinks

    cpp

    dosfstools

    elfutils

    g++-symlinks

    g++

    gawk

    gcc-symlinks

    gcc

    gdb

    gdbserver

    gettext

    glmark2

    gstreamer1.0-libav

    gzip

    libbfd

    libcairo-perf-utils

    libdw1

    libelf1

    libgdbm-compat4

    libgdbm-dev

    libgdbm6

    libgettextlib

    libgettextsrc

    libgmp-dev

    libgmp10

    libgmpxx4

    libidn2-0

    libmpc3

    libmpfr6

    libreadline-dev

    libreadline7

    libunistring2

    m4-dev

    m4

    make

    nettle

    parted

    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.

     _____                    _____           _         _   

    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 

    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|

    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  

                  |___|                    |___|            

    Arago Project http://arago-project.org j7-evm ttyS2

    Arago 2019.09 j7-evm ttyS2

    j7-evm login: root

    root@j7-evm:~# cd /opt/vision_apps/

    root@j7-evm:/opt/vision_apps# sour    sp ource ./vision_apps_init.sh 

    root@j7-evm:/opt/vision_apps# APP_LOG: Mapping 0xac000000 ...

    APP_LOG: Mapped 0xac000000 -> (nil) of size 262144 bytes 

    APP_LOG: ERROR: Unable to map memory @ 0xac000000 of size 262144 bytes !!!


    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')Trying to boot from MMC2Loading Environment from MMC... *** Warning - No MMC card found, using default environment
    Remoteproc 2 started successfully** File not found /lib/firmware/j7-mcu-r5f0_0-fw **Starting ATF on ARM64 core...
    NOTICE:  BL31: v2.2(release):ti2019.05-rc1NOTICE:  BL31: Built : 09:32:00, Feb 17 2020I/TC: I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64I/TC: Initialized
    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)Detected: J7X-BASE-CPB rev E3Detected: J7X-VSC8514-ETH rev E2Trying to boot from MMC2

    U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
    SoC:   J721E PG 1.0Model: Texas Instruments K3 J721E SoCBoard: J721EX-PM2-SOM rev E6DRAM:  4 GiBFlash: 0 BytesMMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1Loading Environment from MMC... OKIn:    serial@2800000Out:   serial@2800000Err:   serial@2800000Detected: J7X-BASE-CPB rev E3Detected: J7X-VSC8514-ETH rev E2Net:   Warning: ethernet@046000000 using MAC address from ROMeth0: ethernet@046000000Hit any key to stop autoboot:  2 1 0 switch to partitions #0, OKmmc1 is current deviceSD/MMC found on device 1** Unable to read file boot.scr **0 bytes read in 0 msLoaded env from uEnv.txtImporting environment from mmc1 ...13338632 bytes read in 287 ms (44.3 MiB/s)98400 bytes read in 5 ms (18.8 MiB/s)## Flattened Device Tree blob at 82000000   Booting using the fdt blob at 0x82000000   Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK
    Starting kernel ...
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080][    0.000000] Linux version 4.19.73-g0cabba2b47 (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 Thu Dec 12 21:54:30 UTC 2019[    0.000000] Machine model: Texas Instruments K3 J721E SoC[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')[    0.000000] bootconsole [ns16550a0] enabled[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool[    0.000000] cma: Reserved 512 MiB at 0x00000000c0000000[    0.000000] psci: probing for conduit method from DT.[    0.000000] psci: PSCIv1.1 detected in firmware.[    0.000000] psci: Using standard PSCI v0.2 function IDs[    0.000000] psci: Trusted OS migration not required[    0.000000] psci: SMC Calling Convention v1.1[    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0[    0.000000] percpu: Embedded 2 pages/cpu s52632 r8192 d70248 u131072[    0.000000] Detected PIPT I-cache on CPU0[    0.000000] CPU features: enabling workaround for EL2 vector hardening[    0.000000] Speculative Store Bypass Disable mitigation not required[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 62339[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=846e268c-02 rw rootfstype=ext4 rootwait[    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)[    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)[    0.000000] software IO TLB: mapped [mem 0xf9da0000-0xfdda0000] (64MB)[    0.000000] Memory: 3377664K/3993600K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 642K bss, 91648K reserved, 524288K cma-reserved)[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1[    0.000000] rcu: Preemptible hierarchical RCU implementation.[    0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.[    0.000000] Tasks RCU enabled.[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode[    0.000000] GICv3: Distributor has no Range Selector support[    0.000000] GICv3: no VLPI support, no direct LPI support[    0.000000] ITS [mem 0x01820000-0x0182ffff][    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS[    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0)[    0.000000] ITS: using cache flushing for cmd queue[    0.000000] GIC: using LPI property table @0x00000008c00a0000[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000[    0.000000] CPU0: using LPI pending table @0x00000008c00b0000[    0.000000] GIC: using cache flushing for LPI property table[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns[    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns[    0.008344] Console: colour dummy device 80x25[    0.012898] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)[    0.023568] pid_max: default: 32768 minimum: 301[    0.028307] Security Framework initialized[    0.032512] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)[    0.039368] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)[    0.070703] ASID allocator initialised with 32768 entries[    0.084229] rcu: Hierarchical SRCU implementation.[    0.097169] Platform MSI: gic-its@1820000 domain created[    0.102701] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created[    0.120136] smp: Bringing up secondary CPUs ...[    0.157032] Detected PIPT I-cache on CPU1[    0.157048] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000[    0.157076] CPU1: using LPI pending table @0x00000008c0310000[    0.157099] CPU1: Booted secondary processor 0x0000000001 [0x411fd080][    0.157140] smp: Brought up 1 node, 2 CPUs[    0.184978] SMP: Total of 2 processors activated.[    0.189787] CPU features: detected: GIC system register CPU interface[    0.196368] CPU features: detected: 32-bit EL0 Support[    0.201852] CPU: All CPU(s) started at EL2[    0.206038] alternatives: patching kernel code[    0.211002] devtmpfs: initialized[    0.218645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns[    0.228606] futex hash table entries: 512 (order: -1, 32768 bytes)[    0.235313] pinctrl core: initialized pinctrl subsystem[    0.240972] NET: Registered protocol family 16[    0.245855] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))[    0.253417] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[    0.262567] DMA: preallocated 256 KiB pool for atomic allocations[    0.275762] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages[    0.282614] HugeTLB registered 512 MiB page size, pre-allocated 0 pages[    0.290012] cryptd: max_cpu_qlen set to 1000[    0.298813] vsys_3v3: supplied by evm_12v0[    0.303074] vsys_5v0: supplied by evm_12v0[    0.307596] SCSI subsystem initialized[    0.311648] media: Linux media interface: v0.10[    0.316282] videodev: Linux video capture interface: v2.00[    0.321896] pps_core: LinuxPPS API ver. 1 registered[    0.326966] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[    0.336302] PTP clock support registered[    0.340312] EDAC MC: Ver: 3.0.0[    0.344116] Advanced Linux Sound Architecture Driver Initialized.[    0.350646] clocksource: Switched to clocksource arch_sys_counter[    0.356935] VFS: Disk quotas dquot_6.6.0[    0.360984] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)[    0.370404] NET: Registered protocol family 2[    0.375110] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)[    0.383160] TCP established hash table entries: 32768 (order: 2, 262144 bytes)[    0.390651] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)[    0.397633] TCP: Hash tables configured (established 32768 bind 32768)[    0.404362] UDP hash table entries: 2048 (order: 0, 65536 bytes)[    0.410542] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)[    0.417208] NET: Registered protocol family 1[    0.421880] RPC: Registered named UNIX socket transport module.[    0.427932] RPC: Registered udp transport module.[    0.432735] RPC: Registered tcp transport module.[    0.437538] RPC: Registered tcp NFSv4.1 backchannel transport module.[    0.444356] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available[    0.453990] Initialise system trusted keyrings[    0.458595] workingset: timestamp_bits=46 max_order=16 bucket_order=0[    0.466577] squashfs: version 4.0 (2009/01/31) Phillip Lougher[    0.472725] NFS: Registering the id_resolver key type[    0.477894] Key type id_resolver registered[    0.482167] Key type id_legacy registered[    0.486264] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[    0.493163] 9p: Installing v9fs 9p2000 file system support[    0.500224] Key type asymmetric registered[    0.504411] Asymmetric key parser 'x509' registered[    0.509412] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)[    0.516971] io scheduler noop registered[    0.520977] io scheduler deadline registered[    0.525380] io scheduler cfq registered (default)[    0.530188] io scheduler mq-deadline registered[    0.534815] io scheduler kyber registered[    0.539681] pinctrl-single 4301c000.pinmux: 94 pins, size 376[    0.545752] pinctrl-single 11c000.pinmux: 173 pins, size 692[    0.551892] pinctrl-single a40000.timesync_router: 512 pins, size 2048[    0.560786] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages[    0.567207] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory[    0.574865] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages[    0.581277] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory[    0.588904] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages[    0.595316] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory[    0.602946] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages[    0.609268] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory[    0.616896] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages[    0.623219] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory[    0.632084] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled[    0.643203] brd: module loaded[    0.648965] loop: module loaded[    0.653216] libphy: Fixed MDIO Bus: probed[    0.657555] tun: Universal TUN/TAP device driver, 1.6[    0.662934] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k[    0.670941] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.[    0.677006] sky2: driver version 1.30[    0.681280] VFIO - User Level meta-driver version: 0.3[    0.686875] i2c /dev entries driver[    0.690865] sdhci: Secure Digital Host Controller Interface driver[    0.697179] sdhci: Copyright(c) Pierre Ossman[    0.701808] sdhci-pltfm: SDHCI platform and OF driver helper[    0.708021] ledtrig-cpu: registered to indicate activity on CPUs[    0.714849] optee: probing for conduit method from DT.[    0.720108] optee: revision 3.7 (5208e5c1)[    0.720206] optee: initialized driver[    0.728813] NET: Registered protocol family 17[    0.733412] 9pnet: Installing 9P2000 support[    0.737791] Key type dns_resolver registered[    0.742339] registered taskstats version 1[    0.746524] Loading compiled-in X.509 certificates[    0.755744] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')[    0.780589] random: fast init done[    0.820401] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz[    0.826321] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz[    0.832271] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz[    0.838273] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator[    0.845679] pca953x 3-0020: Linked as a consumer to regulator.0[    0.875182] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator[    0.882594] pca953x 3-0022: Linked as a consumer to regulator.0[    0.889468] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low[    0.896190] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high[    0.902749] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz[    0.908744] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz[    0.914611] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz[    0.920511] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator[    0.927912] pca953x 6-0020: Linked as a consumer to regulator.0[    0.955305] GPIO line 464 (CODEC_RSTz) hogged as output/high[    0.961225] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz[    0.967081] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz[    0.972934] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz[    0.978853] pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator[    0.986255] pca953x 9-0020: Linked as a consumer to regulator.0[    1.015057] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz[    1.029880] cdns-dp-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps[    1.038072] cdns-pcie-host d000000.pcie: missing "mem"[    1.043658] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0[    2.053034] cdns-pcie-host d000000.pcie: Phy link never came up[    2.059088] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges:[    2.069057] cdns-pcie-host d000000.pcie:    IO 0x10001000..0x10010fff -> 0x10001000[    2.076889] cdns-pcie-host d000000.pcie:   MEM 0x10011000..0x17ffffff -> 0x10011000[    2.084771] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00[    2.091533] pci_bus 0000:00: root bus resource [bus 00-0f][    2.097139] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])[    2.106830] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff][    2.113880] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    2.123751] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    2.133641] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits[    2.143603] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits[    2.153592] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits[    2.165258] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    2.173447] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits[    2.183407] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits[    2.193367] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits[    2.203326] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits[    2.214810] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits[    2.224778] pci 0000:00:00.0: PCI bridge to [bus 01][    2.230238] cdns-pcie-host d800000.pcie: missing "mem"[    2.235893] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1[    3.245265] cdns-pcie-host d800000.pcie: Phy link never came up[    3.251318] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges:[    3.261284] cdns-pcie-host d800000.pcie:    IO 0x18001000..0x18010fff -> 0x18001000[    3.269115] cdns-pcie-host d800000.pcie:   MEM 0x18011000..0x1fffffff -> 0x18011000[    3.276992] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00[    3.283753] pci_bus 0001:00: root bus resource [bus 00-0f][    3.289358] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])[    3.299227] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff][    3.307957] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    3.317843] pci 0001:00:00.0: PCI bridge to [bus 01][    3.323259] cdns-pcie-host e000000.pcie: missing "mem"[    3.328843] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2[    4.338215] cdns-pcie-host e000000.pcie: Phy link never came up[    4.344267] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges:[    4.354235] cdns-pcie-host e000000.pcie:    IO 0x4400001000..0x4400010fff -> 0x00001000[    4.362420] cdns-pcie-host e000000.pcie:   MEM 0x4400011000..0x4407ffffff -> 0x00011000[    4.370658] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00[    4.377419] pci_bus 0002:00: root bus resource [bus 00-0f][    4.383023] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])[    4.392271] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])[    4.404817] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    4.414562] pci 0002:00:00.0: PCI bridge to [bus 01][    4.420054] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235[    4.429928] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled[    4.436687] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64[    4.444354] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211[    4.454494] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled[    4.461253] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64[    4.468865] omap8250 40a00000.serial: PM domain pd:149 will not be powered off[    4.476384] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250[    4.485485] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250[    4.494221] console [ttyS2] enabled[    4.494221] console [ttyS2] enabled[    4.501255] bootconsole [ns16550a0] disabled[    4.501255] bootconsole [ns16550a0] disabled[    4.510140] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250[    4.518929] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 21, base_baud = 3000000) is a 8250[    4.527649] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)[    4.536383] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs[    4.545999] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled[    4.556509] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled[    4.566662] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled[    4.576904] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled[    4.587709] scsi host0: ufshcd[    4.605171] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)[    4.611351] 7 cmdlinepart partitions found on MTD device 47040000.spi.0[    4.617950] Creating 7 MTD partitions on "47040000.spi.0":[    4.620244] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0[    4.623425] 0x000000000000-0x000000080000 : "ospi.tiboot3"[    4.641494] 0x000000080000-0x000000280000 : "ospi.tispl"[    4.646988] 0x000000280000-0x000000680000 : "ospi.u-boot"[    4.652555] 0x000000680000-0x0000006a0000 : "ospi.env"[    4.656058] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2[    4.669351] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0[    4.680531] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"[    4.680596] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6[    4.686469] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"[    4.700129] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6[    4.702717] 0x000000800000-0x000004000000 : "ospi.rootfs"[    4.714035] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found[    4.830728] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517[    4.838227] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)[    4.858740] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517[    4.865993] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22[    4.873045] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2[    4.884459] UDMA has not been proped[    4.888033] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517[    4.896436] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0[    4.904912] mmc0: Unknown controller version (4). You may experience problems.[    4.912158] mmc0: CQHCI version 5.10[    4.946444] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit[    4.960227] vdd_mmc1: supplied by vsys_3v3[    4.964727] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator[    4.971962] pca953x 4-0020: Linked as a consumer to regulator.0[    4.999309] GPIO line 448 (DP0_PWR_SW_EN) hogged as output/high[    5.005885] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100[    5.012802] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100[    5.019710] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100[    5.026622] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100[    5.033538] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100[    5.042301] mmc0: Command Queue Engine enabled[    5.046743] mmc0: new HS400 MMC card at address 0001[    5.052056] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [    5.056814] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB[    5.062972] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB[    5.068979] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0)[    5.364360] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96)[    5.373949] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300)[    5.386775] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)[    5.392947] 7 cmdlinepart partitions found on MTD device 47040000.spi.0[    5.399548] Creating 7 MTD partitions on "47040000.spi.0":[    5.405026] 0x000000000000-0x000000080000 : "ospi.tiboot3"[    5.410747] 0x000000080000-0x000000280000 : "ospi.tispl"[    5.416234] 0x000000280000-0x000000680000 : "ospi.u-boot"[    5.421802] 0x000000680000-0x0000006a0000 : "ospi.env"[    5.427134] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"[    5.433049] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"[    5.438531] 0x000000800000-0x000004000000 : "ospi.rootfs"[    5.446077] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)[    5.453816] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22[    5.460870] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2[    5.478388] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48[    5.488932] pps pps0: new PPS source ptp1[    5.493016] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1[    5.501959] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4[    5.509164] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64[    5.554653] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000[    5.562812] libphy: 46000000.ethernet: probed[    5.568401] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4[    5.575283] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5[    5.582171] mmc1: Unknown controller version (4). You may experience problems.[    5.589413] mmc1: CQHCI version 5.10[    5.623208] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit[    5.640580] input: gpio-keys as /devices/platform/gpio-keys/input/input0[    5.647490] hctosys: unable to open rtc device (rtc0)[    5.673382] vdd_mmc1: disabling[    5.676520] ALSA device list:[    5.679478]   No soundcards found.[    5.683078] Waiting for root device PARTUUID=846e268c-02...[    7.020552] mmc1: new ultra high speed DDR50 SDHC card at address 59b4[    7.027590] mmcblk1: mmc1:59b4 USD   29.5 GiB [    7.038191]  mmcblk1: p1 p2[    7.091721] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended[    7.104310] EXT4-fs (mmcblk1p2): recovery complete[    7.112504] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)[    7.120594] VFS: Mounted root (ext4 filesystem) on device 179:98.[    7.132209] devtmpfs: mounted[    7.135347] Freeing unused kernel memory: 576K[    7.139795] Run /sbin/init as init process[    7.330462] systemd[1]: System time before build time, advancing clock.[    7.399423] NET: Registered protocol family 10[    7.404203] Segment Routing with IPv6[    7.430959] 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)[    7.452368] systemd[1]: Detected architecture arm64.
    Welcome to Arago 2019.09!
    [    7.480197] systemd[1]: Set hostname to <j7-evm>.[    7.607586] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.622002] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.[    7.641751] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.655822] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.[    7.671327] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.685568] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.[    7.701281] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.839358] random: systemd: uninitialized urandom read (16 bytes read)[  OK  ] Listening on initctl Compatibility Named Pipe.[    7.858718] random: systemd: uninitialized urandom read (16 bytes read)[  OK  ] Started Dispatch Password Requests to Console Directory Watch.[    7.882681] random: systemd: uninitialized urandom read (16 bytes read)[  OK  ] Listening on Journal Socket (/dev/log).[  OK  ] Listening on Process Core Dump Socket.[  OK  ] Started Forward Password Requests to Wall Directory Watch.[  OK  ] Reached target Remote File Systems.[  OK  ] Created slice system-serial\x2dgetty.slice.[  OK  ] Listening on udev Control Socket.[  OK  ] Listening on Network Service Netlink Socket.[  OK  ] Listening on Syslog Socket.[  OK  ] Reached target Swap.[  OK  ] Listening on udev Kernel Socket.[  OK  ] Created slice User and Session Slice.[  OK  ] Reached target Slices.[  OK  ] Created slice system-getty.slice.[  OK  ] Listening on Journal Socket.         Mounting Huge Pages File System...[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.         Mounting Temporary Directory (/tmp)...         Mounting POSIX Message Queue File System...         Starting Create list of required st…ce nodes for the current kernel...         Starting udev Coldplug all Devices...         Mounting Kernel Debug File System...         Starting Remount Root and Kernel File Systems...[    8.173619] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)         Starting Journal Service...         Starting Load Kernel Modules...[    8.213807] cmemk: loading out-of-tree module taints kernel.[  OK  ] [    8.220459] CMEMK module: reference Linux version 4.19.73Reached target Paths.[    8.227021] no physical memory specified[    8.232696] cmemk initialized[  OK  ] Started Journal Service.[    8.246783] cryptodev: driver 1.9 loaded.[  OK  ] Mounted Huge Pages File System.[  OK  ] Mounted Temporary Directory (/tmp).[  OK  ] Mounted POSIX Message Queue File System.[  OK  ] Started Create list of required sta…vice nodes for the current kernel.[  OK  ] Mounted Kernel Debug File System.[  OK  ] Started Remount Root and Kernel File Systems.[  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  ] Started udev Coldplug all Devices.         Starting udev Kernel Device Manager...[  OK  ] Reached target Local File Systems (Pre).[  OK  ] Reached target Containers.         Mounting /var/volatile...         Mounting /media/ram...[  OK  ] Started udev Kernel Device Manager.[  OK  ] Mounted /var/volatile.[  OK  ] Mounted /media/ram.[    8.576853] systemd-journald[157]: 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.[  OK  ] Started Load/Save Random Seed.         Starting Create Volatile Files and Directories...[  OK  ] Started Create Volatile Files and Directories.[  OK  ] Found device /dev/ttyS2.         Starting Network Service...[    8.716198] pcm3168a 6-0044: Linked as a consumer to regulator.2         Starting Network Time Synchronization...[    8.736033] pcm3168a 6-0044: Linked as a consumer to regulator.3         Starting Update UTMP about System Boot/Shutdown...[  OK  ] Started Update UTMP about System Boot/Shutdown.[    8.796388] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000[    8.807295] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode[    8.814904] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device[    8.824419] remoteproc remoteproc0: 4d80800000.dsp is available[  OK  ] Started Network Service.         [    8.845621] iommu: Adding device 0000:00:00.0 to group 0Starting Wait for Network to be Configured...[    8.849284] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000[    8.852631] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22[    8.864465] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode         Starting Network Name Resolution...[    8.879360] pci_generic_config_write32: 29 callbacks suppressed[    8.879364] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    8.899063] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device[    8.906578] iommu: Adding device 0001:00:00.0 to group 1[    8.912895] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22[    8.921146] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    8.931286] remoteproc remoteproc1: 4d81800000.dsp is available[    8.937636] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000[    8.947682] iommu: Adding device 0002:00:00.0 to group 2[    8.953068] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22[    8.961285] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    8.971502] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode[    8.978579] remoteproc remoteproc2: 64800000.dsp is available[    9.028014] remoteproc remoteproc0: powering up 4d80800000.dsp[    9.033880] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016[    9.047998] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000[    9.056291] remoteproc remoteproc1: powering up 4d81800000.dsp[    9.063127] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016[    9.077364] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000[    9.085854] virtio_rpmsg_bus virtio0: rpmsg host is online[    9.099895] remoteproc remoteproc0: registered virtio0 (type 7)[    9.111464] virtio_rpmsg_bus virtio1: rpmsg host is online[    9.117013] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up[    9.127262] remoteproc remoteproc1: registered virtio1 (type 7)[    9.133603] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up[    9.141390] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd[    9.149176] tidss 4a00000.dss: dispc7_wb_find_free_ovr: found ovr vp2 (1)[  OK  ] [    9.156165] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).Started Network Time Synchronization.[    9.164951] [drm] No driver support for vblank timestamp query.[    9.173835] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd[  OK  ] Reached target System Initialization.[    9.185262] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0[    9.195143] [drm] Cannot find any crtc or sizes[    9.202852] [drm] Cannot find any crtc or sizes[  OK  ] Listening on RPCbind Server Activation Socket.[  OK  ] Started Daily Cleanup of Temporary Directori[    9.225984] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22es.[    9.237637] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    9.241717] [drm] Cannot find any crtc or sizes[    9.250972] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    9.261609] ntb_hw_epf 0000:00:00.0: Cannot set DMA mask[    9.267279] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    9.277749] ntb_hw_epf 0000:00:00.0: Failed to init PCI[    9.284022] ntb_hw_epf: probe of 0000:00:00.0 failed with error -5[    9.291004] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.303085] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    9.314855] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[  OK  ] Listening on D-Bus System Message Bus Socket[    9.335112] ntb_hw_epf 0001:00:00.0: Cannot set DMA mask.[    9.345064] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    9.365665] remoteproc remoteproc2: powering up 64800000.dsp[    9.371509] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352[    9.382165] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores[    9.395014] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8200000[  OK  ] Listening on dropbear.socket.[    9.403809] virtio_rpmsg_bus virtio2: rpmsg host is online[    9.415187] remoteproc remoteproc2: registered virtio2 (type 7)[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activat[    9.424669] remoteproc remoteproc2: remote processor 64800000.dsp is now upion Socket.[    9.426627] ntb_hw_epf 0001:00:00.0: Failed to init PCI[    9.437583] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd[  OK  ] Reached target Sockets.[    9.458962] platform 41000000.r5f: configured R5F for remoteproc mode[  OK  ] Reached target Basic System.[    9.477044] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000[    9.481675] ntb_hw_epf: probe of 0001:00:00.0 failed with error -5[  OK  ] Started D-Bus System Message Bus.[    9.506330] remoteproc remoteproc3: 41000000.r5f is available[    9.507159] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.526092] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL)[    9.538950] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2[    9.541996] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready[    9.548369] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores[    9.562585] remoteproc remoteproc3: powering up 41000000.r5f[    9.568459] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2[    9.568463] remoteproc remoteproc3: request_firmware failed: -2[  OK  ] Started Periodic Command Scheduler.[    9.586985] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    [  OK  ] Started Job spooling tools.[    9.614822] ntb_hw_epf 0002:00:00.0: Cannot set DMA mask         Starting RPC Bind Service...[    9.632215] ntb_hw_epf 0002:00:00.0: Failed to init PCI[    9.632809] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)         Starting rc.pvr.service...[  OK  ] Started TEE Supplicant.[    9.675756] ntb_hw_epf: probe of 0002:00:00.0 failed with error -5         Starting Print notice about GPLv3 packages...[  OK  ] Started Kernel Logging Service.[  OK  ] Started System Logging Service.         Starting Login Service...         Starting Reboot and dump vmcore via kexec...[  OK  ] Started irqbalance daemon.[  OK      9.724530] platform 5c00000.r5f: configured R5F for IPC-only mode0m] Reached target System Time Synchronized.[  OK  ] Started Daily rotation of log files.[  OK  ] Reached target Timers.[  OK  ] Started Network Name Resolution.[  OK  ] Started RPC Bind Service.[  OK  ] Found device /dev/ttyS1.[    9.757573] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000[    9.795351] remoteproc remoteproc4: 5c00000.r5f is available[    9.832990] platform 5d00000.r5f: configured R5F for remoteproc mode[    9.846921] remoteproc remoteproc4: powering up 5c00000.r5f[    9.852709] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832[  OK  ] Started Reboot and dump vmcore via kexec.[    9.869465] platform 5c00000.r5f: R5F core initialized in IPC-only mode[    9.887615] virtio_rpmsg_bus virtio3: rpmsg host is online[    9.899161] remoteproc remoteproc4: registered virtio3 (type 7)[    9.912071] remoteproc remoteproc4: remote processor 5c00000.r5f is now up[    9.923942] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000[    9.932187] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd[  OK  ] Reached target Host and Network Name Lookups.[  OK  ] Reached target Network.         Starting Permit User Sessions...[    9.952807] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu[  OK  ] Started NFS status monitor for NFSv2/3 locking..         Starting Avahi mDNS/DNS-SD Stack...[  OK[    9.970799] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu  ] Started Permit User Sessions.[  OK  ] Started Serial Getty on ttyS2.[    9.992742] PVR_K:  433: Read BVNC 22.104.208.318 from HW device registers[    9.994171] remoteproc remoteproc5: 5d00000.r5f is available[  OK  ] Started Getty on tty1.[   10.010733] PVR_K:  433: RGX Device initialised with BVNC 22.104.208.318
    [  OK  ] Started Serial Getty on ttyS1.[  OK  ] Reached target Login Prompts.         Star[   10.028343] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1ting Synchronize System and HW clocks...[   10.049046] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores[   10.067392] platform 5e00000.r5f: configured R5F for remoteproc mode[   10.078323] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000[   10.090011] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok[   10.097754] remoteproc remoteproc6: 5e00000.r5f is available[   10.105246] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2[   10.117891] remoteproc remoteproc6: powering up 5e00000.r5f[   10.126009] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2[   10.139212] remoteproc remoteproc6: request_firmware failed: -2[   10.148503] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok[   10.228682] remoteproc remoteproc5: powering up 5d00000.r5f[   10.236248] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288[   10.255098] remoteproc remoteproc5: bad phdr da 0xadfe0000 mem 0x1a8[  OK  ] Started Login Service.[FAILED] Failed to start Synchronize System and HW [   10.267894] remoteproc remoteproc5: Failed to load program segments: -22clocks.See 'systemctl status sync-clocks.service' for details.[  OK  ] Started rc.pvr.service.[  OK  ] Started Avahi mDNS/DNS-SD Stack.         Starting weston.service...[  OK  ] Started weston.service.         Starting telnetd.service...[  OK  ] Started telnetd.service.         Starting thttpd.service...[  OK  ] Started thttpd.service.[   10.579860] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down[   10.687907] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c[   10.688353] random: crng init done[   10.705709] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)[   10.712345] random: 7 urandom warning(s) missed due to ratelimiting[   10.786260] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)[   10.802053] remoteproc remoteproc7: b034000.pru is available[   10.808261] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully         Starting Save/Restore Sound Card State...[   10.821140] remoteproc remoteproc8: b004000.rtu is available[   10.829079] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully[   10.837285] remoteproc remoteproc9: b00a000.txpru is available[   10.843150] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully[   10.851518] remoteproc remoteproc10: b038000.pru is available[   10.857298] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully[   10.865056] remoteproc remoteproc11: b006000.rtu is available[   10.870831] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully[   10.878577] remoteproc remoteproc12: b00c000.txpru is available[   10.885745] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully[   10.893893] remoteproc remoteproc13: b134000.pru is available[   10.899670] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully[   10.907467] remoteproc remoteproc14: b104000.rtu is available[   10.913290] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully[   10.921062] remoteproc remoteproc15: b10a000.txpru is available[   10.927026] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully[   10.935266] remoteproc remoteproc16: b138000.pru is available[   10.941046] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully[   10.948836] remoteproc remoteproc17: b106000.rtu is available[   10.954625] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully[   10.962457] remoteproc remoteproc18: b10c000.txpru is available[   10.968424] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.[   11.059405] usbcore: registered new interface driver usbfs[   11.065022] usbcore: registered new interface driver hub[   11.070399] usbcore: registered new device driver usb[   11.112244] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller[   11.117765] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1[   11.127329] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010[   11.137096] xhci-hcd xhci-hcd.2.auto: irq 324, io mem 0x06410000[   11.144116] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19[   11.152414] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[   11.159659] usb usb1: Product: xHCI Host Controller[   11.164645] usb usb1: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd[   11.171326] usb usb1: SerialNumber: xhci-hcd.2.auto[   11.176627] hub 1-0:1.0: USB hub found[   11.180424] hub 1-0:1.0: 1 port detected[   11.186350] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller[   11.192415] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2[   11.200517] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed[   11.207481] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.[   11.215797] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19[   11.224284] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[   11.231740] usb usb2: Product: xHCI Host Controller[   11.236639] usb usb2: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd[   11.243180] usb usb2: SerialNumber: xhci-hcd.2.auto[   11.248516] hub 2-0:1.0: USB hub found[   11.252295] hub 2-0:1.0: 1 port detected[  OK  ] Created slice system-systemd\x2dfsck.slice.[   11.518671] usb 1-1: new high-speed USB device number 2 using xhci-hcd[   11.670957] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00[   11.679173] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1[   11.686834] usb 1-1: SerialNumber: 560018712D73[   11.692340] hub 1-1:1.0: USB hub found[   11.696161] hub 1-1:1.0: 4 ports detected[  OK  ] Found device /dev/mmcblk1p1.         Starting File System Check on /dev/mmcblk1p1...[  OK  ] Started Save/Restore Sound Card State.[  OK  ] Reached target Sound Card.[  OK  ] Started File System Check on /dev/mmcblk1p1.         Mounting /run/media/mmcblk1p1...[  OK  ] Mounted /run/media/mmcblk1p1.******************************************************************************************************************************NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils coreutils-dev coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp-dev libgmp10 libgmpxx4 libidn2-0 libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make nettle parted which
    If you do not wish to distribute GPLv3 components please removethe above packages prior to distribution.  This can be done usingthe 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.
     _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login:  _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login: [  129.246379] NET: Registered protocol family 15[  129.283264] Initializing XFRM netlink socket[  316.466648] EXT4-fs (mmcblk1p2): error count since last fsck: 2[  316.472561] EXT4-fs (mmcblk1p2): initial error at time 1585551311: ext4_journal_check_start:61[  316.481158] EXT4-fs (mmcblk1p2): last error at time 1585551311: ext4_journal_check_start:61
    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')Trying to boot from MMC2Loading Environment from MMC... *** Warning - No MMC card found, using default environment
    Remoteproc 2 started successfully** File not found /lib/firmware/j7-mcu-r5f0_0-fw **Starting ATF on ARM64 core...
    NOTICE:  BL31: v2.2(release):ti2019.05-rc1NOTICE:  BL31: Built : 09:32:00, Feb 17 2020I/TC: I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64I/TC: Initialized
    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)Detected: J7X-BASE-CPB rev E3Detected: J7X-VSC8514-ETH rev E2Trying to boot from MMC2

    U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
    SoC:   J721E PG 1.0Model: Texas Instruments K3 J721E SoCBoard: J721EX-PM2-SOM rev E6DRAM:  4 GiBFlash: 0 BytesMMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1Loading Environment from MMC... OKIn:    serial@2800000Out:   serial@2800000Err:   serial@2800000Detected: J7X-BASE-CPB rev E3Detected: J7X-VSC8514-ETH rev E2Net:   Warning: ethernet@046000000 using MAC address from ROMeth0: ethernet@046000000Hit any key to stop autoboot:  2  1  0 switch to partitions #0, OKmmc1 is current deviceSD/MMC found on device 1** Unable to read file boot.scr **0 bytes read in 1 ms (0 Bytes/s)Loaded env from uEnv.txtImporting environment from mmc1 ...13338632 bytes read in 287 ms (44.3 MiB/s)98400 bytes read in 4 ms (23.5 MiB/s)## Flattened Device Tree blob at 82000000   Booting using the fdt blob at 0x82000000   Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK
    Starting kernel ...
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080][    0.000000] Linux version 4.19.73-g0cabba2b47 (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 Thu Dec 12 21:54:30 UTC 2019[    0.000000] Machine model: Texas Instruments K3 J721E SoC[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')[    0.000000] bootconsole [ns16550a0] enabled[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB[    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB[    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool[    0.000000] cma: Reserved 512 MiB at 0x00000000c0000000[    0.000000] psci: probing for conduit method from DT.[    0.000000] psci: PSCIv1.1 detected in firmware.[    0.000000] psci: Using standard PSCI v0.2 function IDs[    0.000000] psci: Trusted OS migration not required[    0.000000] psci: SMC Calling Convention v1.1[    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0[    0.000000] percpu: Embedded 2 pages/cpu s52632 r8192 d70248 u131072[    0.000000] Detected PIPT I-cache on CPU0[    0.000000] CPU features: enabling workaround for EL2 vector hardening[    0.000000] Speculative Store Bypass Disable mitigation not required[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 62339[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=846e268c-02 rw rootfstype=ext4 rootwait[    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)[    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)[    0.000000] software IO TLB: mapped [mem 0xf9da0000-0xfdda0000] (64MB)[    0.000000] Memory: 3377664K/3993600K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 642K bss, 91648K reserved, 524288K cma-reserved)[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1[    0.000000] rcu: Preemptible hierarchical RCU implementation.[    0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.[    0.000000] Tasks RCU enabled.[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode[    0.000000] GICv3: Distributor has no Range Selector support[    0.000000] GICv3: no VLPI support, no direct LPI support[    0.000000] ITS [mem 0x01820000-0x0182ffff][    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS[    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0)[    0.000000] ITS: using cache flushing for cmd queue[    0.000000] GIC: using LPI property table @0x00000008c00a0000[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000[    0.000000] CPU0: using LPI pending table @0x00000008c00b0000[    0.000000] GIC: using cache flushing for LPI property table[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns[    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns[    0.008345] Console: colour dummy device 80x25[    0.012899] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)[    0.023568] pid_max: default: 32768 minimum: 301[    0.028308] Security Framework initialized[    0.032511] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)[    0.039364] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)[    0.070697] ASID allocator initialised with 32768 entries[    0.084224] rcu: Hierarchical SRCU implementation.[    0.097166] Platform MSI: gic-its@1820000 domain created[    0.102698] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created[    0.120133] smp: Bringing up secondary CPUs ...[    0.157034] Detected PIPT I-cache on CPU1[    0.157050] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000[    0.157078] CPU1: using LPI pending table @0x00000008c0310000[    0.157100] CPU1: Booted secondary processor 0x0000000001 [0x411fd080][    0.157142] smp: Brought up 1 node, 2 CPUs[    0.184979] SMP: Total of 2 processors activated.[    0.189789] CPU features: detected: GIC system register CPU interface[    0.196370] CPU features: detected: 32-bit EL0 Support[    0.201851] CPU: All CPU(s) started at EL2[    0.206038] alternatives: patching kernel code[    0.211006] devtmpfs: initialized[    0.218626] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns[    0.228593] futex hash table entries: 512 (order: -1, 32768 bytes)[    0.235300] pinctrl core: initialized pinctrl subsystem[    0.240961] NET: Registered protocol family 16[    0.245841] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))[    0.253404] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[    0.262568] DMA: preallocated 256 KiB pool for atomic allocations[    0.275809] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages[    0.282662] HugeTLB registered 512 MiB page size, pre-allocated 0 pages[    0.290062] cryptd: max_cpu_qlen set to 1000[    0.298862] vsys_3v3: supplied by evm_12v0[    0.303122] vsys_5v0: supplied by evm_12v0[    0.307645] SCSI subsystem initialized[    0.311693] media: Linux media interface: v0.10[    0.316328] videodev: Linux video capture interface: v2.00[    0.321941] pps_core: LinuxPPS API ver. 1 registered[    0.327010] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[    0.336347] PTP clock support registered[    0.340356] EDAC MC: Ver: 3.0.0[    0.344168] Advanced Linux Sound Architecture Driver Initialized.[    0.350712] clocksource: Switched to clocksource arch_sys_counter[    0.357002] VFS: Disk quotas dquot_6.6.0[    0.361050] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)[    0.370454] NET: Registered protocol family 2[    0.375155] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)[    0.383206] TCP established hash table entries: 32768 (order: 2, 262144 bytes)[    0.390691] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)[    0.397669] TCP: Hash tables configured (established 32768 bind 32768)[    0.404400] UDP hash table entries: 2048 (order: 0, 65536 bytes)[    0.410581] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)[    0.417247] NET: Registered protocol family 1[    0.421918] RPC: Registered named UNIX socket transport module.[    0.427970] RPC: Registered udp transport module.[    0.432774] RPC: Registered tcp transport module.[    0.437577] RPC: Registered tcp NFSv4.1 backchannel transport module.[    0.444404] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available[    0.454029] Initialise system trusted keyrings[    0.458637] workingset: timestamp_bits=46 max_order=16 bucket_order=0[    0.466639] squashfs: version 4.0 (2009/01/31) Phillip Lougher[    0.472792] NFS: Registering the id_resolver key type[    0.477959] Key type id_resolver registered[    0.482232] Key type id_legacy registered[    0.486329] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[    0.493227] 9p: Installing v9fs 9p2000 file system support[    0.500274] Key type asymmetric registered[    0.504463] Asymmetric key parser 'x509' registered[    0.509464] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)[    0.517024] io scheduler noop registered[    0.521030] io scheduler deadline registered[    0.525434] io scheduler cfq registered (default)[    0.530241] io scheduler mq-deadline registered[    0.534867] io scheduler kyber registered[    0.539734] pinctrl-single 4301c000.pinmux: 94 pins, size 376[    0.545804] pinctrl-single 11c000.pinmux: 173 pins, size 692[    0.551954] pinctrl-single a40000.timesync_router: 512 pins, size 2048[    0.560856] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages[    0.567280] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory[    0.574941] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages[    0.581353] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory[    0.588983] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages[    0.595394] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory[    0.603026] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages[    0.609348] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory[    0.616974] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages[    0.623297] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory[    0.632165] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled[    0.643329] brd: module loaded[    0.649068] loop: module loaded[    0.653328] libphy: Fixed MDIO Bus: probed[    0.657663] tun: Universal TUN/TAP device driver, 1.6[    0.663042] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k[    0.671048] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.[    0.677114] sky2: driver version 1.30[    0.681380] VFIO - User Level meta-driver version: 0.3[    0.686965] i2c /dev entries driver[    0.690953] sdhci: Secure Digital Host Controller Interface driver[    0.697267] sdhci: Copyright(c) Pierre Ossman[    0.701894] sdhci-pltfm: SDHCI platform and OF driver helper[    0.708104] ledtrig-cpu: registered to indicate activity on CPUs[    0.714922] optee: probing for conduit method from DT.[    0.720181] optee: revision 3.7 (5208e5c1)[    0.720279] optee: initialized driver[    0.728880] NET: Registered protocol family 17[    0.733479] 9pnet: Installing 9P2000 support[    0.737857] Key type dns_resolver registered[    0.742418] registered taskstats version 1[    0.746602] Loading compiled-in X.509 certificates[    0.755809] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')[    0.780673] random: fast init done[    0.820408] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz[    0.826328] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz[    0.832279] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz[    0.838282] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator[    0.845686] pca953x 3-0020: Linked as a consumer to regulator.0[    0.875247] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator[    0.882658] pca953x 3-0022: Linked as a consumer to regulator.0[    0.889530] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low[    0.896254] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high[    0.902815] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz[    0.908808] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz[    0.914676] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz[    0.920577] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator[    0.927979] pca953x 6-0020: Linked as a consumer to regulator.0[    0.955373] GPIO line 464 (CODEC_RSTz) hogged as output/high[    0.961288] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz[    0.967148] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz[    0.973002] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz[    0.978913] pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator[    0.986314] pca953x 9-0020: Linked as a consumer to regulator.0[    1.015126] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz[    1.029931] cdns-dp-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps[    1.038132] cdns-pcie-host d000000.pcie: missing "mem"[    1.043719] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0[    2.053093] cdns-pcie-host d000000.pcie: Phy link never came up[    2.059147] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges:[    2.069117] cdns-pcie-host d000000.pcie:    IO 0x10001000..0x10010fff -> 0x10001000[    2.076948] cdns-pcie-host d000000.pcie:   MEM 0x10011000..0x17ffffff -> 0x10011000[    2.084831] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00[    2.091593] pci_bus 0000:00: root bus resource [bus 00-0f][    2.097199] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])[    2.106890] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff][    2.113940] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    2.123811] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    2.133701] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits[    2.143663] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits[    2.153651] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits[    2.165302] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    2.173490] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits[    2.183450] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits[    2.193409] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits[    2.203367] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits[    2.214801] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits[    2.224768] pci 0000:00:00.0: PCI bridge to [bus 01][    2.230221] cdns-pcie-host d800000.pcie: missing "mem"[    2.235876] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1[    3.245248] cdns-pcie-host d800000.pcie: Phy link never came up[    3.251301] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges:[    3.261268] cdns-pcie-host d800000.pcie:    IO 0x18001000..0x18010fff -> 0x18001000[    3.269098] cdns-pcie-host d800000.pcie:   MEM 0x18011000..0x1fffffff -> 0x18011000[    3.276973] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00[    3.283734] pci_bus 0001:00: root bus resource [bus 00-0f][    3.289339] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])[    3.299207] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff][    3.307918] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    3.317684] pci 0001:00:00.0: PCI bridge to [bus 01][    3.323099] cdns-pcie-host e000000.pcie: missing "mem"[    3.328686] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2[    4.338058] cdns-pcie-host e000000.pcie: Phy link never came up[    4.344111] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges:[    4.354078] cdns-pcie-host e000000.pcie:    IO 0x4400001000..0x4400010fff -> 0x00001000[    4.362265] cdns-pcie-host e000000.pcie:   MEM 0x4400011000..0x4407ffffff -> 0x00011000[    4.370496] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00[    4.377257] pci_bus 0002:00: root bus resource [bus 00-0f][    4.382863] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])[    4.392110] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])[    4.404531] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring[    4.414275] pci 0002:00:00.0: PCI bridge to [bus 01][    4.419757] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235[    4.429631] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled[    4.436390] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64[    4.444060] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211[    4.454200] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled[    4.460959] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64[    4.468568] omap8250 40a00000.serial: PM domain pd:149 will not be powered off[    4.476084] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250[    4.485184] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250[    4.493920] console [ttyS2] enabled[    4.493920] console [ttyS2] enabled[    4.500953] bootconsole [ns16550a0] disabled[    4.500953] bootconsole [ns16550a0] disabled[    4.509838] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250[    4.518624] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 21, base_baud = 3000000) is a 8250[    4.527342] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)[    4.536073] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs[    4.545697] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled[    4.556207] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled[    4.566361] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled[    4.576602] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled[    4.587409] scsi host0: ufshcd[    4.601232] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)[    4.607411] 7 cmdlinepart partitions found on MTD device 47040000.spi.0[    4.614010] Creating 7 MTD partitions on "47040000.spi.0":[    4.616296] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0[    4.619484] 0x000000000000-0x000000080000 : "ospi.tiboot3"[    4.637561] 0x000000080000-0x000000280000 : "ospi.tispl"[    4.643057] 0x000000280000-0x000000680000 : "ospi.u-boot"[    4.648626] 0x000000680000-0x0000006a0000 : "ospi.env"[    4.652105] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2[    4.665421] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0[    4.676671] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"[    4.682543] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6[    4.691027] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"[    4.691258] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6[    4.696533] 0x000000800000-0x000004000000 : "ospi.rootfs"[    4.710239] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found[    4.826792] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517[    4.834291] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)[    4.854804] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517[    4.862054] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22[    4.869105] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2[    4.880519] UDMA has not been proped[    4.884093] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517[    4.892498] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0[    4.900972] mmc0: Unknown controller version (4). You may experience problems.[    4.908216] mmc0: CQHCI version 5.10[    4.942488] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit[    4.956295] vdd_mmc1: supplied by vsys_3v3[    4.960803] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator[    4.968039] pca953x 4-0020: Linked as a consumer to regulator.0[    4.995384] GPIO line 448 (DP0_PWR_SW_EN) hogged as output/high[    5.001959] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100[    5.008850] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100[    5.015770] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100[    5.022689] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100[    5.029596] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100[    5.038364] mmc0: Command Queue Engine enabled[    5.042808] mmc0: new HS400 MMC card at address 0001[    5.048116] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [    5.052879] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB[    5.059036] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB[    5.065021] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0)[    5.368401] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96)[    5.377988] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300)[    5.390788] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)[    5.396965] 7 cmdlinepart partitions found on MTD device 47040000.spi.0[    5.403566] Creating 7 MTD partitions on "47040000.spi.0":[    5.409042] 0x000000000000-0x000000080000 : "ospi.tiboot3"[    5.414762] 0x000000080000-0x000000280000 : "ospi.tispl"[    5.420271] 0x000000280000-0x000000680000 : "ospi.u-boot"[    5.425840] 0x000000680000-0x0000006a0000 : "ospi.env"[    5.431167] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"[    5.437083] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"[    5.442564] 0x000000800000-0x000004000000 : "ospi.rootfs"[    5.450108] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)[    5.457843] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22[    5.464897] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2[    5.482420] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48[    5.492956] pps pps0: new PPS source ptp1[    5.497041] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1[    5.505985] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4[    5.513190] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64[    5.558719] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000[    5.566879] libphy: 46000000.ethernet: probed[    5.572461] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4[    5.579343] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5[    5.586232] mmc1: Unknown controller version (4). You may experience problems.[    5.593475] mmc1: CQHCI version 5.10[    5.627273] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit[    5.644632] input: gpio-keys as /devices/platform/gpio-keys/input/input0[    5.651543] hctosys: unable to open rtc device (rtc0)[    5.677491] vdd_mmc1: disabling[    5.680628] ALSA device list:[    5.683587]   No soundcards found.[    5.687194] Waiting for root device PARTUUID=846e268c-02...[    7.024593] mmc1: new ultra high speed DDR50 SDHC card at address 59b4[    7.031637] mmcblk1: mmc1:59b4 USD   29.5 GiB [    7.042242]  mmcblk1: p1 p2[    7.100689] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended[    7.113279] EXT4-fs (mmcblk1p2): recovery complete[    7.121473] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)[    7.129562] VFS: Mounted root (ext4 filesystem) on device 179:98.[    7.141181] devtmpfs: mounted[    7.144315] Freeing unused kernel memory: 576K[    7.148762] Run /sbin/init as init process[    7.339384] systemd[1]: System time before build time, advancing clock.[    7.409037] NET: Registered protocol family 10[    7.413818] Segment Routing with IPv6[    7.440531] 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)[    7.461947] systemd[1]: Detected architecture arm64.
    Welcome to Arago 2019.09!
    [    7.492258] systemd[1]: Set hostname to <j7-evm>.[    7.617117] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.631541] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.[    7.651296] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.665360] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.[    7.680992] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.695235] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.[    7.710947] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway.[    7.848825] random: systemd: uninitialized urandom read (16 bytes read)[  OK  ] Listening on udev Control Socket.[    7.866805] random: systemd: uninitialized urandom read (16 bytes read)[  OK  ] Started Dispatch Password Requests to Console Directory Watch.[    7.890804] random: systemd: uninitialized urandom read (16 bytes read)[  OK  ] Listening on Network Service Netlink Socket.[  OK  ] Created slice User and Session Slice.[  OK  ] Listening on Process Core Dump Socket.[  OK  ] Created slice system-getty.slice.[  OK  ] Reached target Slices.[  OK  ] Listening on Journal Socket.         Mounting POSIX Message Queue File System...         Starting Create list of required st…ce nodes for the current kernel...         Mounting Kernel Debug File System...[  OK  ] Reached target Remote File Systems.[  OK  ] Started Forward Password Requests to Wall Directory Watch.[  OK  ] Listening on udev Kernel Socket.         Starting udev Coldplug all Devices...[  OK  ] Listening on Syslog Socket.[  OK  ] Listening on Journal Socket (/dev/log).         Starting Journal Service...[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.[  OK  ] Reached target Paths.[  OK  ] Reached target Swap.         Starting Load Kernel Modules...[    8.190277] cmemk: loading out-of-tree module taints kernel.[  OK  ] Listening on initctl Compatibility Named Pipe[    8.196991] CMEMK module: reference Linux version 4.19.73.[    8.207508] no physical memory specified[    8.211461] cmemk initialized[    8.220901] cryptodev: driver 1.9 loaded.         Starting Remount Root and Kernel File Systems...         Mounting Temporary Directory (/tmp)...[    8.243412] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)         Mounting Huge Pages File System...[  OK  ] Created slice system-serial\x2dgetty.slice.[  OK  ] Started Journal Service.[  OK  ] Mounted POSIX Message Queue File System.[  OK  ] Started Create list of required sta…vice nodes for the current kernel.[  OK  ] Mounted Kernel Debug File System.[  OK  ] Started Load Kernel Modules.[  OK  ] Started Remount Root and Kernel File Systems.[  OK  ] Mounted Temporary Directory (/tmp).[  OK  ] Mounted Huge Pages 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 udev Coldplug all Devices.[  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).[  OK  ] Reached target Containers.         Mounting /var/volatile...         Mounting /media/ram...         Starting udev Kernel Device Manager...[  OK  ] Mounted /var/volatile.[  OK  ] Mounted /media/ram.[    8.599275] systemd-journald[150]: 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.[  OK  ] Started udev Kernel Device Manager.[  OK  ] Started Load/Save Random Seed.         Starting Create Volatile Files and Directories...[  OK  ] Started Create Volatile Files and Directories.         Starting Network Service...         Starting Network Time Synchronization...         Starting Update UTMP about System Boot/Shutdown...[  OK  ] Started Update UTMP about System Boot/Shutdown.[  OK  ] Started Network Service.         Starting Network Name Resolution...         Starting Wait for Network to be Configured...[  OK  ] Found device /dev/ttyS2.[    8.825338] pcm3168a 6-0044: Linked as a consumer to regulator.2[    8.846584] pcm3168a 6-0044: Linked as a consumer to regulator.3[  OK  ] Started Network Time Synchronization.[  OK  ] Reached target System Initialization.[  OK  ] Listening on RPCbind Server Activation Socket.[    8.924983] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000[  OK  ] Listening on D-Bus System Message Bus Socket[    8.941328] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode.[    8.954496] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device[  OK  ] [    8.963902] remoteproc remoteproc0: 4d80800000.dsp is availableListening on Avahi mDNS/DNS-SD Stack Activation Socket.[    8.973782] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000[    8.990270] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode[    8.997941] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device[    9.005712] remoteproc remoteproc1: 4d81800000.dsp is available[    9.012926] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000[    9.022163] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode[    9.031963] remoteproc remoteproc2: 64800000.dsp is available[  OK  ] Listening on dropbear.socket.[    9.060092] iommu: Adding device 0000:00:00.0 to group 0[    9.067968] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.076760] tidss 4a00000.dss: dispc7_wb_find_free_ovr: found ovr vp2 (1)[    9.083561] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).[  OK  ] Reached target Sockets.[    9.092912] pci_generic_config_write32: 29 callbacks suppressed[    9.092917] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    [    9.110623] [drm] No driver support for vblank timestamp query.[  OK  ] Reached target Basic System.[    9.119371] remoteproc remoteproc0: powering up 4d80800000.dsp
    [    9.128714] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0[    9.138744] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016[    9.146271] remoteproc remoteproc1: powering up 4d81800000.dsp[    9.146277] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016[    9.146333] [drm] Cannot find any crtc or sizes[    9.147417] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000[    9.148369] virtio_rpmsg_bus virtio0: rpmsg host is online[  OK  ] Started irqbalance daemon.[    9.182753] remoteproc remoteproc1: registered virtio0 (type 7)[    9.189658] iommu: Adding device 0001:00:00.0 to group 1[    9.195900] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000[    9.204777] virtio_rpmsg_bus virtio1: rpmsg host is online[    9.214959] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up[    9.223602] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.231110] remoteproc remoteproc0: registered virtio1 (type 7)[    9.237066] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up[    9.244667] [drm] Cannot find any crtc or sizes[    9.249238] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd[    9.256811] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    9.259863] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd[    9.277889] iommu: Adding device 0002:00:00.0 to group 2[    9.284110] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.292148] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    9.301929] [drm] Cannot find any crtc or sizes[  OK  ] Started TEE Supplicant.         Starting rc.pvr.service...         Starting RPC Bind Service...[  OK  ] Started Kernel Logging Service.[    9.447856] remoteproc remoteproc2: powering up 64800000.dsp[    9.453563] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352[    9.463772] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8200000[    9.475450] virtio_rpmsg_bus virtio2: rpmsg host is online[    9.487866] remoteproc remoteproc2: registered virtio2 (type 7)[    9.494850] remoteproc remoteproc2: remote processor 64800000.dsp is now up[  OK  ] Started Periodic Command Scheduler.[    9.504683] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd[    9.518336] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.525284] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits         Starting Print notice about GPLv3 packages...[    9.537386] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits         Starting Reboot and dump vmcore via kexec...         Starting Login Service...[  OK  ] Started D-Bus System Message Bus.[  OK  ] Started System Logging Service.[  OK  ] Started Daily Cleanup of Temporary Directories.[  OK  ] Started Job spooling tools.[[    9.610383] ntb_hw_epf 0000:00:00.0: Cannot set DMA mask  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  ] Found device /dev/ttyS1.         Starting Avahi mDNS/DNS-SD Stack...[  OK  ] Reached target Host and Network Name Lookups.[  OK  ] Reache[    9.657282] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bitsd target Network.         Starting Permit User Sessions...[    9.674004] ntb_hw_epf 0000:00:00.0: Failed to init PCI[    9.679292] ntb_hw_epf: probe of 0000:00:00.0 failed with error -5[    9.688386] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.696049] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL)[    9.707467] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    9.719568] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready[    9.733070] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    9.744022] ntb_hw_epf 0001:00:00.0: Cannot set DMA mask[    9.769747] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits[    9.782799] ntb_hw_epf 0001:00:00.0: Failed to init PCI[    9.795018] ntb_hw_epf: probe of 0001:00:00.0 failed with error -5[    9.801771] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22[    9.808732] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits[    9.818656] ntb_hw_epf 0002:00:00.0: Cannot set DMA mask[    9.825798] ntb_hw_epf 0002:00:00.0: Failed to init PCI[    9.834760] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu[    9.842595] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu[    9.850313] PVR_K:  369: Read BVNC 22.104.208.318 from HW device registers[    9.858027] ntb_hw_epf: probe of 0002:00:00.0 failed with error -5[    9.864336] PVR_K:  369: RGX Device initialised with BVNC 22.104.208.318[    9.871486] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1[    9.948064] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores[    9.982556] platform 41000000.r5f: configured R5F for remoteproc mode[   10.005098] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000[   10.033236] remoteproc remoteproc3: 41000000.r5f is available[   10.041200] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2[   10.050293] remoteproc remoteproc3: powering up 41000000.r5f[   10.054404] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores[   10.056167] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2[   10.074081] remoteproc remoteproc3: request_firmware failed: -2[   10.080857] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)[   10.094041] platform 5c00000.r5f: configured R5F for IPC-only mode[   10.101408] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000[   10.119172] remoteproc remoteproc4: 5c00000.r5f is available[   10.126532] platform 5d00000.r5f: configured R5F for remoteproc mode[   10.138626] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok[   10.147361] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000[   10.155627] remoteproc remoteproc4: powering up 5c00000.r5f[   10.161377] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832[   10.169206] platform 5c00000.r5f: R5F core initialized in IPC-only mode[   10.176499] virtio_rpmsg_bus virtio3: rpmsg host is online[   10.181297] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd[   10.182040] remoteproc remoteproc4: registered virtio3 (type 7)[   10.197296] remoteproc remoteproc5: 5d00000.r5f is available[   10.201030] remoteproc remoteproc4: remote processor 5c00000.r5f is now up[   10.212424] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok[   10.220886] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores[   10.237914] platform 5e00000.r5f: configured R5F for remoteproc mode[   10.255119] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000[   10.270131] remoteproc remoteproc6: 5e00000.r5f is available[   10.289438] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2[   10.301008] remoteproc remoteproc6: powering up 5e00000.r5f[   10.309946] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2[   10.324252] remoteproc remoteproc6: request_firmware failed: -2[   10.351172] remoteproc remoteproc5: powering up 5d00000.r5f[   10.357139] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288[  OK  ] Started Login Service.[  OK  ] Started rc.pvr.service.[  OK  ] Started RPC Bind Service.[  OK  ] Started Permit User Sessions.[   10.401162] remoteproc remoteproc5: bad phdr da 0xadfe0000 mem 0x1a8[   10.422738] remoteproc remoteproc5: Failed to load program segments: -22[  OK  ] Started Avahi mDNS/DNS-SD Stack.[  OK  ] Started Getty on tty1.[  OK  ] Started Serial Getty on ttyS1.[  OK  ] Started Serial Getty on ttyS2.[  OK  ] Reached target Login Prompts.         Starting Synchronize System and HW clocks...[  OK  ] Started NFS status monitor for NFSv2/3 locking..         Starting weston.service...[FAILED] Failed to start Synchronize System and HW clocks.See 'systemctl status sync-clocks.service' for details.[   10.738348] random: crng init done[   10.743496] random: 7 urandom warning(s) missed due to ratelimiting[   10.749916] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c[   10.757214] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down[  OK  ] Started weston.service.[   10.852535] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)[   10.904045] remoteproc remoteproc7: b034000.pru is available[   10.913064] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.[   10.923963] remoteproc remoteproc8: b004000.rtu is available[   10.932785] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully[   10.932889] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)[   10.941074] remoteproc remoteproc9: b00a000.txpru is available         Starting Save/Restore Sound Card State...         Starting telnetd.service...[   10.962564] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully[   10.972252] remoteproc remoteproc10: b038000.pru is available[   10.979590] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully[   10.987597] remoteproc remoteproc11: b006000.rtu is available[   10.987622] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully[   10.987841] remoteproc remoteproc12: b00c000.txpru is available[   11.006842] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully[[   11.015029] remoteproc remoteproc13: b134000.pru is available[   11.020805] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully[   11.028621] remoteproc remoteproc14: b104000.rtu is available  OK  [   11.034420] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully] Started telnetd.service.[   11.044276] remoteproc remoteproc15: b10a000.txpru is available[   11.051870] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully[   11.052363] remoteproc remoteproc16: b138000.pru is available[   11.052389] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully[   11.052650] remoteproc remoteproc17: b106000.rtu is available[   11.052667] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully[   11.052863] remoteproc remoteproc18: b10c000.txpru is available[   11.052882] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully         Starting thttpd.service...[  OK  ] Started thttpd.service.[   11.174345] usbcore: registered new interface driver usbfs[   11.179871] usbcore: registered new interface driver hub[   11.185668] usbcore: registered new device driver usb[   11.221966] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller[   11.227523] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1[   11.236729] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010[   11.246607] xhci-hcd xhci-hcd.2.auto: irq 324, io mem 0x06410000[   11.253126] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19[   11.261634] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[   11.269084] usb usb1: Product: xHCI Host Controller[   11.274183] usb usb1: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd[   11.280903] usb usb1: SerialNumber: xhci-hcd.2.auto[   11.286224] hub 1-0:1.0: USB hub found[   11.290547] hub 1-0:1.0: 1 port detected[   11.295405] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller[   11.301365] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2[   11.309528] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed[   11.316480] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.[   11.324829] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19[   11.333366] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[   11.340816] usb usb2: Product: xHCI Host Controller[   11.345892] usb usb2: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd[   11.352665] usb usb2: SerialNumber: xhci-hcd.2.auto[   11.358036] hub 2-0:1.0: USB hub found[   11.362299] hub 2-0:1.0: 1 port detected[  OK  ] Created slice system-systemd\x2dfsck.slice.[   11.630740] usb 1-1: new high-speed USB device number 2 using xhci-hcd[   11.787010] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00[   11.795257] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1[   11.803093] usb 1-1: SerialNumber: 560018712D73[   11.808600] hub 1-1:1.0: USB hub found[   11.813029] hub 1-1:1.0: 4 ports detected[  OK  ] Found device /dev/mmcblk1p1.         Starting File System Check on /dev/mmcblk1p1...[  OK  ] Started Save/Restore Sound Card State.[  OK  ] Reached target Sound Card.[  OK  ] Started File System Check on /dev/mmcblk1p1.         Mounting /run/media/mmcblk1p1...[  OK  ] Mounted /run/media/mmcblk1p1.******************************************************************************************************************************NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils coreutils-dev coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp-dev libgmp10 libgmpxx4 libidn2-0 libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make nettle parted which
    If you do not wish to distribute GPLv3 components please removethe above packages prior to distribution.  This can be done usingthe 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.
     _____                    _____           _         _   |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _||__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                |___|                    |___|            
    Arago Project http://arago-project.org j7-evm ttyS2
    Arago 2019.09 j7-evm ttyS2
    j7-evm login: rootroot@j7-evm:~# cd /opt/vision_apps/root@j7-evm:/opt/vision_apps# source ./vision_apps_init.sh root@j7-evm:/opt/vision_apps# APP_LOG: Mapping 0xac000000 ...APP_LOG: Mapped 0xac000000 -> (nil) of size 262144 bytes APP_LOG: ERROR: Unable to map memory @ 0xac000000 of size 262144 bytes !!!

  • Hi,

    I am attaching the log file, as it is not clear in the above post.

    1348.teraterm.log
    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:46:23 +0000)
    SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
    Trying to boot from MMC2
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment
    
    Remoteproc 2 started successfully
    ** File not found /lib/firmware/j7-mcu-r5f0_0-fw **
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.2(release):ti2019.05-rc1
    NOTICE:  BL31: Built : 09:32:00, Feb 17 2020
    I/TC: 
    I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Mon Feb 17 09:40:16 UTC 2020 aarch64
    I/TC: Initialized
    
    U-Boot SPL 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    Trying to boot from MMC2
    
    
    U-Boot 2019.01-g350f3927b8 (Feb 17 2020 - 09:48:06 +0000)
    
    SoC:   J721E PG 1.0
    Model: Texas Instruments K3 J721E SoC
    Board: J721EX-PM2-SOM rev E6
    DRAM:  4 GiB
    Flash: 0 Bytes
    MMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1
    Loading Environment from MMC... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    Net:   
    Warning: ethernet@046000000 using MAC address from ROM
    eth0: ethernet@046000000
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    ** Unable to read file boot.scr **
    0 bytes read in 0 ms
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    13338632 bytes read in 287 ms (44.3 MiB/s)
    98400 bytes read in 4 ms (23.5 MiB/s)
    ## Flattened Device Tree blob at 82000000
       Booting using the fdt blob at 0x82000000
       Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 4.19.73-g0cabba2b47 (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 Thu Dec 12 21:54:30 UTC 2019
    [    0.000000] Machine model: Texas Instruments K3 J721E SoC
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] bootconsole [ns16550a0] enabled
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 512 MiB at 0x00000000c0000000
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.1
    [    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0
    [    0.000000] percpu: Embedded 2 pages/cpu s52632 r8192 d70248 u131072
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: enabling workaround for EL2 vector hardening
    [    0.000000] Speculative Store Bypass Disable mitigation not required
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 62339
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=846e268c-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)
    [    0.000000] software IO TLB: mapped [mem 0xf9da0000-0xfdda0000] (64MB)
    [    0.000000] Memory: 3377664K/3993600K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 642K bss, 91648K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
    [    0.000000] 	Tasks RCU enabled.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: no VLPI support, no direct LPI support
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GIC: using LPI property table @0x00000008c00a0000
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] CPU0: using LPI pending table @0x00000008c00b0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008346] Console: colour dummy device 80x25
    [    0.012899] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023568] pid_max: default: 32768 minimum: 301
    [    0.028308] Security Framework initialized
    [    0.032511] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)
    [    0.039366] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)
    [    0.070699] ASID allocator initialised with 32768 entries
    [    0.084225] rcu: Hierarchical SRCU implementation.
    [    0.097166] Platform MSI: gic-its@1820000 domain created
    [    0.102697] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [    0.120131] smp: Bringing up secondary CPUs ...
    [    0.157030] Detected PIPT I-cache on CPU1
    [    0.157045] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.157073] CPU1: using LPI pending table @0x00000008c0310000
    [    0.157096] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.157139] smp: Brought up 1 node, 2 CPUs
    [    0.184976] SMP: Total of 2 processors activated.
    [    0.189785] CPU features: detected: GIC system register CPU interface
    [    0.196367] CPU features: detected: 32-bit EL0 Support
    [    0.201852] CPU: All CPU(s) started at EL2
    [    0.206040] alternatives: patching kernel code
    [    0.211021] devtmpfs: initialized
    [    0.218730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.228694] futex hash table entries: 512 (order: -1, 32768 bytes)
    [    0.235389] pinctrl core: initialized pinctrl subsystem
    [    0.241054] NET: Registered protocol family 16
    [    0.245935] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
    [    0.253499] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.262641] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.275891] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.282743] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.290145] cryptd: max_cpu_qlen set to 1000
    [    0.298946] vsys_3v3: supplied by evm_12v0
    [    0.303208] vsys_5v0: supplied by evm_12v0
    [    0.307733] SCSI subsystem initialized
    [    0.311786] media: Linux media interface: v0.10
    [    0.316422] videodev: Linux video capture interface: v2.00
    [    0.322035] pps_core: LinuxPPS API ver. 1 registered
    [    0.327104] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.336440] PTP clock support registered
    [    0.340450] EDAC MC: Ver: 3.0.0
    [    0.344251] Advanced Linux Sound Architecture Driver Initialized.
    [    0.350790] clocksource: Switched to clocksource arch_sys_counter
    [    0.357080] VFS: Disk quotas dquot_6.6.0
    [    0.361129] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.370548] NET: Registered protocol family 2
    [    0.375248] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)
    [    0.383299] TCP established hash table entries: 32768 (order: 2, 262144 bytes)
    [    0.390782] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)
    [    0.397848] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.404576] UDP hash table entries: 2048 (order: 0, 65536 bytes)
    [    0.410759] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
    [    0.417429] NET: Registered protocol family 1
    [    0.426105] RPC: Registered named UNIX socket transport module.
    [    0.432159] RPC: Registered udp transport module.
    [    0.436963] RPC: Registered tcp transport module.
    [    0.441766] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.448583] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.458215] Initialise system trusted keyrings
    [    0.462831] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.470847] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.476998] NFS: Registering the id_resolver key type
    [    0.482167] Key type id_resolver registered
    [    0.486439] Key type id_legacy registered
    [    0.490537] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.497435] 9p: Installing v9fs 9p2000 file system support
    [    0.504535] Key type asymmetric registered
    [    0.508723] Asymmetric key parser 'x509' registered
    [    0.513723] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.521283] io scheduler noop registered
    [    0.525289] io scheduler deadline registered
    [    0.529689] io scheduler cfq registered (default)
    [    0.534496] io scheduler mq-deadline registered
    [    0.539122] io scheduler kyber registered
    [    0.543984] pinctrl-single 4301c000.pinmux: 94 pins, size 376
    [    0.550061] pinctrl-single 11c000.pinmux: 173 pins, size 692
    [    0.556204] pinctrl-single a40000.timesync_router: 512 pins, size 2048
    [    0.565090] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.571511] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory
    [    0.579172] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.585585] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory
    [    0.593214] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.599626] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory
    [    0.607256] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.613577] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory
    [    0.621205] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.627528] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory
    [    0.636395] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.647551] brd: module loaded
    [    0.653303] loop: module loaded
    [    0.657563] libphy: Fixed MDIO Bus: probed
    [    0.661901] tun: Universal TUN/TAP device driver, 1.6
    [    0.667279] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [    0.675285] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.681350] sky2: driver version 1.30
    [    0.685618] VFIO - User Level meta-driver version: 0.3
    [    0.691201] i2c /dev entries driver
    [    0.695190] sdhci: Secure Digital Host Controller Interface driver
    [    0.701506] sdhci: Copyright(c) Pierre Ossman
    [    0.706134] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.712347] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.719165] optee: probing for conduit method from DT.
    [    0.724429] optee: revision 3.7 (5208e5c1)
    [    0.724527] optee: initialized driver
    [    0.733127] NET: Registered protocol family 17
    [    0.737725] 9pnet: Installing 9P2000 support
    [    0.742105] Key type dns_resolver registered
    [    0.746656] registered taskstats version 1
    [    0.750843] Loading compiled-in X.509 certificates
    [    0.760057] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
    [    0.784928] random: fast init done
    [    0.824718] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.830636] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.836590] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.842598] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
    [    0.850004] pca953x 3-0020: Linked as a consumer to regulator.0
    [    0.879328] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
    [    0.886737] pca953x 3-0022: Linked as a consumer to regulator.0
    [    0.893610] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
    [    0.900334] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
    [    0.906897] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.912890] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.918758] omap_i2c 2020000.i2c: bus 5 rev0.12 at 100 kHz
    [    0.924654] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator
    [    0.932055] pca953x 6-0020: Linked as a consumer to regulator.0
    [    0.959452] GPIO line 464 (CODEC_RSTz) hogged as output/high
    [    0.965371] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
    [    0.971228] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
    [    0.977083] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
    [    0.983001] pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator
    [    0.990401] pca953x 9-0020: Linked as a consumer to regulator.0
    [    1.019204] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
    [    1.034086] cdns-dp-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps
    [    1.042281] cdns-pcie-host d000000.pcie: missing "mem"
    [    1.047869] cdns-pcie-host d000000.pcie: Linked as a consumer to phy-5000000.serdes.0
    [    2.054825] cdns-pcie-host d000000.pcie: Phy link never came up
    [    2.060879] cdns-pcie-host d000000.pcie: host bridge /interconnect@100000/pcie@2900000/pcie@d000000 ranges:
    [    2.070848] cdns-pcie-host d000000.pcie:    IO 0x10001000..0x10010fff -> 0x10001000
    [    2.078679] cdns-pcie-host d000000.pcie:   MEM 0x10011000..0x17ffffff -> 0x10011000
    [    2.086563] cdns-pcie-host d000000.pcie: PCI host bridge to bus 0000:00
    [    2.093325] pci_bus 0000:00: root bus resource [bus 00-0f]
    [    2.098930] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    2.108621] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    2.115671] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.125542] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.135432] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
    [    2.145394] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
    [    2.155383] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
    [    2.167150] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.175333] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.185292] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.195252] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.205210] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x6 may corrupt adjacent RW1C bits
    [    2.216677] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x1a may corrupt adjacent RW1C bits
    [    2.226646] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.232105] cdns-pcie-host d800000.pcie: missing "mem"
    [    2.237766] cdns-pcie-host d800000.pcie: Linked as a consumer to phy-5010000.serdes.1
    [    3.247139] cdns-pcie-host d800000.pcie: Phy link never came up
    [    3.253192] cdns-pcie-host d800000.pcie: host bridge /interconnect@100000/pcie@2910000/pcie@d800000 ranges:
    [    3.263160] cdns-pcie-host d800000.pcie:    IO 0x18001000..0x18010fff -> 0x18001000
    [    3.270990] cdns-pcie-host d800000.pcie:   MEM 0x18011000..0x1fffffff -> 0x18011000
    [    3.278867] cdns-pcie-host d800000.pcie: PCI host bridge to bus 0001:00
    [    3.285629] pci_bus 0001:00: root bus resource [bus 00-0f]
    [    3.291234] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    3.301102] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    3.309811] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.319739] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    3.325152] cdns-pcie-host e000000.pcie: missing "mem"
    [    3.330740] cdns-pcie-host e000000.pcie: Linked as a consumer to phy-5020000.serdes.2
    [    4.340112] cdns-pcie-host e000000.pcie: Phy link never came up
    [    4.346164] cdns-pcie-host e000000.pcie: host bridge /interconnect@100000/pcie@2920000/pcie@e000000 ranges:
    [    4.356132] cdns-pcie-host e000000.pcie:    IO 0x4400001000..0x4400010fff -> 0x00001000
    [    4.364318] cdns-pcie-host e000000.pcie:   MEM 0x4400011000..0x4407ffffff -> 0x00011000
    [    4.372550] cdns-pcie-host e000000.pcie: PCI host bridge to bus 0002:00
    [    4.379311] pci_bus 0002:00: root bus resource [bus 00-0f]
    [    4.384916] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    4.394162] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [    4.406598] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.416350] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    4.421833] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    4.431707] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    4.438466] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    4.446132] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    4.456271] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    4.463031] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    4.470641] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
    [    4.478152] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
    [    4.487254] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250
    [    4.495988] console [ttyS2] enabled
    [    4.495988] console [ttyS2] enabled
    [    4.503023] bootconsole [ns16550a0] disabled
    [    4.503023] bootconsole [ns16550a0] disabled
    [    4.511912] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 20, base_baud = 3000000) is a 8250
    [    4.520698] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 21, base_baud = 3000000) is a 8250
    [    4.529419] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    4.538151] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
    [    4.547777] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    4.558283] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    4.568438] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    4.578678] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    4.589478] scsi host0: ufshcd
    [    4.605323] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
    [    4.611503] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    4.618102] Creating 7 MTD partitions on "47040000.spi.0":
    [    4.620391] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
    [    4.623577] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    4.641653] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    4.647149] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    4.652720] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    4.656208] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
    [    4.669517] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
    [    4.680774] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    4.680825] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    4.686715] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    4.700364] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    4.702860] 0x000000800000-0x000004000000 : "ospi.rootfs"
    [    4.709031] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [    4.830871] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
    [    4.838373] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)
    [    4.858869] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
    [    4.866125] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22
    [    4.873179] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    4.884591] UDMA has not been proped
    [    4.888162] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
    [    4.896566] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    4.905043] mmc0: Unknown controller version (4). You may experience problems.
    [    4.912289] mmc0: CQHCI version 5.10
    [    4.946571] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [    4.960406] vdd_mmc1: supplied by vsys_3v3
    [    4.964914] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator
    [    4.972151] pca953x 4-0020: Linked as a consumer to regulator.0
    [    4.999448] GPIO line 448 (DP0_PWR_SW_EN) hogged as output/high
    [    5.005963] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    5.012851] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    5.019767] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    5.026683] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    5.033560] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    5.043736] mmc0: Command Queue Engine enabled
    [    5.048178] mmc0: new HS400 MMC card at address 0001
    [    5.053489] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    5.058257] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [    5.064402] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [    5.070384] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (242:0)
    [    5.364463] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96)
    [    5.374056] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300)
    [    5.386880] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
    [    5.393057] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    5.399658] Creating 7 MTD partitions on "47040000.spi.0":
    [    5.405135] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    5.410862] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    5.416372] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    5.421946] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    5.427273] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    5.433191] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    5.438671] 0x000000800000-0x000004000000 : "ospi.rootfs"
    [    5.446240] cadence-qspi 47050000.spi: n25q512a (65536 Kbytes)
    [    5.453990] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22
    [    5.461044] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    5.478571] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.489112] pps pps0: new PPS source ptp1
    [    5.493201] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    5.502144] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4
    [    5.509350] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.554796] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000
    [    5.562957] libphy: 46000000.ethernet: probed
    [    5.568545] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4
    [    5.575427] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.5
    [    5.582315] mmc1: Unknown controller version (4). You may experience problems.
    [    5.589557] mmc1: CQHCI version 5.10
    [    5.623351] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
    [    5.640745] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    5.647660] hctosys: unable to open rtc device (rtc0)
    [    5.673476] vdd_mmc1: disabling
    [    5.676614] ALSA device list:
    [    5.679571]   No soundcards found.
    [    5.683171] Waiting for root device PARTUUID=846e268c-02...
    [    7.018428] mmc1: new ultra high speed DDR50 SDHC card at address 59b4
    [    7.025448] mmcblk1: mmc1:59b4 USD   29.5 GiB 
    [    7.036075]  mmcblk1: p1 p2
    [    7.096725] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended
    [    7.109315] EXT4-fs (mmcblk1p2): recovery complete
    [    7.117508] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    7.125597] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    7.137214] devtmpfs: mounted
    [    7.140350] Freeing unused kernel memory: 576K
    [    7.144795] Run /sbin/init as init process
    [    7.335465] systemd[1]: System time before build time, advancing clock.
    [    7.404419] NET: Registered protocol family 10
    [    7.409197] Segment Routing with IPv6
    [    7.435896] 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)
    [    7.457311] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2019.09!
    
    [    7.488331] systemd[1]: Set hostname to <j7-evm>.
    [    7.613048] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    7.627473] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [    7.647246] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    7.661309] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [    7.676948] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    7.691191] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [    7.706898] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    7.844762] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    7.862874] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Listening on Journal Socket.
    [    7.882961] random: systemd: uninitialized urandom read (16 bytes read)
             Mounting Huge Pages File System...
    [  OK  ] Listening on Syslog Socket.
             Starting Create list of required st�ce nodes for the current kernel...
    [  OK  ] Listening on initctl Compatibility Named Pipe.
             Mounting POSIX Message Queue File System...
    [  OK  ] Listening on udev Control Socket.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [  OK  ] Listening on Journal Socket (/dev/log).
             Starting Journal Service...
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
             Starting Remount Root and Kernel File Systems...
    [    8.053348] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [  OK  ] Listening on Process Core Dump Socket.
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Reached target Slices.
    [  OK  ] Listening on Network Service Netlink Socket.
             Starting Load Kernel Modules...
    [    8.134890] cmemk: loading out-of-tree module taints kernel.
    [  OK  ] Started Forward Password Requests to Wall Dir[    8.141416] CMEMK module: reference Linux version 4.19.73
    ectory Watch.
    [    8.151889] no physical memory specified
    [    8.156907] cmemk initialized
    [  OK  ] Reached target Paths.
    [    8.166293] cryptodev: driver 1.9 loaded.
    [  OK  ] Reached target Swap.
             Mounting Kernel Debug File System...
             Mounting Temporary Directory (/tmp)...
    [  OK  ] Reached target Remote File Systems.
    [  OK  ] Created slice system-getty.slice.
             Starting udev Coldplug all Devices...
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Started Create list of required sta�vice nodes for the current kernel.
    [  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.
    [  OK  ] Mounted Temporary Directory (/tmp).
             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 Create Static Device Nodes in /dev.
    [    8.465381] systemd-journald[149]: Received request to flush runtime journal from PID 1
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
    [  OK  ] Reached target Containers.
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Started udev Kernel Device Manager.
             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 Time Synchronization...
             Starting Network Service...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Service.
    [    8.752496] pcm3168a 6-0044: Linked as a consumer to regulator.2
             Starting Network Name Resolution...
    [    8.765164] pcm3168a 6-0044: Linked as a consumer to regulator.3
             Starting Wait for Network to be Configured...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [    8.867715] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [    8.889134] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
    [    8.896301] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [    8.906200] remoteproc remoteproc0: 4d80800000.dsp is available
    [    8.914443] iommu: Adding device 0000:00:00.0 to group 0
    [  OK  ] Listening on D-Bus System Message Bus Socket.[    8.920633] pci-endpoint-test 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    
    [  OK  ] Started Daily Cleanup of Temporary Directorie[    8.934717] pci_generic_config_write32: 29 callbacks suppressed
    [    8.934721] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    s.
    [    8.955968] iommu: Adding device 0001:00:00.0 to group 1
    [    8.956730] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [    8.961408] pci-endpoint-test 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    8.977350] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
             [    8.987780] iommu: Adding device 0002:00:00.0 to group 2
    Starting Reboot and dump vmcore via kexec...
    [    8.989074] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [    8.993613] pci-endpoint-test 0002:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    9.011711] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    [    9.034899] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [    9.047219] remoteproc remoteproc1: 4d81800000.dsp is available
    [    9.055635] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [    9.064220] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    9.071914] remoteproc remoteproc2: 64800000.dsp is available
    [    9.080020] remoteproc remoteproc0: powering up 4d80800000.dsp
    [    9.086297] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016
    [  OK  ] Listening on dropbear.socket.
    [    9.101185] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000
    [  OK  ] Listening on RPCbind Server Activation Socket[    9.113670] virtio_rpmsg_bus virtio0: rpmsg host is online
    .
    [  OK  ] Reached target Sockets.
    [    9.126355] remoteproc remoteproc0: registered virtio0 (type 7)
    [    9.135651] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    9.136033] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [  OK  ] Reached target Basic System.
    [    9.158962] remoteproc remoteproc1: powering up 4d81800000.dsp
    [    9.164915] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016
    [  OK  ] Started Kernel Logging Service.
    [    9.178605] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000
    [    9.188897] tidss 4a00000.dss: dispc7_wb_find_free_ovr: found ovr vp2 (1)
             Starting Print notice about GPLv3 packages...
    [    9.197808] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    9.209210] [drm] No driver support for vblank timestamp query.
    [    9.216916] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.225657] remoteproc remoteproc1: registered virtio1 (type 7)
    [    9.232235] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [    9.239635] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [    9.249262] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [    9.258207] ntb_hw_epf 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    9.258998] [drm] Cannot find any crtc or sizes
    [    9.266881] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    [    9.282042] [drm] Cannot find any crtc or sizes
    [    9.282104] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    9.298523] ntb_hw_epf 0000:00:00.0: Cannot set DMA mask
    [    9.305997] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    9.318700] ntb_hw_epf 0000:00:00.0: Failed to init PCI
    [    9.325302] ntb_hw_epf: probe of 0000:00:00.0 failed with error -5
    [    9.333625] ntb_hw_epf 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    9.337663] [drm] Cannot find any crtc or sizes
    [    9.342567] pci_bus 0001:00: 1-byte config write to 0001:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    [  OK  ] Started System Logging Service.
    [  OK  ] Started Job spooling tools.
             Starting Login Service...
    [    9.380149] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
             Starting RPC Bind Service...
    [  OK  ] Started TEE Supplicant.
             Starting rc.pvr.service...
    [  OK  ] Started D-Bus System Message Bus.
    [    9.419018] ntb_hw_epf 0001:00:00.0: Cannot set DMA mask
    [  OK  ] Started irqbalance daemon.
    [    9.428964] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    9.448217] ntb_hw_epf 0001:00:00.0: Failed to init PCI
    [    9.455411] ntb_hw_epf: probe of 0001:00:00.0 failed with error -5
    [    9.469889] ntb_hw_epf 0002:00:00.0: of_irq_parse_pci: failed with rc=-22
    [  OK  ] Started Periodic Command Scheduler.
    [    9.483537] pci_bus 0002:00: 1-byte config write to 0002:00:00.0 offset 0x3c may corrupt adjacent RW1C bits
    [  OK  ] Reached target System Time Synchronized.
    [    9.504641] ntb_hw_epf 0002:00:00.0: Cannot set DMA mask
    [    9.509995] ntb_hw_epf 0002:00:00.0: Failed to init PCI
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timers.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Found device /dev/ttyS1.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reac[    9.547398] remoteproc remoteproc2: powering up 64800000.dsp
    hed target Network.
             Starting Permit User Sessions...
    [    9.547405] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352
    [    9.549157] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8200000
    [    9.583027] ntb_hw_epf: probe of 0002:00:00.0 failed with error -5
    [    9.591669] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    9.598528] remoteproc remoteproc2: registered virtio2 (type 7)
    [    9.607061] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [    9.607518] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [    9.631070] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores
    [    9.680045] platform 41000000.r5f: configured R5F for remoteproc mode
    [    9.709397] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.722600] remoteproc remoteproc3: 41000000.r5f is available
    [    9.733046] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [    9.744815] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores
    [    9.753556] remoteproc remoteproc3: powering up 41000000.r5f
    [    9.760748] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [    9.772774] remoteproc remoteproc3: request_firmware failed: -2
    [    9.780241] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.792844] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    9.800231] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    9.811990] remoteproc remoteproc4: 5c00000.r5f is available
    [    9.820612] platform 5d00000.r5f: configured R5F for remoteproc mode
    [    9.832642] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [    9.848333] remoteproc remoteproc5: 5d00000.r5f is available
    [    9.855338] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores
    [    9.865662] platform 5e00000.r5f: configured R5F for remoteproc mode
    [    9.872901] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu
    [    9.885644] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu
    [    9.893519] remoteproc remoteproc4: powering up 5c00000.r5f
    [    9.896439] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [    9.899156] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 128832
    [    9.907403] PVR_K:  348: Read BVNC 22.104.208.318 from HW device registers
    [    9.922112] PVR_K:  348: RGX Device initialised with BVNC 22.104.208.318
    [    9.926965] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [    9.936885] TI DP83867 k3-cpsw-mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=k3-cpsw-mdio:00, irq=POLL)
    [    9.942635] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    9.947528] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [    9.960141] remoteproc remoteproc4: registered virtio3 (type 7)
    [    9.966918] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1
    [    9.970810] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [    9.975252] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    9.981793] remoteproc remoteproc6: 5e00000.r5f is available
    [   10.003860] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   10.015985] remoteproc remoteproc6: powering up 5e00000.r5f
    [   10.025517] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   10.037464] remoteproc remoteproc6: request_firmware failed: -2
    [   10.085344] remoteproc remoteproc5: powering up 5d00000.r5f
    [   10.091243] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3811288
    [   10.108268] remoteproc remoteproc5: bad phdr da 0xadfe0000 mem 0x1a8
    [   10.117561] remoteproc remoteproc5: Failed to load program segments: -22
    [   10.131117] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
    [   10.141104] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
    [  OK  ] Started Login Service.
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Started RPC Bind Service.
    [  OK  ] Started rc.pvr.service.
    [  OK  ] Started Permit User Sessions.
    [   10.622065] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   10.634848] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
    [   10.641501] random: crng init done
    [   10.644914] random: 7 urandom warning(s) missed due to ratelimiting
    [   10.731299] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [   10.828445] remoteproc remoteproc7: b034000.pru is available
    [   10.839505] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [   10.861870] remoteproc remoteproc8: b004000.rtu is available
    [  OK  ] Started Serial Getty on ttyS1.
    [  OK[   10.872850] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully
      ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [   10.882208] remoteproc remoteproc9: b00a000.txpru is available
    [   10.882239] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully
    [   10.882969] remoteproc remoteproc10: b038000.pru is available
    [   10.882999] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully
    [   10.883571] remoteproc remoteproc11: b006000.rtu is available
    [   10.883640] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully
    [   10.884083] remoteproc remoteproc12: b00c000.txpru is available
    [   10.884107] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully
    [   10.884629] remoteproc remoteproc13: b134000.pru is available
    [   10.884656] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully
    [   10.885177] remoteproc remoteproc14: b104000.rtu is available
    [   10.885202] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully
    [   10.885644] remoteproc remoteproc15: b10a000.txpru is available
             [   10.885663] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully
    [   10.886118] remoteproc remoteproc16: b138000.pru is available
    [   10.886142] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully
    Starting weston.service...[   10.886596] remoteproc remoteproc17: b106000.rtu is available
    [   10.886615] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully
    [   10.887217] remoteproc remoteproc18: b10c000.txpru is available
    [   10.887282] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully
    
    [   10.974953] usbcore: registered new interface driver usbfs
    [   11.036553] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [   11.043631] usbcore: registered new interface driver hub
    [   11.067731] usbcore: registered new device driver usb
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started weston.service.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
             Starting telnetd.service...
    [   11.120279] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [  OK  [   11.125941] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   11.136091] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
    ] Started telnetd.service.[   11.145845] xhci-hcd xhci-hcd.2.auto: irq 324, io mem 0x06410000
    
    [   11.154203] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   11.154206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   11.154208] usb usb1: Product: xHCI Host Controller
    [   11.154210] usb usb1: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd
             [   11.154212] usb usb1: SerialNumber: xhci-hcd.2.auto
    Starting thttpd.service...[   11.157994] hub 1-0:1.0: USB hub found
    
    [   11.194885] hub 1-0:1.0: 1 port detected
    [   11.201520] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   11.207129] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   11.215917] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   11.222553] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   11.222603] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   11.222606] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   11.222608] usb usb2: Product: xHCI Host Controller
    [   11.222610] usb usb2: Manufacturer: Linux 4.19.73-g0cabba2b47 xhci-hcd
    [   11.222612] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   11.222883] hub 2-0:1.0: USB hub found
    [   11.222897] hub 2-0:1.0: 1 port detected
    [  OK  ] Started thttpd.service.
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
    [   11.534811] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   11.687089] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
    [   11.695380] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [   11.702689] usb 1-1: SerialNumber: 560018712D73
    [   11.708145] hub 1-1:1.0: USB hub found
    [   11.711968] hub 1-1:1.0: 4 ports detected
    [  OK  ] Started Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Started File System Check on /dev/mmcblk1p1.
             Mounting /run/media/mmcblk1p1...
    [  OK  ] Mounted /run/media/mmcblk1p1.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    	autoconf
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-dev
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gstreamer1.0-libav
    	gzip
    	libbfd
    	libcairo-perf-utils
    	libdw1
    	libelf1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp-dev
    	libgmp10
    	libgmpxx4
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libreadline-dev
    	libreadline7
    	libunistring2
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	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.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org j7-evm ttyS2
    
    Arago 2019.09 j7-evm ttyS2
    
    j7-evm login: root
    root@j7-evm:~# cd /opt/vision_apps/
    root@j7-evm:/opt/vision_apps# sour    sp ource ./vision_apps_init.sh 
    root@j7-evm:/opt/vision_apps# APP_LOG: Mapping 0xac000000 ...
    APP_LOG: Mapped 0xac000000 -> (nil) of size 262144 bytes 
    APP_LOG: ERROR: Unable to map memory @ 0xac000000 of size 262144 bytes !!!
    [  128.935123] NET: Registered protocol family 15
    [  128.970280] Initializing XFRM netlink socket
    [  316.466793] EXT4-fs (mmcblk1p2): error count since last fsck: 2
    [  316.472708] EXT4-fs (mmcblk1p2): initial error at time 1585551311: ext4_journal_check_start:61
    [  316.481304] EXT4-fs (mmcblk1p2): last error at time 1585551311: ext4_journal_check_start:61
    

  • Hi Rinku,

    Please resolve this query as this one is about linux boot and advice submit a new query
    for the vision apps so that the right person can be assigned.

    Regards,
    Keerthy