Hi,
As is described in this thread https://e2e.ti.com/support/processors/f/791/t/961923 ,I have not successfully loaded mcu1_0 from uboot.Can anybody try it or give me some suggestions?Thanks.
Regards,
HJ
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.
Hi,
As is described in this thread https://e2e.ti.com/support/processors/f/791/t/961923 ,I have not successfully loaded mcu1_0 from uboot.Can anybody try it or give me some suggestions?Thanks.
Regards,
HJ
Hi HJ,
Which SDK release are you using?
Rgds,
Brijesh
Hi Brijesh,
I use SDK 7.0 now,more information is here e2e.ti.com/.../961923 .Can you help me solve it ?
Regards,
HJ
Hi HJ,
Sure, i am going to try enabling this core in vision apps, and check it. I will get back to you as soon as possible.
Regards,
Brijesh
Hi HJ,
Yes, i just tried enabling mcu1_0 in the vision apps DSK7.0 release, I enabled mcu1_0 by setting BUILD_CPU_MCU1_0 flag to yes in vision_apps_build_flags.mk file and also by uncommenting ENABLE_IPC_MCU1_0 in psdk_rtos_auto_j7_07_00_00_11\vision_apps\apps\basic_demos\app_tirtos\common\app_cfg.h file. You dont really have to manually load it, you have created SD card using scripts from the vision apps, then it will automatically load the enabled firmwares on the cores..
Please find mcu1_0 log from vision apps.
[MCU1_0] 0.031487 s: ### CPU Frequency <ORG = 1000000000 Hz>, <NEW = 1000000000 Hz>
[MCU1_0] 0.031530 s: APP: Init ... !!!
[MCU1_0] 0.031549 s: SCICLIENT: Init ... !!!
[MCU1_0] 0.031631 s: SCICLIENT: DMSC FW version [20.04.1-v2020.04a (Terrific Lla]
[MCU1_0] 0.031668 s: SCICLIENT: DMSC FW revision 0x14
[MCU1_0] 0.031691 s: SCICLIENT: DMSC FW ABI revision 3.0
[MCU1_0] 0.031715 s: SCICLIENT: Init ... Done !!!
[MCU1_0] 0.031736 s: MEM: Init ... !!!
[MCU1_0] 0.031764 s: MEM: Created heap (DDR_SHARED_MEM, id=0, flags=0x00000004) @ d2000000 of size 4194304 bytes !!!
[MCU1_0] 0.031815 s: MEM: Init ... Done !!!
[MCU1_0] 0.031834 s: IPC: Init ... !!!
[MCU1_0] 0.031862 s: IPC: 9 CPUs participating in IPC !!!
[MCU1_0] 0.031899 s: IPC: Waiting for HLOS to be ready ... !!!
[MCU1_0] 18.120667 s: IPC: HLOS is ready !!!
[MCU1_0] 18.129697 s: IPC: Init ... Done !!!
[MCU1_0] 18.129763 s: APP: Syncing with 8 CPUs ... !!!
[MCU1_0] 20.073225 s: APP: Syncing with 8 CPUs ... Done !!!
[MCU1_0] 20.073401 s: REMOTE_SERVICE: Init ... !!!
[MCU1_0] 20.075328 s: REMOTE_SERVICE: Init ... Done !!!
[MCU1_0] 20.075389 s: APP: Init ... Done !!!
[MCU1_0] 20.075420 s: APP: Run ... !!!
[MCU1_0] 20.075442 s: IPC: Starting echo test ...
[MCU1_0] 20.079616 s: APP: Run ... Done !!!
[MCU1_0] 20.080759 s: IPC: Echo status: mpu1_0[x] mcu1_0[s] mcu2_0[x] mcu2_1[x] mcu3_0[P] mcu3_1[.] C66X_1[x] C66X_2[x] C7X_1[.]
[MCU1_0] 20.080867 s: IPC: Echo status: mpu1_0[x] mcu1_0[s] mcu2_0[x] mcu2_1[x] mcu3_0[P] mcu3_1[P] C66X_1[x] C66X_2[x] C7X_1[.]
[MCU1_0] 20.080960 s: IPC: Echo status: mpu1_0[x] mcu1_0[s] mcu2_0[x] mcu2_1[x] mcu3_0[P] mcu3_1[P] C66X_1[x] C66X_2[x] C7X_1[P]
Regards,
Brijesh
Hi Brijesh,
I have to manually load it because I flash mcu1_0 in OSPI.R5spl is not supported in OSPI,and the only choice is the uboot.There is more information in the FAQ-e2e.ti.com/.../950919 .To load the MCU1_0 firmware from u-boot,I need to change a little to use ATCM .Can you try it again ?
Regards,
HJ
Sure, i will try it as soon as possible and share you update.
Between i used SD boot, is SD boot work fine for you?
Rgds,
Brijesh
Hi Brijesh,
If mcu1_0 can be loaded from SD manually ,it will be same in the OSPI.You just need to use SD boot.
Regards,
HJ
Hi HJ,
Well, i do see it gets loaded even if i try to manually load it. But it gets later on stuck on below statement, do you see same issue?
[MCU1_0] 6.849337 s: IPC: Waiting for HLOS to be ready ... !!!
Rgds,
Brijesh
Hi HJ,
I really doubt this issue is related to ATCM, because even if i reallocate reset vectors to ATCM, i still see mcu1_0 is stuck at below statement.
[MCU1_0] 9.249068 s: IPC: Waiting for HLOS to be ready ... !!!
Are you also seeing same behavior?
Regards,
Brijesh
Hi Brijesh,
I see the similiar behaviour.The FAQ-e2e.ti.com/.../915474 is the only solution that I can find.Do you have any other idea about that?
Regards,
HJ
Hi Brijesh,
Can you make a conclusion about loading mcu1_0 from uboot.Do uboot support loading mcu1_0 ?Should I change someting in SDK7.0 to load mcu1_0 from uboot?I'm hurry to get a conclusion about it.
Regards,
HJ
Hi HJ,
Not yes, still looking into it.
Somehow IPC is not working when ipu1_0 firmware is loaded from uboot.
still look into it and will get back as soon as i find something.
Regards,
Brijesh
Hi HJ,
But one possible solution is, you could use Linux kernel to load the mcu1_0 binary. This method is working fine.
In this case, uboot does not load mcu1_0 binary, but later on Linux kernel loads this firmware and this method works fine.
Regards,
Brijesh
Hi HJ,
I am able to get it working even by loading from uboot. You will need to follow steps,
Regards,
Brijesh
Hi Brijesh,
1.I name mcu1_0 firmware "test-j7-mcu-r5f0_0-fw-test" in j721e_evm.h file.
2.Rebuild the uboot as below and copy new SPL and uboot to SD card
cd <SDK_INSTALL_PATH>
make u-boot-a53 -sj
make u-boot-r5 -sj
3.Copy the vision apps firmwares using make linux_fs_install_sd command
4.reboot the board
After doing it as steps above,I find it still auto-load mcu1_0 firmare.IPC work fine though I have not loaded firmware from uboot prompt.Because mcu1_0 have been loaded automatically . Do you see same issue?
Regards,
HJ
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:06 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
Remoteproc 2 started successfully
** File not found /lib/firmware/test-j7-mcu-r5f0_0-fw-test **
Starting ATF on ARM64 core...
NOTICE: BL31: v2.3():07.00.00.005-dirty
NOTICE: BL31: Built : 14:33:55, Jun 17 2020
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2
U-Boot 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SoC: J721E SR1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
not found for dev hbmc-mux
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net:
Warning: ethernet@046000000 using MAC address from ROM
eth0: ethernet@046000000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
55 bytes read in 1 ms (53.7 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 3 with data@addr=0x80080000 190380 bytes: Success!
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 4 with data@addr=0x80080000 190380 bytes: Success!
214956 bytes read in 11 ms (18.6 MiB/s)
Load Remote Processor 5 with data@addr=0x80080000 214956 bytes: Success!
6590448 bytes read in 17 ms (369.7 MiB/s)
Load Remote Processor 8 with data@addr=0x80080000 6590448 bytes: Success!
16654344 bytes read in 348 ms (45.6 MiB/s)
89857 bytes read in 6 ms (14.3 MiB/s)
1719 bytes read in 4 ms (418.9 KiB/s)
## Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Loading Device Tree to 00000000fdda1000, end 00000000fdeb9fff ... OK
Starting kernel ...
[ 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] 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] 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=1109134c-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.008340] Console: colour dummy device 80x25
[ 0.012903] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023572] pid_max: default: 32768 minimum: 301
[ 0.028321] LSM: Security Framework initializing
[ 0.033068] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040637] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.072693] ASID allocator initialised with 32768 entries
[ 0.086221] rcu: Hierarchical SRCU implementation.
[ 0.099184] Platform MSI: gic-its@1820000 domain created
[ 0.104797] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
[ 0.122233] smp: Bringing up secondary CPUs ...
[ 0.159204] Detected PIPT I-cache on CPU1
[ 0.159229] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.159239] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
[ 0.159268] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.159323] 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.210374] CPU: All CPU(s) started at EL2
[ 0.214569] alternatives: patching kernel code
[ 0.219625] devtmpfs: initialized
[ 0.227707] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.237677] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.244852] pinctrl core: initialized pinctrl subsystem
[ 0.250590] NET: Registered protocol family 16
[ 0.255315] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.261789] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.276916] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.283770] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.290530] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.299208] cryptd: max_cpu_qlen set to 1000
[ 0.306481] vsys_3v3: supplied by evm_12v0
[ 0.310801] vsys_5v0: supplied by evm_12v0
[ 0.315440] iommu: Default domain type: Translated
[ 0.320575] SCSI subsystem initialized
[ 0.324682] mc: Linux media interface: v0.10
[ 0.329054] videodev: Linux video capture interface: v2.00
[ 0.334665] pps_core: LinuxPPS API ver. 1 registered
[ 0.339734] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.349072] PTP clock support registered
[ 0.353083] EDAC MC: Ver: 3.0.0
[ 0.356830] FPGA manager framework
[ 0.360343] Advanced Linux Sound Architecture Driver Initialized.
[ 0.366960] clocksource: Switched to clocksource arch_sys_counter
[ 0.373269] VFS: Disk quotas dquot_6.6.0
[ 0.377317] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.386812] Carveout Heap: Exported 512 MiB at 0x00000000ae000000
[ 0.393055] thermal_sys: Registered thermal governor 'step_wise'
[ 0.393056] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.399456] NET: Registered protocol family 2
[ 0.410805] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.419567] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.427760] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[ 0.435537] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.442268] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.449159] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.456553] NET: Registered protocol family 1
[ 0.461281] RPC: Registered named UNIX socket transport module.
[ 0.467338] RPC: Registered udp transport module.
[ 0.472141] RPC: Registered tcp transport module.
[ 0.476943] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.483527] PCI: CLS 0 bytes, default 64
[ 0.487854] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.499317] Initialise system trusted keyrings
[ 0.503932] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[ 0.512561] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.518872] NFS: Registering the id_resolver key type
[ 0.524048] Key type id_resolver registered
[ 0.528320] Key type id_legacy registered
[ 0.532415] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.539377] 9p: Installing v9fs 9p2000 file system support
[ 0.552029] Key type asymmetric registered
[ 0.556215] Asymmetric key parser 'x509' registered
[ 0.561224] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.568786] io scheduler mq-deadline registered
[ 0.573411] io scheduler kyber registered
[ 0.578604] pinctrl-single 4301c000.pinmux: 94 pins, size 376
[ 0.584669] pinctrl-single 11c000.pinmux: 173 pins, size 692
[ 0.590793] pinctrl-single a40000.timesync_router: 512 pins, size 2048
[ 0.599739] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.605997] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.612337] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.618750] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
[ 0.626722] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.633133] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
[ 0.641050] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.647459] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
[ 0.655383] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.661706] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
[ 0.669667] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.675992] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
[ 0.685366] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.697132] brd: module loaded
[ 0.703203] loop: module loaded
[ 0.706727] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
[ 0.714652] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
[ 0.721762] Hardware name: Texas Instruments K3 J721E SoC (DT)
[ 0.727717] Call trace:
[ 0.730213] dump_backtrace+0x0/0x140
[ 0.733948] show_stack+0x14/0x20
[ 0.737332] dump_stack+0xb4/0xf8
[ 0.740717] sysfs_warn_dup+0x5c/0x78
[ 0.744451] sysfs_create_dir_ns+0xd8/0xf0
[ 0.748631] kobject_add_internal+0x94/0x280
[ 0.752986] kobject_add+0x90/0xf8
[ 0.756456] device_add+0xdc/0x600
[ 0.759924] platform_device_add+0xfc/0x228
[ 0.764191] platform_device_register_full+0xc8/0x140
[ 0.769349] dma_buf_phys_init+0x68/0x94
[ 0.773350] do_one_initcall+0x50/0x190
[ 0.777266] kernel_init_freeable+0x194/0x22c
[ 0.781712] kernel_init+0x10/0xfc
[ 0.785180] ret_from_fork+0x10/0x18
[ 0.788833] 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.802898] libphy: Fixed MDIO Bus: probed
[ 0.807296] tun: Universal TUN/TAP device driver, 1.6
[ 0.812723] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.820726] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.826790] sky2: driver version 1.30
[ 0.831022] VFIO - User Level meta-driver version: 0.3
[ 0.836628] i2c /dev entries driver
[ 0.840675] sdhci: Secure Digital Host Controller Interface driver
[ 0.846988] sdhci: Copyright(c) Pierre Ossman
[ 0.851630] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.857856] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.864594] optee: probing for conduit method from DT.
[ 0.869859] optee: revision 3.8 (199fca17)
[ 0.870174] optee: initialized driver
[ 0.878925] NET: Registered protocol family 17
[ 0.883544] 9pnet: Installing 9P2000 support
[ 0.887935] Key type dns_resolver registered
[ 0.892487] registered taskstats version 1
[ 0.896673] Loading compiled-in X.509 certificates
[ 0.905112] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.911433] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.919049] ti-sci 44083000.dmsc: ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
[ 0.944840] random: fast init done
[ 0.972458] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 0.979782] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.985761] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.991748] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 0.997795] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
[ 1.027486] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
[ 1.035514] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
[ 1.042108] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
[ 1.048938] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.054848] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.060780] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator
[ 1.091316] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.097194] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
[ 1.103097] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
[ 1.109363] ti-sci-intr interconnect@100000:interconnect@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 1.120930] ti-sci-intr interconnect@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 1.130538] ti-sci-intr interconnect@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
[ 1.141547] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 2.157479] j721e-pcie 2900000.pcie: host bridge /interconnect@100000/pcie@2900000 ranges:
[ 2.165955] j721e-pcie 2900000.pcie: IO 0x10001000..0x10010fff -> 0x10001000
[ 2.173432] j721e-pcie 2900000.pcie: MEM 0x10011000..0x17ffffff -> 0x10011000
[ 2.180975] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[ 2.187381] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 2.192986] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 2.202677] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 2.209716] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 2.215870] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.225740] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.235626] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
[ 2.245584] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[ 2.255552] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
[ 2.265514] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
[ 2.275511] pci 0000:00:00.0: supports D1
[ 2.279605] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.285476] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
[ 2.295441] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x208 may corrupt adjacent RW1C bits
[ 2.305493] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 2.312519] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 2.322485] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.332531] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.344089] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.353583] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
[ 2.360356] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
[ 2.367832] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.373081] pcieport 0000:00:00.0: PME: Signaling with IRQ 33
[ 2.379130] pcieport 0000:00:00.0: AER: enabled with IRQ 33
[ 3.378477] j721e-pcie 2910000.pcie: host bridge /interconnect@100000/pcie@2910000 ranges:
[ 3.386943] j721e-pcie 2910000.pcie: IO 0x18001000..0x18010fff -> 0x18001000
[ 3.394418] j721e-pcie 2910000.pcie: MEM 0x18011000..0x1fffffff -> 0x18011000
[ 3.401949] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[ 3.408355] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 3.413960] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 3.423828] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 3.430864] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 3.437065] pci 0001:00:00.0: supports D1
[ 3.441159] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 3.448456] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 3.457952] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
[ 3.464718] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 3.469955] pcieport 0001:00:00.0: PME: Signaling with IRQ 36
[ 3.475950] pcieport 0001:00:00.0: AER: enabled with IRQ 36
[ 4.478481] j721e-pcie 2920000.pcie: host bridge /interconnect@100000/pcie@2920000 ranges:
[ 4.486948] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000
[ 4.494780] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000
[ 4.502667] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
[ 4.509074] pci_bus 0002:00: root bus resource [bus 00-0f]
[ 4.514678] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 4.523925] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 4.534691] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 4.540893] pci 0002:00:00.0: supports D1
[ 4.544987] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 4.552284] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 4.561798] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
[ 4.568566] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 4.573802] pcieport 0002:00:00.0: PME: Signaling with IRQ 39
[ 4.579795] pcieport 0002:00:00.0: AER: enabled with IRQ 39
[ 4.586173] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 4.596048] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 4.602807] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.611626] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 4.621768] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 4.628526] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.636220] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
[ 4.643773] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
[ 4.652984] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
[ 4.661727] printk: console [ttyS2] enabled
[ 4.661727] printk: console [ttyS2] enabled
[ 4.670163] printk: bootconsole [ns16550a0] disabled
[ 4.670163] printk: bootconsole [ns16550a0] disabled
[ 4.680528] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
[ 4.689381] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250
[ 4.698138] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 4.707029] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
[ 4.715857] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
[ 4.723426] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
[ 4.732175] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 4.742686] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 4.752837] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 4.763076] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 4.773827] scsi host0: ufshcd
[ 4.780599] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 4.786779] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 4.793379] Creating 7 MTD partitions on "47040000.spi.0":
[ 4.798861] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[ 4.798865] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 4.817206] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 4.822944] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 4.828697] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 4.834227] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 4.840440] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 4.846122] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 4.862590] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
[ 4.874258] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
[ 4.885548] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.894309] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.903041] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 5.099205] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
[ 5.106927] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.143183] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
[ 5.186962] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.194606] libphy: 46000f00.mdio: probed
[ 5.199671] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.207937] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.219356] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
[ 5.227964] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 5.236526] mmc0: CQHCI version 5.10
[ 5.274898] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
[ 5.283646] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.290219] davinci_gpio 42110000.gpio: IRQ index 4 not found
[ 5.295991] davinci_gpio 42110000.gpio: IRQ not populated, err = -6
[ 5.306175] vdd_mmc1: supplied by vsys_3v3
[ 5.310939] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 5.317800] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 5.324622] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 5.331519] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 5.338339] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 5.347971] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
[ 5.358331] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
[ 5.370519] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 5.376702] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 5.383337] Creating 7 MTD partitions on "47040000.spi.0":
[ 5.388825] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 5.394855] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 5.400584] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 5.406412] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 5.412011] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 5.418195] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 5.423929] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 5.432077] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.438209] mmc0: Command Queue Engine enabled
[ 5.442648] mmc0: new HS400 MMC card at address 0001
[ 5.448324] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 5.453014] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[ 5.459078] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[ 5.465099] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
[ 5.477998] mmcblk0: p1 p2
[ 5.510969] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.518618] libphy: 46000f00.mdio: probed
[ 5.523700] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.531968] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.544141] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 5.551276] pps pps0: new PPS source ptp1
[ 5.555432] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 5.564382] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
[ 5.571674] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 5.578725] mmc1: CQHCI version 5.10
[ 5.613141] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
[ 5.621307] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.632371] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[ 5.639743] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[ 5.647117] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 5.654433] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[ 5.662552] hctosys: unable to open rtc device (rtc0)
[ 5.681241] ALSA device list:
[ 5.684202] No soundcards found.
[ 5.687882] Waiting for root device PARTUUID=1109134c-02...
[ 7.138167] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
[ 7.145043] mmcblk1: mmc1:aaaa SL64G 59.5 GiB
[ 7.156250] mmcblk1: p1 p2
[ 7.183462] EXT4-fs (mmcblk1p2): recovery complete
[ 7.188935] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 7.197043] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 7.207089] devtmpfs: mounted
[ 7.210413] Freeing unused kernel memory: 1728K
[ 7.214983] Run /sbin/init as init process
[ 7.407931] systemd[1]: System time before build time, advancing clock.
[ 7.471225] NET: Registered protocol family 10
[ 7.476093] Segment Routing with IPv6
[ 7.501486] 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.523232] systemd[1]: Detected architecture arm64.
Welcome to Arago 2020.05!
[ 7.574449] systemd[1]: Set hostname to <j7-evm>.
[ 7.809479] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 7.888710] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.895428] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 7.907751] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 7.917670] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 7.939083] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.946352] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 7.963022] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.970139] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 7.987137] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 8.011064] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 8.035062] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 8.051015] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 8.067006] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 8.083009] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.103247] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 8.123039] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 8.144144] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 8.163154] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 8.202391] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 8.210730] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.227229] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.243286] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 8.267190] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 8.283123] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 8.302687] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 8.322432] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 8.347272] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 8.374491] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 8.399507] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 8.426401] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 8.455550] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ 8.478004] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 8.495930] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 8.517494] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 8.541313] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 8.564719] cryptodev: loading out-of-tree module taints kernel.
[ 8.574211] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 8.591159] cryptodev: driver 1.10 loaded.
[ 8.599368] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 8.615349] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 8.622688] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 8.631434] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 8.652168] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta… nodes for the current kernel.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
[ 8.851844] systemd-journald[227]: Received client request to flush runtime journal.
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /media/ram.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
Starting Reboot and dump vmcore via kexec...
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
Starting Print notice about GPLv3 packages...
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
[ OK ] Started irqbalance daemon.
Starting rc.pvr.service...
Starting Login Service...
[ OK ] Started TEE Supplicant.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Reached target Network (Pre).
Starting Network Service...
[ OK ] Started Network Service.
[ 9.850119] rti-wdt 2200000.rti: heartbeat 60 sec
Starting Wait for Network to be Configured...
[ 9.864913] PVR_K: 299: Read BVNC 22.104.208.318 from HW device registers
Starting Network Name Resolution...
[ OK ] Started Login Service.
[ 9.879367] PVR_K: 299: RGX Device initialised with BVNC 22.104.208.318
[ 9.910673] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
[ 9.946336] rti-wdt 2210000.rti: heartbeat 60 sec
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Permit User Sessions...
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 10.439341] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 10.739664] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
[ 11.051001] random: crng init done
[ 11.054400] random: 7 urandom warning(s) missed due to ratelimiting
[ 11.106891] remoteproc remoteproc0: 4d80800000.dsp is available
[ OK ] Started Load/Save Random Seed.
[ 11.265022] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.275570] remoteproc remoteproc0: powering up 4d80800000.dsp
[ 11.281450] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.291428] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.300106] remoteproc remoteproc0: request_firmware failed: -2
[ 11.330609] platform 41000000.r5f: configured R5F for remoteproc mode
[ 11.596134] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.627860] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
[ 11.786485] remoteproc remoteproc2: 41000000.r5f is available
[ 11.834750] remoteproc remoteproc1: 4d81800000.dsp is available
[ 11.962329] remoteproc remoteproc2: powering up 41000000.r5f
[ 11.968089] remoteproc remoteproc2: Booting fw image j7-mcu-r5f0_0-fw, size 190412
[ 11.987668] remoteproc remoteproc1: Direct firmware load for j7-c66_1-fw failed with error -2
[ 11.989618] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.998653] remoteproc remoteproc1: powering up 4d81800000.dsp
[ 12.014232] platform 41000000.r5f: booting R5F core using boot addr = 0x41010000
[ 12.021858] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 12.030413] remoteproc remoteproc1: Direct firmware load for j7-c66_1-fw failed with error -2
[ 12.039088] remoteproc remoteproc1: request_firmware failed: -2
[ 12.045053] remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.055769] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.063491] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[ 12.063992] remoteproc2#vdev0buffer: registered virtio0 (type 7)
[ 12.081593] remoteproc remoteproc2: remote processor 41000000.r5f is now up
[ 12.103194] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
[ 12.126717] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
[ 12.150844] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 12.169276] remoteproc remoteproc4: 64800000.dsp is available
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
bash-dev
bash
bc
binutils
cifs-utils
cpio
dosfstools
elfutils
gawk
gdb
gdbserver
glmark2
gstreamer1.0-libav
gzip
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgmp10
libidn2-0
libreadline-dev
libreadline8
libunistring2
m4-dev
m4
nettle
parted
tar
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 packages.
[ 12.388432] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 12.446384] remoteproc remoteproc4: powering up 64800000.dsp
[ 12.452079] remoteproc remoteproc4: Booting fw image j7-c71_0-fw, size 6590448
[ 12.463143] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 12.479002] remoteproc4#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
[ 12.491490] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.497000] remoteproc4#vdev0buffer: registered virtio1 (type 7)
[ 12.506972] remoteproc remoteproc4: remote processor 64800000.dsp is now up
[ 12.514060] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
[ 12.563990] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.703779] remoteproc remoteproc3: 5c00000.r5f is available
[ 12.848179] remoteproc remoteproc3: powering up 5c00000.r5f
[ 12.853774] remoteproc remoteproc3: Booting fw image j7-main-r5f0_0-fw, size 190820
[ 12.862280] platform 5d00000.r5f: configured R5F for IPC-only mode
[ 12.868621] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.879008] remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.891382] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.899040] remoteproc3#vdev0buffer: registered virtio2 (type 7)
[ 12.905142] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
[ 12.923015] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[ 12.979757] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
[ 13.058102] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 13.091674] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
[ 13.182063] remoteproc remoteproc5: 5d00000.r5f is available
[ 13.338893] remoteproc remoteproc5: powering up 5d00000.r5f
[ 13.344533] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 190380
[ 13.359094] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 13.370035] remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
[ 13.379443] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 13.384949] remoteproc5#vdev0buffer: registered virtio3 (type 7)
[ 13.392282] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 13.398493] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
[ 13.405934] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
[ 13.473519] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.665748] remoteproc remoteproc6: 5e00000.r5f is available
[ 13.807777] platform 5f00000.r5f: configured R5F for IPC-only mode
[ 13.814329] remoteproc remoteproc6: powering up 5e00000.r5f
[ 13.820680] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 190380
[ 13.833380] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 13.842985] remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.855531] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 13.864142] remoteproc6#vdev0buffer: registered virtio4 (type 7)
[ 13.874981] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
[ 13.891032] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[ 14.003285] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ 14.183662] remoteproc remoteproc7: 5f00000.r5f is available
[ 14.278080] remoteproc remoteproc7: powering up 5f00000.r5f
[ 14.283728] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 214956
[ 14.297623] platform 5f00000.r5f: R5F core initialized in IPC-only mode
[ 14.311000] remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
[ 14.319887] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 14.325433] remoteproc7#vdev0buf▒▒▒▒ɕ▒▒▒▒▒ѥ▒▒B▒▒▒▒▒Jj▒▒[ 14.338363] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
[ 14.349450] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
[ 14.359011] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
[ 14.371072] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
[ 14.383090] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 14.397449] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
[ 14.410640] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[ 14.425289] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
[ OK ] Found device /dev/mmcblk0p1.
Starting File System Check on /dev/mmcblk0p1...
[ OK ] Created slice system-weston.slice.
[ OK ] Started Weston Wayland Compositor.
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ OK ] Mounted /run/media/mmcblk0p1.
[ 14.599759] remoteproc remoteproc8: b034000.pru is available
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started User Runtime Directory /run/user/0.
[ 14.646386] pru-rproc b034000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@34000 probed successfully
Starting User Manager for UID 0...
[ OK ] Found device /dev/mmcblk0p2.
Starting File System Check on /dev/mmcblk0p2...
[ OK ] Found device /dev/mmcblk1p1.
Starting File System Check on /dev/mmcblk1p1...
[ 14.873236] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
[ 14.889088] remoteproc remoteproc9: b004000.rtu is available
[ OK ] Started File System Check on /dev/mmcblk0p2.
Mounting /run/media/mmcblk0p2 14.945294] pru-rproc b004000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@4000 probed successfully
m...
[ 14.975970] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ OK ] Mounted /run/media/mmcblk0p2.
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of user root.
[ 15.109214] pru-rproc b00a000.txpru: IRQ vring not found
[ 15.151001] pru-rproc b00a000.txpru: IRQ kick not found
[ 15.219317] remoteproc remoteproc10: b00a000.txpru is available
[ 15.249352] pru-rproc b00a000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@a000 probed successfully
[ 15.276113] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.350189] remoteproc remoteproc11: b038000.pru is available
[ 15.363145] pru-rproc b038000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@38000 probed successfully
[ 15.393685] remoteproc remoteproc12: b006000.rtu is available
[ 15.423676] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.430284] pru-rproc b006000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@6000 probed successfully
[ 15.488175] pru-rproc b00c000.txpru: IRQ vring not found
[ 15.579515] pru-rproc b00c000.txpru: IRQ kick not found
[ 15.605667] remoteproc remoteproc13: b00c000.txpru is available
[ 15.646864] pru-rproc b00c000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@c000 probed successfully
[ 15.691919] remoteproc remoteproc14: b134000.pru is available
[ 15.702974] usbcore: registered new interface driver usbfs
[ 15.710484] pru-rproc b134000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@34000 probed successfully
[ 15.711510] usbcore: registered new interface driver hub
[ 15.735539] usbcore: registered new device driver usb
[ 15.739198] remoteproc remoteproc15: b104000.rtu is available
[ 15.757355] pru-rproc b104000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@4000 probed successfully
[ 15.776181] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 15.787000] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 15.799637] pru-rproc b10a000.txpru: IRQ vring not found
[ 15.805107] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
[ 15.818965] pru-rproc b10a000.txpru: IRQ kick not found
[ 15.831131] remoteproc remoteproc16: b10a000.txpru is available
[ 15.837101] xhci-hcd xhci-hcd.2.auto: irq 509, io mem 0x06410000
[ 15.850993] pru-rproc b10a000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@a000 probed successfully
[ 15.855128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 15.867771] remoteproc remoteproc17: b138000.pru is available
[ 15.883004] pru-rproc b138000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@38000 probed successfully
[ 15.886603] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.899739] remoteproc remoteproc18: b106000.rtu is available
[ 15.910996] pru-rproc b106000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@6000 probed successfully
[ 15.919602] usb usb1: Product: xHCI Host Controller
[ 15.935621] pru-rproc b10c000.txpru: IRQ vring not found
[ 15.935825] usb usb1: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 15.940936] pru-rproc b10c000.txpru: IRQ kick not found
[ 15.941044] remoteproc remoteproc19: b10c000.txpru is available
[ 15.963154] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 15.974531] pru-rproc b10c000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@c000 probed successfully
[ 15.974833] hub 1-0:1.0: USB hub found
[ 16.009088] hub 1-0:1.0: 1 port detected
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org j7-evm ttyS2
Arago 2020.05 j7-evm ttyS2
j7-evm login: [ 16.113541] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 16.137843] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 16.159126] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 16.176224] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.199028] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 16.218973] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.234961] usb usb2: Product: xHCI Host Controller
[ 16.250961] usb usb2: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 16.262963] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 16.275234] hub 2-0:1.0: USB hub found
[ 16.282991] hub 2-0:1.0: 1 port detected
[ 16.450967] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.615237] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[ 16.626959] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 16.634083] usb 1-1: SerialNumber: D0000859DE36
[ 16.643429] hub 1-1:1.0: USB hub found
[ 16.650969] hub 1-1:1.0: 4 ports detected
=> printenv
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootargs console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype};setenv devtype scsi;setenv bootpart 1:1
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0249
board_software_revision=01
boot=mmc
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;run boot_rprocs_mmc;fi;
boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
bootcmd=run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u-boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0x6c0000 0x100000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x100000
dfu_bufsiz=0x20000
dorprocboot=0
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth1addr=70:ff:76:1d:9a:8a
eth2addr=70:ff:76:1d:9a:8b
eth3addr=70:ff:76:1d:9a:8c
eth4addr=70:ff:76:1d:9a:8d
ethaddr=50:51:a9:fc:ed:cc
fdtaddr=0x82000000
fdtcontroladdr=fdebbca8
findfdt=setenv name_fdt ${default_device_tree};setenv fdtfile ${name_fdt}
finduuid=part uuid mmc ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
loadaddr=0x80080000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mainr5f0_0fwname=/lib/firmware/j7-main-r5f0_0-fw
mainr5f0_0loadaddr=88000000
mcur5f0_0fwname=/lib/firmware/test-j7-mcu-r5f0_0-fw-test
mcur5f0_0loadaddr=89000000
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=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)
name_fit=fitImage
name_kern=Image
overlayaddr=0x83000000
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
rd_spec=-
rproc_fw_binaries=3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi
run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scsirootfstype=ext4 rootwait
serial#=0000000000000249
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5695/131067 bytes
=>
Hi HJ,
In your log, the firmware is not autoloaded, but it is loaded by Linux kernel from the below statement. So it no longer loaded by spl.
[ 11.968089] remoteproc remoteproc2: Booting fw image j7-mcu-r5f0_0-fw, size 190412
Now you could either load it by uboot or by Linux kernel. For loading through uboot, you need to include the firmware rproc_fw_binaries environment variable, as shown below.
rproc_fw_binaries=0 /lib/firmware/j7-mcu-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 5 /lib/firmware/j7-main-r5f1_1-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
If it is not included in the uboot environment variable, then it will be loaded by the kernel during booting.
Regards,
Brijesh
Hi Brijesh,
It seems work but I think it's still loaded by Linux kernel because the the below statement still exist.
[ 12.382479] remoteproc remoteproc2: Booting fw image j7-mcu-r5f0_0-fw, size 190412
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:06 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
Remoteproc 2 started successfully
** File not found /lib/firmware/test-j7-mcu-r5f0_0-fw-test **
Starting ATF on ARM64 core...
NOTICE: BL31: v2.3():07.00.00.005-dirty
NOTICE: BL31: Built : 14:33:55, Jun 17 2020
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2
U-Boot 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SoC: J721E SR1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
not found for dev hbmc-mux
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@046000000
Hit any key to stop autoboot: 0
=> rproc init
=> rproc list
0 - Name:'r5f@41000000' type:'internal memory mapped' supports: load start stop reset
1 - Name:'r5f@41400000' type:'internal memory mapped' supports: load start stop reset
2 - Name:'r5f@5c00000' type:'internal memory mapped' supports: load start stop reset
3 - Name:'r5f@5d00000' type:'internal memory mapped' supports: load start stop reset
4 - Name:'r5f@5e00000' type:'internal memory mapped' supports: load start stop reset
5 - Name:'r5f@5f00000' type:'internal memory mapped' supports: load start stop reset
6 - Name:'dsp@4d80800000' type:'internal memory mapped' supports: load start stop reset
7 - Name:'dsp@4d81800000' type:'internal memory mapped' supports: load start stop reset
8 - Name:'dsp@64800000' type:'internal memory mapped' supports: load start stop reset
=> load mmc 1:2 0x90000000 /lib/firmware/j7-mcu-r5f0_0-fw
190412 bytes read in 9 ms (20.2 MiB/s)
=> rproc load 0 0x90000000 0x${filesize}
Load Remote Processor 0 with data@addr=0x90000000 190412 bytes: Success!
=> rproc start 0
=> boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
55 bytes read in 2 ms (26.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Remote Processors are already initialized
190412 bytes read in 9 ms (20.2 MiB/s)
Invalid op: Trying to load/start on already running core 1
Load Remote Processor 0 with data@addr=0x80080000 190412 bytes: Failed!
190380 bytes read in 9 ms (20.2 MiB/s)
Load Remote Processor 3 with data@addr=0x80080000 190380 bytes: Success!
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 4 with data@addr=0x80080000 190380 bytes: Success!
6590448 bytes read in 16 ms (392.8 MiB/s)
Load Remote Processor 8 with data@addr=0x80080000 6590448 bytes: Success!
16654344 bytes read in 347 ms (45.8 MiB/s)
89857 bytes read in 5 ms (17.1 MiB/s)
1719 bytes read in 4 ms (418.9 KiB/s)
## Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Loading Device Tree to 00000000fdda1000, end 00000000fdeb9fff ... OK
Starting kernel ...
[ 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] 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] 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=1109134c-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.008347] Console: colour dummy device 80x25
[ 0.012910] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023579] pid_max: default: 32768 minimum: 301
[ 0.028327] LSM: Security Framework initializing
[ 0.033073] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040640] 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.099181] Platform MSI: gic-its@1820000 domain created
[ 0.104785] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
[ 0.122219] smp: Bringing up secondary CPUs ...
[ 0.159188] Detected PIPT I-cache on CPU1
[ 0.159210] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.159220] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
[ 0.159249] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.159305] 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.210334] CPU: All CPU(s) started at EL2
[ 0.214532] alternatives: patching kernel code
[ 0.219598] devtmpfs: initialized
[ 0.227730] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.237700] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.244881] pinctrl core: initialized pinctrl subsystem
[ 0.250618] NET: Registered protocol family 16
[ 0.255341] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.261816] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.276900] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.283754] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.290513] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.299195] cryptd: max_cpu_qlen set to 1000
[ 0.306412] vsys_3v3: supplied by evm_12v0
[ 0.310733] vsys_5v0: supplied by evm_12v0
[ 0.315397] iommu: Default domain type: Translated
[ 0.320540] SCSI subsystem initialized
[ 0.324663] mc: Linux media interface: v0.10
[ 0.329057] videodev: Linux video capture interface: v2.00
[ 0.334668] pps_core: LinuxPPS API ver. 1 registered
[ 0.339736] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.349073] PTP clock support registered
[ 0.353084] EDAC MC: Ver: 3.0.0
[ 0.356798] FPGA manager framework
[ 0.360311] Advanced Linux Sound Architecture Driver Initialized.
[ 0.366887] clocksource: Switched to clocksource arch_sys_counter
[ 0.373226] VFS: Disk quotas dquot_6.6.0
[ 0.377272] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.386802] Carveout Heap: Exported 512 MiB at 0x00000000ae000000
[ 0.393036] thermal_sys: Registered thermal governor 'step_wise'
[ 0.393037] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.399424] NET: Registered protocol family 2
[ 0.410829] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.419589] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.427785] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[ 0.435543] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.442280] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.449171] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.456572] NET: Registered protocol family 1
[ 0.461313] RPC: Registered named UNIX socket transport module.
[ 0.467368] RPC: Registered udp transport module.
[ 0.472172] RPC: Registered tcp transport module.
[ 0.476973] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.483557] PCI: CLS 0 bytes, default 64
[ 0.487932] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.499382] Initialise system trusted keyrings
[ 0.504031] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[ 0.512625] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.518973] NFS: Registering the id_resolver key type
[ 0.524145] Key type id_resolver registered
[ 0.528415] Key type id_legacy registered
[ 0.532510] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.539542] 9p: Installing v9fs 9p2000 file system support
[ 0.552213] Key type asymmetric registered
[ 0.556402] Asymmetric key parser 'x509' registered
[ 0.561417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.568980] io scheduler mq-deadline registered
[ 0.573607] io scheduler kyber registered
[ 0.578822] pinctrl-single 4301c000.pinmux: 94 pins, size 376
[ 0.584893] pinctrl-single 11c000.pinmux: 173 pins, size 692
[ 0.591072] pinctrl-single a40000.timesync_router: 512 pins, size 2048
[ 0.600116] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.606375] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.612705] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.619115] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
[ 0.627100] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.633510] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
[ 0.641432] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.647843] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
[ 0.655761] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.662083] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
[ 0.670000] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.676321] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
[ 0.685661] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.697584] brd: module loaded
[ 0.703618] loop: module loaded
[ 0.707161] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
[ 0.715084] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
[ 0.722194] Hardware name: Texas Instruments K3 J721E SoC (DT)
[ 0.728148] Call trace:
[ 0.730644] dump_backtrace+0x0/0x140
[ 0.734379] show_stack+0x14/0x20
[ 0.737762] dump_stack+0xb4/0xf8
[ 0.741147] sysfs_warn_dup+0x5c/0x78
[ 0.744881] sysfs_create_dir_ns+0xd8/0xf0
[ 0.749060] kobject_add_internal+0x94/0x280
[ 0.753415] kobject_add+0x90/0xf8
[ 0.756885] device_add+0xdc/0x600
[ 0.760354] platform_device_add+0xfc/0x228
[ 0.764621] platform_device_register_full+0xc8/0x140
[ 0.769779] dma_buf_phys_init+0x68/0x94
[ 0.773781] do_one_initcall+0x50/0x190
[ 0.777696] kernel_init_freeable+0x194/0x22c
[ 0.782141] kernel_init+0x10/0xfc
[ 0.785609] ret_from_fork+0x10/0x18
[ 0.789271] 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.803373] libphy: Fixed MDIO Bus: probed
[ 0.807720] tun: Universal TUN/TAP device driver, 1.6
[ 0.813141] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.821144] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.827208] sky2: driver version 1.30
[ 0.831432] VFIO - User Level meta-driver version: 0.3
[ 0.837034] i2c /dev entries driver
[ 0.841107] sdhci: Secure Digital Host Controller Interface driver
[ 0.847421] sdhci: Copyright(c) Pierre Ossman
[ 0.852066] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.858295] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.865032] optee: probing for conduit method from DT.
[ 0.870296] optee: revision 3.8 (199fca17)
[ 0.870614] optee: initialized driver
[ 0.879361] NET: Registered protocol family 17
[ 0.883976] 9pnet: Installing 9P2000 support
[ 0.888362] Key type dns_resolver registered
[ 0.892888] registered taskstats version 1
[ 0.897075] Loading compiled-in X.509 certificates
[ 0.905570] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.911887] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.919476] ti-sci 44083000.dmsc: ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
[ 0.945178] random: fast init done
[ 0.972865] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 0.980205] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.986197] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.992155] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 0.998224] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
[ 1.027406] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
[ 1.035492] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
[ 1.042086] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
[ 1.048921] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.054837] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.060779] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator
[ 1.091248] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.097130] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
[ 1.103051] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
[ 1.109300] ti-sci-intr interconnect@100000:interconnect@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 1.120866] ti-sci-intr interconnect@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 1.130473] ti-sci-intr interconnect@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
[ 1.141481] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 2.157536] j721e-pcie 2900000.pcie: host bridge /interconnect@100000/pcie@2900000 ranges:
[ 2.166012] j721e-pcie 2900000.pcie: IO 0x10001000..0x10010fff -> 0x10001000
[ 2.173489] j721e-pcie 2900000.pcie: MEM 0x10011000..0x17ffffff -> 0x10011000
[ 2.181045] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[ 2.187452] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 2.193058] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 2.202748] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 2.209788] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 2.215941] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.225810] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.235696] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
[ 2.245655] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[ 2.255622] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
[ 2.265584] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
[ 2.275581] pci 0000:00:00.0: supports D1
[ 2.279674] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.285545] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
[ 2.295511] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x208 may corrupt adjacent RW1C bits
[ 2.305562] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 2.312588] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 2.322555] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.332602] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.344160] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.353658] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
[ 2.360430] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
[ 2.367906] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.373186] pcieport 0000:00:00.0: PME: Signaling with IRQ 33
[ 2.379245] pcieport 0000:00:00.0: AER: enabled with IRQ 33
[ 3.378894] j721e-pcie 2910000.pcie: host bridge /interconnect@100000/pcie@2910000 ranges:
[ 3.387359] j721e-pcie 2910000.pcie: IO 0x18001000..0x18010fff -> 0x18001000
[ 3.394835] j721e-pcie 2910000.pcie: MEM 0x18011000..0x1fffffff -> 0x18011000
[ 3.402366] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[ 3.408771] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 3.414376] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 3.424243] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 3.431279] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 3.437481] pci 0001:00:00.0: supports D1
[ 3.441575] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 3.448874] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 3.458367] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
[ 3.465133] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 3.470361] pcieport 0001:00:00.0: PME: Signaling with IRQ 36
[ 3.476353] pcieport 0001:00:00.0: AER: enabled with IRQ 36
[ 4.478900] j721e-pcie 2920000.pcie: host bridge /interconnect@100000/pcie@2920000 ranges:
[ 4.487363] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000
[ 4.495195] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000
[ 4.503082] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
[ 4.509487] pci_bus 0002:00: root bus resource [bus 00-0f]
[ 4.515092] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 4.524338] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 4.535106] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 4.541306] pci 0002:00:00.0: supports D1
[ 4.545401] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 4.552683] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 4.562178] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
[ 4.568945] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 4.574169] pcieport 0002:00:00.0: PME: Signaling with IRQ 39
[ 4.580158] pcieport 0002:00:00.0: AER: enabled with IRQ 39
[ 4.586526] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 4.596403] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 4.603162] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.612028] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 4.622173] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 4.628932] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.636630] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
[ 4.644171] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
[ 4.653354] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
[ 4.662098] printk: console [ttyS2] enabled
[ 4.662098] printk: console [ttyS2] enabled
[ 4.670534] printk: bootconsole [ns16550a0] disabled
[ 4.670534] printk: bootconsole [ns16550a0] disabled
[ 4.680882] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
[ 4.689730] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250
[ 4.698486] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 4.707362] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
[ 4.716183] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
[ 4.723730] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
[ 4.732505] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 4.743017] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 4.753169] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 4.763407] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 4.774159] scsi host0: ufshcd
[ 4.780958] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 4.787139] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 4.793739] Creating 7 MTD partitions on "47040000.spi.0":
[ 4.799220] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[ 4.799222] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 4.817511] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 4.823202] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 4.829034] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 4.834547] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 4.840710] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 4.846408] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 4.863892] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
[ 4.875566] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
[ 4.886877] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.895707] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.904425] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 5.115134] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
[ 5.122837] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.163104] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
[ 5.206889] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.214531] libphy: 46000f00.mdio: probed
[ 5.219596] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.227860] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.239277] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
[ 5.247926] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 5.256466] mmc0: CQHCI version 5.10
[ 5.294848] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
[ 5.303589] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.310154] davinci_gpio 42110000.gpio: IRQ index 4 not found
[ 5.315925] davinci_gpio 42110000.gpio: IRQ not populated, err = -6
[ 5.326124] vdd_mmc1: supplied by vsys_3v3
[ 5.330923] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 5.337768] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 5.344596] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 5.351493] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 5.358309] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 5.367910] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
[ 5.378247] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
[ 5.390304] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 5.396483] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 5.403096] Creating 7 MTD partitions on "47040000.spi.0":
[ 5.408584] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 5.414686] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 5.420398] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 5.426182] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 5.431756] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 5.437962] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 5.443665] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 5.451608] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.464077] mmc0: Command Queue Engine enabled
[ 5.468524] mmc0: new HS400 MMC card at address 0001
[ 5.477800] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 5.482444] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[ 5.488472] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[ 5.494463] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
[ 5.501764] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.509423] libphy: 46000f00.mdio: probed
[ 5.514541] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.522840] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.534252] mmcblk0: p1 p2
[ 5.538721] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 5.545889] pps pps0: new PPS source ptp1
[ 5.550015] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 5.558965] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
[ 5.566260] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 5.573320] mmc1: CQHCI version 5.10
[ 5.607744] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
[ 5.615902] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.627000] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[ 5.634407] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[ 5.641728] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 5.649032] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[ 5.657117] hctosys: unable to open rtc device (rtc0)
[ 5.675828] ALSA device list:
[ 5.678784] No soundcards found.
[ 5.682435] Waiting for root device PARTUUID=1109134c-02...
[ 7.120737] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
[ 7.127615] mmcblk1: mmc1:aaaa SL64G 59.5 GiB
[ 7.138755] mmcblk1: p1 p2
[ 7.314397] EXT4-fs (mmcblk1p2): recovery complete
[ 7.319881] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 7.327992] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 7.338044] devtmpfs: mounted
[ 7.341368] Freeing unused kernel memory: 1728K
[ 7.345920] Run /sbin/init as init process
[ 7.533987] systemd[1]: System time before build time, advancing clock.
[ 7.594152] NET: Registered protocol family 10
[ 7.599051] Segment Routing with IPv6
[ 7.621782] 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.643533] systemd[1]: Detected architecture arm64.
Welcome to Arago 2020.05!
[ 7.694363] systemd[1]: Set hostname to <j7-evm>.
[ 7.921865] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 8.001254] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.008000] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 8.020339] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 8.030226] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 8.046973] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.054250] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.070955] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.078079] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 8.095067] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 8.118998] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 8.143002] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 8.158944] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 8.178934] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 8.194934] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.215170] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 8.234974] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 8.260081] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 8.279093] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 8.318626] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 8.326997] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.343177] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.359234] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 8.379132] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 8.395053] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 8.418557] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 8.442985] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 8.470097] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 8.498416] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 8.522829] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 8.550367] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 8.579844] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ 8.602097] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 8.619780] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 8.639833] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 8.664652] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 8.687681] cryptodev: loading out-of-tree module taints kernel.
[ 8.696582] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 8.715134] cryptodev: driver 1.10 loaded.
[ 8.723783] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 8.736464] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 8.746124] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 8.764034] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta… nodes for the current kernel.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
[ 8.987495] systemd-journald[228]: Received client request to flush runtime journal.
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
Starting Reboot and dump vmcore via kexec...
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
Starting Print notice about GPLv3 packages...
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
[ OK ] Started irqbalance daemon.
Starting rc.pvr.service...
Starting Login Service...
[ OK ] Started TEE Supplicant.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Reached target Network (Pre).
Starting Network Service...
[ 9.892930] rti-wdt 2200000.rti: heartbeat 60 sec
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ 10.054984] rti-wdt 2210000.rti: heartbeat 60 sec
[ 10.059849] PVR_K: 308: Read BVNC 22.104.208.318 from HW device registers
[ 10.070899] PVR_K: 308: RGX Device initialised with BVNC 22.104.208.318
[ 10.099166] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
[ OK ] Started Login Service.
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Permit User Sessions...
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 10.319829] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 10.709791] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
[ 10.963446] remoteproc remoteproc0: 4d80800000.dsp is available
[ 11.182573] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.194926] remoteproc remoteproc0: powering up 4d80800000.dsp
[ 11.200800] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.210343] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.218991] remoteproc remoteproc0: request_firmware failed: -2
[ 11.242926] random: crng init done
[ 11.246330] random: 7 urandom warning(s) missed due to ratelimiting
[ OK ] Started Load/Save Random Seed.
[ 11.483086] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
[ 11.513700] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.575177] remoteproc remoteproc1: 4d81800000.dsp is available
[ 11.767476] remoteproc remoteproc1: Direct firmware load for j7-c66_1-fw failed with error -2
[ 11.778495] remoteproc remoteproc1: powering up 4d81800000.dsp
[ 11.786461] remoteproc remoteproc1: Direct firmware load for j7-c66_1-fw failed with error -2
[ 11.799101] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 11.799490] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.807581] remoteproc remoteproc1: request_firmware failed: -2
[ 11.997063] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 12.049469] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
[ 12.073393] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
[ 12.090301] remoteproc remoteproc3: 64800000.dsp is available
[ 12.175216] remoteproc remoteproc2: 41000000.r5f is available
[ 12.237378] remoteproc remoteproc3: powering up 64800000.dsp
[ 12.243059] remoteproc remoteproc3: Booting fw image j7-c71_0-fw, size 6590448
[ 12.255085] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 12.266973] remoteproc3#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
[ 12.278066] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.280414] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[ 12.290946] remoteproc3#vdev0buffer: registered virtio0 (type 7)
[ 12.297049] remoteproc remoteproc3: remote processor 64800000.dsp is now up
[ 12.376577] remoteproc remoteproc2: powering up 41000000.r5f
[ 12.382479] remoteproc remoteproc2: Booting fw image j7-mcu-r5f0_0-fw, size 190412
[ 12.395769] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 12.406733] remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
[ 12.420377] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.425931] remoteproc2#vdev0buffer: registered virtio1 (type 7)
[ 12.437909] remoteproc remoteproc2: remote processor 41000000.r5f is now up
[ 12.449910] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
***************************************************************
**************************************************************[ 12.489171] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
*
NOTICE: This file system contains the following GPLv3 packages:
bash-dev
bash
bc
binutils
cifs-utils
cpio
dosfstools
elfutils
gawk
gdb
gdbserver
glmark2
gstreamer1.0-libav
gzip
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgmp10
libidn2-0
libreadline-dev
libreadline8
libunistring2
m4-dev
m4
[ 12.532136] platform 5c00000.r5f: configured R5F for IPC-only mode
nettle
parted
tar
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 packages.
[ 12.647361] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.773546] remoteproc remoteproc4: 5c00000.r5f is available
[ 12.813135] remoteproc remoteproc4: powering up 5c00000.r5f
[ 12.818751] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 190820
[ 12.831071] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.846162] remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.859422] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.868763] remoteproc4#vdev0buffer: registered virtio2 (type 7)
[ 12.878915] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
[ 12.885841] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[ 12.911810] platform 5d00000.r5f: configured R5F for IPC-only mode
[ 13.028339] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
[ 13.050972] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 13.106575] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
[ 13.195104] remoteproc remoteproc5: 5d00000.r5f is available
[ 13.328874] remoteproc remoteproc5: powering up 5d00000.r5f
[ 13.334578] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 190380
[ 13.347040] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 13.357318] remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
[ 13.371646] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 13.377186] remoteproc5#vdev0buffer: registered virtio3 (type 7)
[ 13.383950] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 13.386909] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
[ 13.400327] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
[ 13.509124] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.688078] remoteproc remoteproc6: 5e00000.r5f is available
[ 13.834459] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 13.841167] remoteproc remoteproc6: powering up 5e00000.r5f
[ 13.846917] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 190380
[ 13.860302] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 13.869029] remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.882098] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 13.891011] remoteproc6#vdev0buffer: registered virtio4 (type 7)
[ 13.902914] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
[ 13.911528] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ 14.021050] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 14.158689] remoteproc remoteproc7: 5f00000.r5f is available
[ 14.238539] remoteproc remoteproc7: powering up 5f00000.r5f
[ 14.244137] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 214956
[ 14.259617] platform 5f00000.r5f: booting R5F core using boot addr = 0x0
[ 14.268335] remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
[ 14.283327] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 14.288879] remoteproc7#vdev0▒i▒*▒▒▒▒▒▒▒ѕɕ▒▒▒▒▒ѥ▒▒B▒▒▒▒▒Jj▒|+HH▒L▒▒289576] virtio_rpmsg_bus virtio5: creating chaΕ▒▒▒▒͝}▒▒ɑ▒ف
▒▒Ɂ▒�5R▒+HH▒L▒▒297095] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
[ 14.311007] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
[ 14.322978] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
[ 14.334736] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
[ OK ] Created slice system-weston.slice.
[ 14.347000] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[ OK ] Started Weston Wayland Compositor 14.360140] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
0m.
[ 14.375016] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started User Runtime Directory /run/user/0.
[ 14.492940] remoteproc remoteproc8: b034000.pru is available
Starting User Manager for UID 0...
[ 14.659009] pru-rproc b034000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@34000 probed successfully
[ OK ] Found device /dev/mmcblk0p1.
Starting File System Check on /dev/mmcblk0p1...
[ 14.751775] remoteproc remoteproc9: b004000.rtu is available
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ OK ] Started User Manager for UID 0.
[ OK ] Mounted /run/media/mmcblk0p1.
[ 14.854136] pru-rproc b004000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@4000 probed successfully
[ OK ] Started Session c1 of user root.
[ 14.879358] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
[ 14.948316] pru-rproc b00a000.txpru: IRQ vring not found
[ OK ] Found device /dev/mmcblk0p2.
[ 14.964417] pru-rproc b00a000.txpru: IRQ kick not found
Starting File System Check on /dev/mmcblk0p2...
[ 14.990099] remoteproc remoteproc10: b00a000.txpru is available
[ 15.001204] pru-rproc b00a000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@a000 probed successfully
[ 15.031555] remoteproc remoteproc11: b038000.pru is available
[ 15.038012] pru-rproc b038000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@38000 probed successfully
[ OK ] Started rc.pvr.service.
Starting weston.service...
[ OK ] Started File System Check on /dev/mmcblk0p2.
Mounting /run/media/mmcblk0p2...
[ 15.148838] remoteproc remoteproc12: b006000.rtu is available
[ 15.152089] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.172036] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ OK ] Mounted /run/media/mmcblk0p2.
[ 15.212824] pru-rproc b006000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@6000 probed successfully
[ 15.239698] pru-rproc b00c000.txpru: IRQ vring not found
[ OK ] Found device /dev/mmcblk1p1.
[ 15.251150] pru-rproc b00c000.txpru: IRQ kick not found
[ 15.284008] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.303984] remoteproc remoteproc13: b00c000.txpru is available
[ 15.318362] pru-rproc b00c000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@c000 probed successfully
[ 15.383124] remoteproc remoteproc14: b134000.pru is available
[ 15.395795] pru-rproc b134000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@34000 probed successfully
[ 15.489836] remoteproc remoteproc15: b104000.rtu is available
[ 15.504114] pru-rproc b104000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@4000 probed successfully
[ 15.573515] pru-rproc b10a000.txpru: IRQ vring not found
[ 15.588740] pru-rproc b10a000.txpru: IRQ kick not found
[ 15.605828] remoteproc remoteproc16: b10a000.txpru is available
[ 15.625229] pru-rproc b10a000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@a000 probed successfully
[ 15.644733] usbcore: registered new interface driver usbfs
[ 15.647589] remoteproc remoteproc17: b138000.pru is available
[ 15.658772] usbcore: registered new interface driver hub
[ 15.674727] usbcore: registered new device driver usb
[ 15.690973] pru-rproc b138000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@38000 probed successfully
[ 15.747819] remoteproc remoteproc18: b106000.rtu is available
[ 15.763320] pru-rproc b106000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@6000 probed successfully
[ 15.778350] pru-rproc b10c000.txpru: IRQ vring not found
[ 15.792296] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 15.803134] pru-rproc b10c000.txpru: IRQ kick not found
[ 15.810444] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 15.815122] remoteproc remoteproc19: b10c000.txpru is available
[ 15.824499] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
[ 15.830923] pru-rproc b10c000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@c000 probed successfully
[ 15.847036] xhci-hcd xhci-hcd.2.auto: irq 509, io mem 0x06410000
[ 15.863056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 16.028120] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.054987] usb usb1: Product: xHCI Host Controller
[ 16.059990] usb usb1: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 16.074889] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 16.083511] hub 1-0:1.0: USB hub found
[ 16.090900] hub 1-0:1.0: 1 port detected
[ 16.095970] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 16.106892] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 16.122897] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 16.134903] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.150930] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 16.159189] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.170886] usb usb2: Product: xHCI Host Controller
[ 16.175757] usb usb2: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 16.190888] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 16.199029] hub 2-0:1.0: USB hub found
[ 16.202777] hub 2-0:1.0: 1 port detected
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org j7-evm ttyS2
Arago 2020.05 j7-evm ttyS2
j7-evm login: [ 16.430912] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.591158] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[ 16.602888] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 16.614889] usb 1-1: SerialNumber: D0000859DE36
[ 16.619948] hub 1-1:1.0: USB hub found
[ 16.626901] hub 1-1:1.0: 4 ports detected
mcu2_0 is prepare
mcu2_1 is prepare
mcu3_0 is prepare
mcu3_1 is prepare
=> printenv
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootargs console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype};setenv devtype scsi;setenv bootpart 1:1
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0249
board_software_revision=01
boot=mmc
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;run boot_rprocs_mmc;fi;
boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
bootcmd=run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u-boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0x6c0000 0x100000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x100000
dfu_bufsiz=0x20000
dorprocboot=0
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth1addr=70:ff:76:1d:9a:8a
eth2addr=70:ff:76:1d:9a:8b
eth3addr=70:ff:76:1d:9a:8c
eth4addr=70:ff:76:1d:9a:8d
ethaddr=50:51:a9:fc:ed:cc
fdtaddr=0x82000000
fdtcontroladdr=fdebbca8
findfdt=setenv name_fdt ${default_device_tree};setenv fdtfile ${name_fdt}
finduuid=part uuid mmc ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
loadaddr=0x80080000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mainr5f0_0fwname=/lib/firmware/j7-main-r5f0_0-fw
mainr5f0_0loadaddr=88000000
mcur5f0_0fwname=/lib/firmware/test-j7-mcu-r5f0_0-fw-test
mcur5f0_0loadaddr=89000000
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=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)
name_fit=fitImage
name_kern=Image
overlayaddr=0x83000000
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
rd_spec=-
rproc_fw_binaries=0 /lib/firmware/j7-mcu-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi
run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scsirootfstype=ext4 rootwait
serial#=0000000000000249
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5693/131067 bytes
And I do another two experiments.
(1)Name it "1-j7-mcu-r5f0_0-fw-1" in vision apps firmwares and environment variable.IPC does not work.
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:06 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
Remoteproc 2 started successfully
** File not found /lib/firmware/test-j7-mcu-r5f0_0-fw-test **
Starting ATF on ARM64 core...
NOTICE: BL31: v2.3():07.00.00.005-dirty
NOTICE: BL31: Built : 14:33:55, Jun 17 2020
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2
U-Boot 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SoC: J721E SR1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
not found for dev hbmc-mux
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@046000000
Hit any key to stop autoboot: 0
=>
=> rproc init
=> rproc list
0 - Name:'r5f@41000000' type:'internal memory mapped' supports: load start stop reset
1 - Name:'r5f@41400000' type:'internal memory mapped' supports: load start stop reset
2 - Name:'r5f@5c00000' type:'internal memory mapped' supports: load start stop reset
3 - Name:'r5f@5d00000' type:'internal memory mapped' supports: load start stop reset
4 - Name:'r5f@5e00000' type:'internal memory mapped' supports: load start stop reset
5 - Name:'r5f@5f00000' type:'internal memory mapped' supports: load start stop reset
6 - Name:'dsp@4d80800000' type:'internal memory mapped' supports: load start stop reset
7 - Name:'dsp@4d81800000' type:'internal memory mapped' supports: load start stop reset
8 - Name:'dsp@64800000' type:'internal memory mapped' supports: load start stop reset
=> load mmc 1:2 0x90000000 /lib/firmware/1-j7-mcu-r5f0_0-fw-1
190412 bytes read in 10 ms (18.2 MiB/s)
=> rproc load 0 0x90000000 0x${filesize}
Load Remote Processor 0 with data@addr=0x90000000 190412 bytes: Success!
=> rproc start 0
=> boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
55 bytes read in 1 ms (53.7 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Remote Processors are already initialized
190412 bytes read in 10 ms (18.2 MiB/s)
Invalid op: Trying to load/start on already running core 1
Load Remote Processor 0 with data@addr=0x80080000 190412 bytes: Failed!
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 3 with data@addr=0x80080000 190380 bytes: Success!
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 4 with data@addr=0x80080000 190380 bytes: Success!
6590448 bytes read in 16 ms (392.8 MiB/s)
Load Remote Processor 8 with data@addr=0x80080000 6590448 bytes: Success!
16654344 bytes read in 348 ms (45.6 MiB/s)
89857 bytes read in 6 ms (14.3 MiB/s)
1719 bytes read in 4 ms (418.9 KiB/s)
## Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Loading Device Tree to 00000000fdda1000, end 00000000fdeb9fff ... OK
Starting kernel ...
[ 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] 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] 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=1109134c-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.008366] Console: colour dummy device 80x25
[ 0.012929] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023597] pid_max: default: 32768 minimum: 301
[ 0.028346] LSM: Security Framework initializing
[ 0.033093] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040661] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.072717] ASID allocator initialised with 32768 entries
[ 0.086244] rcu: Hierarchical SRCU implementation.
[ 0.099204] Platform MSI: gic-its@1820000 domain created
[ 0.104816] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
[ 0.122251] smp: Bringing up secondary CPUs ...
[ 0.159220] Detected PIPT I-cache on CPU1
[ 0.159242] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.159252] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
[ 0.159281] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.159336] smp: Brought up 1 node, 2 CPUs
[ 0.188680] SMP: Total of 2 processors activated.
[ 0.193485] CPU features: detected: 32-bit EL0 Support
[ 0.198738] CPU features: detected: CRC32 instructions
[ 0.210385] CPU: All CPU(s) started at EL2
[ 0.214579] alternatives: patching kernel code
[ 0.219637] devtmpfs: initialized
[ 0.227826] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.237795] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.244973] pinctrl core: initialized pinctrl subsystem
[ 0.250715] NET: Registered protocol family 16
[ 0.255435] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.261911] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.277307] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.284160] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.290920] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.299619] cryptd: max_cpu_qlen set to 1000
[ 0.306827] vsys_3v3: supplied by evm_12v0
[ 0.311147] vsys_5v0: supplied by evm_12v0
[ 0.315825] iommu: Default domain type: Translated
[ 0.320981] SCSI subsystem initialized
[ 0.325116] mc: Linux media interface: v0.10
[ 0.329511] videodev: Linux video capture interface: v2.00
[ 0.335122] pps_core: LinuxPPS API ver. 1 registered
[ 0.340191] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.349528] PTP clock support registered
[ 0.353539] EDAC MC: Ver: 3.0.0
[ 0.357266] FPGA manager framework
[ 0.360778] Advanced Linux Sound Architecture Driver Initialized.
[ 0.367342] clocksource: Switched to clocksource arch_sys_counter
[ 0.373674] VFS: Disk quotas dquot_6.6.0
[ 0.377720] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.387256] Carveout Heap: Exported 512 MiB at 0x00000000ae000000
[ 0.393489] thermal_sys: Registered thermal governor 'step_wise'
[ 0.393490] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.399873] NET: Registered protocol family 2
[ 0.411277] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.420037] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.428231] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[ 0.436000] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.442739] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.449628] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.457026] NET: Registered protocol family 1
[ 0.461772] RPC: Registered named UNIX socket transport module.
[ 0.467826] RPC: Registered udp transport module.
[ 0.472630] RPC: Registered tcp transport module.
[ 0.477432] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.484015] PCI: CLS 0 bytes, default 64
[ 0.488356] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.499840] Initialise system trusted keyrings
[ 0.504454] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[ 0.513174] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.519410] NFS: Registering the id_resolver key type
[ 0.524588] Key type id_resolver registered
[ 0.528858] Key type id_legacy registered
[ 0.532953] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.539912] 9p: Installing v9fs 9p2000 file system support
[ 0.552678] Key type asymmetric registered
[ 0.556866] Asymmetric key parser 'x509' registered
[ 0.561876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.569439] io scheduler mq-deadline registered
[ 0.574069] io scheduler kyber registered
[ 0.579251] pinctrl-single 4301c000.pinmux: 94 pins, size 376
[ 0.585333] pinctrl-single 11c000.pinmux: 173 pins, size 692
[ 0.591488] pinctrl-single a40000.timesync_router: 512 pins, size 2048
[ 0.604513] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.610799] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.617130] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.623540] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
[ 0.631510] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.637921] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
[ 0.645839] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.652249] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
[ 0.660158] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.666480] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
[ 0.674389] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.680711] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
[ 0.690091] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.701896] brd: module loaded
[ 0.708084] loop: module loaded
[ 0.711634] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
[ 0.719557] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
[ 0.726667] Hardware name: Texas Instruments K3 J721E SoC (DT)
[ 0.732621] Call trace:
[ 0.735117] dump_backtrace+0x0/0x140
[ 0.738852] show_stack+0x14/0x20
[ 0.742236] dump_stack+0xb4/0xf8
[ 0.745622] sysfs_warn_dup+0x5c/0x78
[ 0.749356] sysfs_create_dir_ns+0xd8/0xf0
[ 0.753535] kobject_add_internal+0x94/0x280
[ 0.757891] kobject_add+0x90/0xf8
[ 0.761361] device_add+0xdc/0x600
[ 0.764829] platform_device_add+0xfc/0x228
[ 0.769096] platform_device_register_full+0xc8/0x140
[ 0.774254] dma_buf_phys_init+0x68/0x94
[ 0.778255] do_one_initcall+0x50/0x190
[ 0.782170] kernel_init_freeable+0x194/0x22c
[ 0.786616] kernel_init+0x10/0xfc
[ 0.790083] ret_from_fork+0x10/0x18
[ 0.793743] 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.807837] libphy: Fixed MDIO Bus: probed
[ 0.812211] tun: Universal TUN/TAP device driver, 1.6
[ 0.817631] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.825634] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.831698] sky2: driver version 1.30
[ 0.835923] VFIO - User Level meta-driver version: 0.3
[ 0.841545] i2c /dev entries driver
[ 0.845599] sdhci: Secure Digital Host Controller Interface driver
[ 0.851913] sdhci: Copyright(c) Pierre Ossman
[ 0.856554] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.862783] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.869527] optee: probing for conduit method from DT.
[ 0.874791] optee: revision 3.8 (199fca17)
[ 0.875089] optee: initialized driver
[ 0.883821] NET: Registered protocol family 17
[ 0.888436] 9pnet: Installing 9P2000 support
[ 0.892824] Key type dns_resolver registered
[ 0.897338] registered taskstats version 1
[ 0.901524] Loading compiled-in X.509 certificates
[ 0.909997] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.916314] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.923898] ti-sci 44083000.dmsc: ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
[ 0.949612] random: fast init done
[ 0.977210] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 0.984577] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.990572] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.996556] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 1.002588] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
[ 1.031854] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
[ 1.039877] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
[ 1.046469] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
[ 1.053294] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.059188] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.065117] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator
[ 1.095702] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.101571] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
[ 1.107452] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
[ 1.113703] ti-sci-intr interconnect@100000:interconnect@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 1.125268] ti-sci-intr interconnect@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 1.134873] ti-sci-intr interconnect@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
[ 1.145880] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 2.161919] j721e-pcie 2900000.pcie: host bridge /interconnect@100000/pcie@2900000 ranges:
[ 2.170391] j721e-pcie 2900000.pcie: IO 0x10001000..0x10010fff -> 0x10001000
[ 2.177868] j721e-pcie 2900000.pcie: MEM 0x10011000..0x17ffffff -> 0x10011000
[ 2.185409] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[ 2.191815] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 2.197420] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 2.207111] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 2.214150] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 2.220304] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.230173] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.240059] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
[ 2.250017] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[ 2.259984] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
[ 2.269946] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
[ 2.279945] pci 0000:00:00.0: supports D1
[ 2.284038] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.289909] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
[ 2.299874] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x208 may corrupt adjacent RW1C bits
[ 2.309926] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 2.316951] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 2.326918] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.336965] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.348528] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.358027] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
[ 2.364799] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
[ 2.372275] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.377531] pcieport 0000:00:00.0: PME: Signaling with IRQ 33
[ 2.383566] pcieport 0000:00:00.0: AER: enabled with IRQ 33
[ 3.383245] j721e-pcie 2910000.pcie: host bridge /interconnect@100000/pcie@2910000 ranges:
[ 3.391707] j721e-pcie 2910000.pcie: IO 0x18001000..0x18010fff -> 0x18001000
[ 3.399183] j721e-pcie 2910000.pcie: MEM 0x18011000..0x1fffffff -> 0x18011000
[ 3.406715] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[ 3.413120] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 3.418725] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 3.428593] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 3.435629] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 3.441831] pci 0001:00:00.0: supports D1
[ 3.445924] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 3.453220] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 3.462719] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
[ 3.469486] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 3.474717] pcieport 0001:00:00.0: PME: Signaling with IRQ 36
[ 3.480708] pcieport 0001:00:00.0: AER: enabled with IRQ 36
[ 4.483249] j721e-pcie 2920000.pcie: host bridge /interconnect@100000/pcie@2920000 ranges:
[ 4.491714] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000
[ 4.499545] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000
[ 4.507431] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
[ 4.513836] pci_bus 0002:00: root bus resource [bus 00-0f]
[ 4.519441] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 4.528688] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 4.539454] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 4.545655] pci 0002:00:00.0: supports D1
[ 4.549749] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 4.557036] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 4.566531] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
[ 4.573297] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 4.578534] pcieport 0002:00:00.0: PME: Signaling with IRQ 39
[ 4.584522] pcieport 0002:00:00.0: AER: enabled with IRQ 39
[ 4.590916] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 4.600795] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 4.607555] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.616443] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 4.626591] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 4.633351] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.641052] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
[ 4.648607] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
[ 4.657802] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
[ 4.666546] printk: console [ttyS2] enabled
[ 4.666546] printk: console [ttyS2] enabled
[ 4.674983] printk: bootconsole [ns16550a0] disabled
[ 4.674983] printk: bootconsole [ns16550a0] disabled
[ 4.685342] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
[ 4.694218] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250
[ 4.702988] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 4.711874] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
[ 4.720702] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
[ 4.728262] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
[ 4.736990] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 4.747502] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 4.757654] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 4.767892] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 4.778644] scsi host0: ufshcd
[ 4.785425] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 4.791604] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 4.798203] Creating 7 MTD partitions on "47040000.spi.0":
[ 4.800490] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[ 4.803680] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 4.822033] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 4.827762] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 4.833512] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 4.834851] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
[ 4.850316] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
[ 4.861641] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.870268] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 4.876522] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 4.876582] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.882369] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 4.895515] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 5.143604] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
[ 5.151328] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.187562] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
[ 5.231346] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.238991] libphy: 46000f00.mdio: probed
[ 5.244055] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.252318] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.263740] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
[ 5.272339] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 5.280889] mmc0: CQHCI version 5.10
[ 5.319274] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
[ 5.327886] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.334439] davinci_gpio 42110000.gpio: IRQ index 4 not found
[ 5.340188] davinci_gpio 42110000.gpio: IRQ not populated, err = -6
[ 5.349981] vdd_mmc1: supplied by vsys_3v3
[ 5.354729] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 5.361606] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 5.368445] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 5.375280] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 5.382097] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 5.391723] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
[ 5.402107] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
[ 5.414385] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 5.420574] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 5.427178] Creating 7 MTD partitions on "47040000.spi.0":
[ 5.432653] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 5.438653] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 5.444360] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 5.450152] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 5.455749] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 5.461899] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 5.467624] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 5.475403] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.492327] mmc0: Command Queue Engine enabled
[ 5.496769] mmc0: new HS400 MMC card at address 0001
[ 5.502021] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 5.506661] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[ 5.512693] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[ 5.518718] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
[ 5.526023] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.533682] libphy: 46000f00.mdio: probed
[ 5.538820] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.547120] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.558509] mmcblk0: p1 p2
[ 5.562986] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 5.570163] pps pps0: new PPS source ptp1
[ 5.574288] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 5.583233] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
[ 5.590528] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 5.597587] mmc1: CQHCI version 5.10
[ 5.632018] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
[ 5.640174] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.651197] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[ 5.658585] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[ 5.665950] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 5.673257] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[ 5.681309] hctosys: unable to open rtc device (rtc0)
[ 5.700027] ALSA device list:
[ 5.702982] No soundcards found.
[ 5.706640] Waiting for root device PARTUUID=1109134c-02...
[ 7.131717] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
[ 7.138620] mmcblk1: mmc1:aaaa SL64G 59.5 GiB
[ 7.157893] mmcblk1: p1 p2
[ 7.342243] EXT4-fs (mmcblk1p2): recovery complete
[ 7.347727] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 7.355839] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 7.366086] devtmpfs: mounted
[ 7.369411] Freeing unused kernel memory: 1728K
[ 7.373960] Run /sbin/init as init process
[ 7.562579] systemd[1]: System time before build time, advancing clock.
[ 7.623305] NET: Registered protocol family 10
[ 7.628185] Segment Routing with IPv6
[ 7.650748] 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.672540] systemd[1]: Detected architecture arm64.
Welcome to Arago 2020.05!
[ 7.722814] systemd[1]: Set hostname to <j7-evm>.
[ 7.948579] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 8.027744] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.034467] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 8.046792] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 8.056763] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 8.079427] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.086654] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.103398] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.110492] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 8.131519] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 8.155453] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 8.179444] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 8.195398] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 8.215389] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 8.231395] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.251613] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 8.271426] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 8.292507] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 8.311538] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 8.351136] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 8.359496] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.375626] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.391676] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 8.411574] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 8.427499] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 8.447138] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 8.467065] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 8.487392] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 8.510548] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 8.535401] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 8.563682] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 8.593204] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ 8.619107] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 8.635524] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 8.652745] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 8.687800] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 8.706824] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems cryptodev: loading out-of-tree module taints kernel.
[0m...
[ 8.743240] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 8.753427] cryptodev: driver 1.10 loaded.
[ 8.761456] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 8.769481] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 8.787749] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta… nodes for the current kernel.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
[ 9.001093] systemd-journald[228]: Received client request to flush runtime journal.
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /media/ram.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
Starting Reboot and dump vmcore via kexec...
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
Starting Print notice about GPLv3 packages...
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
[ OK ] Started irqbalance daemon.
Starting rc.pvr.service...
Starting Login Service...
[ OK ] Started TEE Supplicant.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Reached target Network (Pre).
Starting Network Service...
[ 9.939432] rti-wdt 2200000.rti: heartbeat 60 sec
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ 10.019181] PVR_K: 313: Read BVNC 22.104.208.318 from HW device registers
[ 10.019189] PVR_K: 313: RGX Device initialised with BVNC 22.104.208.318
[ 10.020209] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
[ OK ] Started Login Service.
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Permit User Sessions...
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 10.351802] rti-wdt 2210000.rti: heartbeat 60 sec
[ 10.443446] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 10.793126] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
[ 11.102847] remoteproc remoteproc0: 4d80800000.dsp is available
[ 11.199376] random: crng init done
[ 11.202773] random: 7 urandom warning(s) missed due to ratelimiting
[ OK ] Started Load/Save Random Seed.
[ 11.366644] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.376765] remoteproc remoteproc0: powering up 4d80800000.dsp
[ 11.384539] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.393229] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.401776] remoteproc remoteproc0: request_firmware failed: -2
[ 11.446304] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.521935] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.659569] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
[ 11.817048] remoteproc remoteproc2: 41000000.r5f is available
[ 11.871336] remoteproc remoteproc1: 4d81800000.dsp is available
[ 11.956311] remoteproc remoteproc2: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
[ 11.967334] remoteproc remoteproc2: powering up 41000000.r5f
[ 11.976953] remoteproc remoteproc2: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
[ 11.988726] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 12.000420] remoteproc remoteproc2: request_firmware failed: -2
[ 12.095844] remoteproc remoteproc1: Direct firmware load for j7-c66_1-fw failed with error -2
[ 12.107116] remoteproc remoteproc1: powering up 4d81800000.dsp
[ 12.114979] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 12.123534] remoteproc remoteproc1: Direct firmware load for j7-c66_1-fw failed with error -2
[ 12.132140] remoteproc remoteproc1: request_firmware failed: -2
[ 12.204441] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
[ 12.225828] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
[ 12.379588] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
bash-dev
bash
bc
binutils
cifs-utils
cpio
dosfstools
elfutils
gawk
gdb
gdbserver
glmark2
gstreamer1.0-libav
gzip
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgmp10
libidn2-0
libreadline-dev
libreadline8
libunistring2
m4-dev
m4
nettle
parted
tar
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
[ OK ] Started Print notice about GPLv3 pac[ 12.505877] platform 5c00000.r5f: configured R5F for IPC-only mode
kages.
[ 12.623536] remoteproc remoteproc4: 64800000.dsp is available
[ 12.715330] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.758600] remoteproc remoteproc4: powering up 64800000.dsp
[ 12.764323] remoteproc remoteproc4: Booting fw image j7-c71_0-fw, size 6590448
[ 12.775639] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 12.786880] remoteproc4#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
[ 12.800110] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.805658] remoteproc4#vdev0buffer: registered virtio0 (type 7)
[ 12.819366] remoteproc remoteproc4: remote processor 64800000.dsp is now up
[ 12.826433] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[ 12.842869] remoteproc remoteproc3: 5c00000.r5f is available
[ 12.895388] platform 5d00000.r5f: configured R5F for IPC-only mode
[ 12.895527] remoteproc remoteproc3: powering up 5c00000.r5f
[ 12.911452] remoteproc remoteproc3: Booting fw image j7-main-r5f0_0-fw, size 190820
[ 12.923589] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.930253] remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.947805] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.954251] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
[ 12.955290] remoteproc3#vdev0buffer: registered virtio1 (type 7)
[ 12.973907] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
[ 13.129488] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 13.235780] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
[ 13.248062] remoteproc remoteproc5: 5d00000.r5f is available
[ 13.293343] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
[ 13.336544] remoteproc remoteproc5: powering up 5d00000.r5f
[ 13.342205] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 190380
[ 13.355480] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 13.359461] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 13.364910] remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
[ 13.381879] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 13.388360] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[ 13.391292] remoteproc5#vdev0buffer: registered virtio2 (type 7)
[ 13.401813] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.407351] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
[ 13.418788] remoteproc remoteproc6: 5e00000.r5f is available
[ 13.497234] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 13.503815] remoteproc remoteproc6: powering up 5e00000.r5f
[ 13.509483] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 190380
[ 13.517358] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 13.531375] remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.540144] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 13.551424] remoteproc6#vdev0buffer: registered virtio3 (type 7)
[ 13.557543] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
[ 13.569656] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
[ 13.587436] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 13.762073] remoteproc remoteproc7: 5f00000.r5f is available
[ 13.897339] remoteproc remoteproc7: powering up 5f00000.r5f
[ 13.902926] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 214956
[ 13.916302] platform 5f00000.r5f: booting R5F core using boot addr = 0x0
[ 13.927463] remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
[ 13.940022] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 13.951411] remoteproc7#vdev0buffer: registered virtio4 (type 7)
[ 13.957549] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
[ 13.967392] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Found device /dev/mmcblk0p1.
Starting File System Check on /dev/mmcblk0p1...
[ OK ] Created slice system-weston.slice.
[ OK ] Started Weston Wayland Compositor.
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ OK ] Mounted /run/media/mmcblk0p1.
[ 14.630104] remoteproc remoteproc8: b034000.pru is available
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started User Runtime Directory /run/user/0.
Starting User Manager for UID 0...
[ 14.727575] pru-rproc b034000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@34000 probed successfully
[ 14.783782] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
[ OK ] Found device /dev/mmcblk1p1.
Starting File System Check on /dev/mmcblk1p1...
[ OK ] Found device /dev/mmcblk0p2.
Starting File System Check on /dev/mmcblk0p2 14.995164] remoteproc remoteproc9: b004000.rtu is available
0m...
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of user root.
[ 15.101053] pru-rproc b004000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@4000 probed successfully
[ 15.116958] pru-rproc b00a000.txpru: IRQ vring not found
[ OK ] Started File System Check on /dev/mmcblk1p1.
Mounting /run/media/mmcblk1p1...
[ OK ] Started File System Check on /dev/mmcblk0p2.
[ 15.170828] pru-rproc b00a000.txpru: IRQ kick not found
[ 15.213943] remoteproc remoteproc10: b00a000.txpru is available
[ 15.245301] pru-rproc b00a000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@a000 probed successfully
[ OK ] Started rc.pvr.service.
[ 15.321857] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.412666] remoteproc remoteproc11: b038000.pru is available
[ 15.444549] pru-rproc b038000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@38000 probed successfully
[ 15.444682] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.484677] remoteproc remoteproc12: b006000.rtu is available
[ 15.513803] pru-rproc b006000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@6000 probed successfully
[ 15.553532] pru-rproc b00c000.txpru: IRQ vring not found
[ 15.595392] pru-rproc b00c000.txpru: IRQ kick not found
[ 15.607717] remoteproc remoteproc13: b00c000.txpru is available
[ 15.619505] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.635386] pru-rproc b00c000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@c000 probed successfully
[ 15.648235] remoteproc remoteproc14: b134000.pru is available
[ 15.662709] pru-rproc b134000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@34000 probed successfully
[ 15.688792] remoteproc remoteproc15: b104000.rtu is available
[ 15.699655] pru-rproc b104000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@4000 probed successfully
[ 15.717200] pru-rproc b10a000.txpru: IRQ vring not found
[ 15.726589] pru-rproc b10a000.txpru: IRQ kick not found
[ 15.735587] remoteproc remoteproc16: b10a000.txpru is available
[ 15.741578] pru-rproc b10a000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@a000 probed successfully
[ 15.764416] remoteproc remoteproc17: b138000.pru is available
[ 15.770204] pru-rproc b138000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@38000 probed successfully
[ 15.772640] usbcore: registered new interface driver usbfs
[ 15.791956] remoteproc remoteproc18: b106000.rtu is available
[ 15.797741] pru-rproc b106000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@6000 probed successfully
[ 15.804070] usbcore: registered new interface driver hub
[ 15.820066] pru-rproc b10c000.txpru: IRQ vring not found
[ 15.831881] usbcore: registered new device driver usb
[ 15.837235] pru-rproc b10c000.txpru: IRQ kick not found
[ 15.842635] remoteproc remoteproc19: b10c000.txpru is available
[ 15.855620] pru-rproc b10c000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@c000 probed successfully
[ 15.897645] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 15.975478] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 16.055658] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
[ 16.088294] xhci-hcd xhci-hcd.2.auto: irq 509, io mem 0x06410000
[ 16.103493] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 16.119347] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.131342] usb usb1: Product: xHCI Host Controller
[ 16.143346] usb usb1: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 16.149776] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 16.164043] hub 1-0:1.0: USB hub found
[ 16.167822] hub 1-0:1.0: 1 port detected
[ 16.176514] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 16.187349] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 16.199378] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 16.211387] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.223296] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 16.235360] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.243362] usb usb2: Product: xHCI Host Controller
[ 16.248231] usb usb2: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 16.259341] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 16.271686] hub 2-0:1.0: USB hub found
[ 16.275445] hub 2-0:1.0: 1 port detected
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org j7-evm ttyS2
Arago 2020.05 j7-evm ttyS2
j7-evm login: [ 16.511350] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.667616] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[ 16.679343] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 16.691345] usb 1-1: SerialNumber: D0000859DE36
[ 16.696411] hub 1-1:1.0: USB hub found
[ 16.703357] hub 1-1:1.0: 4 ports detected
j7-evm login: [ 130.922065] Initializing XFRM netlink socket
[ 133.063333] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 133.081192] Bridge firewalling registered
=> printenv
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootargs console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype};setenv devtype scsi;setenv bootpart 1:1
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0249
board_software_revision=01
boot=mmc
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;run boot_rprocs_mmc;fi;
boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
bootcmd=run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u-boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0x6c0000 0x100000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x100000
dfu_bufsiz=0x20000
dorprocboot=0
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth1addr=70:ff:76:1d:9a:8a
eth2addr=70:ff:76:1d:9a:8b
eth3addr=70:ff:76:1d:9a:8c
eth4addr=70:ff:76:1d:9a:8d
ethaddr=50:51:a9:fc:ed:cc
fdtaddr=0x82000000
fdtcontroladdr=fdebbca8
findfdt=setenv name_fdt ${default_device_tree};setenv fdtfile ${name_fdt}
finduuid=part uuid mmc ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
loadaddr=0x80080000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mainr5f0_0fwname=/lib/firmware/j7-main-r5f0_0-fw
mainr5f0_0loadaddr=88000000
mcur5f0_0fwname=/lib/firmware/test-j7-mcu-r5f0_0-fw-test
mcur5f0_0loadaddr=89000000
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=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)
name_fit=fitImage
name_kern=Image
overlayaddr=0x83000000
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
rd_spec=-
rproc_fw_binaries=0 /lib/firmware/1-j7-mcu-r5f0_0-fw-1 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi
run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scsirootfstype=ext4 rootwait
serial#=0000000000000249
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5697/131067 bytes
(2)Move j7-mcu-r5f0_0-fw to .../lib/SD/j7-mcu-r5f0_0-fw and update the environment variable.Load it but the IPC does not work.
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:06 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
Remoteproc 2 started successfully
** File not found /lib/firmware/test-j7-mcu-r5f0_0-fw-test **
Starting ATF on ARM64 core...
NOTICE: BL31: v2.3():07.00.00.005-dirty
NOTICE: BL31: Built : 14:33:55, Jun 17 2020
U-Boot SPL 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SYSFW ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2
U-Boot 2020.01-dirty (Jan 08 2021 - 15:17:51 +0800)
SoC: J721E SR1.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E7
DRAM: 4 GiB
not found for dev hbmc-mux
Flash: 0 Bytes
MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
Loading Environment from MMC... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@046000000
Hit any key to stop autoboot: 0
=>
=> rproc init
=> rproc list
0 - Name:'r5f@41000000' type:'internal memory mapped' supports: load start stop reset
1 - Name:'r5f@41400000' type:'internal memory mapped' supports: load start stop reset
2 - Name:'r5f@5c00000' type:'internal memory mapped' supports: load start stop reset
3 - Name:'r5f@5d00000' type:'internal memory mapped' supports: load start stop reset
4 - Name:'r5f@5e00000' type:'internal memory mapped' supports: load start stop reset
5 - Name:'r5f@5f00000' type:'internal memory mapped' supports: load start stop reset
6 - Name:'dsp@4d80800000' type:'internal memory mapped' supports: load start stop reset
7 - Name:'dsp@4d81800000' type:'internal memory mapped' supports: load start stop reset
8 - Name:'dsp@64800000' type:'internal memory mapped' supports: load start stop reset
=> load mmc 1:2 0x90000000 /lib/SD/j7-mcu-r5f0_0-fw
190412 bytes read in 10 ms (18.2 MiB/s)
=> rproc load 0 0x90000000 0x${filesize}
Load Remote Processor 0 with data@addr=0x90000000 190412 bytes: Success!
=> rproc start 0
=> boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
55 bytes read in 2 ms (26.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Remote Processors are already initialized
190412 bytes read in 10 ms (18.2 MiB/s)
Invalid op: Trying to load/start on already running core 1
Load Remote Processor 0 with data@addr=0x80080000 190412 bytes: Failed!
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 3 with data@addr=0x80080000 190380 bytes: Success!
190380 bytes read in 10 ms (18.2 MiB/s)
Load Remote Processor 4 with data@addr=0x80080000 190380 bytes: Success!
6590448 bytes read in 16 ms (392.8 MiB/s)
Load Remote Processor 8 with data@addr=0x80080000 6590448 bytes: Success!
16654344 bytes read in 347 ms (45.8 MiB/s)
89857 bytes read in 5 ms (17.1 MiB/s)
1719 bytes read in 4 ms (418.9 KiB/s)
## Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Loading Device Tree to 00000000fdda1000, end 00000000fdeb9fff ... OK
Starting kernel ...
[ 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] 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] 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=1109134c-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.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008367] Console: colour dummy device 80x25
[ 0.012930] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023599] pid_max: default: 32768 minimum: 301
[ 0.028349] LSM: Security Framework initializing
[ 0.033097] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.040664] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[ 0.072717] ASID allocator initialised with 32768 entries
[ 0.086244] rcu: Hierarchical SRCU implementation.
[ 0.099202] Platform MSI: gic-its@1820000 domain created
[ 0.104819] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
[ 0.122254] smp: Bringing up secondary CPUs ...
[ 0.159221] Detected PIPT I-cache on CPU1
[ 0.159246] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.159256] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
[ 0.159285] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.159336] smp: Brought up 1 node, 2 CPUs
[ 0.188681] SMP: Total of 2 processors activated.
[ 0.193485] CPU features: detected: 32-bit EL0 Support
[ 0.198738] CPU features: detected: CRC32 instructions
[ 0.210360] CPU: All CPU(s) started at EL2
[ 0.214554] alternatives: patching kernel code
[ 0.219615] devtmpfs: initialized
[ 0.227817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.237787] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[ 0.244965] pinctrl core: initialized pinctrl subsystem
[ 0.250711] NET: Registered protocol family 16
[ 0.255433] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.261904] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.277312] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[ 0.284166] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[ 0.290926] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.299632] cryptd: max_cpu_qlen set to 1000
[ 0.306837] vsys_3v3: supplied by evm_12v0
[ 0.311158] vsys_5v0: supplied by evm_12v0
[ 0.315835] iommu: Default domain type: Translated
[ 0.320990] SCSI subsystem initialized
[ 0.325106] mc: Linux media interface: v0.10
[ 0.329499] videodev: Linux video capture interface: v2.00
[ 0.335110] pps_core: LinuxPPS API ver. 1 registered
[ 0.340180] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.349517] PTP clock support registered
[ 0.353527] EDAC MC: Ver: 3.0.0
[ 0.357248] FPGA manager framework
[ 0.360760] Advanced Linux Sound Architecture Driver Initialized.
[ 0.367330] clocksource: Switched to clocksource arch_sys_counter
[ 0.373667] VFS: Disk quotas dquot_6.6.0
[ 0.377714] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 0.387233] Carveout Heap: Exported 512 MiB at 0x00000000ae000000
[ 0.393467] thermal_sys: Registered thermal governor 'step_wise'
[ 0.393468] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.399857] NET: Registered protocol family 2
[ 0.411255] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[ 0.420015] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[ 0.428211] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[ 0.435975] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.442713] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.449603] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[ 0.456998] NET: Registered protocol family 1
[ 0.461737] RPC: Registered named UNIX socket transport module.
[ 0.467789] RPC: Registered udp transport module.
[ 0.472593] RPC: Registered tcp transport module.
[ 0.477396] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.483979] PCI: CLS 0 bytes, default 64
[ 0.488330] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.499812] Initialise system trusted keyrings
[ 0.504426] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[ 0.513062] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.519369] NFS: Registering the id_resolver key type
[ 0.524538] Key type id_resolver registered
[ 0.528808] Key type id_legacy registered
[ 0.532903] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.539864] 9p: Installing v9fs 9p2000 file system support
[ 0.552858] Key type asymmetric registered
[ 0.557047] Asymmetric key parser 'x509' registered
[ 0.562058] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.569621] io scheduler mq-deadline registered
[ 0.574248] io scheduler kyber registered
[ 0.579463] pinctrl-single 4301c000.pinmux: 94 pins, size 376
[ 0.585523] pinctrl-single 11c000.pinmux: 173 pins, size 692
[ 0.591672] pinctrl-single a40000.timesync_router: 512 pins, size 2048
[ 0.600682] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.606941] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.613273] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.619684] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
[ 0.627664] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.634075] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
[ 0.641996] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.648406] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
[ 0.656326] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.662646] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
[ 0.670562] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.676883] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
[ 0.686204] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.698098] brd: module loaded
[ 0.704141] loop: module loaded
[ 0.707705] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
[ 0.715629] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
[ 0.722739] Hardware name: Texas Instruments K3 J721E SoC (DT)
[ 0.728694] Call trace:
[ 0.731190] dump_backtrace+0x0/0x140
[ 0.734924] show_stack+0x14/0x20
[ 0.738308] dump_stack+0xb4/0xf8
[ 0.741693] sysfs_warn_dup+0x5c/0x78
[ 0.745427] sysfs_create_dir_ns+0xd8/0xf0
[ 0.749606] kobject_add_internal+0x94/0x280
[ 0.753961] kobject_add+0x90/0xf8
[ 0.757431] device_add+0xdc/0x600
[ 0.760900] platform_device_add+0xfc/0x228
[ 0.765167] platform_device_register_full+0xc8/0x140
[ 0.770325] dma_buf_phys_init+0x68/0x94
[ 0.774326] do_one_initcall+0x50/0x190
[ 0.778240] kernel_init_freeable+0x194/0x22c
[ 0.782686] kernel_init+0x10/0xfc
[ 0.786155] ret_from_fork+0x10/0x18
[ 0.789817] 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.803881] libphy: Fixed MDIO Bus: probed
[ 0.808258] tun: Universal TUN/TAP device driver, 1.6
[ 0.813683] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.821686] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.827751] sky2: driver version 1.30
[ 0.831974] VFIO - User Level meta-driver version: 0.3
[ 0.837580] i2c /dev entries driver
[ 0.841626] sdhci: Secure Digital Host Controller Interface driver
[ 0.847940] sdhci: Copyright(c) Pierre Ossman
[ 0.852584] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.858814] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.865578] optee: probing for conduit method from DT.
[ 0.870842] optee: revision 3.8 (199fca17)
[ 0.871141] optee: initialized driver
[ 0.879874] NET: Registered protocol family 17
[ 0.884481] 9pnet: Installing 9P2000 support
[ 0.888869] Key type dns_resolver registered
[ 0.893402] registered taskstats version 1
[ 0.897590] Loading compiled-in X.509 certificates
[ 0.906102] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[ 0.912442] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[ 0.920048] ti-sci 44083000.dmsc: ABI: 3.0 (firmware rev 0x0014 '20.04.1-v2020.04a (Terrific Lla')
[ 0.945827] random: fast init done
[ 0.973582] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 0.980917] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[ 0.986909] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 0.992872] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[ 0.998906] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
[ 1.027844] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
[ 1.035924] GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
[ 1.042518] GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
[ 1.049357] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.055256] omap_i2c 2020000.i2c: bus 4 rev0.12 at 100 kHz
[ 1.061194] pca953x 5-0020: 5-0020 supply vcc not found, using dummy regulator
[ 1.091694] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[ 1.097631] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
[ 1.103503] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
[ 1.109751] ti-sci-intr interconnect@100000:interconnect@28380000:interrupt-controller2: Interrupt Router 137 domain created
[ 1.121317] ti-sci-intr interconnect@100000:interrupt-controller0: Interrupt Router 131 domain created
[ 1.130924] ti-sci-intr interconnect@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
[ 1.141935] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 2.158083] j721e-pcie 2900000.pcie: host bridge /interconnect@100000/pcie@2900000 ranges:
[ 2.166558] j721e-pcie 2900000.pcie: IO 0x10001000..0x10010fff -> 0x10001000
[ 2.174037] j721e-pcie 2900000.pcie: MEM 0x10011000..0x17ffffff -> 0x10011000
[ 2.181584] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[ 2.187991] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 2.193596] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 2.203286] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 2.210326] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 2.216480] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.226350] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 2.236236] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
[ 2.246194] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[ 2.256162] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
[ 2.266124] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
[ 2.276122] pci 0000:00:00.0: supports D1
[ 2.280216] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.286087] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
[ 2.296052] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x208 may corrupt adjacent RW1C bits
[ 2.306104] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 2.313129] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 2.323096] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.333143] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x210 may corrupt adjacent RW1C bits
[ 2.344864] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.354500] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
[ 2.361272] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
[ 2.368748] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.374003] pcieport 0000:00:00.0: PME: Signaling with IRQ 33
[ 2.380038] pcieport 0000:00:00.0: AER: enabled with IRQ 33
[ 3.379609] j721e-pcie 2910000.pcie: host bridge /interconnect@100000/pcie@2910000 ranges:
[ 3.388074] j721e-pcie 2910000.pcie: IO 0x18001000..0x18010fff -> 0x18001000
[ 3.395551] j721e-pcie 2910000.pcie: MEM 0x18011000..0x1fffffff -> 0x18011000
[ 3.403083] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[ 3.409489] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 3.415094] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 3.424962] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 3.431999] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 3.438199] pci 0001:00:00.0: supports D1
[ 3.442293] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 3.449751] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 3.459425] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
[ 3.466190] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 3.471430] pcieport 0001:00:00.0: PME: Signaling with IRQ 36
[ 3.477415] pcieport 0001:00:00.0: AER: enabled with IRQ 36
[ 4.479613] j721e-pcie 2920000.pcie: host bridge /interconnect@100000/pcie@2920000 ranges:
[ 4.488081] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000
[ 4.495912] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000
[ 4.503801] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
[ 4.510206] pci_bus 0002:00: root bus resource [bus 00-0f]
[ 4.515811] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 4.525057] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 4.535825] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 4.542028] pci 0002:00:00.0: supports D1
[ 4.546122] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 4.553570] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 4.563190] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
[ 4.569956] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 4.575212] pcieport 0002:00:00.0: PME: Signaling with IRQ 39
[ 4.581208] pcieport 0002:00:00.0: AER: enabled with IRQ 39
[ 4.587596] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 4.597468] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 4.604227] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.613047] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 4.623193] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 4.629954] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 4.637646] omap8250 40a00000.serial: PM domain pd:149 will not be powered off
[ 4.645197] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
[ 4.654371] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 18, base_baud = 3000000) is a 8250
[ 4.663113] printk: console [ttyS2] enabled
[ 4.663113] printk: console [ttyS2] enabled
[ 4.671550] printk: bootconsole [ns16550a0] disabled
[ 4.671550] printk: bootconsole [ns16550a0] disabled
[ 4.681943] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 19, base_baud = 3000000) is a 8250
[ 4.690798] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 20, base_baud = 3000000) is a 8250
[ 4.699557] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 4.708422] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
[ 4.717231] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
[ 4.724786] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
[ 4.733556] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 4.744072] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 4.754225] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 4.764463] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 4.775216] scsi host0: ufshcd
[ 4.781986] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 4.788173] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 4.794771] Creating 7 MTD partitions on "47040000.spi.0":
[ 4.800251] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 4.800254] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[ 4.818570] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 4.824322] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 4.830069] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 4.835576] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 4.841773] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 4.847449] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 4.862918] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
[ 4.874586] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
[ 4.885901] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.894700] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 4.903429] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 5.103572] cadence-qspi 47040000.spi: Cadence QSPI NOR probe failed -517
[ 5.111290] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.147542] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
[ 5.191338] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.198980] libphy: 46000f00.mdio: probed
[ 5.204049] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.212313] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.223730] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
[ 5.232357] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 5.240912] mmc0: CQHCI version 5.10
[ 5.279289] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
[ 5.288031] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.294598] davinci_gpio 42110000.gpio: IRQ index 4 not found
[ 5.300370] davinci_gpio 42110000.gpio: IRQ not populated, err = -6
[ 5.310563] vdd_mmc1: supplied by vsys_3v3
[ 5.315361] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 5.322205] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 5.329028] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 5.335929] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 5.342753] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 5.352362] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
[ 5.362698] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
[ 5.374789] cadence-qspi 47040000.spi: mt35xu512aba (65536 Kbytes)
[ 5.380972] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 5.387584] Creating 7 MTD partitions on "47040000.spi.0":
[ 5.393072] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 5.399127] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 5.404852] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 5.410660] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 5.416204] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 5.422404] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 5.428149] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 5.435993] cadence-qspi 47050000.spi: mt25qu512a (65536 Kbytes)
[ 5.448473] mmc0: Command Queue Engine enabled
[ 5.452914] mmc0: new HS400 MMC card at address 0001
[ 5.462218] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 5.466863] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[ 5.472885] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[ 5.478876] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
[ 5.486179] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 5.493837] libphy: 46000f00.mdio: probed
[ 5.498948] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 5.507249] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
[ 5.518658] mmcblk0: p1 p2
[ 5.523069] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 5.530230] pps pps0: new PPS source ptp1
[ 5.534354] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 5.543304] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
[ 5.550598] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 5.557704] mmc1: CQHCI version 5.10
[ 5.592133] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
[ 5.600299] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[ 5.611381] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[ 5.618808] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[ 5.626126] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 5.633432] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[ 5.641489] hctosys: unable to open rtc device (rtc0)
[ 5.660192] ALSA device list:
[ 5.663147] No soundcards found.
[ 5.666797] Waiting for root device PARTUUID=1109134c-02...
[ 7.118304] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
[ 7.125174] mmcblk1: mmc1:aaaa SL64G 59.5 GiB
[ 7.136340] mmcblk1: p1 p2
[ 7.355224] EXT4-fs (mmcblk1p2): recovery complete
[ 7.363262] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 7.371372] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 7.381630] devtmpfs: mounted
[ 7.384957] Freeing unused kernel memory: 1728K
[ 7.389508] Run /sbin/init as init process
[ 7.577596] systemd[1]: System time before build time, advancing clock.
[ 7.638517] NET: Registered protocol family 10
[ 7.643419] Segment Routing with IPv6
[ 7.666043] 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.687797] systemd[1]: Detected architecture arm64.
Welcome to Arago 2020.05!
[ 7.738798] systemd[1]: Set hostname to <j7-evm>.
[ 7.971191] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 8.050158] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.056895] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 8.069219] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 8.079135] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 8.095409] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.102650] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.119399] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.126507] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 8.143499] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 8.167432] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 8.191440] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 8.207386] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 8.227379] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 8.243378] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.263625] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 8.283416] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 8.304506] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 8.323533] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 8.362861] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 8.371215] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.387603] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.403657] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 8.423563] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 8.439493] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 8.462866] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 8.486729] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 8.510955] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 8.538863] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 8.563225] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 8.590816] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 8.619711] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ 8.642156] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 8.659715] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 8.682016] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 8.705180] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 8.728815] cryptodev: loading out-of-tree module taints kernel.
[ 8.738333] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 8.755554] cryptodev: driver 1.10 loaded.
[ 8.763507] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 8.784824] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
[ 8.794170] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 8.812495] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Create list of sta… nodes for the current kernel.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Remount Root and Kernel File Systems.
Mounting Kernel Configuration File System...
Starting Flush Journal to Persistent Storage...
[ 9.033113] systemd-journald[228]: Received client request to flush runtime journal.
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
Starting Reboot and dump vmcore via kexec...
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
[ OK ] Started D-Bus System Message Bus.
Starting Print notice about GPLv3 packages...
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
[ OK ] Started irqbalance daemon.
Starting rc.pvr.service...
Starting Login Service...
[ OK ] Started TEE Supplicant.
[ OK ] Started Reboot and dump vmcore via kexec.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Reached target Network (Pre).
Starting Network Service...
[ 9.992201] rti-wdt 2200000.rti: heartbeat 60 sec
[ 10.034849] PVR_K: 301: Read BVNC 22.104.208.318 from HW device registers
[ OK ] Started Login Service.
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ 10.074672] PVR_K: 301: RGX Device initialised with BVNC 22.104.208.318
[ 10.095437] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
[ 10.127948] rti-wdt 2210000.rti: heartbeat 60 sec
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Permit User Sessions...
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS2.
[ OK ] Started Serial Getty on ttyS3.
[ OK ] Reached target Login Prompts.
Starting Synchronize System and HW clocks...
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 10.709723] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 11.001761] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
[ 11.235369] random: crng init done
[ 11.238775] random: 7 urandom warning(s) missed due to ratelimiting
[ 11.282661] remoteproc remoteproc0: 4d80800000.dsp is available
[ OK ] Started Load/Save Random Seed.
[ 11.441614] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.444940] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.460669] remoteproc remoteproc0: powering up 4d80800000.dsp
[ 11.469753] remoteproc remoteproc0: Direct firmware load for j7-c66_0-fw failed with error -2
[ 11.483389] remoteproc remoteproc0: request_firmware failed: -2
[ 11.495179] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
[ 11.521552] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.618613] remoteproc remoteproc1: 41000000.r5f is available
[ 11.799621] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
[ 11.923748] remoteproc remoteproc1: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
[ 11.935465] remoteproc remoteproc1: powering up 41000000.r5f
[ 11.943890] remoteproc remoteproc1: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
[ 11.959380] remoteproc remoteproc1: request_firmware failed: -2
[ 11.982673] platform 5c00000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 12.024174] remoteproc remoteproc2: 4d81800000.dsp is available
[ 12.060862] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 12.123765] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.127433] remoteproc remoteproc2: Direct firmware load for j7-c66_1-fw failed with error -2
[ 12.144306] remoteproc remoteproc2: powering up 4d81800000.dsp
[ 12.146870] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 12.154601] remoteproc remoteproc2: Direct firmware load for j7-c66_1-fw failed with error -2
[ 12.173114] remoteproc remoteproc2: request_firmware failed: -2
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
bash-dev
bash
bc
binutils
cifs-utils
cpio
dosfstools
elfutils
gawk
gdb
gdbserver
glmark2
gstreamer1.0-libav
gzip
less
libasm1
libbfd
libdw1
libelf1
libgdbm-compat4
libgdbm-dev
libgdbm6
libgmp10
libidn2-0
libreadline-dev
libreadline8
libunistring2
m4-dev
m4
nettle
parted
tar
which
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
**********************************************************[ 12.304196] remoteproc remoteproc3: 5c00000.r5f is available
*****
*********************************************************[ 12.306383] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
******
[ OK ] Started Print notice about GPLv3 packages.
[ 12.347001] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
[ 12.439803] remoteproc remoteproc3: powering up 5c00000.r5f
[ 12.445408] remoteproc remoteproc3: Booting fw image j7-main-r5f0_0-fw, size 190820
[ 12.458701] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 12.465375] remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a1000000
[ 12.482975] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.488545] remoteproc3#vdev0buffer: registered virtio0 (type 7)
[ 12.499341] remoteproc remoteproc3: remote processor 5c00000.r5f is now up
[ 12.510939] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[ 12.523376] platform 5d00000.r5f: configured R5F for IPC-only mode
[ 12.535349] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 12.577268] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 12.661156] remoteproc remoteproc4: 64800000.dsp is available
[ 12.696006] remoteproc remoteproc5: 5d00000.r5f is available
[ 12.766087] remoteproc remoteproc4: powering up 64800000.dsp
[ 12.771762] remoteproc remoteproc4: Booting fw image j7-c71_0-fw, size 6590448
[ 12.783270] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 12.789917] remoteproc4#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
[ 12.805953] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 12.811511] remoteproc4#vdev0buffer: registered virtio1 (type 7)
[ 12.823345] remoteproc remoteproc4: remote processor 64800000.dsp is now up
[ 12.834279] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
[ 12.841568] remoteproc remoteproc5: powering up 5d00000.r5f
[ 12.850364] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 190380
[ 12.861284] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 12.867919] remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
[ 12.882961] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.888512] remoteproc5#vdev0buffer: registered virtio2 (type 7)
[ 12.898060] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 12.904278] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
[ 12.911469] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[ 12.944726] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 12.978509] remoteproc remoteproc6: 5e00000.r5f is available
[ 13.007965] platform 5f00000.r5f: configured R5F for remoteproc mode
[ 13.014664] remoteproc remoteproc6: powering up 5e00000.r5f
[ 13.020304] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 190380
[ 13.033497] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 13.043358] remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
[ 13.057302] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 13.066348] remoteproc6#vdev0buffer: registered virtio3 (type 7)
[ 13.075295] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
[ 13.085644] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
[ 13.237341] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 13.384293] j721e-audio sound@0: pcm3168a-dac <-> 2ba0000.mcasp mapping ok
[ 13.443452] remoteproc remoteproc7: 5f00000.r5f is available
[ 13.509482] remoteproc remoteproc7: powering up 5f00000.r5f
[ 13.515078] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 214956
[ 13.528567] platform 5f00000.r5f: booting R5F core using boot addr = 0x0
[ 13.538400] j721e-audio sound@0: pcm3168a-adc <-> 2ba0000.mcasp mapping ok
[ 13.545371] remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
[ 13.556187] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 13.562725] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[ 13.571412] remoteproc7#vdev0buffer: registered virtio4 (type 7)
[ 13.578501] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice system-weston.slice.
[ OK ] Started Weston Wayland Compositor.
[ OK ] Created slice User Slice of UID 0 14.637670] remoteproc remoteproc8: b034000.pru is available
m.
Starting User Runtime Directory /run/user/0...
[ OK ] Started User Runtime Directory /run/[ 14.687371] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
user/0.
Starting User Manager for UID 0...
[ 14.746635] pru-rproc b034000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@34000 probed successfully
[ 14.958334] remoteproc remoteproc9: b004000.rtu is available
[ OK ] Found device /dev/mmcblk0p1.
Starting File System Check on /dev/mmcblk0p1...
[ 15.007759] pru-rproc b004000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@4000 probed successfully
[ OK ] Started User Manager for UID 0.
[ OK ] Started rc.pvr.service.
[ OK ] Found device /dev/mmcblk0p2.
[ OK ] Started Session c1 of user root.
Starting File System Check on /dev/mmcblk0p2...
Starting weston.service...
[ OK ] Found device /dev/mmcblk1p1.
Starting File System Check on /dev/mmcblk1p1...
[ OK ] Started File System Check on /dev/mmcblk0p1.
Mounting /run/media/mmcblk0p1...
[ OK ] Mounted /run/media/mmcblk0p1.
[ 15.210306] pru-rproc b00a000.txpru: IRQ vring not found
[ 15.234183] pru-rproc b00a000.txpru: IRQ kick not found
[ 15.255899] remoteproc remoteproc10: b00a000.txpru is available
[ 15.275133] pru-rproc b00a000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@a000 probed successfully
[ 15.326401] remoteproc remoteproc11: b038000.pru is available
[ 15.331888] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.339766] pru-rproc b038000.pru: PRU rproc node /interconnect@100000/icssg@b000000/pru@38000 probed successfully
[ 15.360353] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 15.369871] remoteproc remoteproc12: b006000.rtu is available
[ 15.395066] pru-rproc b006000.rtu: PRU rproc node /interconnect@100000/icssg@b000000/rtu@6000 probed successfully
[ 15.424067] pru-rproc b00c000.txpru: IRQ vring not found
[ 15.446160] pru-rproc b00c000.txpru: IRQ kick not found
[ 15.459446] remoteproc remoteproc13: b00c000.txpru is available
[ 15.470710] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
[ 15.534003] pru-rproc b00c000.txpru: PRU rproc node /interconnect@100000/icssg@b000000/txpru@c000 probed successfully
[ 15.656770] remoteproc remoteproc14: b134000.pru is available
[ 15.672821] pru-rproc b134000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@34000 probed successfully
[ 15.706864] remoteproc remoteproc15: b104000.rtu is available
[ 15.725162] pru-rproc b104000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@4000 probed successfully
[ 15.752136] usbcore: registered new interface driver usbfs
[ 15.764165] usbcore: registered new interface driver hub
[ 15.777912] pru-rproc b10a000.txpru: IRQ vring not found
[ 15.788166] usbcore: registered new device driver usb
[ 15.798711] pru-rproc b10a000.txpru: IRQ kick not found
[ 15.810777] remoteproc remoteproc16: b10a000.txpru is available
[ 15.819407] pru-rproc b10a000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@a000 probed successfully
[ 15.838694] remoteproc remoteproc17: b138000.pru is available
[ 15.848468] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 15.851408] pru-rproc b138000.pru: PRU rproc node /interconnect@100000/icssg@b100000/pru@38000 probed successfully
[ 15.855538] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 15.880019] remoteproc remoteproc18: b106000.rtu is available
[ 15.886230] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
[ 15.894383] pru-rproc b106000.rtu: PRU rproc node /interconnect@100000/icssg@b100000/rtu@6000 probed successfully
[ 15.903361] xhci-hcd xhci-hcd.2.auto: irq 509, io mem 0x06410000
[ 15.919461] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 15.921021] pru-rproc b10c000.txpru: IRQ vring not found
[ 15.935508] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.947336] pru-rproc b10c000.txpru: IRQ kick not found
[ 15.951331] usb usb1: Product: xHCI Host Controller
[ 15.957841] usb usb1: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 15.960983] remoteproc remoteproc19: b10c000.txpru is available
[ 15.970535] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 15.979859] hub 1-0:1.0: USB hub found
[ 15.982819] pru-rproc b10c000.txpru: PRU rproc node /interconnect@100000/icssg@b100000/txpru@c000 probed successfully
[ 15.991356] hub 1-0:1.0: 1 port detected
[ 15.999911] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 16.018322] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 16.110998] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 16.143754] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.163456] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 16.189512] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.204404] usb usb2: Product: xHCI Host Controller
[ 16.215334] usb usb2: Manufacturer: Linux 5.4.40-g66cf445b76 xhci-hcd
[ 16.227349] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 16.232632] hub 2-0:1.0: USB hub found
[ 16.240416] hub 2-0:1.0: 1 port detected
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org j7-evm ttyS2
Arago 2020.05 j7-evm ttyS2
j7-evm login: [ 16.331348] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 16.483608] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[ 16.495331] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 16.502456] usb 1-1: SerialNumber: D0000859DE36
[ 16.515738] hub 1-1:1.0: USB hub found
[ 16.519503] hub 1-1:1.0: 4 ports detected
=> printenv
addr_fit=0x90000000
arch=arm
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootargs console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype};setenv devtype scsi;setenv bootpart 1:1
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0249
board_software_revision=01
boot=mmc
boot_fit=0
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init;run boot_rprocs_mmc;fi;
boot_rprocs_mmc=env set rproc_id;env set rproc_fw;for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i;else env set rproc_fw $i;run rproc_load_and_boot_one;env set rproc_id;env set rproc_fw;fi;done
bootcmd=run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=k3-j721e-common-proc-board.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1
dfu_alt_info_mmc=boot part 1 1;rootfs part 1 2;tiboot3.bin fat 1 1;tispl.bin fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1;sysfw.itb fat 1 1
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000;tispl.bin raw 0x080000 0x200000;u-boot.img raw 0x280000 0x400000;u-boot-env raw 0x680000 0x020000;sysfw.itb raw 0x6c0000 0x100000;rootfs raw 0x800000 0x3800000
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x100000
dfu_bufsiz=0x20000
dorprocboot=0
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;
eth1addr=70:ff:76:1d:9a:8a
eth2addr=70:ff:76:1d:9a:8b
eth3addr=70:ff:76:1d:9a:8c
eth4addr=70:ff:76:1d:9a:8d
ethaddr=50:51:a9:fc:ed:cc
fdtaddr=0x82000000
fdtcontroladdr=fdebbca8
findfdt=setenv name_fdt ${default_device_tree};setenv fdtfile ${name_fdt}
finduuid=part uuid mmc ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load mmc ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load scsi ${bootpart} ${overlayaddr} ${bootdir}/${overlay} && fdt apply ${overlayaddr};done;
get_overlaystring=for overlay in $name_overlays;do;setenv overlaystring ${overlaystring}'#'${overlay};done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_mmc=run args_all args_mmc
init_ufs=ufs init; scsi scan; run args_ufs
loadaddr=0x80080000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
mainr5f0_0fwname=/lib/firmware/j7-main-r5f0_0-fw
mainr5f0_0loadaddr=88000000
mcur5f0_0fwname=/lib/firmware/test-j7-mcu-r5f0_0-fw-test
mcur5f0_0loadaddr=89000000
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados;fi;fi;fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nor0=47034000.hyperbus
mtdparts=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)
name_fit=fitImage
name_kern=Image
overlayaddr=0x83000000
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
rd_spec=-
rproc_fw_binaries=0 /lib/SD/j7-mcu-r5f0_0-fw 3 /lib/firmware/j7-main-r5f0_1-fw 4 /lib/firmware/j7-main-r5f1_0-fw 6 /lib/firmware/j7-c66_0-fw 7 /lib/firmware/j7-c66_1-fw 8 /lib/firmware/j7-c71_0-fw
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id};fi;fi
run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scsirootfstype=ext4 rootwait
serial#=0000000000000249
soc=k3
stderr=serial@2800000
stdin=serial@2800000
stdout=serial@2800000
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
vendor=ti
Environment size: 5687/131067 bytes
Regards,
HJ
Hi HJ,
In order for the IPC to work, the name must be same. If the name is not same, Linux will not recognize image and will not create IPC nodes.
According to below statement in your log, mcu1_0 is loaded by uboot, not Linux kernel.
[ 11.513700] platform 41000000.r5f: configured R5F for IPC-only mode
Regards,
Brijesh