This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: TDA4 peripheral identification

Part Number: TDA4VM

Hello,

I want to test the SPI peripherals connected to the SoC in the j721e EVM using the Linux Kernel. From the user guide I read that there are 3 memories connected: MT35XU512ABA1G12-0SIT, S71KS512SC0BHV000, MT25QU512ABB8E12-0SIT.

Following the Linux documentation of the Linux SDK, I ran

$modprobe cadence-quadspi

$cat /proc/mtd

and I could see 8 MTD devices: 7 mapped on the OSPI and 1 on the SPI.

My problem is that I cannot understand exactly which memory they correspond to.

How can I understand so? And if not all 3 the flash devices are configured, how can I do it?

In the TI RTOS PDK instead, I found a sample code to test a master slave communication between MCU1_0 and MPU1_0 using the MCSPI.

Is there a way to do the same with the Linux Kernel? If yes, how?

I also tried to configure the Kernel following the Kernel User Guide (https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html)

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_amNNNx-evm_defconfig

I found that there is no option mentioned for the J721E platform.

Could you please also tell me how this configuration can be done?

Thank you in advance.

  • Hi Massimo,

    Could you please share the logs of cat /proc/mtd? Are you on 7.0 SDK?

    Best Regards,
    Keerthy

  • Hi Keerthy,

    Yes, I'm on 7.0 SDK.

    This is the log:

    dev:    size   erasesize  name
    mtd0: 00080000 00020000 "ospi.tiboot3"
    mtd1: 00200000 00020000 "ospi.tispl"
    mtd2: 00400000 00020000 "ospi.u-boot"
    mtd3: 00020000 00020000 "ospi.env"
    mtd4: 00020000 00020000 "ospi.env.backup"
    mtd5: 00100000 00020000 "ospi.sysfw"
    mtd6: 03800000 00020000 "ospi.rootfs"
    mtd7: 04000000 00010000 "47050000.spi.0"

    By the way, in these days I read better the documentation and I realized that OSPI and Hyper flash cannot be both connected at the same time.

    So, this is the log when the OSPI flash is active, but instead, switching to the Hyper flash I can just see the last "47050000.spi.0" device.

    Is it correspondent to the MT25QU512ABB8E12-0SIT device?

    How can I manage to "mount" the Hyper flash?

    Best regards,

    Massimo

  • Hi Massimo,

    "47050000.spi.0" device corresponds to OSPI1 master device & that is connected to MT25QU512ABB8E12-0SIT flash.

    Details about hyperflash: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Foundational_Components_U-Boot.html#hyperbus-and-hyperflash

    What exactly do you mean by mounting Hyper flash? You want to use it for rootfs? I want to understand your use case.

    Best Regards,
    Keerthy

  • Hi Massimo,

    Also please provide the kernel version that you are using. If you can share the complete bootlog that would
    be even more helpful.

    Best Regards,
    Keerthy

  • Hi Keerthy,

    My aim is to test the SPI peripherals with the Linux kernel.

    Since we have these 3 memories connected to the OSPI, I thought that writing and reading from them could be the easiest way to test SPI.

    When I activate the MT35XU512ABA1G12-0SIT, I can see it as mtd partitions, as I shown you in the previous comment. Here you can see the boot log:

    Boot log with MT35XU512ABA1G12-0SIT connected
    
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.4.40-g66cf445b76 (oe-user@oe-host) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 SMP PREEMPT Wed Jun 17 14:28:47 UTC 2020
    [    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] 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 31 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 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 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps-dma-memory@ac000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ce000000, size 720 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps-core-heap-memory@ce000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000fb000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@fb000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000fb100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@fb100000, compatible id shared-dma-pool
    [    0.000000] cma: Failed to reserve 512 MiB
    [    0.000000] On node 0 totalpages: 35840
    [    0.000000]   DMA zone: 13 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 12672 pages, LIFO batch:3
    [    0.000000]   DMA32 zone: 16 pages used for memmap
    [    0.000000]   DMA32 zone: 18446744073709542016 pages, LIFO batch:3
    [    0.000000]   Normal zone: 32 pages used for memmap
    [    0.000000]   Normal zone: 32768 pages, LIFO batch:3
    [    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.0
    [    0.000000] percpu: Embedded 2 pages/cpu s48408 r8192 d74472 u131072
    [    0.000000] pcpu-alloc: s48408 r8192 d74472 u131072 alloc=2*65536
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    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] Built 1 zonelists, mobility grouping off.  Total pages: 35779
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=e42e57f5-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x9a800000-0x9e800000] (64MB)
    [    0.000000] Memory: 2584064K/2293760K available (9534K kernel code, 776K rwdata, 3840K rodata, 1728K init, 695K bss, 18446744073709261312K reserved, 0K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	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: no VLPI support, no direct LPI support
    [    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 @8c0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008c00c0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008c00d0000
    [    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x438 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.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008362] Console: colour dummy device 80x25
    [    0.012926] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023595] pid_max: default: 32768 minimum: 301
    [    0.028344] LSM: Security Framework initializing
    [    0.033089] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.040658] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.072710] ASID allocator initialised with 32768 entries
    [    0.086236] rcu: Hierarchical SRCU implementation.
    [    0.099197] Platform MSI: gic-its@1820000 domain created
    [    0.104804] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [    0.122240] smp: Bringing up secondary CPUs ...
    [    0.159210] Detected PIPT I-cache on CPU1
    [    0.159231] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.159241] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
    [    0.159269] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.159322] smp: Brought up 1 node, 2 CPUs
    [    0.188667] SMP: Total of 2 processors activated.
    [    0.193472] CPU features: detected: 32-bit EL0 Support
    [    0.198725] CPU features: detected: CRC32 instructions
    [    0.210361] CPU: All CPU(s) started at EL2
    [    0.214555] alternatives: patching kernel code
    [    0.219603] devtmpfs: initialized
    [    0.227724] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.237693] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
    [    0.244872] pinctrl core: initialized pinctrl subsystem
    [    0.250614] NET: Registered protocol family 16
    [    0.255336] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.261810] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.277138] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.283992] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.290751] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.299439] cryptd: max_cpu_qlen set to 1000
    [    0.306619] vsys_3v3: supplied by evm_12v0
    [    0.310943] vsys_5v0: supplied by evm_12v0
    [    0.315614] iommu: Default domain type: Translated 
    [    0.320760] SCSI subsystem initialized
    [    0.324883] mc: Linux media interface: v0.10
    [    0.329278] videodev: Linux video capture interface: v2.00
    [    0.334889] pps_core: LinuxPPS API ver. 1 registered
    [    0.339958] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.349295] PTP clock support registered
    [    0.353305] EDAC MC: Ver: 3.0.0
    [    0.357019] FPGA manager framework
    [    0.360529] Advanced Linux Sound Architecture Driver Initialized.
    [    0.367095] clocksource: Switched to clocksource arch_sys_counter
    [    0.373428] VFS: Disk quotas dquot_6.6.0
    [    0.377472] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.386991] Carveout Heap: Exported 512 MiB at 0x00000000ae000000
    [    0.393224] thermal_sys: Registered thermal governor 'step_wise'
    [    0.393225] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.399625] NET: Registered protocol family 2
    [    0.411022] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.419782] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
    [    0.427977] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
    [    0.435724] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.442458] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.449347] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.456749] NET: Registered protocol family 1
    [    0.461477] RPC: Registered named UNIX socket transport module.
    [    0.467532] RPC: Registered udp transport module.
    [    0.472336] RPC: Registered tcp transport module.
    [    0.477138] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.483721] PCI: CLS 0 bytes, default 64
    [    0.488059] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.499435] Initialise system trusted keyrings
    [    0.504078] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.512657] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.518916] NFS: Registering the id_resolver key type
    [    0.524158] Key type id_resolver registered
    [    0.528429] Key type id_legacy registered
    [    0.532526] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.539557] 9p: Installing v9fs 9p2000 file system support
    [    0.552531] Key type asymmetric registered
    [    0.556727] Asymmetric key parser 'x509' registered
    [    0.561740] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.569302] io scheduler mq-deadline registered
    [    0.573930] io scheduler kyber registered
    [    0.579135] pinctrl-single 4301c000.pinmux: 94 pins, size 376
    [    0.585198] pinctrl-single 11c000.pinmux: 173 pins, size 692
    [    0.591363] pinctrl-single a40000.timesync_router: 512 pins, size 2048
    [    0.600377] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.606642] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.612973] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.619381] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
    [    0.627357] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.633767] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
    [    0.641690] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.648101] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
    [    0.656021] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.662342] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
    [    0.670258] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.676578] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
    [    0.685902] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.697783] brd: module loaded
    [    0.703795] loop: module loaded
    [    0.707329] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
    [    0.715253] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
    [    0.722362] Hardware name: Texas Instruments K3 J721E SoC (DT)
    [    0.728317] Call trace:
    [    0.730813]  dump_backtrace+0x0/0x140
    [    0.734548]  show_stack+0x14/0x20
    [    0.737931]  dump_stack+0xb4/0xf8
    [    0.741315]  sysfs_warn_dup+0x5c/0x78
    [    0.745049]  sysfs_create_dir_ns+0xd8/0xf0
    [    0.749228]  kobject_add_internal+0x94/0x280
    [    0.753584]  kobject_add+0x90/0xf8
    [    0.757054]  device_add+0xdc/0x600
    [    0.760523]  platform_device_add+0xfc/0x228
    [    0.764790]  platform_device_register_full+0xc8/0x140
    [    0.769948]  dma_buf_phys_init+0x68/0x94
    [    0.773949]  do_one_initcall+0x50/0x190
    [    0.777864]  kernel_init_freeable+0x194/0x22c
    [    0.782310]  kernel_init+0x10/0xfc
    [    0.785778]  ret_from_fork+0x10/0x18
    [    0.789439] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory.
    [    0.803540] libphy: Fixed MDIO Bus: probed
    [    0.807887] tun: Universal TUN/TAP device driver, 1.6
    [    0.813294] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [    0.821298] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.827362] sky2: driver version 1.30
    [    0.831580] VFIO - User Level meta-driver version: 0.3
    [    0.837189] i2c /dev entries driver
    [    0.841262] sdhci: Secure Digital Host Controller Interface driver
    [    0.847576] sdhci: Copyright(c) Pierre Ossman
    [    0.852224] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.858451] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.865186] optee: probing for conduit method from DT.
    [    0.870452] optee: revision 3.8 (199fca17)
    [    0.870769] optee: initialized driver
    [    0.879524] NET: Registered protocol family 17
    [    0.884136] 9pnet: Installing 9P2000 support
    [    0.888524] Key type dns_resolver registered
    [    0.893034] registered taskstats version 1
    [    0.897221] Loading compiled-in X.509 certificates
    [    0.905711] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.912027] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.919619] ti-sci 44083000.dmsc: ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
    [    0.945277] random: fast init done
    [    0.972993] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    0.980321] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.986315] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.992281] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.998346] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
    [    1.027610] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
    [    1.035691] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
    [    1.042285] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
    [    1.049122] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.055040] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
    [    1.060983] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator
    [    1.091457] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
    [    1.097342] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
    [    1.103270] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
    [    1.109520] ti-sci-intr interconnect@100000:interconnect@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.121088] ti-sci-intr interconnect@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.130694] ti-sci-intr interconnect@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
    [    1.141703] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    2.157772] j721e-pcie 2900000.pcie: host bridge /interconnect@100000/pcie@2900000 ranges:
    [    2.166247] j721e-pcie 2900000.pcie:    IO 0x10001000..0x10010fff -> 0x10001000
    [    2.173725] j721e-pcie 2900000.pcie:   MEM 0x10011000..0x17ffffff -> 0x10011000
    [    2.181281] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    2.187689] pci_bus 0000:00: root bus resource [bus 00-0f]
    [    2.193294] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    2.202984] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    2.210024] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.216178] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.226048] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.235934] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
    [    2.245892] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.255859] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
    [    2.265821] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
    [    2.275821] pci 0000:00:00.0: supports D1
    [    2.279914] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.285786] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
    [    2.295751] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x208 may corrupt adjacent RW1C bits
    [    2.305802] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    2.312828] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    2.322795] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
    [    2.332842] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
    [    2.344549] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.354140] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
    [    2.360912] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
    [    2.368388] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.373665] pcieport 0000:00:00.0: PME: Signaling with IRQ 33
    [    2.379719] pcieport 0000:00:00.0: AER: enabled with IRQ 33
    [    3.379006] j721e-pcie 2910000.pcie: host bridge /interconnect@100000/pcie@2910000 ranges:
    [    3.387471] j721e-pcie 2910000.pcie:    IO 0x18001000..0x18010fff -> 0x18001000
    [    3.394948] j721e-pcie 2910000.pcie:   MEM 0x18011000..0x1fffffff -> 0x18011000
    [    3.402481] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    3.408887] pci_bus 0001:00: root bus resource [bus 00-0f]
    [    3.414492] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    3.424360] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    3.431396] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    3.437599] pci 0001:00:00.0: supports D1
    [    3.441693] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    3.449148] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.458642] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
    [    3.465409] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    3.470641] pcieport 0001:00:00.0: PME: Signaling with IRQ 36
    [    3.476634] pcieport 0001:00:00.0: AER: enabled with IRQ 36
    [    4.479010] j721e-pcie 2920000.pcie: host bridge /interconnect@100000/pcie@2920000 ranges:
    [    4.487477] j721e-pcie 2920000.pcie:    IO 0x4400001000..0x4400010fff -> 0x00001000
    [    4.495308] j721e-pcie 2920000.pcie:   MEM 0x4400011000..0x4407ffffff -> 0x00011000
    [    4.503196] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
    [    4.509602] pci_bus 0002:00: root bus resource [bus 00-0f]
    [    4.515206] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    4.524453] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [    4.535220] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
    [    4.541421] pci 0002:00:00.0: supports D1
    [    4.545515] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    4.552944] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.562496] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
    [    4.569262] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    4.574496] pcieport 0002:00:00.0: PME: Signaling with IRQ 39
    [    4.580488] pcieport 0002:00:00.0: AER: enabled with IRQ 39
    [    4.586866] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    4.596742] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    4.603501] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    4.612336] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    4.622488] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    4.629247] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    4.636945] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
    [    4.644505] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
    [    4.653678] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
    [    4.662420] printk: console [ttyS2] enabled
    [    4.670856] printk: bootconsole [ns16550a0] disabled
    [    4.681208] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
    [    4.690060] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250
    [    4.698812] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    4.707712] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
    [    4.716580] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
    [    4.724131] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
    [    4.732898] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    4.743411] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    4.753563] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    4.763801] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    4.774556] scsi host0: ufshcd
    [    4.781350] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
    [    4.787530] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    4.794127] Creating 7 MTD partitions on "47040000.spi.0":
    [    4.799611] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
    [    4.799613] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    4.817892] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    4.823578] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    4.829406] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    4.834919] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    4.841079] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    4.846768] 0x000000800000-0x000004000000 : "ospi.rootfs"
    [    4.864154] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
    [    4.875824] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
    [    4.887133] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    4.895962] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    4.904682] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [    5.095342] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
    [    5.103045] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
    [    5.143313] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
    [    5.187096] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.194740] libphy: 46000f00.mdio: probed
    [    5.199799] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    5.208063] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    5.219482] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
    [    5.228088] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    5.236643] mmc0: CQHCI version 5.10
    [    5.275025] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [    5.283772] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    5.290342] davinci_gpio 42110000.gpio: IRQ index 4 not found
    [    5.296114] davinci_gpio 42110000.gpio: IRQ not populated, err = -6
    [    5.306320] vdd_mmc1: supplied by vsys_3v3
    [    5.311114] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    5.317957] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    5.324782] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    5.331679] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    5.338495] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    5.348135] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
    [    5.358454] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
    [    5.370487] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
    [    5.376669] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    5.383282] Creating 7 MTD partitions on "47040000.spi.0":
    [    5.388770] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    5.394858] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    5.400566] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    5.406341] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    5.411916] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    5.418123] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    5.423824] 0x000000800000-0x000004000000 : "ospi.rootfs"
    [    5.431731] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
    [    5.444208] mmc0: Command Queue Engine enabled
    [    5.448653] mmc0: new HS400 MMC card at address 0001
    [    5.457923] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    5.462563] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [    5.468584] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [    5.474574] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
    [    5.481877] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.489534] libphy: 46000f00.mdio: probed
    [    5.494648] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    5.502947] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    5.515963] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.523123] pps pps0: new PPS source ptp1
    [    5.527243] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    5.536192] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
    [    5.543487] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.550524] mmc1: CQHCI version 5.10
    [    5.584930] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
    [    5.593112] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    5.604191] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    5.611624] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    5.618947] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    5.626252] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    5.634294] hctosys: unable to open rtc device (rtc0)
    [    5.652991] ALSA device list:
    [    5.655951]   No soundcards found.
    [    5.659592] Waiting for root device PARTUUID=e42e57f5-02...
    [    7.083494] mmc1: new ultra high speed DDR50 SDXC card at address e624
    [    7.090387] mmcblk1: mmc1:e624 SN128 119 GiB 
    [    7.104211]  mmcblk1: p1 p2
    [    7.309448] EXT4-fs (mmcblk1p2): 2 orphan inodes deleted
    [    7.314780] EXT4-fs (mmcblk1p2): recovery complete
    [    7.335581] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    7.343706] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    7.351301] devtmpfs: mounted
    [    7.354628] Freeing unused kernel memory: 1728K
    [    7.359185] Run /sbin/init as init process
    [    7.548069] systemd[1]: System time before build time, advancing clock.
    [    7.605926] NET: Registered protocol family 10
    [    7.610796] Segment Routing with IPv6
    [    7.631743] systemd[1]: systemd 244.3+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    7.653480] systemd[1]: Detected architecture arm64.
    [    7.699659] systemd[1]: Set hostname to <j7-evm>.
    [    7.894349] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock \xe2\x86\x92 /run/docker.sock; please update the unit file accordingly.
    [    7.962263] random: systemd: uninitialized urandom read (16 bytes read)
    [    7.968993] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    7.981318] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    7.991280] systemd[1]: Created slice system-getty.slice.
    [    8.011214] random: systemd: uninitialized urandom read (16 bytes read)
    [    8.018482] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    8.035156] random: systemd: uninitialized urandom read (16 bytes read)
    [    8.042257] systemd[1]: Created slice User and Session Slice.
    [    8.059262] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    8.083197] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    8.107199] systemd[1]: Reached target Paths.
    [    8.123144] systemd[1]: Reached target Remote File Systems.
    [    8.139139] systemd[1]: Reached target Slices.
    [    8.155142] systemd[1]: Reached target Swap.
    [    8.177046] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    8.195174] systemd[1]: Reached target RPC Port Mapper.
    [    8.213224] systemd[1]: Listening on Process Core Dump Socket.
    [    8.231274] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    8.262482] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    8.270823] systemd[1]: Listening on Journal Socket (/dev/log).
    [    8.287356] systemd[1]: Listening on Journal Socket.
    [    8.303405] systemd[1]: Listening on Network Service Netlink Socket.
    [    8.327316] systemd[1]: Listening on udev Control Socket.
    [    8.347239] systemd[1]: Listening on udev Kernel Socket.
    [    8.366487] systemd[1]: Mounting Huge Pages File System...
    [    8.390130] systemd[1]: Mounting POSIX Message Queue File System...
    [    8.414933] systemd[1]: Mounting Kernel Debug File System...
    [    8.439076] systemd[1]: Mounting Temporary Directory (/tmp)...
    [    8.462821] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [    8.490051] systemd[1]: Starting Start psplash boot splash screen...
    [    8.516752] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
    [    8.537738] systemd[1]: Starting RPC Bind...
    [    8.555318] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    8.575386] systemd[1]: Starting Journal Service...
    [    8.608059] systemd[1]: Starting Load Kernel Modules...
    [    8.634625] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    8.641632] cryptodev: loading out-of-tree module taints kernel.
    [    8.653976] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [    8.663167] systemd[1]: Starting udev Coldplug all Devices...
    [    8.675506] cryptodev: driver 1.10 loaded.
    [    8.685858] systemd[1]: Started RPC Bind.
    [    8.704323] systemd[1]: Started Journal Service.
    [    8.909549] systemd-journald[227]: Received client request to flush runtime journal.
    [    9.871995] rti-wdt 2200000.rti: heartbeat 60 sec
    [    9.876984] PVR_K:  307: Read BVNC 22.104.208.318 from HW device registers
    [    9.884914] PVR_K:  307: RGX Device initialised with BVNC 22.104.208.318
    [    9.899607] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
    [    9.976557] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [   10.024015] rti-wdt 2210000.rti: heartbeat 60 sec
    [   10.151437] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
    [   10.192832] remoteproc remoteproc0: 4d80800000.dsp is available
    [   10.558154] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [   10.577711] remoteproc remoteproc0: powering up 4d80800000.dsp
    [   10.583838] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1513584
    [   10.595264] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
    [   10.602052]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [   10.618318] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.621590] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [   10.623858]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [   10.646872] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [   10.663983] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
    [   10.735616] remoteproc remoteproc1: 4d81800000.dsp is available
    [   10.920411] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   10.953300] remoteproc remoteproc1: powering up 4d81800000.dsp
    [   10.959265] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1513584
    [   10.971089] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
    [   10.982644]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [   10.996638] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   11.002762] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [   11.006511]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [   11.019907] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [   11.028367] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [   11.183996] random: crng init done
    [   11.187392] random: 7 urandom warning(s) missed due to ratelimiting
    [   11.224787] platform 41000000.r5f: configured R5F for remoteproc mode
    [   11.245206] remoteproc remoteproc2: 64800000.dsp is available
    [   11.446522] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   11.539905] remoteproc remoteproc3: 41000000.r5f is available
    [   11.658262] remoteproc remoteproc2: powering up 64800000.dsp
    [   11.663988] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 9314288
    [   11.675086] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [   11.680265] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [   11.687108]  remoteproc2#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [   11.693654] remoteproc remoteproc3: powering up 41000000.r5f
    [   11.705223] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   11.710894] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [   11.714957]  remoteproc2#vdev0buffer: registered virtio2 (type 7)
    [   11.725659] remoteproc remoteproc3: request_firmware failed: -2
    [   11.731104] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [   11.741224] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [   11.750617] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   11.863123] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
    [   11.883629] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [   12.138481] platform 5c00000.r5f: configured R5F for IPC-only mode
    [   12.276312] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [   12.362916] remoteproc remoteproc4: 5c00000.r5f is available
    [   12.474667] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   12.548286] remoteproc remoteproc4: powering up 5c00000.r5f
    [   12.553880] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 4839748
    [   12.571246] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [   12.583112]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a1000000
    [   12.599507] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   12.605062]  remoteproc4#vdev0buffer: registered virtio3 (type 7)
    [   12.614574] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   12.623274] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [   12.634277] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [   12.641531] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [   12.655240] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [   12.667228] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [   12.674422] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [   12.687191] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [   12.694368] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [   12.710769] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.notifyservice addr 0x1e
    [   12.731884] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
    [   12.740301] virtio_rpmsg_bus virtio3: creating channel rpmsg-kdrv addr 0x1a
    [   12.747887] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 07FFFFFF uart_id: 2
    [   12.767106] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.1 (rev 1) 15/Jun/2020 SHA:56691d1b
    [   12.779844] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   12.787979] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
    [   12.857520] remoteproc remoteproc5: 5d00000.r5f is available
    [   12.859690] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
    [   12.869795] remoteproc remoteproc5: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
    [   12.877915] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   12.881968] remoteproc remoteproc5: powering up 5d00000.r5f
    [   12.891108] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000003 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00
    [   12.897200] remoteproc remoteproc5: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
    [   12.911114] 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.920592] remoteproc remoteproc5: request_firmware failed: -2
    [   12.927282] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   13.062889] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   13.231707] remoteproc remoteproc6: 5e00000.r5f is available
    [   13.301242] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   13.312537] remoteproc remoteproc6: powering up 5e00000.r5f
    [   13.318160] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   13.334594] remoteproc remoteproc6: request_firmware failed: -2
    [   13.362770] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   13.472492] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.570985] remoteproc remoteproc7: 5f00000.r5f is available
    [   13.609901] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [   13.621775] remoteproc remoteproc7: powering up 5f00000.r5f
    [   13.627443] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [   13.643135] remoteproc remoteproc7: request_firmware failed: -2
    [   13.840533] remoteproc remoteproc8: b034000.pru is available
    [   13.871856] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
    [   13.930732] pru-rproc b034000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@34000 probed successfully
    [   14.131925] remoteproc remoteproc9: b004000.rtu is available
    [   14.151307] pru-rproc b004000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@4000 probed successfully
    [   14.197943] pru-rproc b00a000.txpru: IRQ vring not found
    [   14.250228] pru-rproc b00a000.txpru: IRQ kick not found
    [   14.275204] remoteproc remoteproc10: b00a000.txpru is available
    [   14.315224] pru-rproc b00a000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@a000 probed successfully
    [   14.405986] remoteproc remoteproc11: b038000.pru is available
    [   14.488956] pru-rproc b038000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@38000 probed successfully
    [   14.544832] remoteproc remoteproc12: b006000.rtu is available
    [   14.560844] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   14.620449] pru-rproc b006000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@6000 probed successfully
    [   14.650408] pru-rproc b00c000.txpru: IRQ vring not found
    [   14.668352] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   14.716240] pru-rproc b00c000.txpru: IRQ kick not found
    [   14.773866] remoteproc remoteproc13: b00c000.txpru is available
    [   14.799537] pru-rproc b00c000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@c000 probed successfully
    [   14.842979] remoteproc remoteproc14: b134000.pru is available
    [   14.864813] usbcore: registered new interface driver usbfs
    [   14.876634] usbcore: registered new interface driver hub
    [   14.881906] pru-rproc b134000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@34000 probed successfully
    [   14.889949] usbcore: registered new device driver usb
    [   14.911574] remoteproc remoteproc15: b104000.rtu is available
    [   14.927217] pru-rproc b104000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@4000 probed successfully
    [   14.947634] pru-rproc b10a000.txpru: IRQ vring not found
    [   14.954144] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   14.958780] pru-rproc b10a000.txpru: IRQ kick not found
    [   14.971475] remoteproc remoteproc16: b10a000.txpru is available
    [   14.971608] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   14.983375] pru-rproc b10a000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@a000 probed successfully
    [   15.003239] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
    [   15.019832] remoteproc remoteproc17: b138000.pru is available
    [   15.031132] pru-rproc b138000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@38000 probed successfully
    [   15.035151] xhci-hcd xhci-hcd.2.auto: irq 509, io mem 0x06410000
    [   15.051785] remoteproc remoteproc18: b106000.rtu is available
    [   15.059154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [   15.063123] pru-rproc b106000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@6000 probed successfully
    [   15.075103] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.091106] usb usb1: Product: xHCI Host Controller
    [   15.091725] pru-rproc b10c000.txpru: IRQ vring not found
    [   15.103105] usb usb1: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
    [   15.111105] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   15.115098] pru-rproc b10c000.txpru: IRQ kick not found
    [   15.122241] hub 1-0:1.0: USB hub found
    [   15.127896] hub 1-0:1.0: 1 port detected
    [   15.131149] remoteproc remoteproc19: b10c000.txpru is available
    [   15.138685] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.142256] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    [   15.151113] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   15.156114] pru-rproc b10c000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@c000 probed successfully
    [   15.167112] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   15.183150] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   15.211245] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [   15.336560] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.371134] usb usb2: Product: xHCI Host Controller
    [   15.406648] usb usb2: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
    [   15.429667] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   15.441690] hub 2-0:1.0: USB hub found
    [   15.452176] hub 2-0:1.0: 1 port detected
    [   15.475131] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   15.631381] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
    [   15.641978] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [   15.653371] usb 1-1: SerialNumber: 05000079DE36
    [   15.661329] hub 1-1:1.0: USB hub found
    [   15.671102] hub 1-1:1.0: 4 ports detected
    [   15.987948] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   15.996476] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    
    

    When I activate the S71KS512SC0BHV000 instead, I cannot see it among the mtd devices, so I don't have any interface where to write and read. Here you can find the boot log:

    Boot log with S71KS512SC0BHV000 connected
    
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.4.40-g66cf445b76 (oe-user@oe-host) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 SMP PREEMPT Wed Jun 17 14:28:47 UTC 2020
    [    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] 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 31 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 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 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps-dma-memory@ac000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ce000000, size 720 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps-core-heap-memory@ce000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000fb000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@fb000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000fb100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@fb100000, compatible id shared-dma-pool
    [    0.000000] cma: Failed to reserve 512 MiB
    [    0.000000] On node 0 totalpages: 35840
    [    0.000000]   DMA zone: 13 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 12672 pages, LIFO batch:3
    [    0.000000]   DMA32 zone: 16 pages used for memmap
    [    0.000000]   DMA32 zone: 18446744073709542016 pages, LIFO batch:3
    [    0.000000]   Normal zone: 32 pages used for memmap
    [    0.000000]   Normal zone: 32768 pages, LIFO batch:3
    [    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.0
    [    0.000000] percpu: Embedded 2 pages/cpu s48408 r8192 d74472 u131072
    [    0.000000] pcpu-alloc: s48408 r8192 d74472 u131072 alloc=2*65536
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    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] Built 1 zonelists, mobility grouping off.  Total pages: 35779
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=e42e57f5-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x9a800000-0x9e800000] (64MB)
    [    0.000000] Memory: 2584064K/2293760K available (9534K kernel code, 776K rwdata, 3840K rodata, 1728K init, 695K bss, 18446744073709261312K reserved, 0K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	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: no VLPI support, no direct LPI support
    [    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 @8c0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008c00c0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008c00d0000
    [    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x438 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.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008345] Console: colour dummy device 80x25
    [    0.012907] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023576] pid_max: default: 32768 minimum: 301
    [    0.028325] LSM: Security Framework initializing
    [    0.033073] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.040642] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.072694] ASID allocator initialised with 32768 entries
    [    0.086222] rcu: Hierarchical SRCU implementation.
    [    0.099184] Platform MSI: gic-its@1820000 domain created
    [    0.104790] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [    0.122226] smp: Bringing up secondary CPUs ...
    [    0.159194] Detected PIPT I-cache on CPU1
    [    0.159219] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.159229] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
    [    0.159258] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.159307] smp: Brought up 1 node, 2 CPUs
    [    0.188651] SMP: Total of 2 processors activated.
    [    0.193456] CPU features: detected: 32-bit EL0 Support
    [    0.198709] CPU features: detected: CRC32 instructions
    [    0.210314] CPU: All CPU(s) started at EL2
    [    0.214508] alternatives: patching kernel code
    [    0.219574] devtmpfs: initialized
    [    0.227706] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.237675] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
    [    0.244854] pinctrl core: initialized pinctrl subsystem
    [    0.250602] NET: Registered protocol family 16
    [    0.255324] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.261794] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.277262] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.284115] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.290875] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.299516] cryptd: max_cpu_qlen set to 1000
    [    0.306829] vsys_3v3: supplied by evm_12v0
    [    0.311178] vsys_5v0: supplied by evm_12v0
    [    0.315759] iommu: Default domain type: Translated 
    [    0.320894] SCSI subsystem initialized
    [    0.325146] mc: Linux media interface: v0.10
    [    0.329526] videodev: Linux video capture interface: v2.00
    [    0.335136] pps_core: LinuxPPS API ver. 1 registered
    [    0.340206] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.349543] PTP clock support registered
    [    0.353553] EDAC MC: Ver: 3.0.0
    [    0.357315] FPGA manager framework
    [    0.360822] Advanced Linux Sound Architecture Driver Initialized.
    [    0.367423] clocksource: Switched to clocksource arch_sys_counter
    [    0.373758] VFS: Disk quotas dquot_6.6.0
    [    0.377801] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.387338] Carveout Heap: Exported 512 MiB at 0x00000000ae000000
    [    0.393570] thermal_sys: Registered thermal governor 'step_wise'
    [    0.393571] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.399959] NET: Registered protocol family 2
    [    0.411305] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.420065] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
    [    0.428257] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
    [    0.436027] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.442754] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.449644] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.457043] NET: Registered protocol family 1
    [    0.461781] RPC: Registered named UNIX socket transport module.
    [    0.467836] RPC: Registered udp transport module.
    [    0.472639] RPC: Registered tcp transport module.
    [    0.477440] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.484025] PCI: CLS 0 bytes, default 64
    [    0.488354] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.499838] Initialise system trusted keyrings
    [    0.504480] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.513127] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.519464] NFS: Registering the id_resolver key type
    [    0.524637] Key type id_resolver registered
    [    0.528907] Key type id_legacy registered
    [    0.533003] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.539972] 9p: Installing v9fs 9p2000 file system support
    [    0.552566] Key type asymmetric registered
    [    0.556754] Asymmetric key parser 'x509' registered
    [    0.561765] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.569327] io scheduler mq-deadline registered
    [    0.573954] io scheduler kyber registered
    [    0.579139] pinctrl-single 4301c000.pinmux: 94 pins, size 376
    [    0.585207] pinctrl-single 11c000.pinmux: 173 pins, size 692
    [    0.591350] pinctrl-single a40000.timesync_router: 512 pins, size 2048
    [    0.600332] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.606594] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.612932] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.619344] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
    [    0.627312] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.633725] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
    [    0.641649] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.648060] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
    [    0.655978] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.662300] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
    [    0.670253] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.676575] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
    [    0.685957] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.697770] brd: module loaded
    [    0.703785] loop: module loaded
    [    0.707296] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
    [    0.715222] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
    [    0.722331] Hardware name: Texas Instruments K3 J721E SoC (DT)
    [    0.728285] Call trace:
    [    0.730781]  dump_backtrace+0x0/0x140
    [    0.734516]  show_stack+0x14/0x20
    [    0.737901]  dump_stack+0xb4/0xf8
    [    0.741285]  sysfs_warn_dup+0x5c/0x78
    [    0.745019]  sysfs_create_dir_ns+0xd8/0xf0
    [    0.749199]  kobject_add_internal+0x94/0x280
    [    0.753554]  kobject_add+0x90/0xf8
    [    0.757024]  device_add+0xdc/0x600
    [    0.760492]  platform_device_add+0xfc/0x228
    [    0.764758]  platform_device_register_full+0xc8/0x140
    [    0.769916]  dma_buf_phys_init+0x68/0x94
    [    0.773918]  do_one_initcall+0x50/0x190
    [    0.777832]  kernel_init_freeable+0x194/0x22c
    [    0.782278]  kernel_init+0x10/0xfc
    [    0.785745]  ret_from_fork+0x10/0x18
    [    0.789402] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory.
    [    0.803519] libphy: Fixed MDIO Bus: probed
    [    0.807875] tun: Universal TUN/TAP device driver, 1.6
    [    0.813285] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [    0.821289] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.827353] sky2: driver version 1.30
    [    0.831584] VFIO - User Level meta-driver version: 0.3
    [    0.837190] i2c /dev entries driver
    [    0.841242] sdhci: Secure Digital Host Controller Interface driver
    [    0.847555] sdhci: Copyright(c) Pierre Ossman
    [    0.852199] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.858459] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.865203] optee: probing for conduit method from DT.
    [    0.870466] optee: revision 3.8 (199fca17)
    [    0.870777] optee: initialized driver
    [    0.879507] NET: Registered protocol family 17
    [    0.884118] 9pnet: Installing 9P2000 support
    [    0.888506] Key type dns_resolver registered
    [    0.893062] registered taskstats version 1
    [    0.897249] Loading compiled-in X.509 certificates
    [    0.905711] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.912030] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.919623] ti-sci 44083000.dmsc: ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
    [    0.945424] random: fast init done
    [    0.973039] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    0.980397] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.986370] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.992359] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.998404] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
    [    1.027946] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
    [    1.035972] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
    [    1.042565] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
    [    1.049426] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.055345] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
    [    1.061275] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator
    [    1.091786] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
    [    1.097686] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
    [    1.103557] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
    [    1.109806] ti-sci-intr interconnect@100000:interconnect@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.121372] ti-sci-intr interconnect@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.130979] ti-sci-intr interconnect@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
    [    1.141986] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    2.157981] j721e-pcie 2900000.pcie: host bridge /interconnect@100000/pcie@2900000 ranges:
    [    2.166470] j721e-pcie 2900000.pcie:    IO 0x10001000..0x10010fff -> 0x10001000
    [    2.173958] j721e-pcie 2900000.pcie:   MEM 0x10011000..0x17ffffff -> 0x10011000
    [    2.181503] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    2.187909] pci_bus 0000:00: root bus resource [bus 00-0f]
    [    2.193514] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    2.203205] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    2.210244] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.216399] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.226269] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.236155] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
    [    2.246113] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.256081] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
    [    2.266043] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
    [    2.276041] pci 0000:00:00.0: supports D1
    [    2.280135] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.286006] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
    [    2.295972] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x208 may corrupt adjacent RW1C bits
    [    2.306023] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    2.313049] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    2.323016] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
    [    2.333063] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
    [    2.344839] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.354470] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
    [    2.361244] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
    [    2.368720] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.373973] pcieport 0000:00:00.0: PME: Signaling with IRQ 33
    [    2.380021] pcieport 0000:00:00.0: AER: enabled with IRQ 33
    [    3.379074] j721e-pcie 2910000.pcie: host bridge /interconnect@100000/pcie@2910000 ranges:
    [    3.387539] j721e-pcie 2910000.pcie:    IO 0x18001000..0x18010fff -> 0x18001000
    [    3.395016] j721e-pcie 2910000.pcie:   MEM 0x18011000..0x1fffffff -> 0x18011000
    [    3.402549] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    3.408955] pci_bus 0001:00: root bus resource [bus 00-0f]
    [    3.414560] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    3.424428] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    3.431464] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    3.437665] pci 0001:00:00.0: supports D1
    [    3.441759] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    3.449238] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.458858] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
    [    3.465625] pci 0001:00:00.0: PCI bridge to [bus 01]
    [    3.470876] pcieport 0001:00:00.0: PME: Signaling with IRQ 36
    [    3.476869] pcieport 0001:00:00.0: AER: enabled with IRQ 36
    [    4.479078] j721e-pcie 2920000.pcie: host bridge /interconnect@100000/pcie@2920000 ranges:
    [    4.487546] j721e-pcie 2920000.pcie:    IO 0x4400001000..0x4400010fff -> 0x00001000
    [    4.495378] j721e-pcie 2920000.pcie:   MEM 0x4400011000..0x4407ffffff -> 0x00011000
    [    4.503266] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
    [    4.509672] pci_bus 0002:00: root bus resource [bus 00-0f]
    [    4.515277] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    4.524524] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [    4.535291] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
    [    4.541492] pci 0002:00:00.0: supports D1
    [    4.545586] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    4.553056] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    4.562674] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
    [    4.569441] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    4.574665] pcieport 0002:00:00.0: PME: Signaling with IRQ 39
    [    4.580651] pcieport 0002:00:00.0: AER: enabled with IRQ 39
    [    4.587028] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    4.596905] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    4.603664] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    4.612552] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    4.622698] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    4.629457] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    4.637168] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
    [    4.644730] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
    [    4.653910] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
    [    4.662650] printk: console [ttyS2] enabled
    [    4.671087] printk: bootconsole [ns16550a0] disabled
    [    4.681440] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
    [    4.690289] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250
    [    4.699043] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    4.707950] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
    [    4.716802] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
    [    4.724359] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
    [    4.733106] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    4.743618] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    4.753770] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    4.764008] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    4.774758] scsi host0: ufshcd
    [    4.780038] cadence-qspi 47040000.spi: unrecognized JEDEC id bytes: ff 9f ff ff ff ff
    [    4.787860] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -2
    [    4.794740] cadence-qspi: probe of 47040000.spi failed with error -2
    [    4.801094] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
    [    4.801579] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
    [    4.837203] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
    [    4.848870] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
    [    4.860136] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    4.863682] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
    [    4.875703] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    4.884443] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [    4.915429] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.923071] libphy: 46000f00.mdio: probed
    [    4.928138] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    4.936405] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    4.947826] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
    [    4.956474] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    4.965030] mmc0: CQHCI version 5.10
    [    4.999408] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [    5.008148] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    5.014716] davinci_gpio 42110000.gpio: IRQ index 4 not found
    [    5.020492] davinci_gpio 42110000.gpio: IRQ not populated, err = -6
    [    5.030778] vdd_mmc1: supplied by vsys_3v3
    [    5.035534] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    5.042377] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    5.049204] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    5.056102] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    5.062919] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    5.072650] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
    [    5.083018] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
    [    5.093597] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
    [    5.128007] mmc0: Command Queue Engine enabled
    [    5.132451] mmc0: new HS400 MMC card at address 0001
    [    5.139428] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.147221] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    5.151861] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [    5.157777] libphy: 46000f00.mdio: probed
    [    5.161907] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [    5.167908] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
    [    5.175956] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    5.184255] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    5.197224] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.204378] pps pps0: new PPS source ptp1
    [    5.208534] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    5.217484] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
    [    5.224775] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.231814] mmc1: CQHCI version 5.10
    [    5.266278] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
    [    5.274454] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    5.285497] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    5.292868] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    5.300221] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    5.307539] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    5.315637] hctosys: unable to open rtc device (rtc0)
    [    5.334487] ALSA device list:
    [    5.337449]   No soundcards found.
    [    5.341091] Waiting for root device PARTUUID=e42e57f5-02...
    [    6.763799] mmc1: new ultra high speed DDR50 SDXC card at address e624
    [    6.770664] mmcblk1: mmc1:e624 SN128 119 GiB 
    [    6.784481]  mmcblk1: p1 p2
    [    6.887901] EXT4-fs (mmcblk1p2): recovery complete
    [    6.893737] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    6.901848] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    6.909443] devtmpfs: mounted
    [    6.912780] Freeing unused kernel memory: 1728K
    [    6.917331] Run /sbin/init as init process
    [    7.106598] systemd[1]: System time before build time, advancing clock.
    [    7.165066] NET: Registered protocol family 10
    [    7.169937] Segment Routing with IPv6
    [    7.190628] systemd[1]: systemd 244.3+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    7.212464] systemd[1]: Detected architecture arm64.
    [    7.255993] systemd[1]: Set hostname to <j7-evm>.
    [    7.468266] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock \xe2\x86\x92 /run/docker.sock; please update the unit file accordingly.
    [    7.544844] random: systemd: uninitialized urandom read (16 bytes read)
    [    7.551563] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    7.563888] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    7.573789] systemd[1]: Created slice system-getty.slice.
    [    7.595544] random: systemd: uninitialized urandom read (16 bytes read)
    [    7.602780] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    7.619481] random: systemd: uninitialized urandom read (16 bytes read)
    [    7.626627] systemd[1]: Created slice User and Session Slice.
    [    7.643594] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    7.667525] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    7.691528] systemd[1]: Reached target Paths.
    [    7.707475] systemd[1]: Reached target Remote File Systems.
    [    7.723469] systemd[1]: Reached target Slices.
    [    7.739476] systemd[1]: Reached target Swap.
    [    7.760518] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    7.779508] systemd[1]: Reached target RPC Port Mapper.
    [    7.797731] systemd[1]: Listening on Process Core Dump Socket.
    [    7.815614] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    7.846978] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    7.855323] systemd[1]: Listening on Journal Socket (/dev/log).
    [    7.871687] systemd[1]: Listening on Journal Socket.
    [    7.887752] systemd[1]: Listening on Network Service Netlink Socket.
    [    7.911648] systemd[1]: Listening on udev Control Socket.
    [    7.927588] systemd[1]: Listening on udev Kernel Socket.
    [    7.950018] systemd[1]: Mounting Huge Pages File System...
    [    7.974549] systemd[1]: Mounting POSIX Message Queue File System...
    [    7.998762] systemd[1]: Mounting Kernel Debug File System...
    [    8.022881] systemd[1]: Mounting Temporary Directory (/tmp)...
    [    8.046415] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [    8.074193] systemd[1]: Starting Start psplash boot splash screen...
    [    8.101256] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
    [    8.122201] systemd[1]: Starting RPC Bind...
    [    8.139805] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    8.160671] systemd[1]: Starting Journal Service...
    [    8.192088] systemd[1]: Starting Load Kernel Modules...
    [    8.206125] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    8.219549] cryptodev: loading out-of-tree module taints kernel.
    [    8.239065] systemd[1]: Starting udev Coldplug all Devices...
    [    8.243637] cryptodev: driver 1.10 loaded.
    [    8.261809] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [    8.269894] systemd[1]: Started RPC Bind.
    [    8.287858] systemd[1]: Started Journal Service.
    [    8.505269] systemd-journald[229]: Received client request to flush runtime journal.
    [    9.459934] rti-wdt 2200000.rti: heartbeat 60 sec
    [    9.470687] PVR_K:  301: Read BVNC 22.104.208.318 from HW device registers
    [    9.480295] PVR_K:  301: RGX Device initialised with BVNC 22.104.208.318
    [    9.491881] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
    [    9.574463] rti-wdt 2210000.rti: heartbeat 60 sec
    [    9.967216] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [   10.200823] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
    [   10.216412] remoteproc remoteproc0: 4d80800000.dsp is available
    [   10.357485] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [   10.401389] remoteproc remoteproc0: powering up 4d80800000.dsp
    [   10.407526] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1513584
    [   10.414929] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
    [   10.429017]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [   10.441997] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.445444] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [   10.451504]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [   10.464964] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [   10.472608] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
    [   10.491503] remoteproc remoteproc1: 4d81800000.dsp is available
    [   10.739450] random: crng init done
    [   10.742853] random: 7 urandom warning(s) missed due to ratelimiting
    [   10.753617] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   10.789096] remoteproc remoteproc1: powering up 4d81800000.dsp
    [   10.795259] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1513584
    [   10.810184] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
    [   10.825350]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [   10.839042] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.842387] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [   10.844589]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [   10.865328] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [   10.871438] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [   10.907059] remoteproc remoteproc2: 64800000.dsp is available
    [   11.035743] platform 41000000.r5f: configured R5F for remoteproc mode
    [   11.159566] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   11.177878] remoteproc remoteproc2: powering up 64800000.dsp
    [   11.183622] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 9314288
    [   11.199640] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [   11.211475]  remoteproc2#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [   11.223737] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   11.225861] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [   11.235468]  remoteproc2#vdev0buffer: registered virtio2 (type 7)
    [   11.242448] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [   11.299310] remoteproc remoteproc3: 41000000.r5f is available
    [   11.319707] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [   11.330435] remoteproc remoteproc3: powering up 41000000.r5f
    [   11.339352] remoteproc remoteproc3: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [   11.354357] remoteproc remoteproc3: request_firmware failed: -2
    [   11.373779] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   11.444821] platform 5c00000.r5f: configured R5F for IPC-only mode
    [   11.474267] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [   11.558622] remoteproc remoteproc4: 5c00000.r5f is available
    [   11.576864] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
    [   11.602775] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [   11.646095] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   11.750517] remoteproc remoteproc4: powering up 5c00000.r5f
    [   11.756113] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 4839748
    [   11.768876] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [   11.779474]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a1000000
    [   11.792004] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   11.800302]  remoteproc4#vdev0buffer: registered virtio3 (type 7)
    [   11.811452] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   11.818391] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
    [   11.831573] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
    [   11.843612] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [   11.855272] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
    [   11.866318] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
    [   11.879585] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
    [   11.887138] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
    [   11.903558] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xe
    [   11.911779] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   11.915555] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.notifyservice addr 0x1e
    [   11.932827] virtio_rpmsg_bus virtio3: creating channel rpmsg-kdrv addr 0x1a
    [   11.943317] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 07FFFFFF uart_id: 2
    [   11.959490] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.1 (rev 1) 15/Jun/2020 SHA:56691d1b
    [   11.975550] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
    [   12.086171] remoteproc remoteproc5: 5d00000.r5f is available
    [   12.090860] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   12.115523] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
    [   12.122490] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000003 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00
    [   12.141711] remoteproc remoteproc5: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
    [   12.151446] 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.155321] remoteproc remoteproc5: powering up 5d00000.r5f
    [   12.177503] remoteproc remoteproc5: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
    [   12.191450] remoteproc remoteproc5: request_firmware failed: -2
    [   12.204892] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
    [   12.215430] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   12.268292] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   12.417466] remoteproc remoteproc6: 5e00000.r5f is available
    [   12.553319] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   12.564724] remoteproc remoteproc6: powering up 5e00000.r5f
    [   12.570697] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   12.577107] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   12.591432] remoteproc remoteproc6: request_firmware failed: -2
    [   12.721914] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   12.880489] remoteproc remoteproc7: 5f00000.r5f is available
    [   12.974037] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [   12.987488] remoteproc remoteproc7: powering up 5f00000.r5f
    [   12.994610] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [   13.007455] remoteproc remoteproc7: request_firmware failed: -2
    [   13.173945] remoteproc remoteproc8: b034000.pru is available
    [   13.240674] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
    [   13.291298] pru-rproc b034000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@34000 probed successfully
    [   13.480023] remoteproc remoteproc9: b004000.rtu is available
    [   13.540029] pru-rproc b004000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@4000 probed successfully
    [   13.648441] pru-rproc b00a000.txpru: IRQ vring not found
    [   13.688331] pru-rproc b00a000.txpru: IRQ kick not found
    [   13.747529] remoteproc remoteproc10: b00a000.txpru is available
    [   13.776237] pru-rproc b00a000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@a000 probed successfully
    [   13.837002] remoteproc remoteproc11: b038000.pru is available
    [   13.865254] pru-rproc b038000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@38000 probed successfully
    [   13.900621] remoteproc remoteproc12: b006000.rtu is available
    [   13.915564] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   13.980366] pru-rproc b006000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@6000 probed successfully
    [   14.031607] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   14.106578] pru-rproc b00c000.txpru: IRQ vring not found
    [   14.144744] pru-rproc b00c000.txpru: IRQ kick not found
    [   14.159757] remoteproc remoteproc13: b00c000.txpru is available
    [   14.166179] pru-rproc b00c000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@c000 probed successfully
    [   14.194822] usbcore: registered new interface driver usbfs
    [   14.198743] remoteproc remoteproc14: b134000.pru is available
    [   14.212061] usbcore: registered new interface driver hub
    [   14.215575] pru-rproc b134000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@34000 probed successfully
    [   14.227967] usbcore: registered new device driver usb
    [   14.240062] remoteproc remoteproc15: b104000.rtu is available
    [   14.250694] pru-rproc b104000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@4000 probed successfully
    [   14.270457] pru-rproc b10a000.txpru: IRQ vring not found
    [   14.270829] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   14.281559] pru-rproc b10a000.txpru: IRQ kick not found
    [   14.289318] remoteproc remoteproc16: b10a000.txpru is available
    [   14.295581] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   14.303842] pru-rproc b10a000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@a000 probed successfully
    [   14.311563] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
    [   14.324174] remoteproc remoteproc17: b138000.pru is available
    [   14.335661] xhci-hcd xhci-hcd.2.auto: irq 509, io mem 0x06410000
    [   14.339739] pru-rproc b138000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@38000 probed successfully
    [   14.351564] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [   14.360252] remoteproc remoteproc18: b106000.rtu is available
    [   14.367746] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   14.377029] pru-rproc b106000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@6000 probed successfully
    [   14.387947] usb usb1: Product: xHCI Host Controller
    [   14.395882] pru-rproc b10c000.txpru: IRQ vring not found
    [   14.399601] usb usb1: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
    [   14.401199] pru-rproc b10c000.txpru: IRQ kick not found
    [   14.415434] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   14.427489] remoteproc remoteproc19: b10c000.txpru is available
    [   14.428009] hub 1-0:1.0: USB hub found
    [   14.437797] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    [   14.439463] pru-rproc b10c000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@c000 probed successfully
    [   14.459535] hub 1-0:1.0: 1 port detected
    [   14.470937] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   14.491115] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   14.619686] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   14.631818] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   14.671501] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [   14.691429] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   14.703423] usb usb2: Product: xHCI Host Controller
    [   14.708361] usb usb2: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
    [   14.723424] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   14.735669] hub 2-0:1.0: USB hub found
    [   14.746405] hub 2-0:1.0: 1 port detected
    [   14.807440] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   14.963714] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
    [   14.975423] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [   14.982549] usb 1-1: SerialNumber: 05000079DE36
    [   14.991898] hub 1-1:1.0: USB hub found
    [   14.999437] hub 1-1:1.0: 4 ports detected
    [   15.700274] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   15.708800] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    
    

    As you can notice, the Kernel version is 5.4.40.

  • Hi Massimo,

    On kernel 5.4 the hyperflash is disabled as there is an errata around that. So It is not enabled
    in 5.4 kernel. Hope this gives you the explanation for your observation.

    Best Regards,
    Keerthy

  • Hi Keerthy,

    thank you so much for your explanation regarding the hyperflash.

    What about the IPC sample code that I mentioned at the beginning of the thread?

    Is there a way to allow master slave communication between MCU1_0 and MPU1_0 using the MCSPI?

    Best regards,

    Massimo

    TDA4VM: TDA4 peripheral identification

  • Hi Massimo,

    Thanks for your patience. On Linux side we have master mode support but not Slave mode
    support is added in the SDK. I got a confirmation from the SPI expert as well that slave mode is
    not supported in Linux. Hope this answers all your questions. Please let me know if you need
    anything else on this subject.

    Best Regards,
    Keerthy

  • Hi Keerthy,

    Thank you for your response.

    About the MTD devices instead, they are configured in the Kernel to be used at certain frequencies, with or without DMA.

    I would like to test them changing their configuration and I tried to configure the Kernel following the Kernel User Guide (https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html)

    When I reach this step I cannot go on because no option is mentioned for the J721E platform:

    make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_amNNNx-evm_defconfig

    Could you please also tell me how this configuration can be done?

    Best regards

    Massimo

  • Hi Massimo,

    Yes there is no mention of j7/tda4 part in that. I will request for documentation update.
    That said if you want to change config options you should be able to do that here:

    arch/arm64/configs/tisdk_j7-evm_defconfig

    this is the defconfig used for TDA4/J7. You can modify the configs for your need and just do 'make iinux'
    from the SDK folder installation and that should give you the new kernel Image.

    Best Regards,
    Keerthy