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.

J721EXSOMXEVM: The problem that emmc cannot be powered on and restarted immediately after power off

Part Number: J721EXSOMXEVM

Hi,expert:

In the EMMC boot mode, the custom TDA4 board will have more than 600 mA of current when it is powered on immediately after the power is removed. At this time, the system cannot be started and there is no information output from the serial port. It takes about 3 minutes to start normally. Is there any way to troubleshoot this?

Sometimes the serial port will output the following error message:

U-Boot SPL 2021.01-dirty (Jan 12 2022 - 17:14:56 +0800)
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 0x0015 '21.5.0--v2021.05 (Terrific Llam')
EEPROM not available at 0x50, trying to read at 0x51
Reading on-board EEPROM at 0x51 failed 1
Trying to boot from MMC1
mmc_load_image_raw_sector: mmc block read error
** Partition 1 not valid on device 0 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image tispl.bin, err - -1
spl: no partition table found
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

The code for the error message appears in uboot spl_mmc.c:

int mmc_load_image_raw_sector(struct spl_image_info *spl_image,
			      struct mmc *mmc, unsigned long sector)
{
	unsigned long count;
	struct image_header *header;
	struct blk_desc *bd = mmc_get_blk_desc(mmc);
	int ret = 0;

	header = spl_get_load_buffer(-sizeof(*header), bd->blksz);

	/* read image header to find the image size & load address */
	count = blk_dread(bd, sector, 1, header);
	debug("hdr read sector %lx, count=%lu\n", sector, count);
	if (count == 0) {
		ret = -EIO;
		goto end;
	}

	if (IS_ENABLED(CONFIG_SPL_LOAD_FIT) &&
	    image_get_magic(header) == FDT_MAGIC) {
		struct spl_load_info load;

		debug("Found FIT\n");
		load.dev = mmc;
		load.priv = NULL;
		load.filename = NULL;
		load.bl_len = mmc->read_bl_len;
		load.read = h_spl_load_read;
		ret = spl_load_simple_fit(spl_image, &load, sector, header);
	} else if (IS_ENABLED(CONFIG_SPL_LOAD_IMX_CONTAINER)) {
		struct spl_load_info load;

		load.dev = mmc;
		load.priv = NULL;
		load.filename = NULL;
		load.bl_len = mmc->read_bl_len;
		load.read = h_spl_load_read;

		ret = spl_load_imx_container(spl_image, &load, sector);
	} else {
		ret = mmc_load_legacy(spl_image, mmc, sector, header);
	}

end:
	if (ret) {
#ifdef CONFIG_SPL_LIBCOMMON_SUPPORT
		puts("mmc_load_image_raw_sector: mmc block read error\n");
#endif
		return -1;
	}

	return 0;
}

I personally think that the problem may lie in the hardware, but I can't troubleshoot where the problem is, please help me locate the problem and give a way to troubleshoot this problem, thank you very much!

Best Regards,
Youhua

  • The question at this link(https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1067338/tda4vm-the-system-cannot-start-after-sw8-and-sw9-are-pulled-into-emmc-mode) has been closed, and there are still current questions left at eMMC. 

    As you said, in eMMC boot mode, the problem that eMMC can't boot after power-on immediately after power-off may occur in A72 SPL or R5 SPL stage, please guide me to correctly locate where the program crashes?

    This is the normal startup log information of waiting 3 minutes after powering off in eMMC boot mode:

    OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    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@46000000: addr 0
    am65_cpsw_nuss_slave ethernet@46000000: phy_connect() failed
    No ethernet found.
    
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    0 bytes read in 0 ms
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    19270144 bytes read in 108 ms (170.2 MiB/s)
    100196 bytes read in 8 ms (11.9 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.65-gdcc6bedb2c (meta@meta) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 202
    [    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-boott
    [    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, 1346K rwdata, 4288K rodata, 1856K init, 757K 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.023586] 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.049578] rcu: Hierarchical SRCU implementation.
    [    0.054629] Platform MSI: msi-controller@1820000 domain created
    [    0.060867] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070161] EFI services will not be available.
    [    0.074907] smp: Bringing up secondary CPUs ...
    [    0.080083] Detected PIPT I-cache on CPU1
    [    0.080105] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.080116] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000
    [    0.080148] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.080203] smp: Brought up 1 node, 2 CPUs
    [    0.109549] SMP: Total of 2 processors activated.
    [    0.114354] CPU features: detected: 32-bit EL0 Support
    [    0.119608] CPU features: detected: CRC32 instructions
    [    0.133330] CPU: All CPU(s) started at EL2
    [    0.137526] alternatives: patching kernel code
    [    0.142514] devtmpfs: initialized
    [    0.150695] KASLR disabled due to lack of seed
    [    0.155347] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.165309] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
    [    0.172925] pinctrl core: initialized pinctrl subsystem
    [    0.178495] DMI not present or invalid.
    [    0.182712] NET: Registered protocol family 16
    [    0.190095] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.197393] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.205397] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.213697] thermal_sys: Registered thermal governor 'step_wise'
    [    0.213700] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.220116] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.233757] ASID allocator initialised with 65536 entries
    [    0.256497] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.263354] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.270113] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.277899] cryptd: max_cpu_qlen set to 1000
    [    0.283947] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.0 JTAGID[0x0bb6402f] Detected
    [    0.292742] vsys_3v3: supplied by evm_12v0
    [    0.297120] vsys_5v0: supplied by evm_12v0
    [    0.301433] vdd_mmc1: supplied by vsys_3v3
    [    0.306113] iommu: Default domain type: Translated
    [    0.311273] SCSI subsystem initialized
    [    0.315377] mc: Linux media interface: v0.10
    [    0.319748] videodev: Linux video capture interface: v2.00
    [    0.325374] pps_core: LinuxPPS API ver. 1 registered
    [    0.330444] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.339781] PTP clock support registered
    [    0.343797] EDAC MC: Ver: 3.0.0
    [    0.347537] FPGA manager framework
    [    0.351049] Advanced Linux Sound Architecture Driver Initialized.
    [    0.357644] clocksource: Switched to clocksource arch_sys_counter
    [    0.364055] VFS: Disk quotas dquot_6.6.0
    [    0.368101] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.377728] NET: Registered protocol family 2
    [    0.382309] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear)
    [    0.390920] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.399691] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
    [    0.407886] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
    [    0.415685] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.422434] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.429325] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.436722] NET: Registered protocol family 1
    [    0.441416] RPC: Registered named UNIX socket transport module.
    [    0.447476] RPC: Registered udp transport module.
    [    0.452280] RPC: Registered tcp transport module.
    [    0.457083] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.463667] PCI: CLS 0 bytes, default 64
    [    0.468014] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.478344] Initialise system trusted keyrings
    [    0.482959] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.491247] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.497449] NFS: Registering the id_resolver key type
    [    0.502627] Key type id_resolver registered
    [    0.506897] Key type id_legacy registered
    [    0.511014] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.517861] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.525496] 9p: Installing v9fs 9p2000 file system support
    [    0.550538] Key type asymmetric registered
    [    0.554725] Asymmetric key parser 'x509' registered
    [    0.559721] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.567280] io scheduler mq-deadline registered
    [    0.571906] io scheduler kyber registered
    [    0.577206] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.583379] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.591855] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.598124] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.605956] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.614055] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.623018] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq
    [    0.631833] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq
    [    0.639537] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.652311] brd: module loaded
    [    0.658218] loop: module loaded
    [    0.662042] megasas: 07.714.04.00-rc1
    [    0.667074] libphy: Fixed MDIO Bus: probed
    [    0.671722] tun: Universal TUN/TAP device driver, 1.6
    [    0.677142] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.683547] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.689616] sky2: driver version 1.30
    [    0.693880] VFIO - User Level meta-driver version: 0.3
    [    0.699532] i2c /dev entries driver
    [    0.703707] sdhci: Secure Digital Host Controller Interface driver
    [    0.710029] sdhci: Copyright(c) Pierre Ossman
    [    0.714651] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.720983] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.727281] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.734397] optee: probing for conduit method.
    [    0.738955] optee: revision 3.12 (3d47a131)
    [    0.739195] optee: initialized driver
    [    0.748459] NET: Registered protocol family 17
    [    0.753070] 9pnet: Installing 9P2000 support
    [    0.757454] Key type dns_resolver registered
    [    0.761897] Loading compiled-in X.509 certificates
    [    0.771023] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.777353] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.785415] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.5.0--v2021.05 (Terrific Llam')
    [    0.812306] random: fast init done
    [    0.839543] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    0.847023] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.853083] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.859130] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.865477] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.872288] pca953x 3-0020: using no AI
    [    0.897680] pca953x 3-0020: failed writing register
    [    0.902715] pca953x: probe of 3-0020 failed with error -121
    [    0.908746] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    0.915542] pca953x 3-0022: using AI
    [    0.919242] pca953x 3-0022: failed writing register
    [    0.924267] pca953x: probe of 3-0022 failed with error -121
    [    0.930004] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.936389] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.945880] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
    [    0.952123] pca953x 6-0020: supply vcc not found, using dummy regulator
    [    0.958932] pca953x 6-0020: using no AI
    [    0.985682] pca953x 6-0020: failed writing register
    [    0.990713] pca953x: probe of 6-0020 failed with error -121
    [    0.996777] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.002830] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
    [    1.008786] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
    [    1.014992] pca953x 9-0020: supply vcc not found, using dummy regulator
    [    1.021805] pca953x 9-0020: using no AI
    [    1.049681] pca953x 9-0020: failed writing register
    [    1.054710] pca953x: probe of 9-0020 failed with error -121
    [    1.060453] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
    [    1.066851] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.076814] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.085613] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
    [    1.095435] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.115023] cdns-torrent-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps
    [    1.122685] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.130353] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.138630] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.146907] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.155751] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.163413] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.171691] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.179967] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.188726] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    1.196396] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    1.204670] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    1.212945] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.222105] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    1.231985] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.238744] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.247782] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    1.257936] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.264695] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.272644] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
    [    1.282012] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250
    [    1.290765] printk: console [ttyS2] enabled
    [    1.290765] printk: console [ttyS2] enabled
    [    1.299202] printk: bootconsole [ns16550a0] disabled
    [    1.299202] printk: bootconsole [ns16550a0] disabled
    [    1.309630] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250
    [    1.318551] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250
    [    1.328778] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [    1.336597] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    1.347103] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    1.357256] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    1.367493] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    1.378233] scsi host0: ufshcd
    [    1.421646] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.429295] libphy: 46000f00.mdio: probed
    [    1.433508] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing.
    [    1.440233] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    1.453974] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    1.462781] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    1.462785] mmc0: CQHCI version 5.10
    [    1.477900] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    1.484551] pca953x 4-0020: using no AI
    [    1.497648] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    1.509687] pca953x 4-0020: failed writing register
    [    1.514620] pca953x: probe of 4-0020 failed with error -121
    [    1.520557] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    1.527373] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    1.534185] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    1.540992] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    1.547785] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    1.557197] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.564691] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.572772] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.580852] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.589396] mmc0: Command Queue Engine enabled
    [    1.593846] mmc0: new HS200 MMC card at address 0001
    [    1.593902] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.606290] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.606455] mmcblk0: mmc0:0001 016GB2 14.7 GiB
    [    1.614372] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.618986] mmcblk0boot0: mmc0:0001 016GB2 partition 1 8.00 MiB
    [    1.626957] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.632950] mmcblk0boot1: mmc0:0001 016GB2 partition 2 8.00 MiB
    [    1.647106] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    1.647108] mmcblk0rpmb: mmc0:0001 016GB2 partition 3 4.00 MiB, chardev (237:0)
    [    1.656257]  mmcblk0: p1 p2
    [    1.661889] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    1.672743] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    1.680825] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.689990] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    1.700068] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
    [    1.712660] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
    [    1.719538] spi-nor: probe of spi0.0 failed with error -2
    [    1.726817] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
    [    1.733688] spi-nor: probe of spi1.0 failed with error -2
    [    1.777653] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.785297] libphy: 46000f00.mdio: probed
    [    1.789215] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [    1.789510] mdio_bus 46000f00.mdio: MDIO device at address 0 is missing.
    [    1.794763] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [    1.801480] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    1.806478] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
    [    1.806481] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [    1.831926] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [    1.838791] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [    1.845395] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [    1.845418] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    1.851733] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [    1.851736] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
    [    1.851739] cdns-ufshcd 4e84000.ufs: last intr at 1686464 us, last intr status=0x404
    [    1.878569] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [    1.878652] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.886033] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
    [    1.886036] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
    [    1.893237] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.902259] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [    1.920408] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [    1.926506] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [    1.932592] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0
    [    1.944758] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [    1.944988] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [    1.951101] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [    1.966376] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [    1.972719] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [    1.979071] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [    1.979097] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    1.985417] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [    1.991454] mmc1: CQHCI version 5.10
    [    1.997478] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [    1.997480] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [    2.013740] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [    2.020088] host_regs: 00000090: 00000000 00000000 00000000 00000000
    [    2.026433] cdns-ufshcd 4e84000.ufs: No record of pa_err
    [    2.031736] cdns-ufshcd 4e84000.ufs: No record of dl_err
    [    2.037039] cdns-ufshcd 4e84000.ufs: No record of nl_err
    [    2.042344] cdns-ufshcd 4e84000.ufs: No record of tl_err
    [    2.047647] cdns-ufshcd 4e84000.ufs: No record of dme_err
    [    2.053036] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
    [    2.059204] cdns-ufshcd 4e84000.ufs: No record of fatal_err
    [    2.064767] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 1687582 us
    [    2.071889] cdns-ufshcd 4e84000.ufs: No record of resume_fail
    [    2.077624] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
    [    2.083446] cdns-ufshcd 4e84000.ufs: No record of dev_reset
    [    2.089009] cdns-ufshcd 4e84000.ufs: No record of host_reset
    [    2.094657] cdns-ufshcd 4e84000.ufs: No record of task_abort
    [    2.104404] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    2.111913] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.119992] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.128074] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.136671] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.144163] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.152242] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.160321] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.168851] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    2.176337] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    2.184414] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    2.192492] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.201263] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    2.208751] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.216827] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.224911] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.233427] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.240926] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.249005] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.257083] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.265603] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    2.273096] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    2.281177] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    2.289253] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.297814] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
    [    2.305138] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
    [    2.313272] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    2.320583] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    2.327887] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    2.335190] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    2.343283] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    2.350577] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    2.358072] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    2.366156] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    2.374241] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.382902] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.390400] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.398483] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.406566] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.415149] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    2.422644] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    2.430727] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    2.438811] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.455494] ALSA device list:
    [    2.458457]   No soundcards found.
    [    3.515714] sdhci-am654 4fb0000.mmc: Power on failed
    [    3.551254] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    3.559336] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    3.566827] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    3.574905] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    3.582982] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.591574] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    3.599076] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    3.607159] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    3.615247] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.623989] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    3.631495] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    3.639587] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    3.647676] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.742805] EXT4-fs (mmcblk0p2): recovery complete
    [    3.748534] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.756642] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.764725] devtmpfs: mounted
    [    3.767981] Freeing unused kernel memory: 1856K
    [    3.772532] Run /sbin/init as init process
    [    3.825375] systemd[1]: System time before build time, advancing clock.
    [    3.852292] NET: Registered protocol family 10
    [    3.857158] Segment Routing with IPv6
    [    3.868145] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -)
    [    3.889868] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2020.09!
    
    [    3.930579] systemd[1]: Set hostname to <j7-evm>.
    [    4.053734] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock ?→ /run.
    [    4.109017] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.115739] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    4.128083] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    4.137981] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.157714] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.164936] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.185699] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.192817] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.213810] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password ?…ts to Console Directory Watch.
    [    4.237742] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R?…uests to Wall Directory Watch.
    [    4.261740] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    4.281688] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.301684] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.321685] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.343076] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.365709] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.388080] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.409808] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.438059] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    4.446370] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.469933] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.489948] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.513861] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.533803] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.556459] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.579949] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.608406] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.633004] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [    4.656120] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st?…odes for the current kernel...
    [    4.683955] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.713991] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [    4.739862] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.753816] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    4.772582] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.797685] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.820033] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.839072] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    4.848373] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [    4.876135] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.894820] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Create list of sta?… nodes for the current kernel.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star?…progress communication helper.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage    5.115119] systemd-journald[169]: Received client request to flush runtime journal.
    0m...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timers.
    [  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 Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Started Reboot and dump vmcore via [    5.752038] CAN device driver interface
    kexec.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.[    5.790441] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    
    [    5.801675] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    5.809771] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [  OK  ] Started Job spooling tools.[    5.821687] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    [    5.838273] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    5.849746] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [  OK  ] Started Periodic Command Scheduler   5.861719] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [0m.
    [    5.873658] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Started D-Bus System Message Bus    5.885784] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    m.
    [    5.901735] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    5.911745] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
             Starting Print notice about GPLv3 packages[    5.925091] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    ...
    [    5.942407] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
             Starting IPv6 Packet Filtering Framework..[    5.955161] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    .
             Starting IPv4 Packet Filtering Framework..[    5.973712] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    .
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             St[    5.990577] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    arting rc.pvr.service...
             Starting Login Service...
    [  OK  ] Started IPv6 Packet Filtering Framework.
    [  OK  ] Started IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Network (Pre).
             Starting Network Service...
    [  OK  ] Started Telephony service.
    [    6.046205] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    6.053746] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    6.066422] Bluetooth: Core ver 2.22
    [    6.067763] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    6.073719] NET: Registered protocol family 31
    [    6.084341] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    6.085652] Bluetooth: HCI device and connection manager initialized
    [    6.105710] Bluetooth: HCI socket layer initialized
    [    6.110596] Bluetooth: L2CAP socket layer initialized
    [    6.123380] Bluetooth: SCO socket layer initialized
    [    6.145914] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    6.159412] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    6.167553] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    6.175694] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    6.194598] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    6.202103] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [  OK  ] Started Network Service.
             Starting Wait for Network to be Configured[    6.218611] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    ...
             Starting Network Name Resolution...
    [    6.237681] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    6.346924] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    6.357812] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    6.370301] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    6.385696] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    6.404806] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    6.412313] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    6.433777] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    6.449712] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    6.464090] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    6.477687] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    6.493686] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    6.509579] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Started Login Service.
    [  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...
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma?…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    [  OK  ] Started weston.service.
             Starting DEMO...
             Starting telnetd.service...
    [  OK  ] Started DEMO.
    [  OK  ] Started telnetd.service.
    [    7.041135] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
    [    7.177872] ina2xx 5-0040: error configuring the device: -121
    [    7.206931] ina2xx 5-0041: error configuring the device: -121
    [    7.267559] img_dec 4300000.video-decoder: decoder registered as /dev/video0
    [    7.287388] ina2xx 5-0042: error configuring the device: -121
    [    7.310496] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    7.321671] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    7.330357] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    7.341686] random: crng init done
    [    7.342221] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.345084] random: 7 urandom warning(s) missed due to ratelimiting
    [    7.363290] img_enc 4200000.video-encoder: encoder registered as /dev/video1
    [  OK  ] Started Load/Save Random Seed.
    [    7.383431] ina2xx 5-0043: error configuring the device: -121
    [    7.391920] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    7.400778] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    7.412565] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    7.424403] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.433191] ina2xx 5-0044: error configuring the device: -121
    [    7.445948] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    7.457711] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    7.465891] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    7.476391] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.489863] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    7.497947] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    7.506868] ina2xx 5-0045: error configuring the device: -121
    [    7.512773] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    7.521030] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.541537] ina2xx 5-0046: error configuring the device: -121
    [    7.551693] ina2xx 5-0047: error configuring the device: -121
    [  OK  ] Started Simple Network Man?…ement Protocol (SNMP) Daemon..
    [    7.571849] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    7.581569] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    7.589757] ina2xx 5-0048: error configuring the device: -121
    [    7.593974] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    7.610996] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.613667] ina2xx 5-0049: error configuring the device: -121
    [    7.627830] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    7.640480] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    7.642133] ina2xx 5-004a: error configuring the device: -121
    [    7.654998] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    7.668605] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.685873] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    7.696823] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    7.698051] ina2xx 5-004b: error configuring the device: -121
    [    7.710706] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    7.718868] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.735535] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    7.745097] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    7.756554] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    7.764710] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.778891] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    7.789702] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    7.797833] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    7.809675] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    7.820114] ina2xx 5-004c: error configuring the device: -121
    [    7.830571] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    7.840259] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    7.848410] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    7.861761] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    
    ***************************************************************[    7.873938] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            co[    7.893664] ina2xx 5-004d: error configuring the device: -121
    reutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gstreamer1.0-libav-dev
            gstreamer1.0-libav
            gzip
            less
            libasm1
            libbfd
            libdw1
            libelf1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp-dev
            libgmp10
            libgmpxx4
            libidn2[    7.935668] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    -0
            libidn2-dev
            libmpc3
            libmpfr6
            libreadline-dev
            libreadline8
            libunistring-dev
            libunistring2
            m4-dev
            m4
            make
    [    7.949712] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
            nettle-dev
            nettle
            parted
            python3-rfc3987
            python3-strict-rfc3339
            tar
            which
            zeromq
    
    If you do not wish to distrib[    7.969659] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    ute GPLv3 components please remove
    the above packages prior to [    7.982812] ina2xx 5-004e: error configuring the device: -121
    distribution.  This can be done using
    the opkg remove command. [    7.993581] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
     i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent[    8.021661] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
     packages.  You should
          use the --force-removal-of-depende[    8.030953] ina2xx 5-004f: error configuring the device: -121
    nt-packages option to
          also remove the dependent packages [    8.031026] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    as well
    ***************************************************************
    ******************************************************[    8.061658] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    *********
    [    8.077671] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    8.089659] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    8.098028] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    8.098046] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    8.098055] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    8.098064] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    8.152311] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [  OK  ] Created slice system-weston.slice.
    [  OK  ] Started Weston Wayland Compositor.
    [  OK  ] Started Print notice about GPLv3 packages.
    [  OK  ] Created slice User Slice of UID 0.
             Starting User Runtime Directory /run/user/0    8.249623] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    m...
    [    8.258271] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    8.276798] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [  OK  ] Started User Runtime Directory /run[    8.289667] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    /user/0.
    [    8.302418] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    8.312693] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    8.325678] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    8.337733] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
             Starting User Manager for UID 0...[    8.354471] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    8.369709] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    
    [    8.377861] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    8.393689] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Started User Manager for UID 0.
    [  OK  ] Started Session c1 of user root.
    [    8.522263] remoteproc remoteproc0: 4d80800000.dsp is available
    [    8.584004] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [    8.592822] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    8.600434] remoteproc remoteproc0: powering up 4d80800000.dsp
    [    8.606518] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 187480
    [    8.609835] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [    8.613690] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    8.628694] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    8.637109] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000
    [    8.637711] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [    8.645046] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    8.660494]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [    8.674260] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.679862]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [    8.686577] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [    8.687677] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    8.693808] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    8.709753] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    8.713680] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    8.729693] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    8.737818] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    8.747143] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    8.757670] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    8.765807] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    8.777693] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    8.791132] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    8.801714] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    8.809841] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    8.817961] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    8.853777] remoteproc remoteproc1: 4d81800000.dsp is available
    [    8.950937] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    8.958609] remoteproc remoteproc1: powering up 4d81800000.dsp
    [    8.964475] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 187480
    [    8.972606] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [    8.981059] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    8.989187] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    8.997293] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.005890] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000
    [    9.013645] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.017836]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [    9.038440] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    9.046375] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.051951] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    9.061700] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    9.069840]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [    9.077656] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [    9.089695] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.098520] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.106614] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    9.115195] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    9.125693] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    9.133835] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    9.145670] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.157792] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    9.165311] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    9.177690] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    9.185827] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.198616] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    9.206135] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    9.217660] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    9.225782] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.236478] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    9.239260] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    9.253657] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    9.261769] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    9.273653] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.285777] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    9.293264] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    9.305657] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    9.313809] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.339361] platform 41000000.r5f: configured R5F for IPC-only mode
    [    9.413762] remoteproc remoteproc2: 64800000.dsp is available
    [    9.465368] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    9.475274] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    9.484370] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.487737] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    9.505064] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.518808] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    9.529698] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    9.541676] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    9.550550] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.563622] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    9.573694] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    9.582158] remoteproc remoteproc2: powering up 64800000.dsp
    [    9.587837] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 10489872
    [    9.597676] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    9.605807] remoteproc remoteproc2: unsupported resource 65538
    [    9.614577] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
    [    9.622364] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.634249]  remoteproc2#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [    9.642954] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    9.653685]  remoteproc2#vdev0buffer: registered virtio2 (type 7)
    [    9.659823] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [    9.670097] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.677759] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    9.685322] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    9.692443] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    9.705679] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    9.713797] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.727378] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    9.737665] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    9.745792] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    9.757705] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.769804] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    9.777298] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    9.789710] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    9.797812] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    9.806294] remoteproc remoteproc3: 41000000.r5f is available
    [    9.881460] remoteproc remoteproc3: attaching to 41000000.r5f
    [    9.958712] am65-cpsw-nuss 46000000.ethernet: phy /bus@100000/bus@28380000/ethernet@46000000/mdio@f00/ethernet-phy@0 not found on slave 1
    [    9.977194] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [   10.066970]  remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [   10.164461] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   10.178282] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   10.194857] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   10.288380] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   10.297717] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   10.305861] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   10.318942] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.336105] m_can_platform 40528000.can: m_can device registered (irq=23, version=32)
    [   10.352247] m_can_platform 40568000.can: m_can device registered (irq=25, version=32)
    [   10.368521] m_can_platform 2721000.can: m_can device registered (irq=56, version=32)
    [   10.373688]  remoteproc3#vdev0buffer: registered virtio3 (type 7)
    [   10.382377] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   10.389890] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   10.405728] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   10.417699] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.430557] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   10.441666] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   10.453675] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   10.461790] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.474830] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   10.485699] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   10.497666] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   10.509668] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.673665] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
    [   10.724856] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   10.733790] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   10.749725] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   10.757866] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.785913] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   10.797672] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   10.805769] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   10.817675] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.841913] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   10.853674] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   10.861804] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   10.866641] platform 5c00000.r5f: configured R5F for remoteproc mode
    [   10.873663] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   10.921306] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   11.061796] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   11.196552] remoteproc remoteproc4: 5c00000.r5f is available
    [   11.307268] remoteproc remoteproc4: powering up 5c00000.r5f
    [   11.312901] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 527528
    [   11.326238] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   11.333850]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [   11.342595] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   11.351862]  remoteproc4#vdev0buffer: registered virtio4 (type 7)
    [   11.361668] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   11.373838] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   11.381364] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   11.393750] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   11.405678] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.418786] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   11.429713] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   11.441678] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   11.449857] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.465805] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   11.473336] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   11.481498] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   11.486876] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   11.493657] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.510563] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   11.691326] remoteproc remoteproc5: 5d00000.r5f is available
    [   11.754580] remoteproc remoteproc5: powering up 5d00000.r5f
    [   11.760210] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 78708
    [   11.767978] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   11.777126] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   11.789694] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   11.799961] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   11.801678] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.815530]  remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
    [   11.825986] virtio_rpmsg_bus virtio5: rpmsg host is online
    [   11.833367] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
    [   11.837762] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   11.848363]  remoteproc5#vdev0buffer: registered virtio5 (type 7)
    [   11.854485] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
    [   11.861439] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   11.869564] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   11.877690] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.882648] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
    [   11.895377] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   11.902891] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   11.913673] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   11.921816] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.938186] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   11.945824] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   11.954437] virtio_rpmsg_bus virtio4: creating channel ti.ethfw.notifyservice addr 0x1e
    [   11.957671] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   11.970553] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   11.981678] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.993853] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   11.995944] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   12.001361] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   12.009369] virtio_rpmsg_bus virtio4: creating channel rpmsg-kdrv addr 0x1a
    [   12.021647] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   12.026013] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 00000000 uart_id: -1
    [   12.037652] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.054151] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   12.057660] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.0 (rev 0) // SHA:
    [   12.061659] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   12.093673] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   12.103059] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.118585] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   12.217837] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rpmsg attach_ext - rx_mtu:1522 features:00000001 tx_mtu[0]:2024 flow_idx:172 tx_cpsw_psil_dst_id:51712 0
    [   12.250498] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   12.261655] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000001 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00 mac_only:0
    [   12.277666] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c1
    [   12.294524] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   12.305759] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   12.317688] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   12.325801] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.327372] remoteproc remoteproc6: 5e00000.r5f is available
    [   12.339845] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   12.349683] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   12.361687] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   12.369830] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.385914] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   12.393442] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   12.401546] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   12.413666] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.422965] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   12.484325] usbcore: registered new interface driver usbfs
    [   12.516987] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [   12.562127] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   12.596190] remoteproc remoteproc6: powering up 5e00000.r5f
    [   12.601885] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 78708
    [   12.623334] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   12.633717] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   12.645667] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   12.650119] remoteproc remoteproc8: b034000.pru is available
    [   12.654368] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   12.665781] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.667948] usbcore: registered new interface driver hub
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _[   12.700883] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    | .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_[   12.709219]  remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
      |___|  |__|  |_| |___|_| |___|___|_|
                  |___|   [   12.725700] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
                     |___|
    
    Arago Project http://arago[   12.736353] virtio_rpmsg_bus virtio6: rpmsg host is online
    -project.org j7-evm ttyS2
    
    Arago 2020.09 j7-evm ttyS2
    
    j7-ev[   12.749661] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   12.749790] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    m login: [   12.760693]  remoteproc6#vdev0buffer: registered virtio6 (type 7)
    [   12.777673] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.787087] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
    [   12.794152] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   12.805712] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   12.813834] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   12.824924] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.826310] remoteproc remoteproc9: b004000.rtu is available
    [   12.833657] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.850157] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   12.861785] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   12.869358] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   12.877479] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   12.889698] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.901809] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   12.909321] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   12.917479] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   12.929656] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.941803] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   12.949957] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   12.953747] usbcore: registered new device driver usb
    [   12.958071] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   12.969785] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   12.977655] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   12.990168] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   13.001809] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   13.009338] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   13.021684] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   13.029822] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.058900] remoteproc remoteproc10: b00a000.txpru is available
    [   13.064950] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   13.072546] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   13.080636] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   13.097690] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.106075] ti-udma 31150000.dma-controller: get channel fail in udma_of_xlate.
    [   13.114899] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   13.128295] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   13.137105] remoteproc remoteproc7: 5f00000.r5f is available
    [   13.142797] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   13.150886] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.165005] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
    [   13.172589] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   13.181060] remoteproc remoteproc7: powering up 5f00000.r5f
    [   13.186637] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 78708
    [   13.195460] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   13.205690] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   13.214846]  remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.225678] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   13.234513] virtio_rpmsg_bus virtio7: rpmsg host is online
    [   13.242781] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.245714]  remoteproc7#vdev0buffer: registered virtio7 (type 7)
    [   13.256421] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.265458] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
    [   13.272451] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   13.280222] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
    [   13.285670] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   13.295446] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   13.303564] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.318799] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   13.329666] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   13.337766] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   13.349689] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.356602] remoteproc remoteproc11: b038000.pru is available
    [   13.364084] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   13.374360] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   13.385688] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   13.393807] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   13.405678] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.415033] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   13.424159] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   13.432299] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   13.432312] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.441586] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   13.441604] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   13.441614] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   13.441622] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.490284] remoteproc remoteproc12: b006000.rtu is available
    [   13.516407] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   13.524005] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   13.533704] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   13.545694] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   13.557686] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.568599] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   13.581677] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   13.589778] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   13.605692] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.618965] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   13.629716] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   13.641673] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   13.649818] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.924171] remoteproc remoteproc13: b00c000.txpru is available
    [   13.930595] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   13.938300] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   13.953681] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   13.961790] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   13.975330] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   13.993816] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   14.001330] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   14.013704] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   14.025697] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.040052] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   14.050021] remoteproc remoteproc14: b134000.pru is available
    [   14.053712] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   14.063876] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   14.077683] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.087020] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   14.094659] remoteproc remoteproc15: b104000.rtu is available
    [   14.097788] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   14.109710] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   14.121707] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   14.129866] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.149871] remoteproc remoteproc16: b10a000.txpru is available
    [   14.155903] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   14.163446] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   14.177682] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   14.185812] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.198858] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   14.208814] remoteproc remoteproc17: b138000.pru is available
    [   14.209774] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   14.229671] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   14.237844] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.251030] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   14.260102] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   14.269761] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   14.277917] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   14.288063] remoteproc remoteproc18: b106000.rtu is available
    [   14.293660] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.303151] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   14.313670] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   14.321794] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   14.333707] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.346738] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   14.354244] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   14.354481] remoteproc remoteproc19: b10c000.txpru is available
    [   14.365650] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   14.381692] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.391013] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   14.402479] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   14.410732] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   14.418871] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   14.433667] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.443189] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   14.450770] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   14.461693] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   14.469792] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.486841] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   14.497689] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   14.500743] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    [   14.505799] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   14.525677] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   14.538130] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   15.118473] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   15.129722] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   15.137876] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   15.149695] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.166774] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   15.177672] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   15.189655] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   15.205674] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.217833] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   15.229678] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   15.230409] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.237782] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   15.257662] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.257685] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   15.273933] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   15.286108] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
    [   15.295619] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   15.301667] xhci-hcd xhci-hcd.2.auto: irq 618, io mem 0x06410000
    [   15.305657] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   15.317379] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   15.321647] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   15.326020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.333721] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.353655] usb usb1: Product: xHCI Host Controller
    [   15.358675] usb usb1: Manufacturer: Linux 5.10.65-gdcc6bedb2c xhci-hcd
    [   15.369643] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   15.378544] hub 1-0:1.0: USB hub found
    [   15.382794] hub 1-0:1.0: 1 port detected
    [   15.394496] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   15.402708] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.408236] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   15.416896] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   15.424600] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   15.425660] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   15.432685] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.445664] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   15.457780] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   15.461692] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   15.465403] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   15.481592] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.488814] usb usb2: Product: xHCI Host Controller
    [   15.489654] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   15.501635] usb usb2: Manufacturer: Linux 5.10.65-gdcc6bedb2c xhci-hcd
    [   15.508271] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   15.508275] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.517769] hub 2-0:1.0: USB hub found
    [   15.525185] hub 2-0:1.0: 1 port detected
    [   15.529441] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   15.538095] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   15.549728] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   15.561656] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   15.576781] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.590664] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [   15.601761] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [   15.613572] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [   15.622760] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.638714] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [   15.646290] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [   15.657688] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [   15.665872] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   15.682714] j721e-audio sound@0: devm_snd_soc_register_card() failed: -517
    [   33.861653] vdd_mmc1: disabling
    [  126.687055] Initializing XFRM netlink socket
    [  127.866266] process 'docker/tmp/qemu-check664173502/check' started with executable stack
    

    Other eMMC related error messages:

    Trying to boot from MMC1
    init_env from device 17 not supported!
    Loading rproc fw image from device 17 not supported!
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.5(release):08.00.00.004-dirty
    NOTICE:  BL31: Built : 22:30:09, Aug  4 2021
    ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
    ti_sci dmsc@44083000: Mbox send fail -110
    Failed to put device 262 (-110)
    
    resetting ...
    ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
    ti_sci dmsc@44083000: Mbox send fail -110
    ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-110)
    ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
    ti_sci dmsc@44083000: Mbox send fail -110
    ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-110)
    ti_sci dmsc@44083000: ti_sci_get_response: Message receive failed. ret = -110
    ti_sci dmsc@44083000: Mbox send fail -110
    ti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-110)
    System reset not supported on this platform
    ### ERROR ### Please RESET the board ###
    

    Best Regards,
    Youhua

  • Hi Keerthy,

    We had closed the older thread as you mentioned. Could you please help us to check Youhua's following questions?

    Thank you so much.

  • Hi Lin,

    I am checking with our experts. We will have a response soon on this.

    Best Regards,
    Keerthy

  • Hi Keerthy,

    Looking forward to your reply. Thank you.

  • Youhua,

    Can you elaborate further on the sequence you are executing:  What does "(system) is powered on immediately after the power is removed" entail; How many seconds elapsed between the Power Off- Power On sequence?  If you vary the duration the system is powered off, do you see the boot up behavior change?

    To ensure proper operation, the Power Supply Sequencing listed in J721E data manual should be followed, have you checked into this?

    Moreover, do you have a way to connect JTAG during the failure and check where the PC register is? The latest log you shared doesn't seem to fail during the MMC access.   Would be interesting to check if you see the failures only with eMMC boot, or with other boot mode (SD, UART, etc) as well.

    Thanks & Regards,

    Shiou Mei