Other Parts Discussed in Thread: CSD,
Hi,
I use the default TI codes to make a new SD file. The number of Board PROC112A1 can bring up and enter linux system, which has no EMMC checked by hard-enginer of my teamer. But our designed board(which have EMMC and SD) will stop at " Waiting for root device PARTUUID=6d813a05-02..." using the same SD file.
1. u-boot can check EMMC and SD, printing the addr at logs . it first bring up from EMMC when entering linux while mmc is 1 from bootargs.
U-Boot 2021.01 (Jul 06 2023 - 16:29:16 +0800) SoC: J721E SR1.1 Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 DRAM: 4 GiB Flash: 0 Bytes MMC: mmc_initialize sdhci@4f80000: 0, sdhci@4fb0000: 1 mmc_initialize In: serial@2800000 Out: serial@2800000 Err: serial@2800000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 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 1 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 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register switch to partitions #0, OK mmc1 is current device i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register SD/MMC found on device 1
2. EMMC will fail because of choosing speed. "mmc0: mmc_select_hs200 failed, error -110".
[ 1.458820] sdhci_am654_probe: 4f80000.mmc 784 [ 1.465892] sdhci_am654_probe: 4fb0000.mmc 784 [ 1.470336] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 1.474823] sdhci_am654_probe: 4fb0000.mmc 833 [ 1.480584] sdhci_am654_probe: 4f80000.mmc 833 [ 1.484924] sdhci_am654_init: 4fb0000.mmc 620 [ 1.489400] sdhci_am654_init: 4f80000.mmc 620 [ 1.493708] sdhci_am654_init: 4fb0000.mmc 656 [ 1.498092] sdhci_am654_init: 4f80000.mmc 656 [ 1.506840] mmc0: CQHCI version 5.10 [ 1.510473] sdhci_am654_init: 4f80000.mmc 665 [ 1.514856] sdhci_am654_init: 4f80000.mmc 670 [ 1.524795] pca953x 4-0020: supply vcc not found, using dummy regulator [ 1.531449] pca953x 4-0020: using no AI [ 1.554411] __sdhci_add_host mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.566448] pca953x 4-0020: failed writing register [ 1.571218] mmc_attach_mmc: 2238 [ 1.571377] pca953x: probe of 4-0020 failed with error -121 [ 1.580556] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 1.587397] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 1.594218] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 1.601059] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 1.607866] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 1.617950] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.624279] mmc_attach_mmc: 2274 [ 1.625441] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.636800] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.644879] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.653534] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.659119] mmc_init_card: 1618 [ 1.661024] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.665408] mmc_init_card: 1683 [ 1.672288] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.683574] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.687488] mmc_init_card: 1772 [ 1.695096] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 1.702584] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 1.703377] mmc0: mmc_select_hs200 failed, error -110 [ 1.710663] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 1.715694] mmc0: error -110 whilst initialising MMC card
3. bring-up will start again from SD after EMMC errs, there have the same err and will stop at "Waiting for root device PARTUUID=6d813a05-02..."
[ 2.144790] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.151990] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.159184] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.167276] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.171767] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.179756] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.184185] sdhci_am654_init: 4fb0000.mmc 620 [ 2.196787] sdhci_am654_init: 4fb0000.mmc 656 [ 2.196836] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.208620] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.214211] mmc_attach_mmc: 2274 [ 2.216697] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.228203] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.236826] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.244315] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.252398] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.256959] mmc_init_card: 1618 [ 2.260488] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.266029] mmc_init_card: 1683 [ 2.275968] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.283455] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.291534] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.299647] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.308377] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.315891] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.323990] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.324026] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.332075] mmc_init_card: 1772 [ 2.339276] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.342495] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.346998] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.355543] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.359590] sdhci_am654_init: 4fb0000.mmc 620 [ 2.359595] sdhci_am654_init: 4fb0000.mmc 656 [ 2.375825] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.383965] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.392100] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.401290] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present! [ 2.408633] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present! [ 2.416962] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 2.424269] mmc0: mmc_select_hs200 failed, error -110 [ 2.429326] mmc0: error -110 whilst initialising MMC card [ 2.429336] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 2.442014] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 2.449320] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 2.457538] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 2.464986] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.472475] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.479916] ALSA device list: [ 2.480553] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.483546] No soundcards found. [ 2.491576] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.503648] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.506693] mmc_attach_mmc: 2238 [ 2.511137] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.522501] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.530578] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.539335] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.546606] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.550411] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.554090] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.558504] mmc_attach_mmc: 2274 [ 2.566575] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.569950] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.577947] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.582446] sdhci_am654_init: 4fb0000.mmc 620 [ 2.594976] sdhci_am654_init: 4fb0000.mmc 656 [ 2.602604] Waiting for root device PARTUUID=6d813a05-02...
4. I refer to a related question https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1206195/dra821u-sbl-how-can-i-boot-to-linux-from-sd-card-without-emmc/4586681?tisearch=e2e-sitesearch&keymatch=TDA4%25252525252525252520start%25252525252525252520from%25252525252525252520sd#4586681 .
4.1 close main_sdhci0 is no useful for the error "mmc0: mmc_select_hs200 failed, error -110"
4.2 add "no-1-8-V" is no useful , i also add "no-1-2-v" is still no useful for the error "mmc0: mmc_select_hs200 failed, error -110"
4.3 if I change code flow at mmc_select_timing is useful for the error "mmc0: mmc_select_hs200 failed, error -110". but still stop at "Waiting for root device PARTUUID=6d813a05-02..."
@@ -1512,11 +1512,13 @@ static int mmc_select_timing(struct mmc_card *card) if (!mmc_can_ext_csd(card)) goto bus_speed; +#if 0 if (card->mmc_avail_type & EXT_CSD_CARD_TYPE_HS400ES) err = mmc_select_hs400es(card); else if (card->mmc_avail_type & EXT_CSD_CARD_TYPE_HS200) err = mmc_select_hs200(card); else if (card->mmc_avail_type & EXT_CSD_CARD_TYPE_HS) +#endif err = mmc_select_hs(card); if (err && err != -EBADMSG)
the log of adding 4.1 ,4.2 and 4.3
U-Boot SPL 2021.01-g44a87e3ab8 (Mar 23 2022 - 21:34:29 +0000) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Trying to boot from MMC2 Starting ATF on ARM64 core... NOTICE: BL31: v2.5(release):08.01.00.006-dirty NOTICE: BL31: Built : 21:03:57, Mar 23 2022 U-Boot SPL 2021.01-g44a87e3ab8 (Mar 23 2022 - 21:04:54 +0000) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Trying to boot from MMC2 U-Boot 2021.01 (Jul 06 2023 - 16:29:16 +0800) SoC: J721E SR1.1 Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 DRAM: 4 GiB Flash: 0 Bytes MMC: mmc_initialize sdhci@4f80000: 0, sdhci@4fb0000: 1 mmc_initialize In: serial@2800000 Out: serial@2800000 Err: serial@2800000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 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 1 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 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register switch to partitions #0, OK mmc1 is current device i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register SD/MMC found on device 1 Failed to load 'boot.scr' 0 bytes read in 1 ms (0 Bytes/s) Loaded env from uEnv.txt Importing environment from mmc1 ... 19276288 bytes read in 783 ms (23.5 MiB/s) 102282 bytes read in 14 ms (7 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee4000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.100 (ltf@ubuntu) (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) #12 SMP PREEMPT Fri Jul 7 14:21:28 CST 2023 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 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 c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB [ 0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB [ 0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff] [ 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-0x00000000a8ffffff] [ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff] [ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff] [ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000adffffff] [ 0.000000] node 0: [mem 0x00000000ae000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Reserved 512 MiB at 0x00000000e0000000 [ 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 2 pages/cpu s49880 r8192 d73000 u131072 [ 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] Built 1 zonelists, mobility grouping on. Total pages: 65472 [ 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),1m(ospi.sysfw),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),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=6d813a05-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB) [ 0.000000] Memory: 3339136K/4194304K available (10880K kernel code, 1288K rwdata, 4352K rodata, 1856K init, 751K bss, 330880K 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] 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: allocated 1048576 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 @0x00000008800b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008800c0000 [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0 [ 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.008355] Console: colour dummy device 80x25 [ 0.012916] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023586] pid_max: default: 32768 minimum: 301 [ 0.028333] LSM: Security Framework initializing [ 0.033078] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.040643] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.049580] rcu: Hierarchical SRCU implementation. [ 0.054635] Platform MSI: msi-controller@1820000 domain created [ 0.060883] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070177] EFI services will not be available. [ 0.074926] smp: Bringing up secondary CPUs ... [ 0.080164] Detected PIPT I-cache on CPU1 [ 0.080188] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.080199] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000 [ 0.080232] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.080280] smp: Brought up 1 node, 2 CPUs [ 0.109627] SMP: Total of 2 processors activated. [ 0.114432] CPU features: detected: 32-bit EL0 Support [ 0.119686] CPU features: detected: CRC32 instructions [ 0.133401] CPU: All CPU(s) started at EL2 [ 0.137596] alternatives: patching kernel code [ 0.142584] devtmpfs: initialized [ 0.151130] KASLR disabled due to lack of seed [ 0.155786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.165749] futex hash table entries: 512 (order: -1, 32768 bytes, linear) [ 0.173383] pinctrl core: initialized pinctrl subsystem [ 0.178956] DMI not present or invalid. [ 0.183183] NET: Registered protocol family 16 [ 0.190513] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.197814] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.205816] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.214117] thermal_sys: Registered thermal governor 'step_wise' [ 0.214120] thermal_sys: Registered thermal governor 'power_allocator' [ 0.220545] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.234183] ASID allocator initialised with 65536 entries [ 0.256649] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages [ 0.263505] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.270266] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.278118] cryptd: max_cpu_qlen set to 1000 [ 0.284184] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.292986] vsys_3v3: supplied by evm_12v0 [ 0.297349] vsys_5v0: supplied by evm_12v0 [ 0.302062] iommu: Default domain type: Translated [ 0.307179] SCSI subsystem initialized [ 0.311313] mc: Linux media interface: v0.10 [ 0.315730] videodev: Linux video capture interface: v2.00 [ 0.321359] pps_core: LinuxPPS API ver. 1 registered [ 0.326430] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.335767] PTP clock support registered [ 0.339787] EDAC MC: Ver: 3.0.0 [ 0.343532] FPGA manager framework [ 0.347043] Advanced Linux Sound Architecture Driver Initialized. [ 0.353654] clocksource: Switched to clocksource arch_sys_counter [ 0.360070] VFS: Disk quotas dquot_6.6.0 [ 0.364113] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.373795] NET: Registered protocol family 2 [ 0.378377] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear) [ 0.386995] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear) [ 0.395765] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear) [ 0.403960] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear) [ 0.411764] TCP: Hash tables configured (established 32768 bind 32768) [ 0.418511] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.425403] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.432792] NET: Registered protocol family 1 [ 0.437493] RPC: Registered named UNIX socket transport module. [ 0.443557] RPC: Registered udp transport module. [ 0.448361] RPC: Registered tcp transport module. [ 0.453164] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.459748] PCI: CLS 0 bytes, default 64 [ 0.464115] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.474388] Initialise system trusted keyrings [ 0.479000] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.487251] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.493474] NFS: Registering the id_resolver key type [ 0.498692] Key type id_resolver registered [ 0.502966] Key type id_legacy registered [ 0.507085] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.513935] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.521573] 9p: Installing v9fs 9p2000 file system support [ 0.547329] Key type asymmetric registered [ 0.551516] Asymmetric key parser 'x509' registered [ 0.556511] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.564069] io scheduler mq-deadline registered [ 0.568695] io scheduler kyber registered [ 0.574014] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.580180] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.588792] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.595068] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.602919] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.611046] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.620015] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq [ 0.628832] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq [ 0.636542] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.649413] brd: module loaded [ 0.655330] loop: module loaded [ 0.659172] megasas: 07.714.04.00-rc1 [ 0.664698] tun: Universal TUN/TAP device driver, 1.6 [ 0.670130] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.676539] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.682611] sky2: driver version 1.30 [ 0.686878] VFIO - User Level meta-driver version: 0.3 [ 0.692564] i2c /dev entries driver [ 0.696761] sdhci: Secure Digital Host Controller Interface driver [ 0.703079] sdhci: Copyright(c) Pierre Ossman [ 0.707792] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.714155] ledtrig-cpu: registered to indicate activity on CPUs [ 0.720464] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.727593] optee: probing for conduit method. [ 0.732148] optee: revision 3.12 (3d47a131) [ 0.732381] optee: initialized driver [ 0.741718] NET: Registered protocol family 17 [ 0.746318] 9pnet: Installing 9P2000 support [ 0.750704] Key type dns_resolver registered [ 0.755143] Loading compiled-in X.509 certificates [ 0.764729] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.771066] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.779208] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') [ 0.809558] random: fast init done [ 0.842276] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 0.849973] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.856047] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.862115] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.868597] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.875417] pca953x 3-0020: using no AI [ 0.901697] pca953x 3-0020: failed writing register [ 0.906731] pca953x: probe of 3-0020 failed with error -121 [ 0.912823] pca953x 3-0022: supply vcc not found, using dummy regulator [ 0.919625] pca953x 3-0022: using AI [ 0.923328] pca953x 3-0022: failed writing register [ 0.928348] pca953x: probe of 3-0022 failed with error -121 [ 0.934086] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.940518] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz [ 0.950767] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz [ 0.957080] pca953x 6-0020: supply vcc not found, using dummy regulator [ 0.963893] pca953x 6-0020: using no AI [ 0.989699] pca953x 6-0020: failed writing register [ 0.994728] pca953x: probe of 6-0020 failed with error -121 [ 1.000847] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz [ 1.006914] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz [ 1.012875] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz [ 1.019131] pca953x 9-0020: supply vcc not found, using dummy regulator [ 1.025945] pca953x 9-0020: using no AI [ 1.053697] pca953x 9-0020: failed writing register [ 1.058724] pca953x: probe of 9-0020 failed with error -121 [ 1.064468] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz [ 1.070891] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created [ 1.080865] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [ 1.089674] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [ 1.099518] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 1.122567] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.130240] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.138515] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.146791] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.155650] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.163332] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.171609] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.179884] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.188681] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 1.196356] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 1.204632] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 1.212908] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.222056] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 1.231931] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 1.238690] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.247641] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 1.257792] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.264550] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.272501] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [ 1.281879] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250 [ 1.290621] printk: console [ttyS2] enabled [ 1.290621] printk: console [ttyS2] enabled [ 1.299057] printk: bootconsole [ns16550a0] disabled [ 1.299057] printk: bootconsole [ns16550a0] disabled [ 1.309500] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250 [ 1.318438] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250 [ 1.329068] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 1.339582] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 1.349735] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 1.359973] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 1.370844] scsi host0: ufshcd [ 1.413662] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.421528] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 1.428253] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 1.442083] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 1.450801] sdhci-am654 4f80000.mmc: sdhci_pltfm_init hw_name 4f80000.mmc 147 [ 1.450911] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 1.458022] sdhci_am654_probe: 4f80000.mmc 784 [ 1.465290] sdhci_am654_probe: 4fb0000.mmc 784 [ 1.469723] sdhci_am654_probe: 4f80000.mmc 833 [ 1.474103] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 1.478511] sdhci_am654_init: 4f80000.mmc 620 [ 1.478535] sdhci_am654_init: 4f80000.mmc 656 [ 1.486643] sdhci_am654_probe: 4fb0000.mmc 833 [ 1.488654] mmc0: CQHCI version 5.10 [ 1.492975] sdhci_am654_init: 4fb0000.mmc 620 [ 1.497372] sdhci_am654_init: 4f80000.mmc 665 [ 1.497383] sdhci_am654_init: 4f80000.mmc 670 [ 1.514006] sdhci_am654_init: 4fb0000.mmc 656 [ 1.517829] pca953x 4-0020: supply vcc not found, using dummy regulator [ 1.525005] pca953x 4-0020: using no AI [ 1.542230] __sdhci_add_host mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.549700] pca953x 4-0020: failed writing register [ 1.556142] pca953x: probe of 4-0020 failed with error -121 [ 1.562165] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 1.569012] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 1.575949] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 1.582895] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 1.589766] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 1.597413] mmc_attach_mmc: 2240 [ 1.600052] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.608213] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.616292] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.624377] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.633044] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.640543] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.648624] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.656703] mmc_attach_mmc: 2276 [ 1.656709] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.668578] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 1.676075] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 1.684153] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 1.692238] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.701360] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 1.710392] mmc_init_card: 1620 [ 1.711821] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) [ 1.723202] mmc_init_card: 1685 [ 1.727854] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 1.734734] spi-nor: probe of spi0.0 failed with error -2 [ 1.741410] mmc_init_card: 1774 [ 1.742288] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 1.751502] spi-nor: probe of spi1.0 failed with error -2 [ 1.758346] mmc0: Command Queue Engine enabled [ 1.762789] mmc0: new DDR MMC card at address 0001 [ 1.767842] mmcblk0: mmc0:0001 A8A398 7.28 GiB [ 1.772469] mmcblk0boot0: mmc0:0001 A8A398 partition 1 4.00 MiB [ 1.778473] mmcblk0boot1: mmc0:0001 A8A398 partition 2 4.00 MiB [ 1.784480] mmcblk0rpmb: mmc0:0001 A8A398 partition 3 4.00 MiB, chardev (237:0) [ 1.793675] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.801549] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 1.808304] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 1.821962] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 1.822184] cdns-ufshcd 4e84000.ufs: link startup failed 1 [ 1.828969] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.833874] cdns-ufshcd 4e84000.ufs: UFS Host state=0 [ 1.841062] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.846321] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 1.852008] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0 [ 1.852010] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0 [ 1.862210] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 1.867199] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0 [ 1.880493] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.886362] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0 [ 1.893701] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.900341] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 1.908356] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.915555] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0 [ 1.923627] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.929969] sdhci_am654_probe: 4fb0000.mmc 784 [ 1.938560] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.942632] cdns-ufshcd 4e84000.ufs: Clk gate=1 [ 1.942635] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0 [ 1.942637] cdns-ufshcd 4e84000.ufs: last intr at 1719413 us, last intr status=0x404 [ 1.942640] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0 [ 1.950121] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.954701] sdhci_am654_probe: 4fb0000.mmc 833 [ 1.962778] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.970500] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0 [ 1.977962] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.986025] sdhci_am654_init: 4fb0000.mmc 620 [ 1.990790] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 1.998526] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0 [ 1.998531] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000 [ 2.007568] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.015799] sdhci_am654_init: 4fb0000.mmc 656 [ 2.020147] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.027674] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000 [ 2.033606] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.039989] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000 [ 2.062146] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.066404] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0 [ 2.066424] host_regs: 00000000: 1587031f 00000000 00000210 00000000 [ 2.074673] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.080741] host_regs: 00000010: 00000000 00000000 00000000 00000000 [ 2.088216] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.100346] host_regs: 00000020: 00000000 00000470 00000000 00000000 [ 2.106693] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.114750] host_regs: 00000030: 00000008 00000001 00000000 00000000 [ 2.114752] host_regs: 00000040: 00000000 00000000 00000000 00000000 [ 2.114754] host_regs: 00000050: 00000000 00000000 00000000 00000000 [ 2.121418] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.129156] host_regs: 00000060: 00000000 00000000 00000000 00000000 [ 2.129158] host_regs: 00000070: 00000000 00000000 00000000 00000000 [ 2.129160] host_regs: 00000080: 00000000 00000000 00000000 00000000 [ 2.129163] host_regs: 00000090: 00000000 00000000 00000000 00000000 [ 2.129168] cdns-ufshcd 4e84000.ufs: No record of pa_err [ 2.135525] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.143744] cdns-ufshcd 4e84000.ufs: No record of dl_err [ 2.143746] cdns-ufshcd 4e84000.ufs: No record of nl_err [ 2.143748] cdns-ufshcd 4e84000.ufs: No record of tl_err [ 2.143750] cdns-ufshcd 4e84000.ufs: No record of dme_err [ 2.143752] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err [ 2.150105] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.156420] cdns-ufshcd 4e84000.ufs: No record of fatal_err [ 2.156423] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 1720535 us [ 2.156425] cdns-ufshcd 4e84000.ufs: No record of resume_fail [ 2.156428] cdns-ufshcd 4e84000.ufs: No record of suspend_fail [ 2.162775] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.170224] cdns-ufshcd 4e84000.ufs: No record of dev_reset [ 2.170225] cdns-ufshcd 4e84000.ufs: No record of host_reset [ 2.170227] cdns-ufshcd 4e84000.ufs: No record of task_abort [ 2.294223] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.301724] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.309816] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.317912] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.326552] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.326999] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present! [ 2.333764] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.333843] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.341044] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present! [ 2.345405] sdhci_am654_init: 4fb0000.mmc 620 [ 2.345411] sdhci_am654_init: 4fb0000.mmc 656 [ 2.366736] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 2.374051] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 2.381356] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 2.388662] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 2.396864] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 2.404304] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.411793] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.418823] ALSA device list: [ 2.419872] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.422825] No soundcards found. [ 2.430892] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.442976] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.450464] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.458549] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.466630] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.475216] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.482705] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.490783] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.498866] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.508216] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.515426] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.519932] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.524364] sdhci_am654_init: 4fb0000.mmc 620 [ 2.528711] sdhci_am654_init: 4fb0000.mmc 656 [ 2.537865] Waiting for root device PARTUUID=6d813a05-02...
the log of adding 4.1 and 4.2
U-Boot SPL 2021.01-g44a87e3ab8 (Mar 23 2022 - 21:34:29 +0000) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Trying to boot from MMC2 Starting ATF on ARM64 core... NOTICE: BL31: v2.5(release):08.01.00.006-dirty NOTICE: BL31: Built : 21:03:57, Mar 23 2022 U-Boot SPL 2021.01-g44a87e3ab8 (Mar 23 2022 - 21:04:54 +0000) Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Trying to boot from MMC2 U-Boot 2021.01 (Jul 06 2023 - 16:29:16 +0800) SoC: J721E SR1.1 Model: Texas Instruments K3 J721E SoC EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed 1 Board: J721EX-PM1-SOM rev E2 DRAM: 4 GiB Flash: 0 Bytes MMC: mmc_initialize sdhci@4f80000: 0, sdhci@4fb0000: 1 mmc_initialize In: serial@2800000 Out: serial@2800000 Err: serial@2800000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 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 1 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 i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register switch to partitions #0, OK mmc1 is current device i2c_write: error waiting for data ACK (status=0x116) pca953x gpio@22: Error reading output register SD/MMC found on device 1 Failed to load 'boot.scr' 0 bytes read in 1 ms (0 Bytes/s) Loaded env from uEnv.txt Importing environment from mmc1 ... 19276288 bytes read in 781 ms (23.5 MiB/s) 102282 bytes read in 13 ms (7.5 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee4000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.100 (ltf@ubuntu) (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) #11 SMP PREEMPT Thu Jul 6 15:17:25 CST 2023 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 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 c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB [ 0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB [ 0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff] [ 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-0x00000000a8ffffff] [ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff] [ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff] [ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000adffffff] [ 0.000000] node 0: [mem 0x00000000ae000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Reserved 512 MiB at 0x00000000e0000000 [ 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 2 pages/cpu s49880 r8192 d73000 u131072 [ 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] Built 1 zonelists, mobility grouping on. Total pages: 65472 [ 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),1m(ospi.sysfw),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),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=6d813a05-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB) [ 0.000000] Memory: 3339136K/4194304K available (10880K kernel code, 1288K rwdata, 4352K rodata, 1856K init, 751K bss, 330880K 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] 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: allocated 1048576 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 @0x00000008800b0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008800c0000 [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0 [ 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.008354] Console: colour dummy device 80x25 [ 0.012915] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023585] pid_max: default: 32768 minimum: 301 [ 0.028333] LSM: Security Framework initializing [ 0.033077] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.040643] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear) [ 0.049581] rcu: Hierarchical SRCU implementation. [ 0.054638] Platform MSI: msi-controller@1820000 domain created [ 0.060878] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070171] EFI services will not be available. [ 0.074922] smp: Bringing up secondary CPUs ... [ 0.080161] Detected PIPT I-cache on CPU1 [ 0.080183] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.080193] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000 [ 0.080229] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.080277] smp: Brought up 1 node, 2 CPUs [ 0.109623] SMP: Total of 2 processors activated. [ 0.114427] CPU features: detected: 32-bit EL0 Support [ 0.119682] CPU features: detected: CRC32 instructions [ 0.133404] CPU: All CPU(s) started at EL2 [ 0.137600] alternatives: patching kernel code [ 0.142586] devtmpfs: initialized [ 0.151097] KASLR disabled due to lack of seed [ 0.155754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.165717] futex hash table entries: 512 (order: -1, 32768 bytes, linear) [ 0.173329] pinctrl core: initialized pinctrl subsystem [ 0.178905] DMI not present or invalid. [ 0.183126] NET: Registered protocol family 16 [ 0.190481] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.197781] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.205783] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.214087] thermal_sys: Registered thermal governor 'step_wise' [ 0.214089] thermal_sys: Registered thermal governor 'power_allocator' [ 0.220511] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.234150] ASID allocator initialised with 65536 entries [ 0.257472] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages [ 0.264331] HugeTLB registered 512 MiB page size, pre-allocated 0 pages [ 0.271089] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.278935] cryptd: max_cpu_qlen set to 1000 [ 0.284995] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.293795] vsys_3v3: supplied by evm_12v0 [ 0.298155] vsys_5v0: supplied by evm_12v0 [ 0.302849] iommu: Default domain type: Translated [ 0.307975] SCSI subsystem initialized [ 0.312095] mc: Linux media interface: v0.10 [ 0.316512] videodev: Linux video capture interface: v2.00 [ 0.322140] pps_core: LinuxPPS API ver. 1 registered [ 0.327210] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.336547] PTP clock support registered [ 0.340568] EDAC MC: Ver: 3.0.0 [ 0.344304] FPGA manager framework [ 0.347814] Advanced Linux Sound Architecture Driver Initialized. [ 0.354401] clocksource: Switched to clocksource arch_sys_counter [ 0.360822] VFS: Disk quotas dquot_6.6.0 [ 0.364865] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) [ 0.374561] NET: Registered protocol family 2 [ 0.379149] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear) [ 0.387764] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear) [ 0.396531] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear) [ 0.404726] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear) [ 0.412683] TCP: Hash tables configured (established 32768 bind 32768) [ 0.419428] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.426320] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear) [ 0.433703] NET: Registered protocol family 1 [ 0.438420] RPC: Registered named UNIX socket transport module. [ 0.444482] RPC: Registered udp transport module. [ 0.449286] RPC: Registered tcp transport module. [ 0.454089] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.460673] PCI: CLS 0 bytes, default 64 [ 0.465027] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.475236] Initialise system trusted keyrings [ 0.479849] workingset: timestamp_bits=46 max_order=16 bucket_order=0 [ 0.488117] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.494308] NFS: Registering the id_resolver key type [ 0.499521] Key type id_resolver registered [ 0.503793] Key type id_legacy registered [ 0.507925] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.514772] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.522469] 9p: Installing v9fs 9p2000 file system support [ 0.547682] Key type asymmetric registered [ 0.551869] Asymmetric key parser 'x509' registered [ 0.556865] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.564424] io scheduler mq-deadline registered [ 0.569050] io scheduler kyber registered [ 0.574306] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.580482] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.589080] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.595357] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.603195] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.611257] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.620213] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq [ 0.629028] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq [ 0.636727] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.649568] brd: module loaded [ 0.655453] loop: module loaded [ 0.659287] megasas: 07.714.04.00-rc1 [ 0.664835] tun: Universal TUN/TAP device driver, 1.6 [ 0.670280] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.676689] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.682762] sky2: driver version 1.30 [ 0.687033] VFIO - User Level meta-driver version: 0.3 [ 0.692721] i2c /dev entries driver [ 0.696908] sdhci: Secure Digital Host Controller Interface driver [ 0.703229] sdhci: Copyright(c) Pierre Ossman [ 0.707861] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.714193] ledtrig-cpu: registered to indicate activity on CPUs [ 0.720488] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.727622] optee: probing for conduit method. [ 0.732179] optee: revision 3.12 (3d47a131) [ 0.732415] optee: initialized driver [ 0.741708] NET: Registered protocol family 17 [ 0.746318] 9pnet: Installing 9P2000 support [ 0.750708] Key type dns_resolver registered [ 0.755148] Loading compiled-in X.509 certificates [ 0.764520] k3-ringacc 2b800000.ringacc: Failed to get MSI domain [ 0.770854] k3-ringacc 3c000000.ringacc: Failed to get MSI domain [ 0.778925] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam') [ 0.808976] random: fast init done [ 0.841821] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 0.849445] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.855511] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.861582] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.868028] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.874842] pca953x 3-0020: using no AI [ 0.902444] pca953x 3-0020: failed writing register [ 0.907476] pca953x: probe of 3-0020 failed with error -121 [ 0.913546] pca953x 3-0022: supply vcc not found, using dummy regulator [ 0.920345] pca953x 3-0022: using AI [ 0.924043] pca953x 3-0022: failed writing register [ 0.929067] pca953x: probe of 3-0022 failed with error -121 [ 0.934803] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 0.941200] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz [ 0.951188] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz [ 0.957473] pca953x 6-0020: supply vcc not found, using dummy regulator [ 0.964287] pca953x 6-0020: using no AI [ 0.990446] pca953x 6-0020: failed writing register [ 0.995476] pca953x: probe of 6-0020 failed with error -121 [ 1.001574] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz [ 1.007664] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz [ 1.013641] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz [ 1.019889] pca953x 9-0020: supply vcc not found, using dummy regulator [ 1.026710] pca953x 9-0020: using no AI [ 1.054443] pca953x 9-0020: failed writing register [ 1.059472] pca953x: probe of 9-0020 failed with error -121 [ 1.065213] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz [ 1.071610] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created [ 1.081582] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [ 1.090392] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [ 1.100241] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 1.123261] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.130936] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.139212] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.147488] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.156355] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.164033] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.172309] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.180588] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.189380] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 1.197049] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 1.205324] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 1.213600] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.222743] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235 [ 1.232618] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 1.239384] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.248323] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211 [ 1.258475] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.265233] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 1.273176] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [ 1.282555] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250 [ 1.291295] printk: console [ttyS2] enabled [ 1.291295] printk: console [ttyS2] enabled [ 1.299733] printk: bootconsole [ns16550a0] disabled [ 1.299733] printk: bootconsole [ns16550a0] disabled [ 1.310174] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250 [ 1.319101] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250 [ 1.329670] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 1.340180] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 1.350335] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 1.360575] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 1.371442] scsi host0: ufshcd [ 1.414410] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.422274] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 1.429000] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 1.442820] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 1.451463] sdhci-am654 4f80000.mmc: sdhci_pltfm_init hw_name 4f80000.mmc 147 [ 1.451727] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 1.458820] sdhci_am654_probe: 4f80000.mmc 784 [ 1.465892] sdhci_am654_probe: 4fb0000.mmc 784 [ 1.470336] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 1.474823] sdhci_am654_probe: 4fb0000.mmc 833 [ 1.480584] sdhci_am654_probe: 4f80000.mmc 833 [ 1.484924] sdhci_am654_init: 4fb0000.mmc 620 [ 1.489400] sdhci_am654_init: 4f80000.mmc 620 [ 1.493708] sdhci_am654_init: 4fb0000.mmc 656 [ 1.498092] sdhci_am654_init: 4f80000.mmc 656 [ 1.506840] mmc0: CQHCI version 5.10 [ 1.510473] sdhci_am654_init: 4f80000.mmc 665 [ 1.514856] sdhci_am654_init: 4f80000.mmc 670 [ 1.524795] pca953x 4-0020: supply vcc not found, using dummy regulator [ 1.531449] pca953x 4-0020: using no AI [ 1.554411] __sdhci_add_host mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 1.566448] pca953x 4-0020: failed writing register [ 1.571218] mmc_attach_mmc: 2238 [ 1.571377] pca953x: probe of 4-0020 failed with error -121 [ 1.580556] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 1.587397] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 1.594218] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 1.601059] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 1.607866] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 1.617950] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.624279] mmc_attach_mmc: 2274 [ 1.625441] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.636800] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.644879] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.653534] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 1.659119] mmc_init_card: 1618 [ 1.661024] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 1.665408] mmc_init_card: 1683 [ 1.672288] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 1.683574] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.687488] mmc_init_card: 1772 [ 1.695096] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 1.702584] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 1.703377] mmc0: mmc_select_hs200 failed, error -110 [ 1.710663] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 1.715694] mmc0: error -110 whilst initialising MMC card [ 1.723767] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 1.738239] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 1.748681] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) [ 1.763304] spi-nor: probe of spi0.0 failed with error -22 [ 1.771057] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff [ 1.777930] spi-nor: probe of spi1.0 failed with error -2 [ 1.779453] mmc_attach_mmc: 2238 [ 1.798679] cdns-ufshcd 4e84000.ufs: link startup failed 1 [ 1.804157] cdns-ufshcd 4e84000.ufs: UFS Host state=0 [ 1.809201] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0 [ 1.815468] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0 [ 1.821894] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0 [ 1.828755] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.830403] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0 [ 1.836610] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing. [ 1.842999] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0 [ 1.849715] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000 [ 1.856019] mmc_attach_mmc: 2274 [ 1.868829] cdns-ufshcd 4e84000.ufs: Clk gate=1 [ 1.876607] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0 [ 1.884773] cdns-ufshcd 4e84000.ufs: last intr at 1695162 us, last intr status=0x404 [ 1.892507] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0 [ 1.899991] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0 [ 1.900005] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 1.909027] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0 [ 1.921446] mmc_init_card: 1618 [ 1.924680] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000 [ 1.926252] mmc_init_card: 1683 [ 1.931036] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.934177] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000 [ 1.941357] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.947431] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000 [ 1.959441] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0 [ 1.971623] host_regs: 00000000: 1587031f 00000000 00000210 00000000 [ 1.971837] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 1.977986] host_regs: 00000010: 00000000 00000000 00000000 00000000 [ 1.993260] host_regs: 00000020: 00000000 00000470 00000000 00000000 [ 1.999608] mmc_init_card: 1772 [ 2.002843] host_regs: 00000030: 00000008 00000001 00000000 00000000 [ 2.009194] host_regs: 00000040: 00000000 00000000 00000000 00000000 [ 2.011959] mmc0: mmc_select_hs200 failed, error -110 [ 2.015552] host_regs: 00000050: 00000000 00000000 00000000 00000000 [ 2.020575] mmc0: error -110 whilst initialising MMC card [ 2.027591] host_regs: 00000060: 00000000 00000000 00000000 00000000 [ 2.038660] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 2.043619] host_regs: 00000070: 00000000 00000000 00000000 00000000 [ 2.050743] host_regs: 00000080: 00000000 00000000 00000000 00000000 [ 2.057088] host_regs: 00000090: 00000000 00000000 00000000 00000000 [ 2.063497] cdns-ufshcd 4e84000.ufs: No record of pa_err [ 2.068803] cdns-ufshcd 4e84000.ufs: No record of dl_err [ 2.074106] cdns-ufshcd 4e84000.ufs: No record of nl_err [ 2.079420] cdns-ufshcd 4e84000.ufs: No record of tl_err [ 2.084783] cdns-ufshcd 4e84000.ufs: No record of dme_err [ 2.090257] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err [ 2.096435] cdns-ufshcd 4e84000.ufs: No record of fatal_err [ 2.102007] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 1696281 us [ 2.109166] cdns-ufshcd 4e84000.ufs: No record of resume_fail [ 2.114910] cdns-ufshcd 4e84000.ufs: No record of suspend_fail [ 2.120789] cdns-ufshcd 4e84000.ufs: No record of dev_reset [ 2.126411] cdns-ufshcd 4e84000.ufs: No record of host_reset [ 2.132116] cdns-ufshcd 4e84000.ufs: No record of task_abort [ 2.141098] mmc_attach_mmc: 2238 [ 2.144501] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.144790] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.151990] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.159184] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.167276] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.171767] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.179756] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.184185] sdhci_am654_init: 4fb0000.mmc 620 [ 2.196787] sdhci_am654_init: 4fb0000.mmc 656 [ 2.196836] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.208620] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.214211] mmc_attach_mmc: 2274 [ 2.216697] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.228203] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.236826] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.244315] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.252398] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.256959] mmc_init_card: 1618 [ 2.260488] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.266029] mmc_init_card: 1683 [ 2.275968] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.283455] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.291534] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.299647] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.308377] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.315891] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.323990] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.324026] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.332075] mmc_init_card: 1772 [ 2.339276] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.342495] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.346998] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.355543] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.359590] sdhci_am654_init: 4fb0000.mmc 620 [ 2.359595] sdhci_am654_init: 4fb0000.mmc 656 [ 2.375825] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.383965] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.392100] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.401290] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present! [ 2.408633] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present! [ 2.416962] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 2.424269] mmc0: mmc_select_hs200 failed, error -110 [ 2.429326] mmc0: error -110 whilst initialising MMC card [ 2.429336] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 2.442014] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 2.449320] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 2.457538] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 2.464986] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 2.472475] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 2.479916] ALSA device list: [ 2.480553] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 2.483546] No soundcards found. [ 2.491576] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.503648] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.506693] mmc_attach_mmc: 2238 [ 2.511137] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.522501] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.530578] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.539335] sdhci-am654 4fb0000.mmc: sdhci_pltfm_init hw_name 4fb0000.mmc 147 [ 2.546606] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 2.550411] sdhci_am654_probe: 4fb0000.mmc 784 [ 2.554090] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 2.558504] mmc_attach_mmc: 2274 [ 2.566575] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 2.569950] sdhci_am654_probe: 4fb0000.mmc 833 [ 2.577947] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.582446] sdhci_am654_init: 4fb0000.mmc 620 [ 2.594976] sdhci_am654_init: 4fb0000.mmc 656 [ 2.602604] Waiting for root device PARTUUID=6d813a05-02... [ 2.638629] mmc_init_card: 1618 [ 2.646494] mmc_init_card: 1683 [ 2.697313] mmc_init_card: 1772 [ 2.716465] mmc0: mmc_select_hs200 failed, error -110 [ 2.721509] mmc0: error -110 whilst initialising MMC card [ 33.862414] tlv71033: disabling
Can you help to analysis the reason?
thanks