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.

TDA4VM: Failed to flash eMMC by USB-DFU on linux

Part Number: TDA4VM

Hello TI Guys,

We are going to flash eMMC by USB-DUF on linux PC, and also find the useful tool named by "duf-boot.sh" under path "rtos-sdk/pdk_j721s2/packages/ti/boot/sbl/tools/emmc_flash".
For now, the DFU device can be detected by Linux PC as below screenshot.

Then we got the error info when executed the command as below screenshot. it looks like failed to mount the eMMC from j721e-evm board to the linux PC.


We have no idea what happened in DFU device. Could you help us to enable the flash eMMC feature by USB-DFU ?

BR
Liuli

  • Hi Liuli

    You can refer to this document for flashing the images to the emmc using dfu-util 

    Please refer section 5.1.3.1 Flashing Instructions of https://www.ti.com/lit/an/spracy5/spracy5.pdf?ts=1688362376555

    document 

    Regards
    Diwakar

  • Yes, we checked the DOC <TDA4 Flashing Techniques(1).pdf> you provided, and we got two problems as below.
    1. We can find the files "tiboot3.bin" and  "tispl.bin" and  "u-boot.img" under path "tda4-s2/rtos-sdk/bootfs" , but CAN NOT find the file "sysfw.itb" .  Where will generate the  "sysfw.itb" ? 
    2. I executed the command "
    env default -f -a"  as section 5.1.3.1, then we got the requirement of password as below. What password it is ?



    BR
    Liu li

  • As the below screenshot, We failed the execute the command "env default -f -a " and the command "setenv mmcdev 0" , Could you help check it ? 



    BR
    Liuli 

  • And where will generate the file "tifs.bin" as you mentioned ? is it the path "rtos-sdk/pdk_j721s2/packages/ti/drv/sciclient/soc/V4/tifs.bin" ? What's the command to flash "tifs.bin" into eMMC by DFU-Util ?

  • Hi, Diwakar,

    Could you help us with our questions? Thank you very much

  • HI Liuli

    Seems there is some confusion which SDK you are using Linux or PDK ?

    And where will generate the file "tifs.bin" as you mentioned ? is it the path "rtos-sdk/pdk_j721s2/packages/ti/drv/sciclient/soc/V4/tifs.bin" ? What's the command to flash "tifs.bin" into eMMC by DFU-Util ?

    tifs.bin will be needed if you are using PDK .

    Regards
    Diwakar

  • Hi Diwakar,
     What's the command to flash tifs.bin into eMMC by DFU?

    BR
    Liuli

  • HI Liuli

    Seems there is some confusion which SDK you are using Linux or PDK ?

    Can you help me with this?

     What's the command to flash tifs.bin into eMMC by DFU?

    TIFS is provided as a binary in the SDK you will not be able to build the TIFS as TI dont release source code of it 

    Why you need to build it ?

    Please help me understand you are using linux sdk or RTOS.

    Regards
    Diwakar 

  • Seems there is some confusion which SDK you are using Linux or PDK ?

    We are using PDK

    Why you need to build it ?

    Because we can't the file "tinyrootfs.img" which mentioned in page15 of Doc <TDA4 Flashing Techniques.pdf>, As below:

    # Flashing a tiny file system to eMMC User partition

    HOST $ sudo dfu-util -a rootfs -D <PATH_TO_CREATED_TINYFS>/tinyrootfs.img

    BR
    Liuli

  • Hi, Diwakar,
       Any update about this issue ?

    BR
    Liuli

  • Hi ,

     We try to flash with command from Doc <TDA4 Flashing Techniques.pdf>,

    HOST $ sudo dfu-util -l

    HOST $ sudo dfu-util -R -a bootloader -D <PATH_TO_BIN>/tiboot3.bin

    HOST $ sudo dfu-util -R -a sysfw.itb -D <PATH_TO_BIN>/sysfw.itb

    HOST $ sudo dfu-util -R -a tispl.bin -D <PATH_TO_BIN>/tispl.bin

    HOST $ sudo dfu-util -R -a u-boot.img -D <PATH_TO_BIN>/u-boot.img

    # At this point, the u-boot will start executing. Halt at the u-boot prompt (u-boot logs will

    appear on the MAIN UART 1st instance)

    TARGET => env default -f -a

    TARGET => saveenv

    TARGET => setenv dfu_alt_info ${dfu_alt_info_ospi}

    TARGET => dfu 0 sf 0:0

    # This does the actual flashing to OSPI flash

    HOST $ sudo dfu-util -l

    HOST $ sudo dfu-util -a tiboot3.bin -D <PATH_TO_BIN>/tiboot3.bin

    HOST $ sudo dfu-util -a tispl.bin -D <PATH_TO_BIN>/tispl.bin

    HOST $ sudo dfu-util -a u-boot.img -D <PATH_TO_BIN>/u-boot.img

    HOST $ sudo dfu-util -a sysfw.itb -D <PATH_TO_BIN>/sysfw.itb

    # Flashing a tiny file system to eMMC User partition

    HOST $ sudo dfu-util -a rootfs -D <PATH_TO_CREATED_TINYFS>/tinyrootfs.img

    But boot error as below,and linux os can not start.

  • Hi 

    Have you modified your device tree or bootargs to get the rootfs from emmc user partition ?

    Regards
    Diwakar

  • Hi,

       We set bootargs by command following:

    TARGET => env default -f -a
    TARGET => setenv mmcdev 0
    TARGET => setenv bootpart 0
    TARGET => saveenv 
    TARGET => setenv dfu_alt_info ${dfu_alt_info_emmc}
    # one time only per board
    TARGET => gpt write mmc 0 ${partitions}

    TARGET => dfu 0 mmc 0

    mmc partconf 0 1 1 
    mmc bootbus 0 2 0 0  
  • Hi,
    We found linux can boot after re-execute command 'setenv bootpart 0',  but will be blocked in PICE module as below.  Any advice about this issue ?

  • Hi 

    Which sdk version are you using 8.5?

    can you try disabling serdes_wiz0,serdes_wiz1,serdes_wiz2,serdes_wiz3 nodes and see.

    Regards
    Diwakar

  • Hi 
    We are using SDK 8.6.
    There is no 'serdes_wiz1-3', just only have serdes_wiz0,  we tried to disable serdes_wiz0 and got the same log indicating it's blocked in PCIE module. BTW, the same build(ROOTFS) will work by flashing sdcard.

    BR
    Liuli

  • Hi 

    There is no 'serdes_wiz1-3', just only have serdes_wiz0,  we tried to disable serdes_wiz0 and got the same log indicating it's blocked in PCIE module. BTW, the same build(ROOTFS) will work by flashing sdcard.

    any other failure you are seeing before it is getting stuck at PCIE?

    Regards
    Diwakar

  • Hi

    We did not find other suspicious info before halting at PCIE. I uploaded the linux boot logs from sdcard and emmc.  You can find it just halt at PCIE.

    boot
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    ** Unrecognized filesystem type **
    19964416 bytes read in 63 ms (302.2 MiB/s)
    84967 bytes read in 6 ms (13.5 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.162-g76b3e88d56 (yuwy@Aicview-Compiler-50-19) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Sat Jun 24 20:34:17 CST 2023
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    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 c71-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 c71-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 c71-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 c71-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffefff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
    [    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffefff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffefff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffefff]
    [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [    0.000000] cma: Reserved 512 MiB at 0x00000000dfc00000
    [    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.2
    [    0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032190
    [    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),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=PARTUUID=254af1c1-6378-154f-98e4-43d1b4f4ce16 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x00000000dbc00000-0x00000000dfc00000] (64MB)
    [    0.000000] Memory: 3319596K/4194296K available (11712K kernel code, 1192K rwdata, 4468K rodata, 1984K init, 456K bss, 350412K 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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.008396] Console: colour dummy device 80x25
    [    0.012963] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023634] pid_max: default: 32768 minimum: 301
    [    0.028393] LSM: Security Framework initializing
    [    0.033155] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040736] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.049677] rcu: Hierarchical SRCU implementation.
    [    0.054773] Platform MSI: msi-controller@1820000 domain created
    [    0.060990] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070285] EFI services will not be available.
    [    0.075021] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.088125] Detected PIPT I-cache on CPU1
    [    0.088151] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.088164] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.088204] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.088263] smp: Brought up 1 node, 2 CPUs
    [    0.117614] SMP: Total of 2 processors activated.
    [    0.122419] CPU features: detected: 32-bit EL0 Support
    [    0.127674] CPU features: detected: CRC32 instructions
    [    0.142769] CPU: All CPU(s) started at EL2
    [    0.146974] alternatives: patching kernel code
    [    0.152108] devtmpfs: initialized
    [    0.160119] KASLR disabled due to lack of seed
    [    0.164781] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.174749] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.189823] pinctrl core: initialized pinctrl subsystem
    [    0.195522] DMI not present or invalid.
    [    0.199802] NET: Registered protocol family 16
    [    0.205049] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.212366] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.220422] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.228556] ramoops: using module parameters
    [    0.232983] ramoops ramoops: no room for dmesg mem region (0xffffffffffffe000@0xdd000000) in (0x40000@0xdd000000)
    [    0.243484] ramoops: probe of ramoops failed with error -12
    [    0.249373] thermal_sys: Registered thermal governor 'step_wise'
    [    0.249376] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.256052] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.269700] ASID allocator initialised with 65536 entries
    [    0.292660] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.299522] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.306370] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.313217] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.320785] cryptd: max_cpu_qlen set to 1000
    [    0.327110] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.336223] vsys_3v3: supplied by evm_12v0
    [    0.340588] vsys_5v0: supplied by evm_12v0
    [    0.345469] iommu: Default domain type: Translated 
    [    0.350653] SCSI subsystem initialized
    [    0.354582] usbcore: registered new interface driver usbfs
    [    0.360266] usbcore: registered new interface driver hub
    [    0.365703] usbcore: registered new device driver usb
    [    0.371133] mc: Linux media interface: v0.10
    [    0.375509] videodev: Linux video capture interface: v2.00
    [    0.381149] pps_core: LinuxPPS API ver. 1 registered
    [    0.386220] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.395557] PTP clock support registered
    [    0.399578] EDAC MC: Ver: 3.0.0
    [    0.403441] FPGA manager framework
    [    0.406964] Advanced Linux Sound Architecture Driver Initialized.
    [    0.413685] clocksource: Switched to clocksource arch_sys_counter
    [    0.420022] VFS: Disk quotas dquot_6.6.0
    [    0.424074] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.433946] NET: Registered protocol family 2
    [    0.438740] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.447428] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.456192] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.464395] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    0.472183] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.479038] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.485937] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.493360] NET: Registered protocol family 1
    [    0.498150] RPC: Registered named UNIX socket transport module.
    [    0.504211] RPC: Registered udp transport module.
    [    0.509030] RPC: Registered tcp transport module.
    [    0.513834] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.520417] NET: Registered protocol family 44
    [    0.524964] PCI: CLS 0 bytes, default 64
    [    0.529404] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.540089] Initialise system trusted keyrings
    [    0.544745] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.553033] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.559301] NFS: Registering the id_resolver key type
    [    0.564544] Key type id_resolver registered
    [    0.568819] Key type id_legacy registered
    [    0.572945] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.579794] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.587455] 9p: Installing v9fs 9p2000 file system support
    [    0.612257] Key type asymmetric registered
    [    0.616446] Asymmetric key parser 'x509' registered
    [    0.621448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.629008] io scheduler mq-deadline registered
    [    0.633634] io scheduler kyber registered
    [    0.639226] pinctrl-single 4301c000.pinctrl: 101 pins, size 404
    [    0.645463] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.656269] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.669445] brd: module loaded
    [    0.676546] loop: module loaded
    [    0.680437] megasas: 07.714.04.00-rc1
    [    0.686319] tun: Universal TUN/TAP device driver, 1.6
    [    0.691835] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.698245] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.704331] sky2: driver version 1.30
    [    0.708761] VFIO - User Level meta-driver version: 0.3
    [    0.714691] i2c /dev entries driver
    [    0.719185] sdhci: Secure Digital Host Controller Interface driver
    [    0.725508] sdhci: Copyright(c) Pierre Ossman
    [    0.730165] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.736555] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.742917] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.749849] ashmem: initialized
    [    0.753968] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.758541] optee: revision 3.20 (97dc6845)
    [    0.774939] optee: dynamic shared memory is enabled
    [    0.784416] optee: initialized driver
    [    0.789603] NET: Registered protocol family 17
    [    0.794238] 9pnet: Installing 9P2000 support
    [    0.798640] Key type dns_resolver registered
    [    0.803146] Loading compiled-in X.509 certificates
    [    0.816089] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    [    0.857455] omap_i2c 42120000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.863677] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.869775] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.876171] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    0.883000] pca953x 3-0021: using no AI
    [    0.909730] pca953x 3-0021: failed writing register
    [    0.914778] pca953x: probe of 3-0021 failed with error -121
    [    0.920719] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.927536] pca953x 3-0020: using no AI
    [    0.931506] pca953x 3-0020: failed writing register
    [    0.936536] pca953x: probe of 3-0020 failed with error -121
    [    0.942425] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    0.949228] pca953x 3-0022: using AI
    [    0.952936] pca953x 3-0022: failed writing register
    [    0.957960] pca953x: probe of 3-0022 failed with error -121
    [    0.963696] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.970162] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    0.978764] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    0.988118] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    0.996739] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.006529] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.014206] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.022486] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.030769] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.039880] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.046689] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.055970] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.065857] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.072621] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.081577] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.091745] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.098506] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.106205] omap8250 40a00000.serial: failed to get alias
    [    1.112351] printk: console [ttyS2] disabled
    [    1.116749] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 25, base_baud = 3000000) is a 8250
    [    1.125496] printk: console [ttyS2] enabled
    [    1.125496] printk: console [ttyS2] enabled
    [    1.133932] printk: bootconsole [ns16550a0] disabled
    [    1.133932] printk: bootconsole [ns16550a0] disabled
    [    1.148821] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.193692] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.201336] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    1.221974] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    1.229974] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [    1.238005] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [    1.245990] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [    1.253977] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [    1.261962] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [    1.269946] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [    1.277930] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [    1.285913] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [    1.293897] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [    1.301884] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [    1.309956] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [    1.318029] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [    1.326099] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [    1.334172] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [    1.342247] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [    1.350348] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [    1.358420] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [    1.366491] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [    1.374561] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [    1.382635] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [    1.390707] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [    1.398779] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [    1.406850] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [    1.414920] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [    1.422993] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [    1.431065] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [    1.439136] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [    1.447209] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [    1.455284] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [    1.463360] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [    1.471431] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [    1.479585] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.492523] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.499733] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.506125] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    1.517247] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
    [    1.627154] mmc0: CQHCI version 5.10
    [    1.634227] vdd_mmc1: supplied by vsys_3v3
    [    1.639364] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    1.646255] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    1.653078] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    1.659900] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    1.666247] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.673976] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.681465] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.689547] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.697630] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.706819] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    1.716941] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    1.728438] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.741933] mmc0: Command Queue Engine enabled
    [    1.746379] mmc0: new DDR MMC card at address 0001
    [    1.751498] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB 
    [    1.756111] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB
    [    1.762102] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB
    [    1.768113] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (236:0)
    [    1.773699] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.777463]  mmcblk0: p1
    [    1.783052] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    1.806400] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    1.814449] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [    1.822435] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [    1.830422] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [    1.838406] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [    1.846389] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [    1.854373] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [    1.862359] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [    1.870344] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [    1.878328] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [    1.886313] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [    1.894384] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [    1.902455] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [    1.910526] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [    1.918601] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [    1.926678] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [    1.934771] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [    1.942843] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [    1.950915] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [    1.958984] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [    1.967056] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [    1.975125] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [    1.983196] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [    1.991269] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [    1.999340] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [    2.007410] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [    2.015481] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [    2.023552] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [    2.031623] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [    2.039711] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [    2.047806] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [    2.055880] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [    2.064040] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.076983] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.084193] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.090502] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    2.100570] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.109212] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.109426] mmc1: CQHCI version 5.10
    [    2.116722] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.128361] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.136443] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.146594] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.154089] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.162168] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.165697] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.170250] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.187720] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.195221] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.203309] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.211453] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.220050] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.227414] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.235213] debugfs: Directory 'pd:276' with parent 'pm_genpd' already present!
    [    2.243127] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
    [    2.257882] ALSA device list:
    [    2.260843]   No soundcards found.
    [    2.268623] EXT4-fs (mmcblk0p1): recovery complete
    [    2.273419] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [    2.281548] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    2.289359] devtmpfs: mounted
    [    2.293351] Freeing unused kernel memory: 1984K
    [    2.298045] Run /sbin/init as init process
    [    2.402614] systemd[1]: System time before build time, advancing clock.
    [    2.436802] NET: Registered protocol family 10
    [    2.441851] Segment Routing with IPv6
    [    2.459586] systemd[1]: systemd 244.5+ 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)
    [    2.481509] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2021.09!
    
    [    2.514007] systemd[1]: Set hostname to <j721s2-evm>.
    [    2.547693] mmc1: error -110 whilst initialising SD card
    [    2.648233] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring.
    [    2.668097] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
    [    2.691542] systemd[1]: /etc/systemd/system/auto-cam.service:2: Unknown key name 'Descriptiot' in section 'Unit', ignoring.
    [    2.735752] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.744444] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    2.765796] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.773339] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    2.793767] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.801119] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.821942] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    2.845837] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    2.869824] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    2.885766] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    2.905749] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    2.921757] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    2.948270] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    2.969865] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    2.991940] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.013957] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.039775] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    3.048214] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.070126] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.086123] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.110036] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.129916] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.152487] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.172475] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.196424] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.216633] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [    3.236757] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st…odes for the current kernel...
    [    3.269549] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.296902] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.309934] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    3.322769] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.341852] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.357557] cryptodev: loading out-of-tree module taints kernel.
    [    3.366626] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems[    3.375688] cryptodev: driver 1.10 loaded.
    [0m...
    [    3.389993] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
    [    3.400810] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [    3.421299] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    3.442309] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Create list of sta… nodes for the current kernel.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    3.670605] systemd-journald[227]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create System Users...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create System Users.
    [    3.786502] random: systemd: uninitialized urandom read (16 bytes read)
             Starting Create Static Device Nodes in /dev[0[    3.798961] random: systemd-journal: uninitialized urandom read (16 bytes read)
    m...
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    3.854541] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Wait for Complete Device Initialization...
             Starting udev Kernel Device Manager...
    [  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 Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Rebuild Journal Catalog...
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Stopped Network Time Synchronization.
    [    4.365572] random: crng init done
    [FAILED] Failed to start Network Time Sync[    4.374113] random: 73 urandom warning(s) missed due to ratelimiting
    hronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [    4.401129] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [  OK  ] Started Load/Save Random Seed.
    [    4.416163] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    
    [  OK  ] Stopped Network Time Synchronizatio[    4.429047] CAN device driver interface
    n.
    [    4.437353] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [FAILED] Failed to start Network Time Sync[    4.457954] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    hronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Stopped Network Time Synchronizatio[    4.493275] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    n.
    [    4.511007] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [FAILED] Failed to start Network Time Synchronization.
    [    4.525409] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    See 'systemctl status systemd-timesyncd.service' for details.
    [    4.540800] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    4.541773] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.559054] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
    [    4.588936] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    4.595844] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    4.598996] remoteproc remoteproc0: 64800000.dsp is available
    [    4.607714] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.617768] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
    [    4.617848] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.635450] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.635477] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
    [    4.644352] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.652067] PVR_K:  252: Read BVNC 36.53.104.796 from HW device registers
    [    4.680131] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    4.681866] PVR_K:  252: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    4.695581] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.701987] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0
    [    4.705892] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.719083] remoteproc remoteproc1: 65800000.dsp is available
    [    4.725027] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.737893] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.759648] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    4.766763] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.778178] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.788747] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.799165] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.808628] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.852504] m_can_platform 40528000.can: m_can device registered (irq=19, version=32)
    [    4.854009] platform 41000000.r5f: configured R5F for IPC-only mode
    [    4.869062] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.884555] m_can_platform 40568000.can: m_can device registered (irq=21, version=32)
    [    4.884744] remoteproc remoteproc2: 41000000.r5f is available
    [    4.899080] remoteproc remoteproc0: powering up 64800000.dsp
    [    4.904843] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 14815296
    [    4.914029] remoteproc remoteproc0: unsupported resource 65538
    [    4.925928] remoteproc remoteproc0: bad phdr da 0xb0100000 mem 0x98
    [    4.939128] remoteproc remoteproc0: Failed to load program segments: -22
    [    4.946527] remoteproc remoteproc1: powering up 65800000.dsp
    [    4.952732] remoteproc remoteproc1: Booting fw image j721s2-c71_1-fw, size 9760696
    [    4.961162] m_can_platform 2701000.can: m_can device registered (irq=33, version=32)
    [    4.965071] remoteproc remoteproc1: unsupported resource 65538
    [    4.975297] remoteproc remoteproc1: bad phdr da 0xb6100000 mem 0x98
    [    4.984680] m_can_platform 2711000.can: m_can device registered (irq=35, version=32)
    [    4.986818] remoteproc remoteproc1: Failed to load program segments: -22
    [    5.001985] m_can_platform 2721000.can: m_can device registered (irq=37, version=32)
    [    5.005627] remoteproc remoteproc2: attaching to 41000000.r5f
    [    5.018442] m_can_platform 27d1000.can: m_can device registered (irq=39, version=32)
    [    5.035764] m_can_platform 2681000.can: m_can device registered (irq=41, version=32)
    [    5.056443] m_can_platform 2691000.can: m_can device registered (irq=43, version=32)
    [    5.074713] m_can_platform 26a1000.can: m_can device registered (irq=45, version=32)
    [    5.090696] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    5.101414] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.113827] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.128682] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.141782] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.167399] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    5.175912]  remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [    5.189245] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.195445]  remoteproc2#vdev0buffer: registered virtio0 (type 7)
    [    5.201752] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    5.208538] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.216168] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.229430] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [    5.237149] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.245308] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.254642] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    5.266311] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    5.284715] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.294111] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.302246] platform 5c00000.r5f: configured R5F for remoteproc mode
    [    5.313604] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.321841] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.372547] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    5.446510] remoteproc remoteproc3: 5c00000.r5f is available
    [    5.461876] platform 5d00000.r5f: configured R5F for remoteproc mode
    [    5.471600] remoteproc remoteproc3: powering up 5c00000.r5f
    [    5.477376] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 719944
    [    5.493943] remoteproc remoteproc3: bad phdr da 0xa2f2a000 mem 0x1bc000
    [    5.502564] remoteproc remoteproc3: Failed to load program segments: -22
    [    5.515878] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [    5.534830] remoteproc remoteproc4: 5d00000.r5f is available
    [    5.546307] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [    5.552528] remoteproc remoteproc4: powering up 5d00000.r5f
    [    5.558351] remoteproc remoteproc4: Booting fw image j721s2-main-r5f0_1-fw, size 306092
    [    5.577980] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.587196] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.596105] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    

    linux_boot_from_sdcard.log

    BR
    Liuli

  • Hi 

    I checked the logs , can you confirm root=PARTUUID=254af1c1-6378-154f-98e4-43d1b4f4ce16 is the uid for the emmc partition having rootfs ?

    Regards
    Diwkar

  • HI 

    can you confirm root=PARTUUID=254af1c1-6378-154f-98e4-43d1b4f4ce16 is the uid for the emmc partition having rootfs ?

    How to confirm that ? What's the command?

    BR
    Liuli

  • Hi 

    How to confirm that ? What's the command?

    use "mmc part" command in uboot you will get to know 

    Better to use the  block device name instead of PARTUID 

    like root=/dev/mmcblk0p2 if you are using emmc partition 2 for rootfs .

    Regards
    Diwakar

  • HI,
    Thanks , So how to setup " root=/dev/mmcblk0p2" and where should be configured  for that? 

    BR
    Liuli

  • HI 

    In your dtsi you need to modify the bootargs like this( k3-j721e-common-proc-board.dt)

    Regards
    Diwakar

  • Hi,  
    We tried to apply the modification you provided,  it does not work. You can find the kernel panic  in below log file.

    U-Boot SPL 2021.01 (Aug 02 2023 - 14:21:44 +0800)
    ti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    SPL initial stack usage: 13472 bytes
    Trying to boot from MMC1
    init_env from device 17 not supported!
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.8(release):7953b4f
    NOTICE:  BL31: Built : 10:56:05, May 29 2023
    I/TC: 
    I/TC: OP-TEE version: 97dc684 (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #1 Mon May 29 02:56:44 UTC 2023 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2021.01 (Aug 02 2023 - 14:22:34 +0800)
    ti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    Trying to boot from MMC1
    
    
    U-Boot 2021.01 (Aug 02 2023 - 14:22:34 +0800)
    
    SoC:   J721S2 SR1.0 GP
    Model: Texas Instruments J721S2 EVM
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    Board: J721S2X-PM1-SOM rev E1
    DRAM:  4 GiB
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Failed to probe am65_cpsw_nuss driver
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    Net:   No ethernet found.
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    ** Unrecognized filesystem type **
    ** Invalid partition 2 **
    ** Invalid partition 2 **
    ** Invalid partition 2 **
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC
    No FDT memory address configured. Please configure
    the FDT address via "fdt addr <address>" command.
    Aborting!
    Bad Linux ARM64 Image magic!
    => setenv bootpart 0
    => boot
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    ** Unrecognized filesystem type **
    19964416 bytes read in 63 ms (302.2 MiB/s)
    84991 bytes read in 6 ms (13.5 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.162-g76b3e88d56 (yuwy@Aicview-Compiler-50-19) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Sat Jun 24 20:34:17 CST 2023
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    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 c71-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 c71-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 c71-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 c71-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffefff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
    [    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffefff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffefff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffefff]
    [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [    0.000000] cma: Reserved 512 MiB at 0x00000000dfc00000
    [    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.2
    [    0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032190
    [    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),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x00000000dbc00000-0x00000000dfc00000] (64MB)
    [    0.000000] Memory: 3319596K/4194296K available (11712K kernel code, 1192K rwdata, 4468K rodata, 1984K init, 456K bss, 350412K 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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.008383] Console: colour dummy device 80x25
    [    0.012952] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023623] pid_max: default: 32768 minimum: 301
    [    0.028385] LSM: Security Framework initializing
    [    0.033145] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040726] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.049670] rcu: Hierarchical SRCU implementation.
    [    0.054766] Platform MSI: msi-controller@1820000 domain created
    [    0.060981] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070277] EFI services will not be available.
    [    0.075013] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.088116] Detected PIPT I-cache on CPU1
    [    0.088143] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.088156] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.088196] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.088257] smp: Brought up 1 node, 2 CPUs
    [    0.117605] SMP: Total of 2 processors activated.
    [    0.122411] CPU features: detected: 32-bit EL0 Support
    [    0.127666] CPU features: detected: CRC32 instructions
    [    0.142756] CPU: All CPU(s) started at EL2
    [    0.146962] alternatives: patching kernel code
    [    0.152087] devtmpfs: initialized
    [    0.160158] KASLR disabled due to lack of seed
    [    0.164822] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.174789] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.189892] pinctrl core: initialized pinctrl subsystem
    [    0.195594] DMI not present or invalid.
    [    0.199889] NET: Registered protocol family 16
    [    0.205149] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.212467] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.220521] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.228657] ramoops: using module parameters
    [    0.233086] ramoops ramoops: no room for dmesg mem region (0xffffffffffffe000@0xdd000000) in (0x40000@0xdd000000)
    [    0.243586] ramoops: probe of ramoops failed with error -12
    [    0.249478] thermal_sys: Registered thermal governor 'step_wise'
    [    0.249481] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.256151] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.269800] ASID allocator initialised with 65536 entries
    [    0.293113] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.299974] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.306822] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.313669] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.321246] cryptd: max_cpu_qlen set to 1000
    [    0.327583] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.336701] vsys_3v3: supplied by evm_12v0
    [    0.341072] vsys_5v0: supplied by evm_12v0
    [    0.345952] iommu: Default domain type: Translated 
    [    0.351129] SCSI subsystem initialized
    [    0.355054] usbcore: registered new interface driver usbfs
    [    0.360746] usbcore: registered new interface driver hub
    [    0.366184] usbcore: registered new device driver usb
    [    0.371618] mc: Linux media interface: v0.10
    [    0.375991] videodev: Linux video capture interface: v2.00
    [    0.381636] pps_core: LinuxPPS API ver. 1 registered
    [    0.386707] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.396045] PTP clock support registered
    [    0.400065] EDAC MC: Ver: 3.0.0
    [    0.403944] FPGA manager framework
    [    0.407468] Advanced Linux Sound Architecture Driver Initialized.
    [    0.414183] clocksource: Switched to clocksource arch_sys_counter
    [    0.420520] VFS: Disk quotas dquot_6.6.0
    [    0.424572] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.434421] NET: Registered protocol family 2
    [    0.439213] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.447954] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.456710] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.464912] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    0.472703] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.479560] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.486460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.493887] NET: Registered protocol family 1
    [    0.498661] RPC: Registered named UNIX socket transport module.
    [    0.504720] RPC: Registered udp transport module.
    [    0.509537] RPC: Registered tcp transport module.
    [    0.514342] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.520925] NET: Registered protocol family 44
    [    0.525472] PCI: CLS 0 bytes, default 64
    [    0.529909] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.540612] Initialise system trusted keyrings
    [    0.545274] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.553529] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.559785] NFS: Registering the id_resolver key type
    [    0.565024] Key type id_resolver registered
    [    0.569298] Key type id_legacy registered
    [    0.573425] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.580275] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.587935] 9p: Installing v9fs 9p2000 file system support
    [    0.613632] Key type asymmetric registered
    [    0.617819] Asymmetric key parser 'x509' registered
    [    0.622821] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.630381] io scheduler mq-deadline registered
    [    0.635007] io scheduler kyber registered
    [    0.640626] pinctrl-single 4301c000.pinctrl: 101 pins, size 404
    [    0.646864] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.657672] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.670968] brd: module loaded
    [    0.678037] loop: module loaded
    [    0.681942] megasas: 07.714.04.00-rc1
    [    0.687803] tun: Universal TUN/TAP device driver, 1.6
    [    0.693298] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.699711] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.705798] sky2: driver version 1.30
    [    0.710229] VFIO - User Level meta-driver version: 0.3
    [    0.716170] i2c /dev entries driver
    [    0.720670] sdhci: Secure Digital Host Controller Interface driver
    [    0.726999] sdhci: Copyright(c) Pierre Ossman
    [    0.731659] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.738062] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.744424] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.751368] ashmem: initialized
    [    0.755496] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.760071] optee: revision 3.20 (97dc6845)
    [    0.776464] optee: dynamic shared memory is enabled
    [    0.785943] optee: initialized driver
    [    0.791192] NET: Registered protocol family 17
    [    0.795837] 9pnet: Installing 9P2000 support
    [    0.800244] Key type dns_resolver registered
    [    0.804753] Loading compiled-in X.509 certificates
    [    0.817836] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    [    0.859750] omap_i2c 42120000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.865970] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.872083] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.878479] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    0.885303] pca953x 3-0021: using no AI
    [    0.910228] pca953x 3-0021: failed writing register
    [    0.915276] pca953x: probe of 3-0021 failed with error -121
    [    0.921226] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.928064] pca953x 3-0020: using no AI
    [    0.932037] pca953x 3-0020: failed writing register
    [    0.937074] pca953x: probe of 3-0020 failed with error -121
    [    0.942971] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    0.949775] pca953x 3-0022: using AI
    [    0.953481] pca953x 3-0022: failed writing register
    [    0.958509] pca953x: probe of 3-0022 failed with error -121
    [    0.964247] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.970710] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    0.979302] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    0.988668] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    0.997299] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.009946] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.017647] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.025926] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.034207] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.043356] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.050170] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.059488] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.069371] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.076136] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.085131] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.095299] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.102060] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.109758] omap8250 40a00000.serial: failed to get alias
    [    1.115915] printk: console [ttyS2] disabled
    [    1.120318] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 25, base_baud = 3000000) is a 8250
    [    1.129066] printk: console [ttyS2] enabled
    [    1.129066] printk: console [ttyS2] enabled
    [    1.137502] printk: bootconsole [ns16550a0] disabled
    [    1.137502] printk: bootconsole [ns16550a0] disabled
    [    1.152381] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.198189] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.205833] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    1.226629] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    1.234629] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [    1.242666] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [    1.250651] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [    1.258638] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [    1.266622] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [    1.274607] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [    1.282591] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [    1.290575] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [    1.298558] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [    1.306546] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [    1.314617] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [    1.322690] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [    1.330760] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [    1.338833] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [    1.346907] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [    1.355006] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [    1.363077] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [    1.371150] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [    1.379219] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [    1.387292] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [    1.395363] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [    1.403434] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [    1.411508] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [    1.419581] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [    1.427652] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [    1.435723] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [    1.443794] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [    1.451868] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [    1.459943] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [    1.468020] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [    1.476091] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [    1.484250] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.497192] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.504402] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.510784] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    1.521900] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
    [    1.631802] mmc0: CQHCI version 5.10
    [    1.638986] vdd_mmc1: supplied by vsys_3v3
    [    1.644135] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    1.651021] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    1.657859] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    1.664690] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    1.671489] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.673690] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.678977] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.694504] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.702587] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.711779] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    1.721936] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    1.733311] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.754858] mmc0: Command Queue Engine enabled
    [    1.759305] mmc0: new DDR MMC card at address 0001
    [    1.764421] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB 
    [    1.769039] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB
    [    1.775035] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB
    [    1.778200] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.781037] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (236:0)
    [    1.788578] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    1.797919]  mmcblk0: p1
    [    1.817287] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    1.825338] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [    1.833326] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [    1.841316] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [    1.849301] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [    1.857286] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [    1.865271] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [    1.873258] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [    1.881244] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [    1.889228] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [    1.897214] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [    1.905286] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [    1.913358] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [    1.921430] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [    1.929506] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [    1.937585] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [    1.945688] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [    1.953762] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [    1.961834] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [    1.969906] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [    1.977978] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [    1.986050] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [    1.994122] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [    2.002196] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [    2.010268] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [    2.018340] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [    2.026412] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [    2.034497] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [    2.042571] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [    2.050646] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [    2.058722] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [    2.066844] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [    2.075004] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.087950] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.095159] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.101498] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    2.111545] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.120315] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.120521] mmc1: CQHCI version 5.10
    [    2.127850] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.139450] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.147534] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.157647] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.165139] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.173223] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.173227] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.188845] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.198869] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.206429] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.214570] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.222719] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.231310] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.238706] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.246573] debugfs: Directory 'pd:276' with parent 'pm_genpd' already present!
    [    2.254586] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
    [    2.269482] ALSA device list:
    [    2.272457]   No soundcards found.
    [    2.276238] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2): error -6
    [    2.284174] Please append a correct "root=" boot option; here are the available partitions:
    [    2.292510] 0100            4096 ram0 
    [    2.292512]  (driver?)
    [    2.298601] 0101            4096 ram1 
    [    2.298603]  (driver?)
    [    2.304758] 0102            4096 ram2 
    [    2.304760]  (driver?)
    [    2.310913] 0103            4096 ram3 
    [    2.310914]  (driver?)
    [    2.317009] 0104            4096 ram4 
    [    2.317010]  (driver?)
    [    2.323158] 0105            4096 ram5 
    [    2.323159]  (driver?)
    [    2.329298] 0106            4096 ram6 
    [    2.329300]  (driver?)
    [    2.335444] 0107            4096 ram7 
    [    2.335446]  (driver?)
    [    2.341584] 0108            4096 ram8 
    [    2.341586]  (driver?)
    [    2.347728] 0109            4096 ram9 
    [    2.347729]  (driver?)
    [    2.353869] 010a            4096 ram10 
    [    2.353870]  (driver?)
    [    2.360098] 010b            4096 ram11 
    [    2.360100]  (driver?)
    [    2.366328] 010c            4096 ram12 
    [    2.366330]  (driver?)
    [    2.372555] 010d            4096 ram13 
    [    2.372557]  (driver?)
    [    2.378785] 010e            4096 ram14 
    [    2.378787]  (driver?)
    [    2.384958] 010f            4096 ram15 
    [    2.384960]  (driver?)
    [    2.391143] b300         7634944 mmcblk0 
    [    2.391145]  driver: mmcblk
    [    2.397925]   b301         7634910 mmcblk0p1 20f95ea5-9d53-6e42-af9a-249a7fad4e25
    [    2.397927] 
    [    2.406877] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
    [    2.415294] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.162-g76b3e88d56 #1
    [    2.422408] Hardware name: Texas Instruments J721S2 EVM (DT)
    [    2.428050] Call trace:
    [    2.430498]  dump_backtrace+0x0/0x1a0
    [    2.434147]  show_stack+0x18/0x68
    [    2.437450]  dump_stack+0xd0/0x12c
    [    2.440840]  panic+0x170/0x338
    [    2.443885]  mount_block_root+0x1c4/0x254
    [    2.447880]  mount_root+0x10c/0x140
    [    2.451355]  prepare_namespace+0x130/0x170
    [    2.455436]  kernel_init_freeable+0x25c/0x2a0
    [    2.459778]  kernel_init+0x14/0x114
    [    2.463253]  ret_from_fork+0x10/0x34
    [    2.466818] SMP: stopping secondary CPUs
    [    2.470730] Kernel Offset: disabled
    [    2.474205] CPU features: 0x28040022,20006008
    [    2.478546] Memory Limit: none
    [    2.481593] Rebooting in 1 seconds..
    



    can you confirm root=PARTUUID=254af1c1-6378-154f-98e4-43d1b4f4ce16 is the uid for the emmc partition having rootfs ?

    We confirmed the PARTUUID  indicating the mmc partition have rootfs. You can find the info on top of the below log.

    mmc part
    [14:42:11:285] 
    [14:42:11:285] Partition Map for MMC device 0  --   Partition Type: EFI
    [14:42:11:322] 
    [14:42:11:322] Part	Start LBA	End LBA		Name
    [14:42:11:322] 	Attributes
    [14:42:11:322] 	Type GUID
    [14:42:11:322] 	Partition GUID
    [14:42:11:322]   1	0x00000022	0x00e8ffde	"rootfs"
    [14:42:11:322] 	attrs:	0x0000000000000000
    [14:42:11:322] 	type:	ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    [14:42:11:322] 	guid:	7fe66483-fa38-dd4d-a5a3-a33d4ac63b72
    [14:42:11:322] => setenv bootpart 0
    [14:43:02:120] => boot
    [14:43:05:585] switch to partitions #0, OK
    [14:43:05:585] mmc0(part 0) is current device
    [14:43:05:792] SD/MMC found on device 0
    [14:43:05:792] Failed to load 'boot.scr'
    [14:43:05:808] ** Unrecognized filesystem type **
    [14:43:05:872] 19964416 bytes read in 63 ms (302.2 MiB/s)
    [14:43:05:912] 84991 bytes read in 6 ms (13.5 MiB/s)
    [14:43:05:912] ## Flattened Device Tree blob at 88000000
    [14:43:05:912]    Booting using the fdt blob at 0x88000000
    [14:43:05:912]    Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK
    [14:43:05:912] 
    [14:43:05:912] Starting kernel ...
    [14:43:05:912] 
    [14:43:06:093] [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [14:43:06:093] [    0.000000] Linux version 5.10.162-g76b3e88d56 (yuwy@Aicview-Compiler-50-19) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Sat Jun 24 20:34:17 CST 2023
    [14:43:06:093] [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [14:43:06:093] [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [14:43:06:137] [    0.000000] printk: bootconsole [ns16550a0] enabled
    [14:43:06:137] [    0.000000] efi: UEFI not found.
    [14:43:06:137] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [14:43:06:137] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [14:43:06:137] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [14:43:06:137] [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [14:43:06:181] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [14:43:06:181] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [14:43:06:181] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [14:43:06:181] [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [14:43:06:181] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [14:43:06:226] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [14:43:06:226] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [14:43:06:226] [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [14:43:06:226] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [14:43:06:226] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [14:43:06:270] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [14:43:06:270] [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [14:43:06:270] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [14:43:06:270] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [14:43:06:270] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [14:43:06:314] [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [14:43:06:314] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [14:43:06:314] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [14:43:06:314] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [14:43:06:314] [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [14:43:06:358] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [14:43:06:358] [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a6000000, compatible id shared-dma-pool
    [14:43:06:358] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [14:43:06:358] [    0.000000] OF: reserved mem: initialized node c71-memory@a6100000, compatible id shared-dma-pool
    [14:43:06:358] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [14:43:06:358] [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a7000000, compatible id shared-dma-pool
    [14:43:06:395] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [14:43:06:395] [    0.000000] OF: reserved mem: initialized node c71-memory@a7100000, compatible id shared-dma-pool
    [14:43:06:475] [    0.000000] Zone ranges:
    [14:43:06:519] [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [14:43:06:519] [    0.000000]   DMA32    empty
    [14:43:06:519] [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffefff]
    [14:43:06:519] [    0.000000] Movable zone start for each node
    [14:43:06:519] [    0.000000] Early memory node ranges
    [14:43:06:519] [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [14:43:06:519] [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
    [14:43:06:519] [    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffefff]
    [14:43:06:546] [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffefff]
    [14:43:06:546] [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffefff]
    [14:43:06:591] [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [14:43:06:591] [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [14:43:06:591] [    0.000000] cma: Reserved 512 MiB at 0x00000000dfc00000
    [14:43:06:591] [    0.000000] psci: probing for conduit method from DT.
    [14:43:06:591] [    0.000000] psci: PSCIv1.1 detected in firmware.
    [14:43:06:591] [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [14:43:06:591] [    0.000000] psci: Trusted OS migration not required
    [14:43:06:591] [    0.000000] psci: SMC Calling Convention v1.2
    [14:43:06:591] [    0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112
    [14:43:06:635] [    0.000000] Detected PIPT I-cache on CPU0
    [14:43:06:635] [    0.000000] CPU features: detected: GIC system register CPU interface
    [14:43:06:635] [    0.000000] CPU features: detected: EL2 vector hardening
    [14:43:06:635] [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [14:43:06:635] [    0.000000] CPU features: detected: Spectre-BHB
    [14:43:06:635] [    0.000000] CPU features: detected: ARM erratum 1742098
    [14:43:06:635] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032190
    [14:43:06:679] [    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),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=PARTUUID=7fe66483-fa38-dd4d-a5a3-a33d4ac63b72 rw rootfstype=ext4 rootwait
    [14:43:06:731] [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [14:43:06:731] [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [14:43:06:731] [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [14:43:06:731] [    0.000000] software IO TLB: mapped [mem 0x00000000dbc00000-0x00000000dfc00000] (64MB)
    [14:43:06:834] [    0.000000] Memory: 3319596K/4194296K available (11712K kernel code, 1192K rwdata, 4468K rodata, 1984K init, 456K bss, 350412K reserved, 524288K cma-reserved)
    [14:43:06:834] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [14:43:06:834] [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [14:43:06:834] [    0.000000] rcu: 	RCU event tracing is enabled.
    [14:43:06:834] [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [14:43:06:834] [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [14:43:06:834] [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [14:43:06:879] [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [14:43:06:879] [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [14:43:06:879] [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [14:43:06:879] [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [14:43:06:879] [    0.000000] GICv3: 960 SPIs implemented
    [14:43:06:879] [    0.000000] GICv3: 0 Extended SPIs implemented
    [14:43:06:879] [    0.000000] GICv3: Distributor has no Range Selector support
    [14:43:06:926] [    0.000000] GICv3: 16 PPIs implemented
    [14:43:06:926] [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [14:43:06:926] [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [14:43:06:926] [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [14:43:06:926] [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [14:43:06:926] [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [14:43:06:926] [    0.000000] ITS: using cache flushing for cmd queue
    [14:43:06:926] [    0.000000] GICv3: using LPI property table @0x0000000880030000
    [14:43:06:971] [    0.000000] GIC: using cache flushing for LPI property table
    [14:43:06:971] [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [14:43:06:971] [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [14:43:06:971] [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [14:43:06:971] [    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [14:43:07:016] [    0.008399] Console: colour dummy device 80x25
    [14:43:07:016] [    0.012966] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [14:43:07:016] [    0.023636] pid_max: default: 32768 minimum: 301
    [14:43:07:016] [    0.028398] LSM: Security Framework initializing
    [14:43:07:016] [    0.033158] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [14:43:07:016] [    0.040740] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [14:43:07:016] [    0.049679] rcu: Hierarchical SRCU implementation.
    [14:43:07:062] [    0.054781] Platform MSI: msi-controller@1820000 domain created
    [14:43:07:062] [    0.060998] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [14:43:07:062] [    0.070295] EFI services will not be available.
    [14:43:07:062] [    0.075031] smp: Bringing up secondary CPUs ...
    [14:43:07:062] I/TC: Secondary CPU 1 initializing
    [14:43:07:062] I/TC: Secondary CPU 1 switching to normal world boot
    [14:43:07:062] [    0.088135] Detected PIPT I-cache on CPU1
    [14:43:07:062] [    0.088162] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [14:43:07:116] [    0.088175] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [14:43:07:116] [    0.088215] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [14:43:07:116] [    0.088276] smp: Brought up 1 node, 2 CPUs
    [14:43:07:116] [    0.117624] SMP: Total of 2 processors activated.
    [14:43:07:116] [    0.122430] CPU features: detected: 32-bit EL0 Support
    [14:43:07:116] [    0.127685] CPU features: detected: CRC32 instructions
    [14:43:07:116] [    0.142649] CPU: All CPU(s) started at EL2
    [14:43:07:116] [    0.146854] alternatives: patching kernel code
    [14:43:07:116] [    0.151979] devtmpfs: initialized
    [14:43:07:174] [    0.160046] KASLR disabled due to lack of seed
    [14:43:07:174] [    0.164709] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [14:43:07:174] [    0.174675] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [14:43:07:174] [    0.189750] pinctrl core: initialized pinctrl subsystem
    [14:43:07:174] [    0.195444] DMI not present or invalid.
    [14:43:07:174] [    0.199735] NET: Registered protocol family 16
    [14:43:07:174] [    0.204979] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [14:43:07:220] [    0.212297] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [14:43:07:220] [    0.220350] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [14:43:07:220] [    0.228481] ramoops: using module parameters
    [14:43:07:220] [    0.232912] ramoops ramoops: no room for dmesg mem region (0xffffffffffffe000@0xdd000000) in (0x40000@0xdd000000)
    [14:43:07:220] [    0.243413] ramoops: probe of ramoops failed with error -12
    [14:43:07:220] [    0.249304] thermal_sys: Registered thermal governor 'step_wise'
    [14:43:07:220] [    0.249307] thermal_sys: Registered thermal governor 'power_allocator'
    [14:43:07:252] [    0.255977] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [14:43:07:252] [    0.269628] ASID allocator initialised with 65536 entries
    [14:43:07:304] [    0.293207] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [14:43:07:304] [    0.300068] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [14:43:07:304] [    0.306916] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [14:43:07:304] [    0.313762] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [14:43:07:304] [    0.321340] cryptd: max_cpu_qlen set to 1000
    [14:43:07:304] [    0.327674] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [14:43:07:304] [    0.336777] vsys_3v3: supplied by evm_12v0
    [14:43:07:349] [    0.341149] vsys_5v0: supplied by evm_12v0
    [14:43:07:349] [    0.346031] iommu: Default domain type: Translated 
    [14:43:07:349] [    0.351210] SCSI subsystem initialized
    [14:43:07:349] [    0.355137] usbcore: registered new interface driver usbfs
    [14:43:07:349] [    0.360825] usbcore: registered new interface driver hub
    [14:43:07:349] [    0.366265] usbcore: registered new device driver usb
    [14:43:07:349] [    0.371685] mc: Linux media interface: v0.10
    [14:43:07:349] [    0.376059] videodev: Linux video capture interface: v2.00
    [14:43:07:349] [    0.381705] pps_core: LinuxPPS API ver. 1 registered
    [14:43:07:398] [    0.386776] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [14:43:07:398] [    0.396114] PTP clock support registered
    [14:43:07:398] [    0.400134] EDAC MC: Ver: 3.0.0
    [14:43:07:398] [    0.404016] FPGA manager framework
    [14:43:07:398] [    0.407539] Advanced Linux Sound Architecture Driver Initialized.
    [14:43:07:398] [    0.414240] clocksource: Switched to clocksource arch_sys_counter
    [14:43:07:398] [    0.420577] VFS: Disk quotas dquot_6.6.0
    [14:43:07:398] [    0.424629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [14:43:07:398] [    0.434487] NET: Registered protocol family 2
    [14:43:07:444] [    0.439273] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [14:43:07:444] [    0.447959] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [14:43:07:444] [    0.456721] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [14:43:07:444] [    0.464928] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [14:43:07:444] [    0.472714] TCP: Hash tables configured (established 32768 bind 32768)
    [14:43:07:444] [    0.479561] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [14:43:07:489] [    0.486460] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [14:43:07:489] [    0.493884] NET: Registered protocol family 1
    [14:43:07:489] [    0.498671] RPC: Registered named UNIX socket transport module.
    [14:43:07:489] [    0.504731] RPC: Registered udp transport module.
    [14:43:07:489] [    0.509549] RPC: Registered tcp transport module.
    [14:43:07:489] [    0.514353] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [14:43:07:489] [    0.520935] NET: Registered protocol family 44
    [14:43:07:538] [    0.525482] PCI: CLS 0 bytes, default 64
    [14:43:07:538] [    0.529900] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [14:43:07:538] [    0.540630] Initialise system trusted keyrings
    [14:43:07:538] [    0.545295] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [14:43:07:538] [    0.553547] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [14:43:07:538] [    0.559812] NFS: Registering the id_resolver key type
    [14:43:07:538] [    0.565053] Key type id_resolver registered
    [14:43:07:538] [    0.569327] Key type id_legacy registered
    [14:43:07:538] [    0.573453] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [14:43:07:570] [    0.580303] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [14:43:07:570] [    0.587962] 9p: Installing v9fs 9p2000 file system support
    [14:43:07:634] [    0.613093] Key type asymmetric registered
    [14:43:07:634] [    0.617281] Asymmetric key parser 'x509' registered
    [14:43:07:634] [    0.622281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [14:43:07:634] [    0.629840] io scheduler mq-deadline registered
    [14:43:07:634] [    0.634466] io scheduler kyber registered
    [14:43:07:634] [    0.640087] pinctrl-single 4301c000.pinctrl: 101 pins, size 404
    [14:43:07:634] [    0.646329] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [14:43:07:634] [    0.657120] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [14:43:07:634] [    0.670355] brd: module loaded
    [14:43:07:688] [    0.677462] loop: module loaded
    [14:43:07:688] [    0.681363] megasas: 07.714.04.00-rc1
    [14:43:07:688] [    0.687235] tun: Universal TUN/TAP device driver, 1.6
    [14:43:07:688] [    0.692726] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [14:43:07:688] [    0.699137] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [14:43:07:688] [    0.705224] sky2: driver version 1.30
    [14:43:07:688] [    0.709654] VFIO - User Level meta-driver version: 0.3
    [14:43:07:688] [    0.715586] i2c /dev entries driver
    [14:43:07:688] [    0.720080] sdhci: Secure Digital Host Controller Interface driver
    [14:43:07:734] [    0.726409] sdhci: Copyright(c) Pierre Ossman
    [14:43:07:734] [    0.731073] sdhci-pltfm: SDHCI platform and OF driver helper
    [14:43:07:734] [    0.737469] ledtrig-cpu: registered to indicate activity on CPUs
    [14:43:07:734] [    0.743819] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [14:43:07:734] [    0.750744] ashmem: initialized
    [14:43:07:734] [    0.754855] optee: probing for conduit method.
    [14:43:07:734] I/TC: Reserved shared memory is enabled
    [14:43:07:734] I/TC: Dynamic shared memory is enabled
    [14:43:07:734] I/TC: Normal World virtualization support is disabled
    [14:43:07:789] I/TC: Asynchronous notifications are disabled
    [14:43:07:789] [    0.759428] optee: revision 3.20 (97dc6845)
    [14:43:07:789] [    0.775823] optee: dynamic shared memory is enabled
    [14:43:07:789] [    0.785298] optee: initialized driver
    [14:43:07:789] [    0.790537] NET: Registered protocol family 17
    [14:43:07:789] [    0.795165] 9pnet: Installing 9P2000 support
    [14:43:07:789] [    0.799570] Key type dns_resolver registered
    [14:43:07:789] [    0.804058] Loading compiled-in X.509 certificates
    [14:43:07:789] [    0.817085] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    [14:43:07:867] [    0.859019] omap_i2c 42120000.i2c: bus 0 rev0.12 at 100 kHz
    [14:43:07:867] [    0.865234] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
    [14:43:07:867] [    0.871336] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
    [14:43:07:867] [    0.877710] pca953x 3-0021: supply vcc not found, using dummy regulator
    [14:43:07:867] [    0.884541] pca953x 3-0021: using no AI
    [14:43:07:918] [    0.910283] pca953x 3-0021: failed writing register
    [14:43:07:918] [    0.915333] pca953x: probe of 3-0021 failed with error -121
    [14:43:07:918] [    0.921269] pca953x 3-0020: supply vcc not found, using dummy regulator
    [14:43:07:918] [    0.928091] pca953x 3-0020: using no AI
    [14:43:07:918] [    0.932066] pca953x 3-0020: failed writing register
    [14:43:07:918] [    0.937101] pca953x: probe of 3-0020 failed with error -121
    [14:43:07:918] [    0.942992] pca953x 3-0022: supply vcc not found, using dummy regulator
    [14:43:07:918] [    0.949792] pca953x 3-0022: using AI
    [14:43:07:918] [    0.953496] pca953x 3-0022: failed writing register
    [14:43:07:964] [    0.958522] pca953x: probe of 3-0022 failed with error -121
    [14:43:07:964] [    0.964259] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [14:43:07:964] [    0.970719] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [14:43:07:964] [    0.979313] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [14:43:07:964] [    0.988676] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [14:43:07:964] [    0.997302] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [14:43:08:014] [    1.009970] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:08:014] [    1.017669] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:08:014] [    1.025947] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:08:014] [    1.034226] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:08:014] [    1.043368] ti-udma 311a0000.dma-controller: Number of rings: 48
    [14:43:08:014] [    1.050180] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [14:43:08:060] [    1.059478] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [14:43:08:060] [    1.069364] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [14:43:08:060] [    1.076129] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [14:43:08:060] [    1.085118] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [14:43:08:060] [    1.095279] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [14:43:08:105] [    1.102039] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [14:43:08:105] [    1.109745] omap8250 40a00000.serial: failed to get alias
    [14:43:08:105] [    1.115893] printk: console [ttyS2] disabled
    [14:43:08:105] [    1.120295] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 25, base_baud = 3000000) is a 8250
    [14:43:08:105] [    1.129043] printk: console [ttyS2] enabled
    [14:43:08:105] [    1.129043] printk: console [ttyS2] enabled
    [14:43:08:105] [    1.137480] printk: bootconsole [ns16550a0] disabled
    [14:43:08:136] [    1.137480] printk: bootconsole [ns16550a0] disabled
    [14:43:08:136] [    1.152253] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [14:43:08:188] [    1.198241] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [14:43:08:188] [    1.205887] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [14:43:08:233] [    1.226615] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [14:43:08:233] [    1.234618] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [14:43:08:233] [    1.242652] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [14:43:08:233] [    1.250639] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [14:43:08:233] [    1.258626] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [14:43:08:233] [    1.266610] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [14:43:08:276] [    1.274595] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [14:43:08:276] [    1.282583] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [14:43:08:276] [    1.290567] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [14:43:08:276] [    1.298551] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [14:43:08:276] [    1.306535] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [14:43:08:319] [    1.314606] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [14:43:08:319] [    1.322678] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [14:43:08:319] [    1.330748] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [14:43:08:319] [    1.338825] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [14:43:08:319] [    1.346900] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [14:43:08:319] [    1.355002] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [14:43:08:362] [    1.363073] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [14:43:08:362] [    1.371145] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [14:43:08:362] [    1.379215] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [14:43:08:362] [    1.387290] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [14:43:08:362] [    1.395360] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [14:43:08:405] [    1.403430] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [14:43:08:405] [    1.411500] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [14:43:08:405] [    1.419573] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [14:43:08:405] [    1.427645] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [14:43:08:405] [    1.435716] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [14:43:08:448] [    1.443786] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [14:43:08:448] [    1.451859] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [14:43:08:448] [    1.459933] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [14:43:08:448] [    1.468009] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [14:43:08:448] [    1.476080] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [14:43:08:448] [    1.484234] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [14:43:08:505] [    1.497166] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [14:43:08:505] [    1.504376] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [14:43:08:505] [    1.510740] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [14:43:08:505] [    1.521873] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
    [14:43:08:600] [    1.631805] mmc0: CQHCI version 5.10
    [14:43:08:647] [    1.638867] vdd_mmc1: supplied by vsys_3v3
    [14:43:08:647] [    1.644001] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [14:43:08:647] [    1.650880] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [14:43:08:647] [    1.657715] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [14:43:08:647] [    1.664541] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [14:43:08:647] [    1.670797] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [14:43:08:647] [    1.678621] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:08:693] [    1.686112] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:08:693] [    1.694194] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:08:693] [    1.702276] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:08:693] [    1.711464] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [14:43:08:693] [    1.721616] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [14:43:08:746] [    1.732938] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [14:43:08:746] [    1.746490] mmc0: Command Queue Engine enabled
    [14:43:08:746] [    1.750936] mmc0: new DDR MMC card at address 0001
    [14:43:08:746] [    1.756061] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB 
    [14:43:08:746] [    1.760680] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB
    [14:43:08:746] [    1.766673] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB
    [14:43:08:746] [    1.772680] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (236:0)
    [14:43:08:746] [    1.778255] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [14:43:08:773] [    1.782038]  mmcblk0: p1
    [14:43:08:773] [    1.787616] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [14:43:08:817] [    1.810980] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [14:43:08:817] [    1.818981] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [14:43:08:817] [    1.827017] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [14:43:08:817] [    1.835004] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [14:43:08:817] [    1.842988] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [14:43:08:817] [    1.850971] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [14:43:08:860] [    1.858955] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [14:43:08:860] [    1.866941] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [14:43:08:860] [    1.874927] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [14:43:08:860] [    1.882911] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [14:43:08:860] [    1.890894] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [14:43:08:903] [    1.898966] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [14:43:08:903] [    1.907037] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [14:43:08:903] [    1.915111] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [14:43:08:903] [    1.923186] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [14:43:08:903] [    1.931264] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [14:43:08:903] [    1.939360] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [14:43:08:947] [    1.947432] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [14:43:08:947] [    1.955502] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [14:43:08:947] [    1.963573] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [14:43:08:947] [    1.971644] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [14:43:08:947] [    1.979715] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [14:43:08:990] [    1.987786] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [14:43:08:990] [    1.995859] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [14:43:08:990] [    2.003930] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [14:43:08:990] [    2.012001] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [14:43:08:990] [    2.020073] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [14:43:09:033] [    2.028144] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [14:43:09:033] [    2.036230] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [14:43:09:033] [    2.044306] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [14:43:09:033] [    2.052383] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [14:43:09:033] [    2.060456] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [14:43:09:033] [    2.068614] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [14:43:09:080] [    2.081550] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [14:43:09:080] [    2.088759] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [14:43:09:080] [    2.095068] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [14:43:09:080] [    2.105143] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [14:43:09:080] [    2.113781] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:09:125] [    2.113990] mmc1: CQHCI version 5.10
    [14:43:09:125] [    2.121288] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:09:125] [    2.132923] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:09:125] [    2.141006] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:09:125] [    2.151146] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:09:125] [    2.158642] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:09:170] [    2.166721] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:09:170] [    2.170249] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [14:43:09:170] [    2.174802] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:09:170] [    2.192312] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:09:170] [    2.199813] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:09:215] [    2.207961] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:09:215] [    2.216100] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:09:215] [    2.224701] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [14:43:09:215] [    2.232068] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [14:43:09:215] [    2.239938] debugfs: Directory 'pd:276' with parent 'pm_genpd' already present!
    [14:43:09:215] [    2.247942] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
    [14:43:09:243] [    2.262871] ALSA device list:
    [14:43:09:243] [    2.265832]   No soundcards found.
    [14:43:09:323] [    2.358155] EXT4-fs (mmcblk0p1): recovery complete
    [14:43:09:368] [    2.363629] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [14:43:09:368] [    2.371769] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [14:43:09:368] [    2.377856] devtmpfs: mounted
    [14:43:09:368] [    2.381901] Freeing unused kernel memory: 1984K
    [14:43:09:368] [    2.386554] Run /sbin/init as init process
    [14:43:09:457] [    2.472982] systemd[1]: System time before build time, advancing clock.
    [14:43:09:473] [    2.506664] NET: Registered protocol family 10
    [14:43:09:493] [    2.511670] Segment Routing with IPv6
    [14:43:09:493] [    2.529330] systemd[1]: systemd 244.5+ 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)
    [14:43:09:531] [    2.551212] systemd[1]: Detected architecture arm64.
    [14:43:09:546] 
    [14:43:09:546] Welcome to <0x1b>[1mArago 2021.09<0x1b>[0m!
    [14:43:09:546] 
    [14:43:09:546] [    2.582637] systemd[1]: Set hostname to <j721s2-evm>.
    [14:43:09:744] [    2.715524] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring.
    [14:43:09:744] [    2.734981] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock <0xe2><0x86><0x92> /run/docker.sock; please update the unit file accordingly.
    [14:43:09:744] [    2.758334] systemd[1]: /etc/systemd/system/auto-cam.service:2: Unknown key name 'Descriptiot' in section 'Unit', ignoring.
    [14:43:09:827] [    2.801969] random: systemd: uninitialized urandom read (16 bytes read)
    [14:43:09:827] [    2.810625] systemd[1]: Created slice system-getty.slice.
    [14:43:09:827] [<0x1b>[0;32m  OK  <0x1b>[0m] Created slice <0x1b>[0;1;39msystem-getty.slice<0x1b>[0m.
    [14:43:09:827] [    2.830405] random: systemd: uninitialized urandom read (16 bytes read)
    [14:43:09:827] [    2.837928] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [14:43:09:827] [<0x1b>[0;32m  OK  <0x1b>[0m] Created slice <0x1b>[0;1;39msystem-serial\x2dgetty.slice<0x1b>[0m.
    [14:43:09:827] [    2.858338] random: systemd: uninitialized urandom read (16 bytes read)
    [14:43:09:888] [    2.865672] systemd[1]: Created slice User and Session Slice.
    [14:43:09:888] [<0x1b>[0;32m  OK  <0x1b>[0m] Created slice <0x1b>[0;1;39mUser and Session Slice<0x1b>[0m.
    [14:43:09:888] [    2.886500] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [14:43:09:888] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mDispatch Password <0xe2><0x80><0xa6>ts to Console Directory Watch<0x1b>[0m.
    [14:43:09:888] [    2.910406] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [14:43:09:888] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mForward Password R<0xe2><0x80><0xa6>uests to Wall Directory Watch<0x1b>[0m.
    [14:43:09:971] [    2.934383] systemd[1]: Reached target Paths.
    [14:43:09:971] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mPaths<0x1b>[0m.
    [14:43:09:971] [    2.950309] systemd[1]: Reached target Remote File Systems.
    [14:43:09:971] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mRemote File Systems<0x1b>[0m.
    [14:43:09:971] [    2.970307] systemd[1]: Reached target Slices.
    [14:43:09:971] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mSlices<0x1b>[0m.
    [14:43:09:971] [    2.986313] systemd[1]: Reached target Swap.
    [14:43:09:971] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mSwap<0x1b>[0m.
    [14:43:10:022] [    3.012726] systemd[1]: Listening on RPCbind Server Activation Socket.
    [14:43:10:022] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mRPCbind Server Activation Socket<0x1b>[0m.
    [14:43:10:022] [    3.034430] systemd[1]: Reached target RPC Port Mapper.
    [14:43:10:022] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mRPC Port Mapper<0x1b>[0m.
    [14:43:10:022] [    3.056511] systemd[1]: Listening on Process Core Dump Socket.
    [14:43:10:068] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mProcess Core Dump Socket<0x1b>[0m.
    [14:43:10:068] [    3.078504] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [14:43:10:068] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39minitctl Compatibility Named Pipe<0x1b>[0m.
    [14:43:10:068] [    3.104366] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [14:43:10:127] [    3.112802] systemd[1]: Listening on Journal Socket (/dev/log).
    [14:43:10:127] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mJournal Socket (/dev/log)<0x1b>[0m.
    [14:43:10:127] [    3.134642] systemd[1]: Listening on Journal Socket.
    [14:43:10:127] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mJournal Socket<0x1b>[0m.
    [14:43:10:127] [    3.150674] systemd[1]: Listening on Network Service Netlink Socket.
    [14:43:10:127] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mNetwork Service Netlink Socket<0x1b>[0m.
    [14:43:10:142] [    3.174565] systemd[1]: Listening on udev Control Socket.
    [14:43:10:182] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mudev Control Socket<0x1b>[0m.
    [14:43:10:182] [    3.194460] systemd[1]: Listening on udev Kernel Socket.
    [14:43:10:182] [<0x1b>[0;32m  OK  <0x1b>[0m] Listening on <0x1b>[0;1;39mudev Kernel Socket<0x1b>[0m.
    [14:43:10:182] [    3.217060] systemd[1]: Mounting Huge Pages File System...
    [14:43:10:223]          Mounting <0x1b>[0;1;39mHuge Pages File System<0x1b>[0m...
    [14:43:10:223] [    3.236968] systemd[1]: Mounting POSIX Message Queue File System...
    [14:43:10:223]          Mounting <0x1b>[0;1;39mPOSIX Message Queue File System<0x1b>[0m...
    [14:43:10:296] [    3.261096] systemd[1]: Mounting Kernel Debug File System...
    [14:43:10:296]          Mounting <0x1b>[0;1;39mKernel Debug File System<0x1b>[0m...
    [14:43:10:296] [    3.280926] systemd[1]: Mounting Temporary Directory (/tmp)...
    [14:43:10:296]          Mounting <0x1b>[0;1;39mTemporary Directory (/tmp)<0x1b>[0m...
    [14:43:10:296] [    3.301270] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [14:43:10:296]          Starting <0x1b>[0;1;39mCreate list of st<0xe2><0x80><0xa6>odes for the current kernel<0x1b>[0m...
    [14:43:10:296] [    3.332093] systemd[1]: Starting Start psplash boot splash screen...
    [14:43:10:322]          Starting <0x1b>[0;1;39mStart psplash boot splash screen<0x1b>[0m...
    [14:43:10:322] [    3.357118] systemd[1]: Starting RPC Bind...
    [14:43:10:372]          Starting <0x1b>[0;1;39mRPC Bind<0x1b>[0m...
    [14:43:10:372] [    3.374478] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [14:43:10:372] [    3.387151] systemd[1]: Starting Journal Service...
    [14:43:10:372]          Starting <0x1b>[0;1;39mJournal Service<0x1b>[0m...
    [14:43:10:420] [    3.410202] systemd[1]: Starting Load Kernel Modules...
    [14:43:10:420]          Starting <0x1b>[0;1;39mLoad Kernel Modules<0x1b>[0m...
    [14:43:10:420] [    3.425215] systemd[1]: Starting Remount Root and Kernel File Systems...
    [14:43:10:420]          Starting <0x1b>[0;1;39mRemount Root and Kernel File Systems<0x1b>[0m...
    [14:43:10:420] [    3.453493] systemd[1]: Starting udev Coldplug all Devices...
    [14:43:10:485] [    3.457906] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
    [14:43:10:485] [    3.460996] cryptodev: loading out-of-tree module taints kernel.
    [14:43:10:485]          Starting <0x1b>[0;1;39mudev Coldplug all Devices<0x1b>[0m...
    [14:43:10:485] [    3.473876] cryptodev: driver 1.10 loaded.
    [14:43:10:485] [    3.485971] systemd[1]: Started RPC Bind.
    [14:43:10:485] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mRPC Bind<0x1b>[0m.
    [14:43:10:485] [    3.502979] systemd[1]: Started Journal Service.
    [14:43:10:485] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mJournal Service<0x1b>[0m.
    [14:43:10:485] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39mHuge Pages File System<0x1b>[0m.
    [14:43:10:535] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39mPOSIX Message Queue File System<0x1b>[0m.
    [14:43:10:535] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39mKernel Debug File System<0x1b>[0m.
    [14:43:10:535] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39mTemporary Directory (/tmp)<0x1b>[0m.
    [14:43:10:555] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mCreate list of sta<0xe2><0x80><0xa6> nodes for the current kernel<0x1b>[0m.
    [14:43:10:619] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mStart psplash boot splash screen<0x1b>[0m.
    [14:43:10:619] See 'systemctl status psplash-start.service' for details.
    [14:43:10:619] [<0x1b>[0;1;38;5;185mDEPEND<0x1b>[0m] Dependency failed for <0x1b>[0;1;39mStar<0xe2><0x80><0xa6>progress communication helper<0x1b>[0m.
    [14:43:10:619] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mLoad Kernel Modules<0x1b>[0m.
    [14:43:10:660] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mRemount Root and Kernel File Systems<0x1b>[0m.
    [14:43:10:660]          Mounting <0x1b>[0;1;39mKernel Configuration File System<0x1b>[0m...
    [14:43:10:681]          Starting <0x1b>[0;1;39mFlush Journal to Persistent Storage<0x1b>[0m...
    [14:43:10:713] [    3.723023] systemd-journald[228]: Received client request to flush runtime journal.
    [14:43:10:713]          Starting <0x1b>[0;1;39mApply Kernel Variables<0x1b>[0m...
    [14:43:10:729]          Starting <0x1b>[0;1;39mCreate System Users<0x1b>[0m...
    [14:43:10:753] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39mKernel Configuration File System<0x1b>[0m.
    [14:43:10:753] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mFlush Journal to Persistent Storage<0x1b>[0m.
    [14:43:10:788] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mApply Kernel Variables<0x1b>[0m.
    [14:43:10:788] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mCreate System Users<0x1b>[0m.
    [14:43:10:833] [    3.835046] random: systemd: uninitialized urandom read (16 bytes read)
    [14:43:10:833]          Starting <0x1b>[0;1;39mCreate Static Device Nodes in /dev<0x1b>[0[    3.847780] random: systemd-journal: uninitialized urandom read (16 bytes read)
    [14:43:10:833] m...
    [14:43:10:891] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mudev Coldplug all Devices<0x1b>[0m.
    [14:43:10:891] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mCreate Static Device Nodes in /dev<0x1b>[0m.
    [14:43:10:891] [    3.902781] random: systemd: uninitialized urandom read (16 bytes read)
    [14:43:10:891] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mLocal File Systems (Pre)<0x1b>[0m.
    [14:43:10:922]          Mounting <0x1b>[0;1;39m/media/ram<0x1b>[0m...
    [14:43:10:922]          Mounting <0x1b>[0;1;39m/var/volatile<0x1b>[0m...
    [14:43:10:922]          Starting <0x1b>[0;1;39mudev Wait for Complete Device Initialization<0x1b>[0m...
    [14:43:10:965]          Starting <0x1b>[0;1;39mudev Kernel Device Manager<0x1b>[0m...
    [14:43:10:965] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39m/media/ram<0x1b>[0m.
    [14:43:10:981] [<0x1b>[0;32m  OK  <0x1b>[0m] Mounted <0x1b>[0;1;39m/var/volatile<0x1b>[0m.
    [14:43:10:997]          Starting <0x1b>[0;1;39mLoad/Save Random Seed<0x1b>[0m...
    [14:43:11:023] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mLocal File Systems<0x1b>[0m.
    [14:43:11:023]          Starting <0x1b>[0;1;39mRebuild Dynamic Linker Cache<0x1b>[0m...
    [14:43:11:061]          Starting <0x1b>[0;1;39mCreate Volatile Files and Directories<0x1b>[0m...
    [14:43:11:061] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mudev Kernel Device Manager<0x1b>[0m.
    [14:43:11:106] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mCreate Volatile Files and Directories<0x1b>[0m.
    [14:43:11:106]          Starting <0x1b>[0;1;39mRebuild Journal Catalog<0x1b>[0m...
    [14:43:11:122] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:158] See 'systemctl status systemd-timesyncd.service' for details.
    [14:43:11:158] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mSystem Time Set<0x1b>[0m.
    [14:43:11:189] [<0x1b>[0;32m  OK  <0x1b>[0m] Reached target <0x1b>[0;1;39mSystem Time Synchronized<0x1b>[0m.
    [14:43:11:189]          Starting <0x1b>[0;1;39mUpdate UTMP about System Boot/Shutdown<0x1b>[0m...
    [14:43:11:210] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mRebuild Journal Catalog<0x1b>[0m.
    [14:43:11:226] [<0x1b>[0;32m  OK  <0x1b>[0m] Stopped <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:247] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:282] See 'systemctl status systemd-timesyncd.service' for details.
    [14:43:11:282] [<0x1b>[0;32m  OK  <0x1b>[0m] Stopped <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:333] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:333] See 'systemctl status systemd-timesyncd.service' for details.
    [14:43:11:333] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mUpdate UTMP about System Boot/Shutdown<0x1b>[0m.
    [14:43:11:368] [<0x1b>[0;32m  OK  <0x1b>[0m] Stopped <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:368] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:403] See 'systemctl status systemd-timesyncd.service' for details.
    [14:43:11:403] [<0x1b>[0;32m  OK  <0x1b>[0m] Stopped <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:418] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:454] See 'systemctl status systemd-timesyncd.service' for details.
    [14:43:11:454] [<0x1b>[0;32m  OK  <0x1b>[0m] Stopped <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:528] [<0x1b>[0;1;31mFAILED<0x1b>[0m] Failed to start <0x1b>[0;1;39mNetwork Time Synchronization<0x1b>[0m.
    [14:43:11:528] See 'systemctl status systemd-timesyncd.service' for details.
    [14:43:11:528] [    4.531735] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:11:528] [    4.539359] random: crng init done
    [14:43:11:528] [    4.542794] random: 75 urandom warning(s) missed due to ratelimiting
    [14:43:11:528] [    4.553877] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:11:528] [    4.562761] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:11:596] [    4.575390] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:11:596] [    4.584989] CAN device driver interface
    [14:43:11:596] [<0x1b>[0;32m  OK  <0x1b>[0m] Started <0x1b>[0;1;39mLoad/Save Random Seed<0x1b>[0m.[    4.603656] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:11:596] 
    [14:43:11:596] [    4.614362] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:11:596] [    4.629385] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:11:626] [    4.641344] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:11:642] [    4.674537] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
    [14:43:11:698] [    4.683226] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:11:698] [    4.690789] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:11:698] [    4.699098] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:11:698] [    4.714390] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:11:698] [    4.724826] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [14:43:11:698] [    4.733802] remoteproc remoteproc0: 64800000.dsp is available
    [14:43:11:746] [    4.742077] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:11:746] [    4.747787] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
    [14:43:11:746] [    4.751242] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:11:746] [    4.768709] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
    [14:43:11:746] [    4.772902] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:11:801] [    4.784873] PVR_K:  265: Read BVNC 36.53.104.796 from HW device registers
    [14:43:11:801] [    4.794410] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:11:801] [    4.795664] PVR_K:  265: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [14:43:11:801] [    4.813124] remoteproc remoteproc1: 65800000.dsp is available
    [14:43:11:801] [    4.819827] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0
    [14:43:11:801] [    4.832548] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:11:855] [    4.844015] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:11:855] [    4.858313] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:11:855] [    4.873284] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:11:915] [    4.894405] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [14:43:11:915] [    4.906924] m_can_platform 2701000.can: m_can device registered (irq=33, version=32)
    [14:43:11:915] [    4.916056] platform 41000000.r5f: configured R5F for IPC-only mode
    [14:43:11:915] [    4.927905] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [14:43:11:915] [    4.936494] m_can_platform 40528000.can: m_can device registered (irq=19, version=32)
    [14:43:11:915] [    4.949837] m_can_platform 2711000.can: m_can device registered (irq=35, version=32)
    [14:43:11:978] [    4.957631] remoteproc remoteproc2: 41000000.r5f is available
    [14:43:11:978] [    4.964756] remoteproc remoteproc2: attaching to 41000000.r5f
    [14:43:11:978] [    4.971809] m_can_platform 40568000.can: m_can device registered (irq=21, version=32)
    [14:43:11:978] [    4.984223] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [14:43:11:978] [    4.995163] m_can_platform 2721000.can: m_can device registered (irq=37, version=32)
    [14:43:11:978] [    5.011947] m_can_platform 27d1000.can: m_can device registered (irq=39, version=32)
    [14:43:12:039] [    5.030530] m_can_platform 2681000.can: m_can device registered (irq=41, version=32)
    [14:43:12:039] [    5.038914] remoteproc remoteproc0: powering up 64800000.dsp
    [14:43:12:039] [    5.043741]  remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [14:43:12:039] [    5.044694] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 14815296
    [14:43:12:039] [    5.053403] virtio_rpmsg_bus virtio0: rpmsg host is online
    [14:43:12:039] [    5.065348] remoteproc remoteproc1: powering up 65800000.dsp
    [14:43:12:039] [    5.072774] remoteproc remoteproc1: Booting fw image j721s2-c71_1-fw, size 9760696
    [14:43:12:082] [    5.076941]  remoteproc2#vdev0buffer: registered virtio0 (type 7)
    [14:43:12:082] [    5.083262] remoteproc remoteproc0: unsupported resource 65538
    [14:43:12:082] [    5.092737] m_can_platform 2691000.can: m_can device registered (irq=43, version=32)
    [14:43:12:082] [    5.093152] remoteproc remoteproc1: unsupported resource 65538
    [14:43:12:082] [    5.106508] remoteproc remoteproc0: bad phdr da 0xb0100000 mem 0x98
    [14:43:12:082] [    5.112930] remoteproc remoteproc0: Failed to load program segments: -22
    [14:43:12:133] [    5.119791] remoteproc remoteproc1: bad phdr da 0xb6100000 mem 0x98
    [14:43:12:133] [    5.126530] m_can_platform 26a1000.can: m_can device registered (irq=45, version=32)
    [14:43:12:133] [    5.128300] remoteproc remoteproc1: Failed to load program segments: -22
    [14:43:12:133] [    5.136848] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
    [14:43:12:133] [    5.143542] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [14:43:12:133] [    5.156289] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:12:133] [    5.169744] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:12:181] [    5.174354] platform 5c00000.r5f: configured R5F for remoteproc mode
    [14:43:12:181] [    5.184836] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:12:181] [    5.198322] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:12:181] [    5.216976] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:12:230] [    5.225125] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [14:43:12:230] [    5.226357] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:12:230] [    5.241880] remoteproc remoteproc3: 5c00000.r5f is available
    [14:43:12:230] [    5.246597] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:12:230] [    5.259314] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [14:43:12:280] [    5.287924] remoteproc remoteproc3: powering up 5c00000.r5f
    [14:43:12:280] [    5.295756] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 719944
    [14:43:12:317] [    5.319344] platform 5d00000.r5f: configured R5F for remoteproc mode
    [14:43:12:317] [    5.328161] remoteproc remoteproc3: bad phdr da 0xa2f2a000 mem 0x1bc000
    [14:43:12:317] [    5.335161] remoteproc remoteproc3: Failed to load program segments: -22
    [14:43:12:349] [    5.383167] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [14:43:12:450] [    5.483946] remoteproc remoteproc4: 5d00000.r5f is available
    [14:43:12:541] [    5.523992] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [14:43:12:541] [    5.531876] remoteproc remoteproc4: powering up 5d00000.r5f
    [14:43:12:541] [    5.537576] remoteproc remoteproc4: Booting fw image j721s2-main-r5f0_1-fw, size 306092
    [14:43:12:541] [    5.549042] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [14:43:12:541] [    5.560165] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [14:43:12:541] [    5.571320] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    


  • Hi 

    We tried to apply the modification you provided,  it does not work. You can find the kernel panic

    I am not able to find the kernel panic log in the log file you shared.

    Regards
    Diwakar

  • HI 

    The panic info can be found in kernel_log_mmcblk0p2.log as below showing.



    BR
    Liuli

  • Hi

    I Checked logs and saw

    [    1.797919]  mmcblk0: p1

    [    2.276238] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2): error -6
    [    2.284174] Please append a correct "root=" boot option; here are the available partitions:

    are you sure that mmcblk0p2 is your rootfs partition of the emmc in the above logs shows only one partition is p1  ?

    I would suggest you to check with local FAE to faster the process as it just some setup issue.

    Regards
    Diwakar

  • Hi 

    are you sure that mmcblk0p2 is your rootfs partition of the emmc in the above logs shows only one partition is p1  ?

    We switch to mmcblk0p1 as below showing. There is no panic in kernel, but  still is blocked as same as before(PARTUUID ).

    U-Boot SPL 2021.01 (Aug 03 2023 - 17:37:07 +0800)
    ti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    SPL initial stack usage: 13472 bytes
    Trying to boot from MMC1
    init_env from device 17 not supported!
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.8(release):7953b4f
    NOTICE:  BL31: Built : 10:56:05, May 29 2023
    I/TC: 
    I/TC: OP-TEE version: 97dc684 (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #1 Mon May 29 02:56:44 UTC 2023 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2021.01 (Aug 03 2023 - 17:37:57 +0800)
    ti_sci system-controller@44083000: Message not acknowledgedSYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    Trying to boot from MMC1
    
    
    U-Boot 2021.01 (Aug 03 2023 - 17:37:57 +0800)
    
    SoC:   J721S2 SR1.0 GP
    Model: Texas Instruments J721S2 EVM
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    Board: J721S2X-PM1-SOM rev E1
    DRAM:  4 GiB
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Failed to probe am65_cpsw_nuss driver
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    Net:   No ethernet found.
    Hit any key to stop autoboot:  2  1  0 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => 
    => mmc part
    
    Partition Map for MMC device 0  --   Partition Type: EFI
    
    Part	Start LBA	End LBA		Name
    	Attributes
    	Type GUID
    	Partition GUID
      1	0x00000022	0x00e8ffde	"rootfs"
    	attrs:	0x0000000000000000
    	type:	ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    	guid:	b0c23b14-d844-0348-9cd7-ba0eb8ca66dd
    => mmc info
    Device: mmc@4f80000
    Manufacturer ID: 15
    OEM: 100
    Name: 8GUF4 
    Bus Speed: 200000000
    Mode: HS400 (200MHz)
    Rd Block Len: 512
    MMC version 5.1
    High Capacity: Yes
    Capacity: 7.3 GiB
    Bus Width: 8-bit DDR
    Erase Group Size: 512 KiB
    HC WP Group Size: 8 MiB
    User Capacity: 7.3 GiB WRREL
    Boot Capacity: 31.9 MiB ENH
    RPMB Capacity: 4 MiB ENH
    Boot area 0 is not write protected
    Boot area 1 is not write protected
    => boot
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    ** Unrecognized filesystem type **
    19964416 bytes read in 63 ms (302.2 MiB/s)
    84991 bytes read in 6 ms (13.5 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 000000008fee8000, end 000000008fffffff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.162-g76b3e88d56 (yuwy@Aicview-Compiler-50-19) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Sat Jun 24 20:34:17 CST 2023
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    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 c71-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 c71-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 c71-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 c71-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffefff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a9bfffff]
    [    0.000000]   node   0: [mem 0x00000000a9c00000-0x00000000ffffefff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffefff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffefff]
    [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [    0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
    [    0.000000] cma: Reserved 512 MiB at 0x00000000dfc00000
    [    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.2
    [    0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032190
    [    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),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=/dev/mmcblk0p1 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x00000000dbc00000-0x00000000dfc00000] (64MB)
    [    0.000000] Memory: 3319596K/4194296K available (11712K kernel code, 1192K rwdata, 4468K rodata, 1984K init, 456K bss, 350412K 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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    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.008379] Console: colour dummy device 80x25
    [    0.012948] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023620] pid_max: default: 32768 minimum: 301
    [    0.028380] LSM: Security Framework initializing
    [    0.033139] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040720] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.049655] rcu: Hierarchical SRCU implementation.
    [    0.054748] Platform MSI: msi-controller@1820000 domain created
    [    0.060961] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070257] EFI services will not be available.
    [    0.074992] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.088091] Detected PIPT I-cache on CPU1
    [    0.088117] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.088131] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.088172] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.088232] smp: Brought up 1 node, 2 CPUs
    [    0.117581] SMP: Total of 2 processors activated.
    [    0.122387] CPU features: detected: 32-bit EL0 Support
    [    0.127642] CPU features: detected: CRC32 instructions
    [    0.142667] CPU: All CPU(s) started at EL2
    [    0.146875] alternatives: patching kernel code
    [    0.151995] devtmpfs: initialized
    [    0.160007] KASLR disabled due to lack of seed
    [    0.164668] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.174636] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.189684] pinctrl core: initialized pinctrl subsystem
    [    0.195373] DMI not present or invalid.
    [    0.199661] NET: Registered protocol family 16
    [    0.204896] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.212218] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.220270] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.228406] ramoops: using module parameters
    [    0.232835] ramoops ramoops: no room for dmesg mem region (0xffffffffffffe000@0xdd000000) in (0x40000@0xdd000000)
    [    0.243335] ramoops: probe of ramoops failed with error -12
    [    0.249228] thermal_sys: Registered thermal governor 'step_wise'
    [    0.249231] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.255891] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.269542] ASID allocator initialised with 65536 entries
    [    0.291944] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.298801] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.305652] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.312500] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.320064] cryptd: max_cpu_qlen set to 1000
    [    0.326310] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.335422] vsys_3v3: supplied by evm_12v0
    [    0.339806] vsys_5v0: supplied by evm_12v0
    [    0.344657] iommu: Default domain type: Translated 
    [    0.349811] SCSI subsystem initialized
    [    0.353735] usbcore: registered new interface driver usbfs
    [    0.359369] usbcore: registered new interface driver hub
    [    0.364809] usbcore: registered new device driver usb
    [    0.370236] mc: Linux media interface: v0.10
    [    0.374611] videodev: Linux video capture interface: v2.00
    [    0.380256] pps_core: LinuxPPS API ver. 1 registered
    [    0.385328] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.394665] PTP clock support registered
    [    0.398685] EDAC MC: Ver: 3.0.0
    [    0.402545] FPGA manager framework
    [    0.406067] Advanced Linux Sound Architecture Driver Initialized.
    [    0.412740] clocksource: Switched to clocksource arch_sys_counter
    [    0.419073] VFS: Disk quotas dquot_6.6.0
    [    0.423124] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.432979] NET: Registered protocol family 2
    [    0.437763] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.446431] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.455210] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.463435] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    0.471225] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.478074] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.484974] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.492399] NET: Registered protocol family 1
    [    0.497174] RPC: Registered named UNIX socket transport module.
    [    0.503234] RPC: Registered udp transport module.
    [    0.508053] RPC: Registered tcp transport module.
    [    0.512857] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.519439] NET: Registered protocol family 44
    [    0.523986] PCI: CLS 0 bytes, default 64
    [    0.528388] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.539178] Initialise system trusted keyrings
    [    0.543838] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.552071] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.558336] NFS: Registering the id_resolver key type
    [    0.563523] Key type id_resolver registered
    [    0.567800] Key type id_legacy registered
    [    0.571924] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.578772] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.586430] 9p: Installing v9fs 9p2000 file system support
    [    0.611668] Key type asymmetric registered
    [    0.615857] Asymmetric key parser 'x509' registered
    [    0.620860] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.628420] io scheduler mq-deadline registered
    [    0.633046] io scheduler kyber registered
    [    0.638700] pinctrl-single 4301c000.pinctrl: 101 pins, size 404
    [    0.644937] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.655685] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.668938] brd: module loaded
    [    0.676006] loop: module loaded
    [    0.679873] megasas: 07.714.04.00-rc1
    [    0.685730] tun: Universal TUN/TAP device driver, 1.6
    [    0.691212] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.697623] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.703704] sky2: driver version 1.30
    [    0.708128] VFIO - User Level meta-driver version: 0.3
    [    0.714053] i2c /dev entries driver
    [    0.718551] sdhci: Secure Digital Host Controller Interface driver
    [    0.724878] sdhci: Copyright(c) Pierre Ossman
    [    0.729648] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.736070] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.742429] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.749351] ashmem: initialized
    [    0.753464] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.758034] optee: revision 3.20 (97dc6845)
    [    0.774427] optee: dynamic shared memory is enabled
    [    0.783896] optee: initialized driver
    [    0.789136] NET: Registered protocol family 17
    [    0.793763] 9pnet: Installing 9P2000 support
    [    0.798186] Key type dns_resolver registered
    [    0.802649] Loading compiled-in X.509 certificates
    [    0.815639] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar')
    [    0.857627] omap_i2c 42120000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.863799] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.869895] omap_i2c 40b10000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.876243] pca953x 3-0021: supply vcc not found, using dummy regulator
    [    0.883084] pca953x 3-0021: using no AI
    [    0.908784] pca953x 3-0021: failed writing register
    [    0.913829] pca953x: probe of 3-0021 failed with error -121
    [    0.919775] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.926582] pca953x 3-0020: using no AI
    [    0.930557] pca953x 3-0020: failed writing register
    [    0.935583] pca953x: probe of 3-0020 failed with error -121
    [    0.941476] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    0.948281] pca953x 3-0022: using AI
    [    0.951998] pca953x 3-0022: failed writing register
    [    0.957022] pca953x: probe of 3-0022 failed with error -121
    [    0.962762] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.969224] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    0.977815] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    0.987178] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    0.995815] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    1.008446] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.016143] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.024423] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.032703] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.041832] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    1.048625] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    1.057919] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    1.067801] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.074561] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.083511] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    1.093679] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.100438] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    1.108134] omap8250 40a00000.serial: failed to get alias
    [    1.114285] printk: console [ttyS2] disabled
    [    1.118684] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 25, base_baud = 3000000) is a 8250
    [    1.127431] printk: console [ttyS2] enabled
    [    1.127431] printk: console [ttyS2] enabled
    [    1.135867] printk: bootconsole [ns16550a0] disabled
    [    1.135867] printk: bootconsole [ns16550a0] disabled
    [    1.150575] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.196742] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.204385] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    1.225166] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    1.233165] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [    1.241199] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [    1.249184] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [    1.257170] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [    1.265154] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [    1.273138] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [    1.281121] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [    1.289104] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [    1.297088] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [    1.305071] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [    1.313143] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [    1.321216] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [    1.329286] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [    1.337362] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [    1.345438] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [    1.353529] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [    1.361601] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [    1.369672] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [    1.377742] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [    1.385815] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [    1.393886] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [    1.401958] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [    1.410029] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [    1.418101] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [    1.426173] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [    1.434244] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [    1.442315] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [    1.450388] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [    1.458462] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [    1.466538] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [    1.474609] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [    1.482763] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    1.495711] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.502921] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.509266] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    1.520432] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:200000000, add_val:4 pps:0
    [    1.630337] mmc0: CQHCI version 5.10
    [    1.637667] vdd_mmc1: supplied by vsys_3v3
    [    1.642814] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    1.649701] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    1.656525] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    1.663341] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    1.670123] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.672378] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.677606] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.693221] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.701367] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.710559] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    1.721078] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    1.732606] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.776744] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.784388] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    1.794970] mmc0: Command Queue Engine enabled
    [    1.799418] mmc0: new DDR MMC card at address 0001
    [    1.804533] mmcblk0: mmc0:0001 8GUF4R 7.28 GiB 
    [    1.809200] mmcblk0boot0: mmc0:0001 8GUF4R partition 1 31.9 MiB
    [    1.811629] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    1.815244] mmcblk0boot1: mmc0:0001 8GUF4R partition 2 31.9 MiB
    [    1.823150] davinci_mdio 46000f00.mdio: phy[1]: device 46000f00.mdio:01, driver unknown
    [    1.829148] mmcblk0rpmb: mmc0:0001 8GUF4R partition 3 4.00 MiB, chardev (236:0)
    [    1.837180] davinci_mdio 46000f00.mdio: phy[2]: device 46000f00.mdio:02, driver unknown
    [    1.852383] davinci_mdio 46000f00.mdio: phy[3]: device 46000f00.mdio:03, driver unknown
    [    1.860409] davinci_mdio 46000f00.mdio: phy[4]: device 46000f00.mdio:04, driver unknown
    [    1.868418] davinci_mdio 46000f00.mdio: phy[5]: device 46000f00.mdio:05, driver unknown
    [    1.876426] davinci_mdio 46000f00.mdio: phy[6]: device 46000f00.mdio:06, driver unknown
    [    1.884440] davinci_mdio 46000f00.mdio: phy[7]: device 46000f00.mdio:07, driver unknown
    [    1.892443] davinci_mdio 46000f00.mdio: phy[8]: device 46000f00.mdio:08, driver unknown
    [    1.900440] davinci_mdio 46000f00.mdio: phy[9]: device 46000f00.mdio:09, driver unknown
    [    1.908436] davinci_mdio 46000f00.mdio: phy[10]: device 46000f00.mdio:0a, driver unknown
    [    1.916522] davinci_mdio 46000f00.mdio: phy[11]: device 46000f00.mdio:0b, driver unknown
    [    1.924606] davinci_mdio 46000f00.mdio: phy[12]: device 46000f00.mdio:0c, driver unknown
    [    1.924633]  mmcblk0: p1
    [    1.932679] davinci_mdio 46000f00.mdio: phy[13]: device 46000f00.mdio:0d, driver unknown
    [    1.932682] davinci_mdio 46000f00.mdio: phy[14]: device 46000f00.mdio:0e, driver unknown
    [    1.932686] davinci_mdio 46000f00.mdio: phy[15]: device 46000f00.mdio:0f, driver unknown
    [    1.959435] davinci_mdio 46000f00.mdio: phy[16]: device 46000f00.mdio:10, driver unknown
    [    1.967506] davinci_mdio 46000f00.mdio: phy[17]: device 46000f00.mdio:11, driver unknown
    [    1.975579] davinci_mdio 46000f00.mdio: phy[18]: device 46000f00.mdio:12, driver unknown
    [    1.983651] davinci_mdio 46000f00.mdio: phy[19]: device 46000f00.mdio:13, driver unknown
    [    1.991723] davinci_mdio 46000f00.mdio: phy[20]: device 46000f00.mdio:14, driver unknown
    [    1.999795] davinci_mdio 46000f00.mdio: phy[21]: device 46000f00.mdio:15, driver unknown
    [    2.007867] davinci_mdio 46000f00.mdio: phy[22]: device 46000f00.mdio:16, driver unknown
    [    2.015941] davinci_mdio 46000f00.mdio: phy[23]: device 46000f00.mdio:17, driver unknown
    [    2.024012] davinci_mdio 46000f00.mdio: phy[24]: device 46000f00.mdio:18, driver unknown
    [    2.032085] davinci_mdio 46000f00.mdio: phy[25]: device 46000f00.mdio:19, driver unknown
    [    2.040168] davinci_mdio 46000f00.mdio: phy[26]: device 46000f00.mdio:1a, driver unknown
    [    2.048242] davinci_mdio 46000f00.mdio: phy[27]: device 46000f00.mdio:1b, driver unknown
    [    2.056318] davinci_mdio 46000f00.mdio: phy[28]: device 46000f00.mdio:1c, driver unknown
    [    2.064391] davinci_mdio 46000f00.mdio: phy[29]: device 46000f00.mdio:1d, driver unknown
    [    2.072463] davinci_mdio 46000f00.mdio: phy[30]: device 46000f00.mdio:1e, driver unknown
    [    2.080536] davinci_mdio 46000f00.mdio: phy[31]: device 46000f00.mdio:1f, driver unknown
    [    2.088702] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.101654] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.108866] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.115288] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
    [    2.125379] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.134060] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.134224] mmc1: CQHCI version 5.10
    [    2.141567] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.153203] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.161290] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.171375] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.178864] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.183335] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    2.186944] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.202482] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.212344] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.219838] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.227920] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.235997] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.244531] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.251832] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.259581] debugfs: Directory 'pd:276' with parent 'pm_genpd' already present!
    [    2.267450] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
    [    2.282398] ALSA device list:
    [    2.285367]   No soundcards found.
    [    2.355644] EXT4-fs (mmcblk0p1): recovery complete
    [    2.361070] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [    2.369193] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    2.375493] devtmpfs: mounted
    [    2.379455] Freeing unused kernel memory: 1984K
    [    2.384104] Run /sbin/init as init process
    [    2.470928] systemd[1]: System time before build time, advancing clock.
    [    2.506351] NET: Registered protocol family 10
    [    2.511359] Segment Routing with IPv6
    [    2.528853] systemd[1]: systemd 244.5+ 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)
    [    2.550674] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2021.09!
    
    [    2.597984] systemd[1]: Set hostname to <j721s2-evm>.
    [    2.725672] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring.
    [    2.745131] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
    [    2.768522] systemd[1]: /etc/systemd/system/auto-cam.service:2: Unknown key name 'Descriptiot' in section 'Unit', ignoring.
    [    2.811890] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.820480] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    2.840906] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.848420] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    2.868829] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.876159] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.896988] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    2.920896] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    2.944885] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    2.964810] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    2.984800] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    3.004803] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    3.035304] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.056929] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.079005] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.101017] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.126848] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    3.135281] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.157169] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.177146] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.201149] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.220989] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.243507] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.263517] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.287482] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.307662] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [    3.327839] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st…odes for the current kernel...
    [    3.358428] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.383642] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.396974] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    3.409784] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.428382] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.444178] cryptodev: loading out-of-tree module taints kernel.
    [    3.453268] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    3.463531] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
             Starting Remount Root and Kernel File Systems[    3.470794] cryptodev: driver 1.10 loaded.
    [0m...
    [    3.491734] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [    3.512396] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    3.533355] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Create list of sta… nodes for the current kernel.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    3.761128] systemd-journald[228]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create System Users...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create System Users.
    [    3.877563] random: systemd: uninitialized urandom read (16 bytes read)
             Starting Create Static Device Nodes in /dev[0[    3.890087] random: systemd-journal: uninitialized urandom read (16 bytes read)
    m...
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    3.945615] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Wait for Complete Device Initialization...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Rebuild Journal Catalog...
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Stopped Network Time Synchronizatio[    4.461963] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    n.
    [    4.470678] random: crng init done
    [    4.476650] random: 73 urandom warning(s) missed due to ratelimiting
    [    4.483224] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [FAILED] Failed to start Network Time Sync[    4.496818] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    hronization.
    [    4.506435] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    See 'systemctl status systemd-timesyncd.service' for details.
    [    4.533355] CAN device driver interface
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Sync[    4.578069] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    hronization.
    [    4.591783] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    See 'systemctl status systemd-timesyncd.service' for details.
    [    4.608381] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.624955] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.650524] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.664530] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.680451] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.692513] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.712932] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a6000000
    [    4.739637] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.751881] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.766625] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.780296] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.795693] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    4.812834] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.825406] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.841382] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.857880] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.883886] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.899130] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    4.909993] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    4.922391] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    4.936084] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    4.937014] remoteproc remoteproc0: 64800000.dsp is available
    [    4.947543] platform 41000000.r5f: configured R5F for IPC-only mode
    [    4.969417] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a7000000
    [    4.972047] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    4.979875] m_can_platform 26a1000.can: m_can device registered (irq=45, version=32)
    [    4.987050] remoteproc remoteproc1: 41000000.r5f is available
    [    4.999156] PVR_K:  270: Read BVNC 36.53.104.796 from HW device registers
    [    5.000812] remoteproc remoteproc1: attaching to 41000000.r5f
    [    5.007084] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.012803] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [    5.026767] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.027479]  remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [    5.042806] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.045712] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.055888] k3-dsp-rproc 65800000.dsp: configured DSP for remoteproc mode
    [    5.058920]  remoteproc1#vdev0buffer: registered virtio0 (type 7)
    [    5.063765] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.069737] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
    [    5.070737] PVR_K:  270: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    5.087419] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [    5.102030] platform 5c00000.r5f: configured R5F for remoteproc mode
    [    5.105020] m_can_platform 2701000.can: m_can device registered (irq=33, version=32)
    [    5.121079] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    5.124260] remoteproc remoteproc2: 65800000.dsp is available
    [    5.131863] m_can_platform 40528000.can: m_can device registered (irq=19, version=32)
    [    5.152303] remoteproc remoteproc3: 5c00000.r5f is available
    [    5.158559] m_can_platform 2711000.can: m_can device registered (irq=35, version=32)
    [    5.169546] m_can_platform 40568000.can: m_can device registered (irq=21, version=32)
    [    5.173428] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0
    [    5.184884] m_can_platform 2721000.can: m_can device registered (irq=37, version=32)
    [    5.196493] platform 5d00000.r5f: configured R5F for remoteproc mode
    [    5.206081] m_can_platform 27d1000.can: m_can device registered (irq=39, version=32)
    [    5.214283] remoteproc remoteproc3: powering up 5c00000.r5f
    [    5.220107] remoteproc remoteproc0: powering up 64800000.dsp
    [    5.220510] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 719944
    [    5.225802] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 14815296
    [    5.240177] m_can_platform 2681000.can: m_can device registered (irq=41, version=32)
    [    5.253289] remoteproc remoteproc3: bad phdr da 0xa2f2a000 mem 0x1bc000
    [    5.254790] remoteproc remoteproc0: unsupported resource 65538
    [    5.260535] remoteproc remoteproc3: Failed to load program segments: -22
    [    5.272853] remoteproc remoteproc0: bad phdr da 0xb0100000 mem 0x98
    [    5.274779] m_can_platform 2691000.can: m_can device registered (irq=43, version=32)
    [    5.285827] remoteproc remoteproc0: Failed to load program segments: -22
    [    5.290414] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.307645] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.317639] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.329356] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [    5.331367] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.352873] remoteproc remoteproc2: powering up 65800000.dsp
    [    5.362533] remoteproc remoteproc2: Booting fw image j721s2-c71_1-fw, size 9760696
    [    5.362576] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.370176] remoteproc remoteproc2: unsupported resource 65538
    [    5.383191] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.395167] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.405531] remoteproc remoteproc2: bad phdr da 0xb6100000 mem 0x98
    [    5.406787] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.420122] remoteproc remoteproc2: Failed to load program segments: -22
    [    5.421645] remoteproc remoteproc4: 5d00000.r5f is available
    [    5.441750] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.449656] remoteproc remoteproc4: powering up 5d00000.r5f
    [    5.455521] remoteproc remoteproc4: Booting fw image j721s2-main-r5f0_1-fw, size 306092
    [    5.465879] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    5.477225] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    5.486620] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    

    BR
    Liuli

  • Hi 

    Here the analysis of the latest logs 

    [ 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),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),-@8m(hbmc.rootfs) root=/dev/mmcblk0p1 rw rootfstype=ext4 rootwait
    [ 2.369193] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [ 3.453268] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.463531] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
    Starting [0;1;39mRemount Root and Kernel File Systems[ 3.470794] cryptodev: driver 1.10 loaded.

    Your rootfs is getting mounted there is no issue with the emmc now.But seeing some failure on loading firmware on R5 and C7X.

    [ 5.220510] remoteproc remoteproc3: Booting fw image j721s2-main-r5f0_0-fw, size 719944
    [ 5.225802] remoteproc remoteproc0: Booting fw image j721s2-c71_0-fw, size 14815296
    [ 5.240177] m_can_platform 2681000.can: m_can device registered (irq=41, version=32)
    [ 5.253289] remoteproc remoteproc3: bad phdr da 0xa2f2a000 mem 0x1bc000
    [ 5.254790] remoteproc remoteproc0: unsupported resource 65538
    [ 5.260535] remoteproc remoteproc3: Failed to load program segments: -22
    [ 5.272853] remoteproc remoteproc0: bad phdr da 0xb0100000 mem 0x98
    [ 5.285827] remoteproc remoteproc0: Failed to load program segments: -22
    [ 5.362533] remoteproc remoteproc2: Booting fw image j721s2-c71_1-fw, size 9760696
    [ 5.420122] remoteproc remoteproc2: Failed to load program segments: -22

    Please raise a new thread for the same 

    Regards
    Diwakar

  • HI Liuli

    Sure we close this thread and will follow up on the new one.

    Regards
    Diwakar