Part Number: TDA4VM
Dear Champs,
My customer found booting fail issue after reset in TDA4VM EVM.
This booting fail was occurred when
1. use 'reboot' command in linux terminal, or
2. push por reset button of the EVM shortly, or
3. on/off power switch of the EVM shortly within 2~3sec.
They found this issue in the SDKv7.3 and their booting log is as below at boot fail.
Could you please check below log and if you can reproduce this issue in your side?
U-Boot SPL 2020.01-g2781231a33 (Apr 10 2021 - 01:08:23 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.1.1--v2021.01a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
Starting ATF on ARM64 core...
NOTICE: BL31: v2.4(release):07.03.00.005-dirty
NOTICE: BL31: Built : 00:15:40, Apr 10 2021
U-Boot SPL 2020.01-g2781231a33 (Apr 10 2021 - 00:17:14 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.1.1--v2021.01a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2
U-Boot 2020.01-g2781231a33 (Apr 10 2021 - 00:17:14 +0000)
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: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Warning: ethernet@46000000 using MAC address from ROM
eth0: ethernet@46000000
Hit any key to stop autoboot: 0
=> 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_net=setenv bootargs console=${console} ${optargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=dhcp
args_ufs=setenv devtype scsi;setenv bootpart 1:1;run ufs_finduuid;setenv bootargs console = ${console} ${optargs}root=PARTUUID=${uuid} rw rootfstype=${scsirootf1
baudrate=115200
board=j721e
board_name=j721e
board_rev=E7
board_serial=0408
board_software_revision=01
boot=mmc
boot_fdt=try
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 $e
bootcmd=run findfdt; run envboot; run setup_${kern_boot}; run init_${rootfs_boot}; run get_kern_${kern_boot}; run get_fdt_${kern_boot}; run get_overlay_${kern_bn
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
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-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 00
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x100000;u-boot.img ram 0x81000000 0x100000
dorprocboot=0
dtboaddr=0x89000000
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 ec;
eth1addr=70:ff:76:1d:97:b2
eth2addr=70:ff:76:1d:97:b3
eth3addr=70:ff:76:1d:97:b4
eth4addr=70:ff:76:1d:97:b5
ethaddr=50:51:a9:fc:f4:fa
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fdeb4da8
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_net=tftp ${fdtaddr} ${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_net=tftp ${loadaddr} ${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} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ;
get_overlay_net=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in ${overlay_files};do;tftp ${overlayaddr} ${overlay};fdt apply ${overlayaddr}; done
get_overlay_ufs=fdt address ${fdtaddr};fdt resize 0x100000;for overlay in $name_overlays;do;load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply;
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_net=run args_all args_net; setenv autoload no; dhcp
init_ufs=ufs init; scsi scan; run args_ufs
kern_boot=net
kernel_addr_r=0x82000000
loadaddr=0x82000000
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}
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; ;
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 bo;
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),57216k@8m(ospi.rootfs),12)
name_fit=fitImage
name_kern=Image-j7-evm.bin
nfs_options=nolock,v3,tcp,rsize=4096,wsize=4096
nfs_root=/home/choissi/ti_sdk/ti-processor-sdk-linux-j7-evm-07_03_00_05/targetNFS
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rootfs_boot=net
rproc_fw_binaries=2 /lib/firmware/j7-main-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
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}
scriptaddr=0x80000000
scsirootfstype=ext4 rootwait
serial#=0000000000000408
serverip=192.168.100.212
setup_net=setenv autoload no; dhcp
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: 6433/131067 bytes
=> boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
0 bytes read in 1 ms (0 Bytes/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
dma-ring-reset-quirk: disabled
K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 2
*** Unhandled DHCP Option in OFFER/ACK: 2
DHCP client bound to address 192.168.100.236 (11 ms)
K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 2
*** Unhandled DHCP Option in OFFER/ACK: 2
DHCP client bound to address 192.168.100.236 (10 ms)
K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000 device
TFTP from server 192.168.100.212; our IP address is 192.168.100.236
Filename 'Image-j7-evm.bin'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
################################
2.9 MiB/s
done
Bytes transferred = 16799752 (1005808 hex)
K3 CPSW: rflow_id_base: 2
link up on port 1, speed 1000, full duplex
Using ethernet@46000000 device
TFTP from server 192.168.100.212; our IP address is 192.168.100.236
Filename 'k3-j721e-common-proc-board.dtb'.
Load address: 0x88000000
Loading: ####################
2.7 MiB/s
done
Bytes transferred = 97793 (17e01 hex)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 000000008fee5000, end 000000008fffffff ... OK
Starting kernel ...
Booting Linux on physical CPU 0x0000000000 [0x411fd080]
Linux version 5.4.106-g023faefa70 (oe-user@oe-host) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.1
Machine model: Texas Instruments K3 J721E SoC
earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
printk: bootconsole [ns16550a0] enabled
Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
cma: Reserved 512 MiB at 0x00000000e0000000
psci: probing for conduit method from DT.
psci: PSCIv1.1 detected in firmware.
psci: Using standard PSCI v0.2 function IDs
psci: Trusted OS migration not required
psci: SMC Calling Convention v1.0
percpu: Embedded 2 pages/cpu s48472 r8192 d74408 u131072
Detected PIPT I-cache on CPU0
CPU features: detected: GIC system register CPU interface
CPU features: detected: EL2 vector hardening
Built 1 zonelists, mobility grouping off. Total pages: 40192
Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospip
Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
mem auto-init: stack:off, heap alloc:off, heap free:off
software IO TLB: mapped [mem 0xbbff0000-0xbfff0000] (64MB)
Memory: 3374400K/2576384K available (9662K kernel code, 790K rwdata, 3904K rodata, 1664K init, 681K bss, 18446744073708229312K reserved, 524288K )
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
GICv3: GIC: Using split EOI/Deactivate mode
GICv3: 960 SPIs implemented
GICv3: 0 Extended SPIs implemented
GICv3: Distributor has no Range Selector support
GICv3: 16 PPIs implemented
GICv3: no VLPI support, no direct LPI support
GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
ITS [mem 0x01820000-0x0182ffff]
GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0)
ITS: using cache flushing for cmd queue
GICv3: using LPI property table @0x00000008c00c0000
GIC: using cache flushing for LPI property table
GICv3: CPU0: using allocated LPI pending table @0x00000008c00d0000
random: get_random_bytes called from start_kernel+0x2b8/0x42c with crng_init=0
arch_timer: cp15 timer(s) running at 200.00MHz (phys).
clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
Console: colour dummy device 80x25
Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
pid_max: default: 32768 minimum: 301
LSM: Security Framework initializing
Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
ASID allocator initialised with 32768 entries
rcu: Hierarchical SRCU implementation.
Platform MSI: gic-its@1820000 domain created
PCI/MSI: /bus@100000/interrupt-controller@1800000/gic-its@1820000 domain created
smp: Bringing up secondary CPUs ...
Detected PIPT I-cache on CPU1
GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
smp: Brought up 1 node, 2 CPUs
SMP: Total of 2 processors activated.
CPU features: detected: 32-bit EL0 Support
CPU features: detected: CRC32 instructions
CPU: All CPU(s) started at EL2
alternatives: patching kernel code
devtmpfs: initialized
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
futex hash table entries: 512 (order: -1, 32768 bytes, linear)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic allocations
hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
HugeTLB registered 512 MiB page size, pre-allocated 0 pages
HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
cryptd: max_cpu_qlen set to 1000
vsys_3v3: supplied by evm_12v0
vsys_5v0: supplied by evm_12v0
iommu: Default domain type: Translated
SCSI subsystem initialized
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
PTP clock support registered
EDAC MC: Ver: 3.0.0
FPGA manager framework
Advanced Linux Sound Architecture Driver Initialized.
clocksource: Switched to clocksource arch_sys_counter
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'power_allocator'
NET: Registered protocol family 2
tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
TCP: Hash tables configured (established 32768 bind 32768)
UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
PCI: CLS 0 bytes, default 64
hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
Initialise system trusted keyrings
workingset: timestamp_bits=46 max_order=16 bucket_order=0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
nfs4filelayout_init: NFSv4 File Layout Driver Registering...
9p: Installing v9fs 9p2000 file system support
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
io scheduler mq-deadline registered
io scheduler kyber registered
pinctrl-single 4301c000.pinmux: 94 pins, size 376
pinctrl-single 11c000.pinmux: 173 pins, size 692
k3-ringacc 2b800000.ringacc: Failed to get MSI domain
k3-ringacc 3c000000.ringacc: Failed to get MSI domain
ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
debugfs: Directory '31010000.pat' with parent 'regmap' already present!
ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
debugfs: Directory '31011000.pat' with parent 'regmap' already present!
ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
debugfs: Directory '31012000.pat' with parent 'regmap' already present!
ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
debugfs: Directory '31013000.pat' with parent 'regmap' already present!
ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
debugfs: Directory '31014000.pat' with parent 'regmap' already present!
Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
brd: module loaded
loop: module loaded
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
sky2: driver version 1.30
VFIO - User Level meta-driver version: 0.3
i2c /dev entries driver
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
ledtrig-cpu: registered to indicate activity on CPUs
optee: probing for conduit method from DT.
optee: revision 3.11 (c4def2a8)
optee: initialized driver
NET: Registered protocol family 17
9pnet: Installing 9P2000 support
Key type dns_resolver registered
registered taskstats version 1
Loading compiled-in X.509 certificates
k3-ringacc 2b800000.ringacc: Failed to get MSI domain
k3-ringacc 3c000000.ringacc: Failed to get MSI domain
ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.1.1--v2021.01a (Terrific Lla')
random: fast init done
davinci-mcasp 2ba0000.mcasp: IRQ common not found
omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
pca953x 3-0020: using no AI
pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
pca953x 3-0022: using AI
GPIO line 480 (CTRL_PM_I2C_OE) hogged as output/high
GPIO line 481 (MCASP/TRACE_MUX_S0) hogged as output/low
GPIO line 482 (MCASP/TRACE_MUX_S1) hogged as output/high
omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator
pca953x 6-0020: using no AI
omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
pca953x 9-0020: 9-0020 supply vcc not found, using dummy regulator
pca953x 9-0020: using no AI
omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
ti-sci-intr bus@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain -1 created
cdns-torrent-phy 5050000.serdes: 4 lanes, max bit rate 5.400 Gbps
j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
j721e-pcie 2900000.pcie: IO 0x10001000..0x10010fff -> 0x10001000
j721e-pcie 2900000.pcie: MEM 0x10011000..0x17ffffff -> 0x10011000
j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [bus 00-0f]
pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
pci 0000:00:00.0: supports D1
pci 0000:00:00.0: PME# supported from D0 D1 D3hot
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
pci 0000:00:00.0: PCI bridge to [bus 01]
pcieport 0000:00:00.0: PME: Signaling with IRQ 46
pcieport 0000:00:00.0: AER: enabled with IRQ 46
j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
j721e-pcie 2910000.pcie: IO 0x18001000..0x18010fff -> 0x18001000
j721e-pcie 2910000.pcie: MEM 0x18011000..0x1fffffff -> 0x18011000
j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
pci_bus 0001:00: root bus resource [bus 00-0f]
pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
pci 0001:00:00.0: supports D1
pci 0001:00:00.0: PME# supported from D0 D1 D3hot
pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
pci 0001:00:00.0: PCI bridge to [bus 01]
pcieport 0001:00:00.0: PME: Signaling with IRQ 49
pcieport 0001:00:00.0: AER: enabled with IRQ 49
j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x00001000
j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x00011000
j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
pci_bus 0002:00: root bus resource [bus 00-0f]
pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
pci 0002:00:00.0: supports D1
pci 0002:00:00.0: PME# supported from D0 D1 D3hot
pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
pci 0002:00:00.0: PCI bridge to [bus 01]
pcieport 0002:00:00.0: PME: Signaling with IRQ 52
pcieport 0002:00:00.0: AER: enabled with IRQ 52
k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 23, base_baud = 3000000) is a 8250
printk: console [ttyS2] enabled
printk: console [ttyS2] enabled
printk: bootconsole [ns16550a0] disabled
printk: bootconsole [ns16550a0] disabled
2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 24, base_baud = 3000000) is a 8250
2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 25, base_baud = 3000000) is a 8250
arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
scsi host0: ufshcd
cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
libphy: 46000f00.mdio: probed
cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
mmc0: CQHCI version 5.10
mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
davinci-mcasp 2ba0000.mcasp: IRQ common not found
vdd_mmc1: supplied by vsys_3v3
pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator
pca953x 4-0020: using no AI
GPIO line 200 (DP0_PWR_SW_EN) hogged as output/high
omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
8 cmdlinepart partitions found on MTD device 47040000.spi.0
Creating 8 MTD partitions on "47040000.spi.0":
0x000000000000-0x000000080000 : "ospi.tiboot3"
0x000000080000-0x000000280000 : "ospi.tispl"
0x000000280000-0x000000680000 : "ospi.u-boot"
0x000000680000-0x0000006a0000 : "ospi.env"
0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
0x000000800000-0x000003fe0000 : "ospi.rootfs"
0x000003fe0000-0x000004000000 : "ospi.phypattern"
mmc0: Command Queue Engine enabled
mmc0: new HS200 MMC card at address 0001
mmcblk0: mmc0:0001 S0J56X 14.8 GiB
mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
spi-nor spi1.0: mt25qu512a (65536 Kbytes)
davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
libphy: 46000f00.mdio: probed
davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
mmc1: CQHCI version 5.10
mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
davinci-mcasp 2ba0000.mcasp: IRQ common not found
debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
input: gpio-keys as /devices/platform/gpio-keys/input/input0
hctosys: unable to open rtc device (rtc0)
TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
mmc1: new ultra high speed DDR50 SDHC card at address aaaa
mmcblk1: mmc1:aaaa SU32G 29.7 GiB
mmcblk1: p1 p2
am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Sending DHCP requests ., OK
IP-Config: Got DHCP answer from 192.168.100.1, my address is 192.168.100.236
IP-Config: Complete:
device=eth0, hwaddr=50:51:a9:fc:f4:fa, ipaddr=192.168.100.236, mask=255.255.252.0, gw=192.168.100.1
host=192.168.100.236, domain=, nis-domain=(none)
bootserver=0.0.0.0, rootserver=192.168.100.212, rootpath=
nameserver0=208.91.112.53, nameserver1=208.91.112.52
ALSA device list:
No soundcards found.
VFS: Mounted root (nfs filesystem) on device 0:20.
devtmpfs: mounted
Freeing unused kernel memory: 1664K
Run /sbin/init as init process
systemd[1]: System time before build time, advancing clock.
NET: Registered protocol family 10
Segment Routing with IPv6
systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +AC)
systemd[1]: Detected architecture arm64.
Welcome to Arago 2020.09!
[ 11.261850] systemd[1]: Set hostname to <j7-evm>.
[ 11.485562] random: crng init done
[ 11.598746] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock .
[ 11.687582] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 11.699954] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 11.709886] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 11.733741] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 11.757675] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 11.781213] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 11.805140] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 11.829124] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 11.845084] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 11.865077] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 11.881082] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 11.897981] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 11.921107] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 11.944105] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 11.965207] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 12.019181] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 12.027984] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 12.049319] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 12.065706] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 12.089842] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 12.109231] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 12.131499] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 12.155341] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 12.179285] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 12.204684] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 12.228771] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 12.255675] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 12.286082] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
[ 12.311382] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 12.338597] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 12.351577] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 12.390513] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 12.418924] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 12.439794] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 12.464021] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 12.487136] cryptodev: loading out-of-tree module taints kernel.
[ 12.494455] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 12.504849] cryptodev: driver 1.10 loaded.
[ 12.513912] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 12.537537] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 12.557555] systemd[1]: Mounted Temporary Directory (/tmp).
[ OK ] Mounted Temporary Directory (/tmp).
[ 12.582434] systemd[1]: Started Create list of static device nodes for the current kernel.
[ OK ] Started Create list of sta… nodes for the current kernel.
[ 12.609464] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[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...
Starting Apply Kernel Variables...
[ 12.753901] systemd-journald[171]: Received client request to flush runtime journal.
Starting Create System Users...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /media/ram...
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Rebuild Dynamic Linker Cache...
Starting Create Volatile Files and Directories...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Rebuild Journal Catalog...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
rti-wdt 2200000.watchdog: heartbeat 60 sec
rti-wdt 2210000.watchdog: heartbeat 60 sec
ina2xx 5-0040: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0041: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0042: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0043: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0044: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0045: power monitor ina226 (Rshunt = 5000 uOhm)
ina2xx 5-0046: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0047: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0048: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-0049: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-004a: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-004b: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-004c: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-004d: power monitor ina226 (Rshunt = 10000 uOhm)
ina2xx 5-004e: power monitor ina226 (Rshunt = 10000 uOhm)
ov5640 9-003c: 9-003c supply DOVDD not found, using dummy regulator
ina2xx 5-004f: power monitor ina226 (Rshunt = 10000 uOhm)
ov5640 9-003c: 9-003c supply AVDD not found, using dummy regulator
ov5640 9-003c: 9-003c supply DVDD not found, using dummy regulator
ov5640 9-003c: ov5640_read_reg: error: reg=300a
ov5640 9-003c: ov5640_check_chip_id: failed to read chip identifier
ov5640: probe of 9-003c failed with error -121
img_enc 4200000.video-encoder: vxe_enc_probe: adding heap of type 1
img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
img_enc 4200000.video-encoder: encoder registered as /dev/video0
k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
img_dec 4300000.video-decoder: decoder registered as /dev/video1
k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
remoteproc remoteproc0: 4d80800000.dsp is available
k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
remoteproc remoteproc1: 4d81800000.dsp is available
remoteproc remoteproc0: powering up 4d80800000.dsp
remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 189168
k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000
k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
remoteproc remoteproc1: powering up 4d81800000.dsp
virtio_rpmsg_bus virtio0: rpmsg host is online
remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 189168
k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000
remoteproc0#vdev0buffer: registered virtio0 (type 7)
remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
virtio_rpmsg_bus virtio1: rpmsg host is online
virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
remoteproc1#vdev0buffer: registered virtio1 (type 7)
virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] No driver support for vblank timestamp query.
remoteproc remoteproc2: 64800000.dsp is available
[drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[drm] Cannot find any crtc or sizes
PVR_K: 207: Read BVNC 22.104.208.318 from HW device registers
PVR_K: 207: RGX Device registered with BVNC 22.104.208.318
[drm] Initialized pvr 1.13.5776728 20170530 for 4e20000000.gpu on minor 1
CAN device driver interface
m_can_platform 40528000.can: m_can device registered (irq=15, version=32)
m_can_platform 40568000.can: m_can device registered (irq=17, version=32)
platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
platform 41000000.r5f: configured R5F for IPC-only mode
platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
remoteproc remoteproc3: 41000000.r5f is available
platform 5c00000.r5f: configured R5F for remoteproc mode
platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
remoteproc remoteproc4: 5c00000.r5f is available
platform 5d00000.r5f: configured R5F for remoteproc mode
platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
remoteproc remoteproc5: 5d00000.r5f is available
platform 5e00000.r5f: configured R5F for remoteproc mode
platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
remoteproc remoteproc3: powering up 41000000.r5f
remoteproc remoteproc3: Booting fw image j7-mcu-r5f0_0-fw, size 196136
platform 41000000.r5f: R5F core initialized in IPC-only mode
remoteproc remoteproc6: 5e00000.r5f is available
remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
virtio_rpmsg_bus virtio2: rpmsg host is online
remoteproc3#vdev0buffer: registered virtio2 (type 7)
remoteproc remoteproc3: remote processor 41000000.r5f is now up
remoteproc remoteproc5: powering up 5d00000.r5f
remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 98484
virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
Thanks and Best Regards,
SI.