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.

TDA4VH-Q1: eMMC: unable to select a mode : -5

Part Number: TDA4VH-Q1

hi,TI

I'm having issues with eMMC:

1. Unable to switch to eMMC at the uboot command line;

=> mmc list
mmc@4f80000: 0     #eMMC
mmc@4fb0000: 1     #SD card
=> mmc info
unable to select a mode : -5
mmc_init: -524, time 264
=> mmc dev 1
switch to partitions #0, OK
mmc1 is current device
=> mmc dev 0
unable to select a mode : -5
mmc_init: -524, time 264
=>

2. Similar error when booting from eMMC.

U-Boot SPL 2023.04-dirty (Nov 30 2023 - 11:56:12 +0800)
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed -121
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
SPL initial stack usage: 13448 bytes
Trying to boot from MMC1
unable to select a mode : -5
spl: mmc init failed with error: -524
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

  • Hi Zheng,

    Help provide more information on the above issue:

    • Which sdk you are using ?
    • Which emmc part you used ?
    • Is it a custom hardware or TI evm?
    • Are you able to access the emmc in linux ?

    Regards
    Diwakae

    • Which sdk you are using ?
    • —— ti-processor-sdk-linux-adas-j784s4-evm-09_00_01_03
    • Which emmc part you used ?
    • ——  MTFC32GASAQHD-AAT
    • Is it a custom hardware or TI evm?
    • —— it is a custom hardware.
    • Are you able to access the emmc in linux ?
    • ——yes, we can access the emmc in Linux.
  • I have found that the error is come for __mmc_switch in the u-boot-2023.04+gitAUTOINC+bd74e615a6-gbd74e615a6/drivers/mmc/mmc.c

    it is return -EIO; 

    static int __mmc_switch(struct mmc *mmc, u8 set, u8 index, u8 value,
                            bool send_status)
    {
    		.........
            do {
                    ret = mmc_send_status(mmc, &status);
                    if (!ret && (status & MMC_STATUS_SWITCH_ERROR)) {
                            pr_err("switch failed %d/%d/0x%x !\n", set, index, value);
                            pr_debug("switch failed %d/%d/0x%x !\n", set, index,
                                     value);
                            return -EIO;		//FengWei:error return from this line
                    }
    
                    if (!ret && (status & MMC_STATUS_RDY_FOR_DATA) &&
                        (status & MMC_STATUS_CURR_STATE) == MMC_STATE_TRANS)
                            return 0;
                    udelay(100);
            } while (get_timer(start) < timeout_ms);
    
            return -ETIMEDOUT;
    }
    

  • Hi Zheng 

    Can you help me with the full boot logs along with the dtb you are using in U-BOOT  and in kernel.

    Regards
    Diwakar

  • After booting from the SD card, operate the eMMC:

    root@j784s4-evm:~# lsblk
    NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
    mmcblk1      179:0    0 59.7G  0 disk
    |-mmcblk1p1  179:1    0  128M  0 part /run/media/BOOT-mmcblk1p1
    `-mmcblk1p2  179:2    0 59.6G  0 part /
    mmcblk0      179:32   0 29.6G  0 disk
    |-mmcblk0p1  179:33   0  128M  0 part /run/media/BOOT-mmcblk0p1
    `-mmcblk0p2  179:34   0 29.5G  0 part /run/media/rootfs-mmcblk0p2
    mmcblk0boot0 179:64   0 31.5M  1 disk
    mmcblk0boot1 179:96   0 31.5M  1 disk
    root@j784s4-evm:~# cd /run/media/BOOT-mmcblk0p1
    root@j784s4-evm:/run/media/BOOT-mmcblk0p1# ls
    tiboot3-j784s4-gp-evm.bin  tiboot3.bin  tispl.bin  u-boot.img  u-boot.img_bak  uEnv.txt  version
    root@j784s4-evm:/run/media/BOOT-mmcblk0p1# touch 123.txt
    root@j784s4-evm:/run/media/BOOT-mmcblk0p1# cd ../rootfs-mmcblk0p2/
    root@j784s4-evm:/run/media/rootfs-mmcblk0p2# ls
    bin  boot  dev  etc  home  lib  linuxrc  media  mnt  opt  proc  run  sbin  srv  sys  tmp  usr  var
    root@j784s4-evm:/run/media/rootfs-mmcblk0p2# touch 123.txt
    root@j784s4-evm:/run/media/rootfs-mmcblk0p2#
    

    Boot from eMMC:

    U-Boot SPL 2023.04-gdf45838c-dirty (Dec 17 2023 - 21:31:29 +0800)
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC1
    unable to select a mode : -5
    spl: mmc init failed with error: -524
    SPL: failed to boot from all boot devices
    ### ERROR ### Please RESET the board ###

    arch/arm/dts/k3-j784s4-evm.dts 

    &main_sdhci0 {
            /* eMMC */
            status = "okay";
            non-removable;
            ti,driver-strength-ohm = <50>;
            disable-wp;
    };
    
    &main_sdhci1 {
            /* SD card */
            status = "okay";
            pinctrl-0 = <&main_mmc1_pins_default>;
            pinctrl-names = "default";
            disable-wp;
            vmmc-supply = <&vdd_mmc1>;
            vqmmc-supply = <&vdd_sd_dv>;
    };

  • Hi Zheg 

    Can you share the dtb of both linux as well as u-boot.

    Seems your emmc is not able to select the mode , what is the mode your emmc is configured for in U-BOOT.

    can you share the full logs also ?

    Regards
    Diwakar

  • The company's computer is unable to transfer documents to the Internet.

    arch/arm/dts/k3-j784s4-evm.dts is the uboot dts,and i havn't modified its contents.

    BOOT file: tiboot3.bin, tispl.bin, u-boot.img, There is no separate dtb file for uboot.

  • linux dts: arch/arm64/boot/dts/ti/k3-j784s4-evm.dts

    &main_sdhci0 {
    /* eMMC */
    status = "okay";
    non-removable;
    ti,driver-strength-ohm = <50>;
    disable-wp;
    no-mmc-hs400;
    };

    &main_sdhci1 {
    /* SD card */
    status = "okay";
    pinctrl-0 = <&main_mmc1_pins_default>;
    pinctrl-names = "default";
    disable-wp;
    vmmc-supply = <&vdd_mmc1>;
    //vqmmc-supply = <&vdd_sd_dv>;
    no-1-8-v;
    };

  • Hi Zheng 

    can you share the full logs also ?

    Can you help with this ?

    Also what is the speed mode you are using in U-BOOT?

    BOOT file: tiboot3.bin, tispl.bin, u-boot.img, There is no separate dtb file for uboot.

    You can find the u-boot.dtb file in your  u-boot_build/a72 folder.

    Regards
    Diwakar

  • SD card boot logs:


    U-Boot SPL 2023.04-gddaa482d (Dec 12 2023 - 10:14:59 +0800)
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.9(release):v2.9.0-dirty
    NOTICE: BL31: Built : 14:12:59, May 22 2023
    I/TC:
    I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    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 2023.04-dirty (Nov 30 2023 - 11:55:42 +0800)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted


    U-Boot 2023.04-gddaa482d (Dec 12 2023 - 10:14:42 +0800)

    SoC: J784S4 SR1.0 GP
    Model: Texas Instruments J784S4 EVM
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Board: J784S4-EVM rev E1
    DRAM: 12 GiB
    idle-statesCore: 88 devices, 31 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC: mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In: serial@2880000
    Out: serial@2880000
    Err: serial@2880000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Net: Could not get PHY for ethernet@46000000port@1: addr 0
    am65_cpsw_nuss_port ethernet@46000000port@1: phy_connect() failed
    No ethernet found.

    Hit any key to stop autoboot: 0
    mmc_init: -70, time 89
    unable to select a mode : -5
    mmc_init: -524, time 264
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    1531288 bytes read in 90 ms (16.2 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 1531288 bytes: Success!
    367676 bytes read in 42 ms (8.3 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 367676 bytes: Success!
    166924 bytes read in 34 ms (4.7 MiB/s)
    Load Remote Processor 4 with data@addr=0x82000000 166924 bytes: Success!
    166924 bytes read in 34 ms (4.7 MiB/s)
    Load Remote Processor 5 with data@addr=0x82000000 166924 bytes: Success!
    519212 bytes read in 49 ms (10.1 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 519212 bytes: Success!
    166924 bytes read in 33 ms (4.8 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 166924 bytes: Success!
    14283080 bytes read in 617 ms (22.1 MiB/s)
    Load Remote Processor 8 with data@addr=0x82000000 14283080 bytes: Success!
    14684488 bytes read in 633 ms (22.1 MiB/s)
    Load Remote Processor 9 with data@addr=0x82000000 14684488 bytes: Success!
    14160200 bytes read in 612 ms (22.1 MiB/s)
    Load Remote Processor 10 with data@addr=0x82000000 14160200 bytes: Success!
    14160200 bytes read in 612 ms (22.1 MiB/s)
    Load Remote Processor 11 with data@addr=0x82000000 14160200 bytes: Success!
    20920832 bytes read in 885 ms (22.5 MiB/s)
    97903 bytes read in 30 ms (3.1 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK
    Working FDT set to 8fee5000

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [ 0.000000] Linux version 6.1.46-gf8110d9ce8 (feng@ubuntu22) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #5 SMP PREEMPT Tue Dec 5 14:39:37 CST 2023
    [ 0.000000] Machine model: Texas Instruments J784S4 EVM
    [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
    [ 0.000000] printk: bootconsole [ns16550a0] enabled
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000a8fe00000, size 1792 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [ 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 r5f-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 r5f-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 r5f-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 r5f-memory@a7100000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal [mem 0x0000000100000000-0x0000000affffefff]
    [ 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-0x00000000abffffff]
    [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffefff]
    [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000affffefff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000affffefff]
    [ 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] 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 19 pages/cpu s38376 r8192 d31256 u77824
    [ 0.000000] Detected PIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: detected: Spectre-v3a
    [ 0.000000] CPU features: detected: Spectre-BHB
    [ 0.000000] CPU features: detected: ARM erratum 1742098
    [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [ 0.000000] alternatives: applying boot alternatives
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 3096574
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 root=PARTUUID=57ad8e17-02 rw rootfstype=ext4 rootwait
    [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: area num 8.
    [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [ 0.000000] Memory: 10192896K/12582904K available (12480K kernel code, 1294K rwdata, 4360K rodata, 2176K init, 498K bss, 555000K reserved, 1835008K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
    [ 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=8
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
    [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv3: 960 SPIs implemented
    [ 0.000000] GICv3: 0 Extended SPIs implemented
    [ 0.000000] Root IRQ handler: gic_handle_irq
    [ 0.000000] GICv3: GICv3 features: 16 PPIs
    [ 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 @0x0000000880050000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
    [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008419] Console: colour dummy device 80x25
    [ 0.012986] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.023657] pid_max: default: 32768 minimum: 301
    [ 0.028397] LSM: Security Framework initializing
    [ 0.033184] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.040954] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.050028] cblist_init_generic: Setting adjustable number of callback queues.
    [ 0.057424] cblist_init_generic: Setting shift to 3 and lim to 1.
    [ 0.063686] cblist_init_generic: Setting adjustable number of callback queues.
    [ 0.071072] cblist_init_generic: Setting shift to 3 and lim to 1.
    [ 0.077377] rcu: Hierarchical SRCU implementation.
    [ 0.082274] rcu: Max phase no-delay instances is 1000.
    [ 0.087746] Platform MSI: msi-controller@1820000 domain created
    [ 0.093900] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [ 0.103749] EFI services will not be available.
    [ 0.108567] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    I/TC: Secondary CPU 4 initializing
    I/TC: Secondary CPU 4 switching to normal world boot
    I/TC: Secondary CPU 5 initializing
    I/TC: Secondary CPU 5 switching to normal world boot
    [ 0.121630] Detected PIPT I-cache on CPU1
    [ 0.121680] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [ 0.121694] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
    [ 0.121721] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [ 0.130157] Detected PIPT I-cache on CPU2
    [ 0.130195] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [ 0.130207] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
    [ 0.130230] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [ 0.138645] Detected PIPT I-cache on CPU3
    [ 0.138689] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [ 0.138702] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
    [ 0.138724] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [ 0.147170] Detected PIPT I-cache on CPU4
    [ 0.147249] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [ 0.147263] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
    [ 0.147294] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [ 0.155737] Detected PIPT I-cache on CPU5
    [ 0.155786] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [ 0.155799] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
    [ 0.155822] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [ 0.164242] Detected PIPT I-cache on CPU6
    [ 0.164290] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [ 0.164303] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
    [ 0.164326] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [ 0.172740] Detected PIPT I-cache on CPU7
    [ 0.172790] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [ 0.172802] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
    [ 0.172826] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [ 0.172870] smp: Brought up 1 node, 8 CPUs
    [ 0.353854] SMP: Total of 8 processors activated.
    [ 0.358660] CPU features: detected: 32-bit EL0 Support
    [ 0.363916] CPU features: detected: CRC32 instructions
    [ 0.369209] CPU: All CPU(s) started at EL2
    [ 0.373399] alternatives: applying system-wide alternatives
    [ 0.380035] devtmpfs: initialized
    [ 0.389795] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.399772] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [ 0.425309] pinctrl core: initialized pinctrl subsystem
    [ 0.430954] DMI not present or invalid.
    [ 0.435193] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.442144] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [ 0.449812] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.458162] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.466391] audit: initializing netlink subsys (disabled)
    [ 0.472004] audit: type=2000 audit(0.332:1): state=initialized audit_enabled=0 res=1
    [ 0.472206] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.479924] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.486144] cpuidle: using governor menu
    [ 0.496882] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.503907] ASID allocator initialised with 65536 entries
    [ 0.517868] KASLR disabled due to lack of seed
    [ 0.525390] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.532339] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.538744] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.545679] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.552082] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.559016] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.565418] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.572354] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.579546] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [ 0.589001] iommu: Default domain type: Translated
    [ 0.593988] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.600501] SCSI subsystem initialized
    [ 0.604479] usbcore: registered new interface driver usbfs
    [ 0.610099] usbcore: registered new interface driver hub
    [ 0.615540] usbcore: registered new device driver usb
    [ 0.620917] pps_core: LinuxPPS API ver. 1 registered
    [ 0.625989] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.635328] PTP clock support registered
    [ 0.639400] EDAC MC: Ver: 3.0.0
    [ 0.643077] FPGA manager framework
    [ 0.646583] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.653193] clocksource: Switched to clocksource arch_sys_counter
    [ 0.659530] VFS: Disk quotas dquot_6.6.0
    [ 0.663558] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.673470] NET: Registered PF_INET protocol family
    [ 0.678793] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.691587] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
    [ 0.700478] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.708406] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [ 0.717079] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [ 0.725474] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.732331] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [ 0.739439] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [ 0.747070] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.753105] RPC: Registered named UNIX socket transport module.
    [ 0.759163] RPC: Registered udp transport module.
    [ 0.763966] RPC: Registered tcp transport module.
    [ 0.768769] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.775350] NET: Registered PF_XDP protocol family
    [ 0.780251] PCI: CLS 0 bytes, default 64
    [ 0.784844] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [ 0.794005] Initialise system trusted keyrings
    [ 0.798636] workingset: timestamp_bits=46 max_order=22 bucket_order=0
    [ 0.807750] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.813975] NFS: Registering the id_resolver key type
    [ 0.819152] Key type id_resolver registered
    [ 0.823423] Key type id_legacy registered
    [ 0.827546] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.834396] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.842020] 9p: Installing v9fs 9p2000 file system support
    [ 0.867054] Key type asymmetric registered
    [ 0.871237] Asymmetric key parser 'x509' registered
    [ 0.876240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.883864] io scheduler mq-deadline registered
    [ 0.888495] io scheduler kyber registered
    [ 0.894524] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [ 0.900509] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [ 0.906499] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [ 0.912527] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [ 0.918361] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [ 0.924553] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [ 0.934353] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.945202] loop: module loaded
    [ 0.948984] megasas: 07.719.03.00-rc1
    [ 0.954641] tun: Universal TUN/TAP device driver, 1.6
    [ 0.960101] thunder_xcv, ver 1.0
    [ 0.963414] thunder_bgx, ver 1.0
    [ 0.966722] nicpf, ver 1.0
    [ 0.969710] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
    [ 0.977091] hns3: Copyright (c) 2017 Huawei Corporation.
    [ 0.982536] hclge is initializing
    [ 0.985924] e1000: Intel(R) PRO/1000 Network Driver
    [ 0.990905] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [ 0.996787] e1000e: Intel(R) PRO/1000 Network Driver
    [ 1.001858] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [ 1.007918] igb: Intel(R) Gigabit Ethernet Network Driver
    [ 1.013432] igb: Copyright (c) 2007-2014 Intel Corporation.
    [ 1.019132] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [ 1.025577] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [ 1.031705] sky2: driver version 1.30
    [ 1.035813] VFIO - User Level meta-driver version: 0.3
    [ 1.041379] usbcore: registered new interface driver usb-storage
    [ 1.047904] i2c_dev: i2c /dev entries driver
    [ 1.053180] sdhci: Secure Digital Host Controller Interface driver
    [ 1.059497] sdhci: Copyright(c) Pierre Ossman
    [ 1.064202] Synopsys Designware Multimedia Card Interface Driver
    [ 1.070588] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.076973] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.083196] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 1.089918] usbcore: registered new interface driver usbhid
    [ 1.095613] usbhid: USB HID core driver
    [ 1.100212] 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
    [ 1.104767] optee: revision 3.20 (8e74d476)
    [ 1.121154] optee: dynamic shared memory is enabled
    [ 1.130631] optee: initialized driver
    [ 1.135234] Initializing XFRM netlink socket
    [ 1.139613] NET: Registered PF_PACKET protocol family
    [ 1.144837] 9pnet: Installing 9P2000 support
    [ 1.149224] Key type dns_resolver registered
    [ 1.153747] registered taskstats version 1
    [ 1.157946] Loading compiled-in X.509 certificates
    [ 1.168212] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    [ 1.197006] omap_i2c 42120000.i2c: bus 6 rev0.12 at 400 kHz
    [ 1.203354] pca953x 0-0074: supply vcc not found, using dummy regulator
    [ 1.210192] pca953x 0-0074: using no AI
    [ 1.237840] pca953x 0-0075: supply vcc not found, using dummy regulator
    [ 1.244639] pca953x 0-0075: using no AI
    [ 1.249135] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.255109] omap_i2c 2050000.i2c: bus 5 rev0.12 at 400 kHz
    [ 1.260909] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [ 1.269449] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [ 1.278696] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [ 1.287296] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [ 1.297755] ti-udma 311a0000.dma-controller: Number of rings: 48
    [ 1.304505] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [ 1.313685] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [ 1.323563] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [ 1.330322] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [ 1.339167] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [ 1.349313] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [ 1.356071] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [ 1.363949] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 215, base_baud = 6000000) is a 8250
    [ 1.373365] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
    [ 1.382218] printk: console [ttyS2] enabled
    [ 1.382218] printk: console [ttyS2] enabled
    [ 1.390658] printk: bootconsole [ns16550a0] disabled
    [ 1.390658] printk: bootconsole [ns16550a0] disabled
    [ 1.441199] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.545245] davinci_mdio 46000f00.mdio: timed out waiting for user access
    [ 1.652121] davinci_mdio 46000f00.mdio: timed out waiting for idle
    [ 1.658287] davinci_mdio: probe of 46000f00.mdio failed with error -5
    [ 1.664778] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [ 1.677619] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [ 1.684826] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [ 1.690979] pps pps0: new PPS source ptp0
    [ 1.695113] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [ 1.741198] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.748970] mdio_bus c200f00.mdio: MDIO device at address 0 is missing.
    [ 1.755588] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [ 1.768323] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [ 1.774579] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [ 1.781696] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [ 1.787790] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
    [ 1.797858] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [ 1.907502] mmc0: CQHCI version 5.10
    [ 1.907806] mmc1: CQHCI version 5.10
    [ 1.951978] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [ 1.955463] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [ 2.013597] mmc1: new ultra high speed SDR104 SDXC card at address 59b4
    [ 2.020577] mmcblk1: mmc1:59b4 EC1S5 59.7 GiB
    [ 2.026495] mmcblk1: p1 p2
    [ 2.043823] mmc0: Command Queue Engine enabled
    [ 2.048272] mmc0: new HS200 MMC card at address 0001
    [ 2.053534] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [ 2.058977] mmcblk0: p1 p2
    [ 2.062057] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [ 2.067626] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [ 2.073091] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [ 2.094496] func=tps6594_rtc_probe,line=389
    [ 2.098676] CPU: 3 PID: 90 Comm: kworker/u16:2 Not tainted 6.1.46-gf8110d9ce8 #5
    [ 2.106054] Hardware name: Texas Instruments J784S4 EVM (DT)
    [ 2.111696] Workqueue: events_unbound deferred_probe_work_func
    [ 2.117521] Call trace:
    [ 2.119955] dump_backtrace.part.0+0xdc/0xf0
    [ 2.124221] show_stack+0x18/0x30
    [ 2.127524] dump_stack_lvl+0x68/0x84
    [ 2.131174] dump_stack+0x18/0x34
    [ 2.134475] tps6594_rtc_probe+0x48/0x240
    [ 2.138473] platform_probe+0x68/0xe0
    [ 2.142122] really_probe+0xbc/0x2dc
    [ 2.145682] __driver_probe_device+0x78/0x114
    [ 2.150024] driver_probe_device+0xd8/0x15c
    [ 2.154191] __device_attach_driver+0xb8/0x134
    [ 2.158619] bus_for_each_drv+0x78/0xd0
    [ 2.162444] __device_attach+0xa8/0x1c0
    [ 2.166266] device_initial_probe+0x14/0x20
    [ 2.170433] bus_probe_device+0x9c/0xa4
    [ 2.174256] device_add+0x360/0x740
    [ 2.177732] platform_device_add+0x114/0x234
    [ 2.181988] mfd_add_device+0x378/0x4b0
    [ 2.185811] devm_mfd_add_devices+0xb0/0x150
    [ 2.190066] tps6594_device_init+0x1d0/0x310
    [ 2.194324] tps6594_i2c_probe+0xb8/0x114
    [ 2.198321] i2c_device_probe+0x138/0x30c
    [ 2.202318] really_probe+0xbc/0x2dc
    [ 2.205879] __driver_probe_device+0x78/0x114
    [ 2.210220] driver_probe_device+0xd8/0x15c
    [ 2.214389] __device_attach_driver+0xb8/0x134
    [ 2.218816] bus_for_each_drv+0x78/0xd0
    [ 2.222640] __device_attach+0xa8/0x1c0
    [ 2.226461] device_initial_probe+0x14/0x20
    [ 2.230629] bus_probe_device+0x9c/0xa4
    [ 2.234451] deferred_probe_work_func+0x88/0xc0
    [ 2.238966] process_one_work+0x1d0/0x320
    [ 2.242962] worker_thread+0x2c8/0x444
    [ 2.246696] kthread+0x10c/0x110
    [ 2.249913] ret_from_fork+0x10/0x20
    [ 2.253484] func=tps6594_rtc_probe,line=391
    [ 2.358750] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [ 2.365539] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [ 2.372319] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [ 2.379102] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [ 2.385883] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [ 2.392672] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [ 2.400467] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [ 2.410382] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [ 2.457212] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 2.561322] davinci_mdio 46000f00.mdio: timed out waiting for user access
    [ 2.668258] davinci_mdio 46000f00.mdio: timed out waiting for idle
    [ 2.674427] davinci_mdio: probe of 46000f00.mdio failed with error -5
    [ 2.680947] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [ 2.693811] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [ 2.701018] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [ 2.707195] pps pps0: new PPS source ptp1
    [ 2.711325] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [ 2.721354] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [ 2.769199] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 2.776969] mdio_bus c200f00.mdio: MDIO device at address 0 is missing.
    [ 2.783588] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [ 2.796324] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [ 2.802581] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [ 2.809700] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [ 2.815825] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [ 2.825660] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [ 2.833998] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    [ 2.841236] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    [ 2.848509] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    [ 2.856194] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    [ 2.863504] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    [ 2.870809] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    [ 2.883560] ALSA device list:
    [ 2.886527] No soundcards found.
    [ 2.896272] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ 2.904808] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 2.911866] devtmpfs: mounted
    [ 2.915589] Freeing unused kernel memory: 2176K
    [ 2.920224] Run /sbin/init as init process
    [ 3.057714] systemd[1]: System time before build time, advancing clock.
    [ 3.088478] NET: Registered PF_INET6 protocol family
    [ 3.094036] Segment Routing with IPv6
    [ 3.097712] In-situ OAM (IOAM) with IPv6
    [ 3.119377] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [ 3.150815] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2023.04!

    [ 3.213682] systemd[1]: Hostname set to <j784s4-evm>.
    [ 3.286533] systemd-sysv-generator[188]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [ 3.310525] systemd-sysv-generator[188]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [ 3.335146] systemd-sysv-generator[188]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [ 3.359673] systemd-sysv-generator[188]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [ 3.475568] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [ 3.515646] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [ 3.558762] systemd[1]: Queued start job for default target Graphical Interface.
    [ 3.605445] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ 3.626429] systemd[1]: Created slice Slice /system/modprobe.
    [ OK ] Created slice Slice /system/modprobe.
    [ 3.650284] systemd[1]: Created slice Slice /system/serial-getty.
    [ OK ] Created slice Slice /system/serial-getty.
    [ 3.674108] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 3.697351] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password …ts to Console Directory Watch.
    [ 3.721306] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password R…uests to Wall Directory Watch.
    [ 3.745364] systemd[1]: Reached target Path Units.
    [ OK ] Reached target Path Units.
    [ 3.761253] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 3.781240] systemd[1]: Reached target Slice Units.
    [ OK ] Reached target Slice Units.
    [ 3.797255] systemd[1]: Reached target Swaps.
    [ OK ] Reached target Swaps.
    [ 3.842869] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 3.869312] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 3.891986] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 3.913350] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 3.937495] systemd[1]: Listening on Journal Audit Socket.
    [ OK ] Listening on Journal Audit Socket.
    [ 3.957407] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.977432] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 3.993469] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 4.017474] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 4.037366] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 4.057401] systemd[1]: Listening on User Database Manager Socket.
    [ OK ] Listening on User Database Manager Socket.
    [ 4.093433] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 4.111443] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 4.135459] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 4.153423] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 4.169056] systemd[1]: Mounting Temporary Directory /tmp...
    Mounting Temporary Directory /tmp...
    [ 4.187973] systemd[1]: Starting Create List of Static Device Nodes...
    Starting Create List of Static Device Nodes...
    [ 4.211344] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 4.231264] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 4.247593] systemd[1]: Starting Load Kernel Module fuse...
    Starting Load Kernel Module fuse...
    [ 4.256185] fuse: init (API version 7.37)
    [ 4.271692] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 4.296342] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 4.309351] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [ 4.324917] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 4.344822] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 4.355160] cryptodev: loading out-of-tree module taints kernel.
    [ 4.362083] cryptodev: driver 1.12 loaded.
    [ 4.364077] systemd[1]: Starting Generate network units from Kernel command line...
    Starting Generate network …ts from Kernel command line...
    [ 4.391861] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [0m...
    [ 4.423950] systemd[1]: Starting Coldplug All udev Devices...
    Starting Coldplug All udev Devices...
    [ 4.445691] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 4.461507] 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 ] Finished Create List of Static Device Nodes.
    [ OK ] Finished Load Kernel Module configfs.
    [ OK ] Finished Load Kernel Module drm.
    [ OK ] Finished Load Kernel Module fuse.
    [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 ] Finished Load Kernel Modules.
    [ OK ] Finished Generate network units from Kernel command line.
    [ OK ] Finished Remount Root and Kernel File Systems.
    Mounting FUSE Control File System...
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    [ 4.781208] systemd-journald[205]: Received client request to flush runtime journal.
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    [ OK ] Mounted FUSE Control File System.
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Finished Flush Journal to Persistent Storage.
    [ OK ] Finished Apply Kernel Variables.
    [ OK ] Finished Create Static Device Nodes in /dev.
    [ OK ] Finished Coldplug All udev Devices.
    [ OK ] Reached target Preparation for Local File Systems.
    Mounting /media/ram...
    Mounting /var/volatile...
    [ 4.987472] audit: type=1334 audit(1651167746.928:2): prog-id=5 op=LOAD
    [ 4.994164] audit: type=1334 audit(1651167746.936:3): prog-id=6 op=LOAD
    Starting Rule-based Manage…for Device Events and Files...
    [ OK ] Mounted /media/ram.
    [ OK ] Mounted /var/volatile.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create Volatile Files and Directories...
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Finished Create Volatile Files and Directories.
    [ 5.173688] mc: Linux media interface: v0.10
    [ 5.188334] random: crng init done
    [ 5.193686] videodev: Linux video capture interface: v2.00
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    [ 5.264683] PVR_K: 243: Device: 4e20000000.gpu
    [ 5.266946] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [ 5.277920] PVR_K: 243: Read BVNC 36.53.104.796 from HW device registers
    [ OK ] Finished Load/Save Random Seed.[ 5.283321] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode

    [ 5.297816] PVR_K: 243: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [ 5.297879] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [ 5.298529] remoteproc remoteproc0: 64800000.dsp is available
    [ 5.298607] remoteproc remoteproc0: attaching to 64800000.dsp
    [ 5.299125] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [ 5.299138] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node c71-dma-memory@a8000000
    [ 5.302187] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 5.302211] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)
    [ 5.302216] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
    [ 5.303112] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000
    [ 5.303976] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
    [ 5.304025] remoteproc remoteproc2: 65800000.dsp is available
    [ 5.304064] remoteproc remoteproc2: attaching to 65800000.dsp
    [ 5.304078] Unable to handle kernel paging request at virtual address ffff800010fffeff
    [ 5.304082] Mem abort info:
    [ 5.304083] ESR = 0x0000000096000007
    [ 5.304085] EC = 0x25: DABT (current EL), IL = 32 bits
    [ 5.304088] SET = 0, FnV = 0
    [ 5.304090] EA = 0, S1PTW = 0
    [ 5.304093] FSC = 0x07: level 3 translation fault
    [ 5.304096] Data abort info:
    [ 5.304097] ISV = 0, ISS = 0x00000007
    [ 5.304099] CM = 0, WnR = 0
    [ 5.304101] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000083089000
    [ 5.304105] [ffff800010fffeff] pgd=1000000affffe003, p4d=1000000affffe003, pud=1000000affffd003, pmd=1000000886770003, pte=0000000000000000
    [ 5.304119] Internal error: Oops: 0000000096000007 [#1] PREEMPT SMP
    [ 5.304123] Modules linked in: cfbimgblt wave5(+) j721e_csi2rx(+) sysfillrect ti_k3_r5_remoteproc(+) ti_k3_dsp_remoteproc(+) sysimgblt virtio_rpmsg_bus videobuf2_dma_contig v4l2_mem2mem pvrsrvkm(O+) videobuf2_memops rpmsg_ns fb_sys_fops videobuf2_v4l2 sa2ul ti_k3_common cfbcopyarea v4l2_async videobuf2_common cdns_dphy_rx videodev mc optee_rng cdns_dphy rng_core cdns3_ti cryptodev(O) fuse drm drm_panel_orientation_quirks ipv6
    [ 5.304182] CPU: 0 PID: 246 Comm: systemd-udevd Tainted: G O 6.1.46-gf8110d9ce8 #5
    [ 5.304187] Hardware name: Texas Instruments J784S4 EVM (DT)
    [ 5.304190] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [ 5.304194] pc : rproc_handle_resources.constprop.0+0x94/0x168
    [ 5.304212] lr : rproc_boot+0x448/0x570
    [ 5.304221] sp : ffff80000a413800
    [ 5.304223] x29: ffff80000a413800 x28: 0000000000000000 x27: ffff80000a413ce0
    [ 5.304230] x26: fffffffffffffeff x25: ffff800011000000 x24: ffff800009002580
    [ 5.304236] x23: ffff000807269838 x22: 0000000000000000 x21: ffff8000093ce278
    [ 5.304242] x20: ffff000807269800 x19: 0000000000000000 x18: 0000000000000040
    [ 5.304248] x17: 0000000000000000 x16: 0000000000000000 x15: ffffffffffffffff
    [ 5.304253] x14: fffffdffffdfffff x13: ffffffffffffffff x12: fffffdffffdfffff
    [ 5.304259] x11: fffffffffffffbff x10: ff7fffffffdfffff x9 : fffffffeffbfffbf
    [ 5.304265] x8 : ffffffffffffffff x7 : ffffffffffffffff x6 : ffffbfffffffff3f
    [ 5.304271] x5 : ffff000801e01d00 x4 : ffff800011000100 x3 : 00000000000001fd
    [ 5.304276] x2 : 00000000fffffeff x1 : ffff800010ffff03 x0 : ffff800011000000
    [ 5.304283] Call trace:
    [ 5.304285] rproc_handle_resources.constprop.0+0x94/0x168
    [ 5.304291] rproc_boot+0x448/0x570
    [ 5.304296] rproc_add+0xcc/0x16c
    [ 5.304301] k3_dsp_rproc_probe+0x400/0x490 [ti_k3_dsp_remoteproc]
    [ 5.304317] platform_probe+0x68/0xe0
    [ 5.304323] really_probe+0xbc/0x2dc
    [ 5.304327] __driver_probe_device+0x78/0x114
    [ 5.304330] driver_probe_device+0xd8/0x15c
    [ 5.304333] __driver_attach+0x94/0x19c
    [ 5.304337] bus_for_each_dev+0x70/0xd0
    [ 5.304343] driver_attach+0x24/0x30
    [ 5.304346] bus_add_driver+0x154/0x20c
    [ 5.304351] driver_register+0x78/0x130
    [ 5.304354] __platform_driver_register+0x28/0x34
    [ 5.304359] k3_dsp_rproc_driver_init+0x20/0x1000 [ti_k3_dsp_remoteproc]
    [ 5.304367] do_one_initcall+0x50/0x1d0
    [ 5.304373] do_init_module+0x48/0x1d0
    [ 5.304381] load_module+0x18e8/0x1c70
    [ 5.304386] __do_sys_finit_module+0xa8/0x100
    [ 5.304391] __arm64_sys_finit_module+0x20/0x30
    [ 5.304396] invoke_syscall+0x48/0x114
    [ 5.304403] el0_svc_common.constprop.0+0xd4/0xfc
    [ 5.304407] do_el0_svc+0x30/0xd0
    [ 5.304412] el0_svc+0x2c/0x84
    [ 5.304415] el0t_64_sync_handler+0xbc/0x140
    [ 5.304419] el0t_64_sync+0x18c/0x190
    [ 5.304424] Code: 128002b3 91152021 97ffe137 1400002e (b87a6b20)
    [ 5.304428] ---[ end trace 0000000000000000 ]---
    [ 5.314448] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
    [ 5.318502] platform 41000000.r5f: configured R5F for IPC-only mode
    [ 5.380551] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.382481] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    [ 5.385841] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [ 5.391411] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.427703] remoteproc remoteproc1: 41000000.r5f is available
    [ 5.429304] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.434769] remoteproc remoteproc1: attaching to 41000000.r5f
    [ 5.439479] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.451749] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [ 5.458031] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.495307] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [ 5.503661] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 5.505694] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.511595] rproc-virtio rproc-virtio.6.auto: registered virtio1 (type 7)
    [ 5.518954] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.523569] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
    [ 5.526858] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [ 5.531711] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.537421] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [ 5.544528] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.551863] platform 5c00000.r5f: configured R5F for IPC-only mode
    [ 5.559592] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.566224] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [ 5.573177] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.580690] remoteproc remoteproc3: 5c00000.r5f is available
    [ 5.587319] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.587992] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [ 5.594519] remoteproc remoteproc3: attaching to 5c00000.r5f
    [ 5.602522] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.619203] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [ 5.622565] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.624763] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [ 5.625095] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [ 5.625440] cdns-csi2rx: probe of 4524000.csi-bridge failed with error -22
    [ 5.626251] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [ 5.629872] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.635493] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 5.638980] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.641918] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [ 5.642636] rproc-virtio rproc-virtio.7.auto: registered virtio2 (type 7)
    [ 5.646180] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.646204] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.649765] remoteproc remoteproc3: remote processor 5c00000.r5f is now attached
    [ 5.654101] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.657647] platform 5d00000.r5f: configured R5F for IPC-only mode
    [ 5.662178] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.662199] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.689929] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 5.693446] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [ 5.697685] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 5.702101] remoteproc remoteproc4: 5d00000.r5f is available
    [ 5.704057] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 5.708383] remoteproc remoteproc4: attaching to 5d00000.r5f
    [ 6.098150] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [ OK ] Found device /dev/ttyS2.
    [ 6.105201] remoteproc remoteproc4: remote processor 5d00000.r5f is now attached
    [ OK ] Started Network Time Synchronizatio[ 6.118633] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    n.
    [ 6.119833] platform 5e00000.r5f: configured R5F for IPC-only mode
    [ 6.129805] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.129830] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.151688] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [ 6.160473] remoteproc remoteproc5: 5e00000.r5f is available
    [ 6.166192] remoteproc remoteproc5: attaching to 5e00000.r5f
    [ OK ] Finished Record System Boot/Shutdow[ 6.172261] platform 5e00000.r5f: R5F core initialized in IPC-only mode
    n in UTMP.
    [ 6.172715] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.184104] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node r5f-dma-memory@a4000000
    [ 6.191203] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.191231] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.200927] virtio_rpmsg_bus virtio3: rpmsg host is online
    [ 6.209891] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.215228] rproc-virtio rproc-virtio.8.auto: registered virtio3 (type 7)
    [ 6.220663] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.226405] remoteproc remoteproc5: remote processor 5e00000.r5f is now attached
    [ 6.233215] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.242444] platform 5f00000.r5f: configured R5F for IPC-only mode
    [ 6.250331] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.255776] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [ 6.261729] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.261752] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.268250] remoteproc remoteproc6: 5f00000.r5f is available
    [ 6.296167] remoteproc remoteproc6: attaching to 5f00000.r5f
    [ OK ] Created slice Slice /system/systemd[ 6.301918] platform 5f00000.r5f: R5F core initialized in IPC-only mode
    -fsck.
    [ 6.314035] remoteproc remoteproc6: remote processor 5f00000.r5f is now attached
    [ 6.323170] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.323882] platform 5900000.r5f: configured R5F for IPC-only mode
    [ 6.328946] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.335225] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000
    [ 6.344126] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.352520] remoteproc remoteproc7: 5900000.r5f is available
    [ 6.363627] remoteproc remoteproc7: attaching to 5900000.r5f
    [ OK ] Reached target System Initializatio[ 6.369589] platform 5900000.r5f: R5F core initialized in IPC-only mode
    n.
    [ 6.369812] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.381461] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node r5f-dma-memory@a6000000
    [ 6.388185] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.397350] virtio_rpmsg_bus virtio4: rpmsg host is online
    [ 6.403693] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [ 6.405939] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.411420] rproc-virtio rproc-virtio.9.auto: registered virtio4 (type 7)
    [ 6.418787] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.424255] remoteproc remoteproc7: remote processor 5900000.r5f is now attached
    [ 6.424439] platform 5a00000.r5f: configured R5F for IPC-only mode
    [ 6.431081] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.436871] platform 5a00000.r5f: assigned reserved memory node r5f-dma-memory@a7000000
    [ 6.444154] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.450708] remoteproc remoteproc8: 5a00000.r5f is available
    [ 6.478819] remoteproc remoteproc8: attaching to 5a00000.r5f
    [ OK ] Started Daily Cleanup of Temporary [ 6.484634] platform 5a00000.r5f: R5F core initialized in IPC-only mode
    Directories.
    [ 6.484848] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.496653] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a7000000
    [ 6.503931] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.503938] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.513431] virtio_rpmsg_bus virtio5: rpmsg host is online
    [ 6.522406] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.527909] rproc-virtio rproc-virtio.10.auto: registered virtio5 (type 7)
    [ 6.533369] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.533377] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 6.539101] remoteproc remoteproc8: remote processor 5a00000.r5f is now attached
    [ 6.546213] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 6.573993] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.583054] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ OK ] Reached target System Time Set.[ 6.589360] cdns-mhdp8546 a000000.dp-bridge: invalid resource

    [ 6.600169] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 6.609369] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ OK ] Started Daily rotation of log files.
    [ OK ] Reached target Timer Units.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    Starting Weston socket...
    Starting Console System Startup Logging...
    Starting D-Bus System Message Bus...
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Listening on Weston socket.
    [ OK ] Finished Console System Startup Logging.
    [ OK ] Finished Reboot and dump vmcore via kexec.
    [ OK ] Found device /dev/mmcblk0p2.
    [ OK ] Found device /dev/mmcblk0p1.
    [ OK ] Reached target Socket Units.
    [ OK ] Reached target Basic System.
    [ OK ] Started Job spooling tools.
    [ OK ] Started Periodic Command Scheduler.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    [ OK ] Started irqbalance daemon.
    Starting Telephony service...
    Starting Expand the rootfs…ll size of the boot device....
    [ OK ] Started startwlanap.
    [ OK ] Started startwlansta.
    [ OK ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    Starting File System Check on /dev/mmcblk0p1...
    Starting File System Check on /dev/mmcblk0p2...
    [ 7.257146] audit: type=1334 audit(1651506474.784:4): prog-id=7 op=LOAD
    [ 7.263802] audit: type=1334 audit(1651506474.792:5): prog-id=8 op=LOAD
    Starting User Login Management...
    [ OK ] Started TEE Supplicant.
    [FAILED] Failed to start Print notice about GPLv3 packages.
    See 'systemctl status gplv3-notice.service' for details.
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Fou[ 7.404002] Bluetooth: Core ver 2.22
    nd device /dev/mmcblk1p1.
    [ OK ] Star[ 7.412162] NET: Registered PF_BLUETOOTH protocol family
    ted Telephony service.
    [ 7.422946] Bluetooth: HCI device and connection manager initialized
    [ 7.432493] Bluetooth: HCI socket layer initialized
    [ 7.437371] Bluetooth: L2CAP socket layer initialized
    [ 7.442432] Bluetooth: SCO socket layer initialized
    [ OK ] Reached target Preparation for Network.
    [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    Starting File System Check on /dev/mmcblk1p1...
    Starting Network Configuration...
    [ OK ] Finished File System Check on /dev/mmcblk0p1.
    [ OK ] Finished Expand the rootfs…full size of the boot device..
    [ OK ] Finished File System Check on /dev/mmcblk0p2.
    [ OK ] Started User Login Management.
    Mounting /run/media/BOOT-mmcblk0p1...
    Mounting /run/media/rootfs-mmcblk0p2...
    [ 7.551705] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ OK ] Mounted /run/media/BOOT-mmcblk0p1.
    [ OK ] Mounted /run/media/rootfs-mmcblk0p2.
    [ OK ] Finished File System Check on /dev/mmcblk1p1.
    [ 7.618225] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 7.630249] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    Mounting /run/media/BOOT-mmcblk1p1...
    [ OK ] Started Network Configuration.
    [ OK ] Mounted /run/media/BOOT-mmcblk1p1.
    Starting Network Name Resolution...
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Enable and configure wl18xx bluetooth stack...
    Starting containerd container runtime...
    [ OK ] Started Netperf Benchmark Server.
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting Permit User Sessions...
    [FAILED] Failed to start Enable and…figure wl18xx bluetooth stack.
    See 'systemctl status bt-enable.service' for details.
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    Starting Weston, a Wayland…ositor, as a system service...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ 8.384078] audit: type=1334 audit(1651506475.912:6): prog-id=9 op=LOAD
    [ 8.390730] audit: type=1334 audit(1651506475.920:7): prog-id=10 op=LOAD
    Starting User Database Manager...
    [ OK ] Started User Database Manager.
    [ OK ] Created slice User Slice of UID 1000.
    Starting User Runtime Directory /run/user/1000...
    [ OK ] Finished User Runtime Directory /run/user/1000.
    Starting User Manager for UID 1000...
    [ 8.618657] audit: type=1006 audit(1651506476.148:8): pid=730 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 8.631213] audit: type=1300 audit(1651506476.148:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea597668 a2=4 a3=ffffb44fa020 items=0 ppid=1 pid=730 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [ 8.657702] audit: type=1327 audit(1651506476.148:8): proctitle="(systemd)"
    [ OK ] Started User Manager for UID 1000.
    [ OK ] Started Session c1 of User weston.
    [ 8.940885] audit: type=1006 audit(1651506476.468:9): pid=719 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [ 8.953252] audit: type=1300 audit(1651506476.468:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea597668 a2=4 a3=ffffb44fa020 items=0 ppid=1 pid=719 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [ 8.979470] audit: type=1327 audit(1651506476.468:9): proctitle="(weston)"
    [ OK ] Started containerd container runtime.
    [FAILED] Failed to start Weston, a …mpositor, as a system service.
    See 'systemctl status weston.service' for details.
    [DEPEND] Dependency failed for DEMO.
    [ OK ] Reached target Multi-User System.
    [ OK ] Reached target Graphical Interface.
    Starting Record Runlevel Change in UTMP...
    [ OK ] Finished Record Runlevel Change in UTMP.

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

    Arago Project j784s4-evm -

    Arago 2023.04 j784s4-evm -

    j784s4-evm login: root
    [ 12.723732] audit: type=1006 audit(1651506480.252:10): pid=754 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [ 12.736098] audit: type=1300 audit(1651506480.252:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffea597668 a2=1 a3=ffffb44fa020 items=0 ppid=1 pid=754 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [ 12.762389] audit: type=1327 audit(1651506480.252:10): proctitle="(systemd)"
    [ 12.769446] audit: type=1334 audit(1651506480.264:11): prog-id=11 op=LOAD
    [ 12.776236] audit: type=1300 audit(1651506480.264:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc3acefc0 a2=78 a3=0 items=0 ppid=1 pid=754 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [ 12.801575] audit: type=1327 audit(1651506480.264:11): proctitle="(systemd)"
    [ 12.808621] audit: type=1334 audit(1651506480.264:12): prog-id=11 op=UNLOAD
    [ 12.815574] audit: type=1334 audit(1651506480.264:13): prog-id=12 op=LOAD
    [ 12.822352] audit: type=1300 audit(1651506480.264:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc3acf060 a2=78 a3=0 items=0 ppid=1 pid=754 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [ 12.847689] audit: type=1327 audit(1651506480.264:13): proctitle="(systemd)"
    root@j784s4-evm:~# [ 16.801747] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [ 16.807502] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [ 16.816543] cdns-mhdp8546 a000000.dp-bridge: no PHY configured
    [ 16.822431] platform a000000.dp-bridge: deferred probe pending

    root@j784s4-evm:~#

  • eMMC boot,the full logs:

    U-Boot SPL 2023.04-gdf45838c-dirty (Dec 17 2023 - 21:31:29 +0800)
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC1
    unable to select a mode : -5
    spl: mmc init failed with error: -524
    SPL: failed to boot from all boot devices
    ### ERROR ### Please RESET the board ###

  • Hi Cao 

    The SD logs which you share i that we can see that  you are getting communication error  in U-BOOT for the emmc init .

    Net: Could not get PHY for ethernet@46000000port@1: addr 0
    am65_cpsw_nuss_port ethernet@46000000port@1: phy_connect() failed
    No ethernet found.

    Hit any key to stop autoboot: 0
    mmc_init: -70, time 89
    unable to select a mode : -5
    mmc_init: -524, time 264

    Whereas linux is able to detect the emmc which is working in HS200 speed mode 

    [ 2.043823] mmc0: Command Queue Engine enabled
    [ 2.048272] mmc0: new HS200 MMC card at address 0001
    [ 2.053534] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [ 2.058977] mmcblk0: p1 p2

    Can you compare the u-boot and linux kernel dtb to make sure that clock , IO voltage everything is correct.

    One more suggestion is to share the logs in the text format instead of pasting it as a message , as it is difficult to read the logs in this way.

    Regards
    Diwakar