Skip to content

Instantly share code, notes, and snippets.

@manorit2001
Created October 4, 2023 12:05
Show Gist options
  • Save manorit2001/c929e6ccab03f55b3828896fbd04184b to your computer and use it in GitHub Desktop.
Save manorit2001/c929e6ccab03f55b3828896fbd04184b to your computer and use it in GitHub Desktop.
ATF/OPTEE Firewalling
U-Boot SPL 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:52:22 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
EEPROM not available at 0x50, trying to read at 0x51
SPL initial stack usage: 13432 bytes
Trying to boot from UART
CLoaded 978055 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:53:01 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 1230035 bytes
U-Boot 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:53:01 +0530)
SoC: J721S2 SR1.0 HS-FS
Model: Texas Instruments AM68 SK
Board: AM68-SK-SOM rev E1
DRAM: 16 GiB
Core: 49 devices, 26 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=> version
U-Boot 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:53:01 +0530)
=> boot
## Checking Image at 82000000 ...
Unknown image format!
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008ffea000, end 000000008ffff9aa ... OK
Working FDT set to 8ffea000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments AM68 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000bc7e00000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000bffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000bffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000bffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4128766
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=10.24.51.160:/opt/NFS_exports/linux/am68_sk-fs-04/autofs/98b1b2cdbf5e0e58c3cadcc69ee61783,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 15427748K/16777208K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 431956K reserved, 917504K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 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: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010482] Console: colour dummy device 80x25
[ 0.016194] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029534] pid_max: default: 32768 minimum: 301
[ 0.035459] LSM: Security Framework initializing
[ 0.041457] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.051179] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.062483] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071742] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.079574] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.088806] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.096691] rcu: Hierarchical SRCU implementation.
[ 0.102815] rcu: Max phase no-delay instances is 1000.
[ 0.109698] Platform MSI: msi-controller@1820000 domain created
[ 0.117427] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.129422] EFI services will not be available.
[ 0.135338] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.151694] Detected PIPT I-cache on CPU1
[ 0.151773] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.151791] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.151830] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.151899] smp: Brought up 1 node, 2 CPUs
[ 0.188584] SMP: Total of 2 processors activated.
[ 0.194589] CPU features: detected: 32-bit EL0 Support
[ 0.201157] CPU features: detected: CRC32 instructions
[ 0.207766] CPU: All CPU(s) started at EL2
[ 0.212992] alternatives: applying system-wide alternatives
[ 0.221222] devtmpfs: initialized
[ 0.233051] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.245533] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.267741] pinctrl core: initialized pinctrl subsystem
[ 0.274839] DMI not present or invalid.
[ 0.280156] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.288730] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.298318] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.308743] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.319019] audit: initializing netlink subsys (disabled)
[ 0.326074] audit: type=2000 audit(0.172:1): state=initialized audit_enabled=0 res=1
[ 0.326368] thermal_sys: Registered thermal governor 'step_wise'
[ 0.335980] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.343767] cpuidle: using governor menu
[ 0.357218] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.365928] ASID allocator initialised with 65536 entries
[ 0.385688] platform hdmi-connector: Fixed dependency cycle(s) with /dvi-bridge
[ 0.395082] platform 4a00000.dss: Fixed dependency cycle(s) with /dvi-bridge
[ 0.404338] KASLR disabled due to lack of seed
[ 0.413806] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.422487] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.430491] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.439158] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.447159] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.455826] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.463827] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.472497] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.481800] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
[ 0.493646] iommu: Default domain type: Translated
[ 0.499878] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.508048] SCSI subsystem initialized
[ 0.513070] usbcore: registered new interface driver usbfs
[ 0.520101] usbcore: registered new interface driver hub
[ 0.526897] usbcore: registered new device driver usb
[ 0.533738] pps_core: LinuxPPS API ver. 1 registered
[ 0.540082] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.551755] PTP clock support registered
[ 0.556863] EDAC MC: Ver: 3.0.0
[ 0.561705] FPGA manager framework
[ 0.566100] Advanced Linux Sound Architecture Driver Initialized.
[ 0.574427] clocksource: Switched to clocksource arch_sys_counter
[ 0.582388] VFS: Disk quotas dquot_6.6.0
[ 0.587431] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.599940] NET: Registered PF_INET protocol family
[ 0.606663] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.622732] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.633868] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.643793] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.654654] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.665366] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.673980] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.682881] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.692467] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.700099] RPC: Registered named UNIX socket transport module.
[ 0.707684] RPC: Registered udp transport module.
[ 0.713690] RPC: Registered tcp transport module.
[ 0.719693] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.727919] NET: Registered PF_XDP protocol family
[ 0.734046] PCI: CLS 0 bytes, default 64
[ 0.739471] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.751061] Initialise system trusted keyrings
[ 0.756914] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 0.768355] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.776251] NFS: Registering the id_resolver key type
[ 0.782732] Key type id_resolver registered
[ 0.788072] Key type id_legacy registered
[ 0.793229] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.801792] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.811372] 9p: Installing v9fs 9p2000 file system support
[ 0.843087] Key type asymmetric registered
[ 0.848321] Asymmetric key parser 'x509' registered
[ 0.854584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.864149] io scheduler mq-deadline registered
[ 0.869940] io scheduler kyber registered
[ 0.877659] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.885163] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.892655] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.900201] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.907494] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.920524] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.933364] loop: module loaded
[ 0.938416] megasas: 07.719.03.00-rc1
[ 0.945926] tun: Universal TUN/TAP device driver, 1.6
[ 0.952950] thunder_xcv, ver 1.0
[ 0.957096] thunder_bgx, ver 1.0
[ 0.961231] nicpf, ver 1.0
[ 0.965044] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.974272] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.981088] hclge is initializing
[ 0.985329] e1000: Intel(R) PRO/1000 Network Driver
[ 0.991554] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.998914] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.005251] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.012825] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.019717] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.026846] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.034849] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.042519] sky2: driver version 1.30
[ 1.047762] VFIO - User Level meta-driver version: 0.3
[ 1.054858] usbcore: registered new interface driver usb-storage
[ 1.063186] i2c_dev: i2c /dev entries driver
[ 1.069926] sdhci: Secure Digital Host Controller Interface driver
[ 1.077831] sdhci: Copyright(c) Pierre Ossman
[ 1.083763] Synopsys Designware Multimedia Card Interface Driver
[ 1.091794] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.099682] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.107526] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.115974] usbcore: registered new interface driver usbhid
[ 1.123098] usbhid: USB HID core driver
[ 1.129055] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.134759] optee: revision 3.20 (8e74d476)
[ 1.155304] optee: dynamic shared memory is enabled
[ 1.167151] optee: initialized driver
[ 1.173313] Initializing XFRM netlink socket
[ 1.178801] NET: Registered PF_PACKET protocol family
[ 1.185347] 9pnet: Installing 9P2000 support
[ 1.190842] Key type dns_resolver registered
[ 1.196565] registered taskstats version 1
[ 1.201818] Loading compiled-in X.509 certificates
[ 1.214365] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.250192] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.258083] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.266646] pca953x 1-0020: using no AI
[ 1.295710] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.303723] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.312269] pca953x 2-0021: using no AI
[ 1.339156] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.346732] omap_i2c 2040000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.354291] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
[ 1.364971] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
[ 1.376650] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
[ 1.387414] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
[ 1.400457] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.408863] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.420412] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
[ 1.432775] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.441225] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.452248] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
[ 1.464951] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.473400] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.483370] printk: console [ttyS2] disabled
[ 1.488872] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 216, base_baud = 3000000) is a 8250
[ 1.499941] printk: console [ttyS2] enabled
[ 1.499941] printk: console [ttyS2] enabled
[ 1.510497] printk: bootconsole [ns16550a0] disabled
[ 1.510497] printk: bootconsole [ns16550a0] disabled
[ 1.524846] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.570443] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.581168] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.591515] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.607594] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.616605] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.624451] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 1.637491] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.654495] omap-mailbox 31f80000.mailbox: no available mbox devices found
[ 1.663338] omap-mailbox 31f81000.mailbox: no available mbox devices found
[ 1.672069] omap-mailbox 31f82000.mailbox: no available mbox devices found
[ 1.680775] omap-mailbox 31f83000.mailbox: no available mbox devices found
[ 1.689474] omap-mailbox 31f84000.mailbox: no available mbox devices found
[ 1.698174] omap-mailbox 31f85000.mailbox: no available mbox devices found
[ 1.706866] omap-mailbox 31f86000.mailbox: no available mbox devices found
[ 1.715564] omap-mailbox 31f87000.mailbox: no available mbox devices found
[ 1.724255] omap-mailbox 31f88000.mailbox: no available mbox devices found
[ 1.732943] omap-mailbox 31f89000.mailbox: no available mbox devices found
[ 1.741634] omap-mailbox 31f8a000.mailbox: no available mbox devices found
[ 1.750327] omap-mailbox 31f8b000.mailbox: no available mbox devices found
[ 1.759025] omap-mailbox 31f90000.mailbox: no available mbox devices found
[ 1.767725] omap-mailbox 31f91000.mailbox: no available mbox devices found
[ 1.776433] omap-mailbox 31f92000.mailbox: no available mbox devices found
[ 1.785127] omap-mailbox 31f93000.mailbox: no available mbox devices found
[ 1.793818] omap-mailbox 31f94000.mailbox: no available mbox devices found
[ 1.802515] omap-mailbox 31f95000.mailbox: no available mbox devices found
[ 1.811215] omap-mailbox 31f96000.mailbox: no available mbox devices found
[ 1.819926] omap-mailbox 31f97000.mailbox: no available mbox devices found
[ 1.828617] omap-mailbox 31f98000.mailbox: no available mbox devices found
[ 1.837315] omap-mailbox 31f99000.mailbox: no available mbox devices found
[ 1.846007] omap-mailbox 31f9a000.mailbox: no available mbox devices found
[ 1.854703] omap-mailbox 31f9b000.mailbox: no available mbox devices found
[ 1.865109] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 1.877586] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
[ 1.893033] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 1.899310] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 1.908121] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.914962] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.922598] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.929820] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.937137] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.944151] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.951930] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.959258] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.971992] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.018435] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.029128] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.039476] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.055582] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.064602] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.072427] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.084989] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.094771] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
[ 2.095399] mmc1: CQHCI version 5.10
[ 2.103904] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
[ 2.118626] debugfs: Directory 'pd:154' with parent 'pm_genpd' already present!
[ 2.149377] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.169378] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.181225] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.216480] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 2.225237] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.236071] mmcblk1: p1 p2 p3
[ 6.275594] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
[ 6.302431] Sending DHCP requests ., OK
[ 6.323229] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.213
[ 6.332895] IP-Config: Complete:
[ 6.336918] device=eth0, hwaddr=34:08:e1:84:8f:92, ipaddr=192.168.0.213, mask=255.255.255.0, gw=192.168.0.1
[ 6.349608] host=192.168.0.213, domain=ti.com, nis-domain=(none)
[ 6.357638] bootserver=192.168.0.1, rootserver=10.24.51.160, rootpath=
[ 6.357641] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.378704] ALSA device list:
[ 6.382402] No soundcards found.
[ 6.413469] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.422646] devtmpfs: mounted
[ 6.427353] Freeing unused kernel memory: 2176K
[ 6.438515] Run /sbin/init as init process
[ 7.304086] systemd[1]: System time before build time, advancing clock.
[ 7.946082] NET: Registered PF_INET6 protocol family
[ 7.954115] Segment Routing with IPv6
[ 7.958718] In-situ OAM (IOAM) with IPv6
[ 8.055017] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 8.094374] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 8.178104] systemd[1]: Hostname set to <j721s2-evm>.
[ 8.294461] random: crng init done
[ 8.384450] systemd-sysv-generator[134]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.418759] systemd-sysv-generator[134]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.452438] systemd-sysv-generator[134]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.483400] systemd-sysv-generator[134]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.528819] systemd[125]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 9.076194] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.207589] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 9.377199] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.427743] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 9.452330] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 9.480218] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 9.507848] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 9.530717] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 9.558622] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 9.586681] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 9.610513] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 9.634494] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 9.658496] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 9.711091] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.734626] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.767729] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.790766] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.817062] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.844903] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.870919] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.895689] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.925450] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.950798] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.976805] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 10.022854] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 10.052023] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 10.098863] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 10.114966] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 10.140624] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 10.163684] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 10.207097] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 10.230592] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 10.250904] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 10.279120] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 10.443332] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 10.489493] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 10.527475] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 10.788567] fuse: init (API version 7.37)
[ 10.875243] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 10.895048] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 10.944243] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 10.975215] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 11.003212] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 11.027284] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 11.055403] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 11.087182] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 11.111353] cryptodev: loading out-of-tree module taints kernel.
[ 11.124073] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 11.134769] cryptodev: driver 1.12 loaded.
[ 11.145328] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 11.175211] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 11.512341] systemd-journald[149]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 11.833825] audit: type=1334 audit(1651167749.532:2): prog-id=5 op=LOAD
[ 11.842695] audit: type=1334 audit(1651167749.540:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 12.683928] CAN device driver interface
[ 12.902839] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 12.976288] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 13.018531] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 13.032187] mc: Linux media interface: v0.10
[ 13.056433] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 13.148422] at24 0-0051: supply vcc not found, using dummy regulator
[ 13.174541] j721e-pcie-host 2910000.pcie: Link up
[ 13.181222] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[ 13.189975] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 13.190893] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[ 13.201010] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 13.229683] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.239683] pci 0000:00:00.0: [104c:b013] type 01 class 0x060400
[ 13.247604] pci 0000:00:00.0: supports D1
[ 13.249424] PVR_K: 173: Device: 4e20000000.gpu
[ 13.253112] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 13.268953] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 13.272459] PVR_K: 173: Read BVNC 36.53.104.796 from HW device registers
[ 13.278973] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 13.288813] PVR_K: 173: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 13.300990] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.317357] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
[ 13.319850] systemd-journald[149]: Oldest entry in /run/log/journal/43a0a329a4dd4f1ea10897421919506c/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 13.343428] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[ 13.354549] systemd-journald[149]: /run/log/journal/43a0a329a4dd4f1ea10897421919506c/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 13.393994] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 13.411016] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronizatio[ 13.423258] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
n[0m.
[ 13.449110] platform 41000000.r5f: configured R5F for IPC-only mode
[ 13.454083] k3-dsp-rproc 64800000.dsp: device does not reserved memory regions, ret = -22
[ 13.457856] platform 41000000.r5f: device does not have reserved memory regions, ret = -22
[[0;32m OK [0m] Reached target [0;1;39mSystem Initializatio[ 13.478545] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: reserved memory init failed, ret = -22
n[0m.
[ 13.497628] remoteproc remoteproc0: releasing 41000000.r5f
[ 13.500126] videodev: Linux video capture interface: v2.00
[ 13.505937] k3_r5_rproc bus@100000:bus@28380000:r5fss@41000000: k3_r5_cluster_rproc_init failed, ret = -22
[ 13.514223] k3-dsp-rproc 64800000.dsp: reserved memory init failed, ret = -22
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary [ 13.537271] k3_r5_rproc: probe of bus@100000:bus@28380000:r5fss@41000000 failed with error -22
Directories[0m.
[ 13.550853] remoteproc remoteproc1: releasing 64800000.dsp
[ 13.561899] k3-dsp-rproc: probe of 64800000.dsp failed with error -22
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.[ 13.571772] k3-dsp-rproc 65800000.dsp: device does not reserved memory regions, ret = -22
[ 13.590291] k3-dsp-rproc 65800000.dsp: reserved memory init failed, ret = -22
[ 13.600120] platform 5c00000.r5f: configured R5F for remoteproc mode
[ 13.608113] remoteproc remoteproc0: releasing 65800000.dsp
[ 13.608135] k3-dsp-rproc: probe of 65800000.dsp failed with error -22
[ 13.629489] platform 5c00000.r5f: device does not have reserved memory regions, ret = -22
[ 13.640038] k3_r5_rproc bus@100000:r5fss@5c00000: reserved memory init failed, ret = -22
[ 13.652487] remoteproc remoteproc1: releasing 5c00000.r5f
[ 13.659888] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
[ 13.671806] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
[ 13.685091] platform 5e00000.r5f: configured R5F for remoteproc mode
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[ 13.699307] platform 5e00000.r5f: device does not have reserved memory regions, ret = -22
[0m.
[ 13.712390] k3_r5_rproc bus@100000:r5fss@5e00000: reserved memory init failed, ret = -22
[ 13.722700] remoteproc remoteproc0: releasing 5e00000.r5f
[ 13.729529] k3_r5_rproc bus@100000:r5fss@5e00000: k3_r5_cluster_rproc_init failed, ret = -22
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 13.747785] k3_r5_rproc: probe of bus@100000:r5fss@5e00000 failed with error -22
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 14.301644] m_can_platform 40528000.can: m_can device registered (irq=515, version=32)
[ 14.316762] m_can_platform 40568000.can: m_can device registered (irq=516, version=32)
[ 14.334616] m_can_platform 2761000.can: m_can device registered (irq=517, version=32)
[ 14.350151] m_can_platform 2771000.can: m_can device registered (irq=518, version=32)
[ 14.457640] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[ 14.509871] Console: switching to colour frame buffer device 240x67
[ 14.544546] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ 14.594573] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.620057] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 14.648337] pci 0000:00:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
[ 14.689399] pci 0000:01:00.0: BAR 0: assigned [mem 0x18100000-0x18103fff 64bit]
[ 14.702506] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 14.714062] pci 0000:00:00.0: bridge window [mem 0x18100000-0x181fffff]
[ 14.725726] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 14.736052] pcieport 0000:00:00.0: PME: Signaling with IRQ 521
[ 14.745928] pcieport 0000:00:00.0: AER: enabled with IRQ 521
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 15.040890] audit: type=1334 audit(1696411863.966:4): prog-id=7 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 15.054581] audit: type=1334 audit(1696411863.978:5): prog-id=8 op=LOAD
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 15.731136] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 16.059827] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 16.075468] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 16.135577] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.142609] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 16.161307] xhci-hcd xhci-hcd.0.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
[ 16.181743] xhci-hcd xhci-hcd.0.auto: irq 523, io mem 0x06010000
[ 16.193688] [drm:ti_sn_bridge_probe [ti_sn65dsi86]] *ERROR* remote dsi host node not found
[ 16.196426] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 16.215640] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 16.225390] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 16.264059] hub 1-0:1.0: USB hub found
[ 16.277060] hub 1-0:1.0: 1 port detected
[ 16.279461] nvme nvme0: pci function 0000:01:00.0
[ 16.282855] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.300349] hub 2-0:1.0: USB hub found
[ 16.307163] hub 2-0:1.0: 1 port detected
[ 16.313690] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 16.326337] nvme nvme0: missing or invalid SUBNQN field.
[ 16.334570] nvme nvme0: Shutdown timeout set to 8 seconds
[ 16.351615] nvme nvme0: 2/0/0 default/read/poll queues
[ 16.362748] nvme0n1: p1 p2 p3
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 16.656014] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 16.742920] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
Starting [0;1;39mNetwork Name Resolution[0m...
[ 17.438695] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[ 17.665252] usb 1-1: not running at top speed; connect to a high speed hub
[ 17.678231] hub 1-1:1.0: USB hub found
[ 17.683932] hub 1-1:1.0: 4 ports detected
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[ 17.798849] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv[ 17.828502] hub 2-1:1.0: USB hub found
2/3 locking.[0m.
[ 17.838558] hub 2-1:1.0: 4 ports detected
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[ 17.982480] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 18.096150] usb 1-1.1: not running at top speed; connect to a high speed hub
[ 18.124314] hub 1-1.1:1.0: USB hub found
[ 18.130967] hub 1-1.1:1.0: 4 ports detected
Starting [0;1;39mSynchronize System and HW clocks[0m...
[ 18.174669] usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 18.217617] usb-storage 2-1.4:1.0: USB Mass Storage device detected
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 18.250928] scsi host0: usb-storage 2-1.4:1.0
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
See 'systemctl status sync-clocks.service' for details.
[ 18.422472] usb 1-1.1.3: new full-speed USB device number 4 using xhci-hcd
[ 18.530901] usb 1-1.1.3: not running at top speed; connect to a high speed hub
[ 18.547590] hub 1-1.1.3:1.0: USB hub found
[ 18.553276] hub 1-1.1.3:1.0: 4 ports detected
[ 18.646468] usb 1-1.1.4: new full-speed USB device number 5 using xhci-hcd
[ 18.754902] usb 1-1.1.4: not running at top speed; connect to a high speed hub
[ 18.769364] hub 1-1.1.4:1.0: USB hub found
[ 18.775779] hub 1-1.1.4:1.0: 4 ports detected
[ 18.854526] usb 1-1.1.3.2: new full-speed USB device number 6 using xhci-hcd
[ 19.218675] input: C-Media Electronics Inc. Lenovo USB Headset as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3.2/1-1.1.3.2:1.3/0003:17EF:60F4.0001/input/input0
[ 19.300548] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 19.313543] sd 0:0:0:0: [sda] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 19.323076] usb 1-1.1.4.1: new low-speed USB device number 7 using xhci-hcd
[ 19.331299] sd 0:0:0:0: [sda] Write Protect is off
[ 19.332063] hid-generic 0003:17EF:60F4.0001: input: USB HID v1.11 Device [C-Media Electronics Inc. Lenovo USB Headset] on usb-xhci-hcd.0.auto-1.1.3.2/input3
[ 19.362695] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 19.466545] input: PixArt USB Optical Mouse as /devices/platform/bus@100000/4104000.cdns-usb/6000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.1/1-1.1.4.1:1.0/0003:093A:2510.0002/input/input1
[ 19.482762] sda: sda1
[ 19.489060] hid-generic 0003:093A:2510.0002: input: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-xhci-hcd.0.auto-1.1.4.1/input0
[ 19.520943] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 19.566483] usb 1-1.1.3.3: new full-speed USB device number 8 using xhci-hcd
[ 19.902415] usb 1-1.1.3.3: not running at top speed; connect to a high speed hub
[ 19.921233] usb-storage 1-1.1.3.3:1.0: USB Mass Storage device detected
[ 19.930548] scsi host1: usb-storage 1-1.1.3.3:1.0
[ 20.910263] audit: type=1334 audit(1696411869.834:6): prog-id=9 op=LOAD
[ 20.920965] audit: type=1334 audit(1696411869.846:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 20.965500] scsi 1:0:0:0: Direct-Access USB3.0 FLASH DRIVE PMAP PQ: 0 ANSI: 6
[ 20.977382] sd 1:0:0:0: [sdb] 60628992 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 20.989197] sd 1:0:0:0: [sdb] Write Protect is off
[ 20.997303] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 21.096721] sdb: sdb1
[ 21.100067] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Found device [0;1;39mSamsung SSD 970 EVO Plus 500GB 3[0m.
Starting [0;1;39mFile System Check on /dev/nvme0n1p3[0m...
[[0;32m OK [0m] Found device [0;1;39mSamsung SSD 970 EVO Plus 500GB 2[0m.
Starting [0;1;39mFile System Check on /dev/nvme0n1p2[0m...
[[0;32m OK [0m] Found device [0;1;39mSamsung SSD 970 EVO Plus 500GB 1[0m.
Starting [0;1;39mFile System Check on /dev/nvme0n1p1[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/nvme0n1p3[0m.
[ 21.987692] usbcore: registered new interface driver snd-usb-audio
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/nvme0n1p2[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Mounting [0;1;39m/run/media/nvme0n1p2[0m...
Mounting [0;1;39m/run/media/nvme0n1p3[0m...
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/nvme0n1p1[0m.
Mounting [0;1;39m/run/media/nvme0n1p1[0m...
[ 22.411489] FAT-fs (nvme0n1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/nvme0n1p2[0m.
[ 22.442038] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 22.466970] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/nvme0n1p3[0m.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/nvme0n1p1[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 22.989389] audit: type=1006 audit(1696411871.914:8): pid=792 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
[ 23.021520] audit: type=1300 audit(1696411871.914:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc3aa13a8 a2=4 a3=ffff91cbe020 items=0 ppid=1 pid=792 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 23.064719] audit: type=1327 audit(1696411871.914:8): proctitle="(systemd)"
[ 23.720493] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 23.749847] EXT4-fs (mmcblk1p3): mounting ext3 file system using the ext4 subsystem
[ 23.818134] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 23.819237] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721s2-evm -
Arago 2023.04 j721s2-evm -
j721s2-evm login: root
root@j721s2-evm:~# devmem2 0x70000000
/dev/mem opened.[ 83.059302] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
[ 83.059321] CPU: 0 PID: 980 Comm: devmem2 Tainted: G O 6.1.46-gf8110d9ce8 #1
[ 83.059327] Hardware name: Texas Instruments AM68 SK (DT)
[ 83.059331] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 83.059337] pc : 0000ffff97ddcf28
[ 83.059339] lr : 0000ffff97ddf1d0
[ 83.059340] sp : 0000fffff440bd50
[ 83.059342] x29: 0000fffff440bd50 x28: 0000000000000000 x27: 0000000000412000
[ 83.059350] x26: 0000ffff97e01000 x25: 0000fffff440c118 x24: 0000fffff440bf20
[ 83.059356] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000000000048
[ 83.059361] x20: 0000ffff97e0a350 x19: 0000ffff97e01000 x18: 0000000000000000
[ 83.059367] x17: 0000ffff97ddf188 x16: 0000000000411ff8 x15: 0000000000000001
[ 83.059372] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffff97e01000
[ 83.059378] x11: 000000000000000e x10: 000000000000000a x9 : 0000fffff440bd94
[ 83.059383] x8 : 0000000000000040 x7 : 3030303130653739 x6 : 0000000000400358
[ 83.059388] x5 : 0000000000000000 x4 : 000000000040113d x3 : 0000000000000000
[ 83.059392] x2 : 0000000000400708 x1 : 0000000000400708 x0 : 0000000000400550
[ 83.059400] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 83.059404] CPU: 0 PID: 980 Comm: devmem2 Tainted: G O 6.1.46-gf8110d9ce8 #1
[ 83.059408] Hardware name: Texas Instruments AM68 SK (DT)
[ 83.059410] Call trace:
[ 83.059412] dump_backtrace.part.0+0xdc/0xf0
[ 83.059432] show_stack+0x18/0x30
[ 83.059438] dump_stack_lvl+0x68/0x84
[ 83.059448] dump_stack+0x18/0x34
[ 83.059453] panic+0x184/0x344
[ 83.059460] nmi_panic+0xac/0xb0
[ 83.059467] arm64_serror_panic+0x6c/0x7c
[ 83.059471] do_serror+0x58/0x5c
[ 83.059474] __el0_error_handler_common+0x40/0xa4
[ 83.059477] el0t_64_error_handler+0x10/0x20
[ 83.059481] el0t_64_error+0x18c/0x190
[ 83.059486] SMP: stopping secondary CPUs
[ 83.059494] Kernel Offset: disabled
[ 83.059495] CPU features: 0x40000,20028084,0000420b
[ 83.059500] Memory Limit: none
[ 83.294501] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
Memory mapped at address 0xffff97e01000.
U-Boot SPL 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:50:29 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Trying to boot from UART
CLoaded 959983 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:50:55 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
error getting GPIO lookup name: -22
Trying to boot from UART
CLoaded 1164227 bytes
U-Boot 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:50:55 +0530)
SoC: J7200 SR2.0 HS-SE
Model: Texas Instruments K3 J7200 SoC
Board: J7200X-PM2-SOM rev E8
DRAM: 4 GiB
Core: 84 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=> version
U-Boot 2023.10-rc4-00487-g12783dfb186a (Oct 04 2023 - 14:50:55 +0530)
=> boot
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+f8110d9ce8/j7200-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 02a2420251d18ed1c00b883ff468f332325ccd9c725b9ce5c0b67ffbd878357c9a822cb67e4eb367a78e8d2622c88e2c55a81b082c305da7ed81457cca0bf299
Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adbc
Data Size: 59013 Bytes = 57.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 0ceddb0f3a9d85b7e8a12936357830ffa8ed16105618d54a5f49991fc28e3d5284f30f5cb2ba766007cd534f88dbfca742121265d5b1aa5882dcef155b7e28b8
Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90859568
Data Size: 3410 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 58aa8cc5d055557561992145da9a676be44e39ea33666634d62f5dbe95cbc79fca5e96ff1c572515a7939a32b7ae04cd069a3d25cc3c6c5469bc2442c3fa485a
Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9085a3dc
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9085a814
Data Size: 3263 Bytes = 3.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: d792ed315653083673fd305f0c04c09e3fba91d95fd812527a77f92d9a58e7af7b8c6bf50d4d18234507097a4eff768808ce43e317d06891866d66ec1241bd40
Default Configuration: 'conf-ti_k3-j7200-common-proc-board.dtb'
Configuration 0 (conf-ti_k3-j7200-common-proc-board.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j7200-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 3dfa2616f1f8eb472fdf29d8cd24113cf7571f74cbb53683115a74a867670807a346c51e98d183c4ae94457f6322b8ee66d60cbd88a12381692dee9fb8d30e36bfa0643aa4c52926dcc17d93d2d5309c6ad6888d16f4476ae74cd4845a7221f0ac7c72498a3997b4b8b7f3fcd6584b5cf9a88024cedeeb48a64196f82b85369b22546b6b7a755195bd445ac158cfae4f316dafffbe256c191bbd7212042469c91dfbc66949e85ed68c91ff0ec4514a56a40f88c531064586d3801aa045b132876106956a060b4fadaadd94c270695b02668c89504f870af0af37bab7f06049ac5ea6ce7db93b09d6f770113d7f71eea5cf1c16188a31190841988ffc2642a22c0c292ad508bfc6c76fd677513e3417c353cd46b1e346ff76b0b61ad02e83cc21d9b15466cad357f7706a5701fbbb34973e69a33db13225810171819aa6cfc376b38d10ea52491e77d3adffdd96f736af9108d085528b183025dec9513dbabaf3c1a8781bba5c27d96217a95352945d716a27df5377a4cf757e91e54808217568c44fd179e7dc24d37673d8ffa9f32490990be64d21ba946177114d0f07f76a030aa887943696315ba610d5abe8b2dbbd5322d91ff3b3cc9c8263fa6ca8f4747262a78a5f669a9a5d3c88e31bef09ae3c5718fae6acd2146258c39ac439649ea49033d08aeb36558789cee21c0e64f65d72ee56b750e2fa3a5eb027672cf81ca4
Configuration 1 (conf-ti_k3-j7200-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4089ee76c38c23da8c5ee889d5719dcde92f91b54f070a4e51515a8e399d829d4b5bbd25098774299445aac311f988190ffbaa4f1659d06dc039617ce4a559902d7c451b998102dd82b624bf91cb7c4725666abf0430dfa71122e45860b38525549b698e1af63f99a7886928a67bb09b477555fdfa14acb363d7e4275211735b41e77dad6be07ba46632ff702381b6fbc84bb0ea59eb5d84f2c133fa05c3b7cc75cbed89ad730723287b3dc01fca995fb36cd7dd8b84210b8e80e92e2336310067e3b4ead5759c49add59ca625f144d000d90a70c4f0775a411f2a434469697d89efa21019637b6ee58c2ec6a17076bb1e51689843d534e68267b119ef06069edc82d5b4f063c1ac4088fdde1db658b44dafe796ab8736a5c838989808ae197d447e1a78727d18834d7dbf014e5b83e21073ea83edf60d9fe3e019cf30dbbfebddf6b00e708a776acf724bacfac7c2f1c3c5c99c2a3a905bc0f08d45d0267a2bc350ecca4de5beeedc2cd4243beec736bbf13814929356304ffa9fa3161c90dd343eeeac816e1b4eb218a93338ce887797139e5661a3e3b61ee91aef87d6026d9f2acf7dd7e8779ca41e43eb9df57bf81f24f974820b3a8b23abca0fdc4ce66dfa2fa4657f79c0c98e6adb9ca86e107be43ab3979516f63482c20f00c673556e59e5304496ff5c0771de5efd1657a566a5b5a563942e23f019eff2b71d6a5f66
Configuration 2 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 355eadf37511ee9b78a0bfb11b8c7c4da90a4fbc53ddc4d059cead006b0bd8db7db0b850d27a38ec6d437f4601864bba0d3cd0023af84e75e4ac3f7c814e318da61d972af49e3d5822a3fceb05809e91da975bfe597bf7baecfcbf9fb354edde4a26fc4c3a6c12832a191a5bb281a7580d295f1ae492683756c0eeee52652a08f1dd49fb26dc0afa1f64d14377627fba0c020d56206e86c0b4c49f1a7639c4ea44c72018056d386223c97c97985873797789204649e50f4b893d4eba8adc584a031b006bd8dfa4cf2308c3cfdf40bd1f5deb07137c6052eeeb92c17a0c54ff89f3721a426a5ba87d7240369d4e4608ce29132c26df1256d23f68500fd43df196c35b0834914b9c38f56fff36368d35264514b88ca40ad5a068c125623c3c0d33e7f3ff82f586112e23943bdfec04d595028474c190a46f7a296c8d09a65ea2e1dc2ef860dda9df853b04f148123f007ddf96af4d84bdfef8c800df62c8ecee1261b2ce402b625ac05d1756b005a4f8585611b11ad1035fac86a7ec0604fd3cc45b4698dde9f612c2daebe232005da6e7442dd3262178209075ca158e98c230cea544eff4093f376f3a352074059f56158f42e9f7f219c16b8cce277a8d6c1398b9660f18a5781baf8731b55694181229383eead63db162e52975cdfb8e859dfef1131077ced8feb0a7dc1b2ba9c90355b958b27c6a0082ec34c0a2bf0c813a50
Configuration 3 (conf-ti_k3-j7200-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 61d8f9c8ad03539b4676ae2a43b6abe66bc6c7cbee18015ac567913d8b01dac639b2ec21ed53044d5f756da1f92f8454b3ae29a753833882716afbee4c6138459fd777672f91066d1e27d545213d6700db94b611b792657a853b6fed6a82605db0a80f5b5c930c005c32ebb6a6589f55301f352dfe374db655ce39fc61d72ddcbf6ce57f8b9a35cb9e14cbf536f2391a288230c6742aa12315677b88f22189c37c0f5d9dc92ea21ea306f4bfeb24e6ffff85e5b42a80f936e766658b8ca92b2f4e05fea0186d405272311763cb9b678ee76eabb3f612e8914163059418df0e3340ce990a46c6d2da01c98c43934063614b9754513f5f50217af4d597af50ddb988833c340aceeed9d7aa613e156a9f78d4ffba3567e6323d1fe3abf8188c5d1ec98d669807f1c513b0a21e5478b9f45151c5505091f24a8170f770b63f1f39c0adb94a952001eb0f925c1e4ce86662e8be743612a651c589baf3d6265eb21f680ae32657727f046d96ac07772e1a3a616316faf12bec791b96ca83ce2cb92d18ac6bfaf69cdf2ee5f2d6fe73f9ebb65dba6a029bc55df43fc40021a983e68c5caada225873f7537c9ded187dd1c853d55db2b919ed47119d5d465b56c1381271d462df1ac77deea213b27f71e9808a8dc89339b8aec27c7cc8f6126c2e6d378418ceaa571de6d48f99c84b3ca0b8dd09939df8d6573f8e3329c1aa06202fa2d0
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j7200-common-proc-board.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j7200-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j7200-evm-quad-port-eth-exp.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 02a2420251d18ed1c00b883ff468f332325ccd9c725b9ce5c0b67ffbd878357c9a822cb67e4eb367a78e8d2622c88e2c55a81b082c305da7ed81457cca0bf299
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j7200-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j7200-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adbc
Data Size: 59013 Bytes = 57.6 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 0ceddb0f3a9d85b7e8a12936357830ffa8ed16105618d54a5f49991fc28e3d5284f30f5cb2ba766007cd534f88dbfca742121265d5b1aa5882dcef155b7e28b8
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x9084adbc to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image
Loading Device Tree to 000000008ffee000, end 000000008ffff684 ... OK
Working FDT set to 8ffee000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J7200 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a47fffff]
[ 0.000000] node 0: [mem 0x00000000a4800000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j7200-hsevm/autofs/7c99c0099c1473605eced230914e31e3,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3895748K/4194304K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 265788K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 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: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008339] Console: colour dummy device 80x25
[ 0.012903] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023575] pid_max: default: 32768 minimum: 301
[ 0.028313] LSM: Security Framework initializing
[ 0.033089] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040667] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049486] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056891] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063158] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070545] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076863] rcu: Hierarchical SRCU implementation.
[ 0.081762] rcu: Max phase no-delay instances is 1000.
[ 0.087266] Platform MSI: msi-controller@1820000 domain created
[ 0.093418] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.102945] EFI services will not be available.
[ 0.107677] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.176762] Detected PIPT I-cache on CPU1
[ 0.176828] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.176843] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.176876] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.176927] smp: Brought up 1 node, 2 CPUs
[ 0.206273] SMP: Total of 2 processors activated.
[ 0.211078] CPU features: detected: 32-bit EL0 Support
[ 0.216332] CPU features: detected: CRC32 instructions
[ 0.221617] CPU: All CPU(s) started at EL2
[ 0.225799] alternatives: applying system-wide alternatives
[ 0.232361] devtmpfs: initialized
[ 0.239902] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.249878] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.257454] pinctrl core: initialized pinctrl subsystem
[ 0.263121] DMI not present or invalid.
[ 0.267383] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.273972] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.281284] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.289323] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.297448] audit: initializing netlink subsys (disabled)
[ 0.303044] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.303247] thermal_sys: Registered thermal governor 'step_wise'
[ 0.310965] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.317121] cpuidle: using governor menu
[ 0.327871] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.334836] ASID allocator initialised with 65536 entries
[ 0.346487] KASLR disabled due to lack of seed
[ 0.354100] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.361061] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.367467] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.374413] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.380840] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.387775] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.394177] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.401111] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.408397] k3-chipinfo 43000014.chipid: Family:J7200 rev:SR2.0 JTAGID[0x1bb6d02f] Detected
[ 0.417538] iommu: Default domain type: Translated
[ 0.422531] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.429064] SCSI subsystem initialized
[ 0.433073] usbcore: registered new interface driver usbfs
[ 0.438695] usbcore: registered new interface driver hub
[ 0.444132] usbcore: registered new device driver usb
[ 0.449500] pps_core: LinuxPPS API ver. 1 registered
[ 0.454572] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.463914] PTP clock support registered
[ 0.467976] EDAC MC: Ver: 3.0.0
[ 0.471647] FPGA manager framework
[ 0.475164] Advanced Linux Sound Architecture Driver Initialized.
[ 0.481808] clocksource: Switched to clocksource arch_sys_counter
[ 0.488167] VFS: Disk quotas dquot_6.6.0
[ 0.492197] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.502240] NET: Registered PF_INET protocol family
[ 0.507572] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.516606] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.525376] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.533304] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.541535] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.550298] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.557136] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.564060] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.571500] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.577578] RPC: Registered named UNIX socket transport module.
[ 0.583640] RPC: Registered udp transport module.
[ 0.588444] RPC: Registered tcp transport module.
[ 0.593247] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.599829] NET: Registered PF_XDP protocol family
[ 0.604730] PCI: CLS 0 bytes, default 64
[ 0.609092] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.618131] Initialise system trusted keyrings
[ 0.622792] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.632129] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.638483] NFS: Registering the id_resolver key type
[ 0.643667] Key type id_resolver registered
[ 0.647939] Key type id_legacy registered
[ 0.652066] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.658915] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.666563] 9p: Installing v9fs 9p2000 file system support
[ 0.691736] Key type asymmetric registered
[ 0.695921] Asymmetric key parser 'x509' registered
[ 0.700933] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.708577] io scheduler mq-deadline registered
[ 0.713213] io scheduler kyber registered
[ 0.718966] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.724974] pinctrl-single 4301c038.pinctrl: 2 pins, size 8
[ 0.730772] pinctrl-single 4301c068.pinctrl: 59 pins, size 236
[ 0.736816] pinctrl-single 4301c174.pinctrl: 8 pins, size 32
[ 0.742746] pinctrl-single 11c000.pinctrl: 67 pins, size 268
[ 0.748599] pinctrl-single 11c11c.pinctrl: 3 pins, size 12
[ 0.754629] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.764173] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.774375] loop: module loaded
[ 0.778211] megasas: 07.719.03.00-rc1
[ 0.783762] tun: Universal TUN/TAP device driver, 1.6
[ 0.789255] thunder_xcv, ver 1.0
[ 0.792577] thunder_bgx, ver 1.0
[ 0.795884] nicpf, ver 1.0
[ 0.798836] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.806220] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.811669] hclge is initializing
[ 0.815059] e1000: Intel(R) PRO/1000 Network Driver
[ 0.820041] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.825926] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.830996] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.837057] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.842571] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.848272] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.854674] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.860777] sky2: driver version 1.30
[ 0.864842] VFIO - User Level meta-driver version: 0.3
[ 0.870449] usbcore: registered new interface driver usb-storage
[ 0.876963] i2c_dev: i2c /dev entries driver
[ 0.882133] sdhci: Secure Digital Host Controller Interface driver
[ 0.888458] sdhci: Copyright(c) Pierre Ossman
[ 0.893198] Synopsys Designware Multimedia Card Interface Driver
[ 0.899528] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.905680] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.911906] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.918612] usbcore: registered new interface driver usbhid
[ 0.924308] usbhid: USB HID core driver
[ 0.928872] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 0.933442] optee: revision 3.20 (8e74d476)
[ 0.949877] optee: dynamic shared memory is enabled
[ 0.959347] optee: initialized driver
[ 0.964139] Initializing XFRM netlink socket
[ 0.968529] NET: Registered PF_PACKET protocol family
[ 0.973761] 9pnet: Installing 9P2000 support
[ 0.978154] Key type dns_resolver registered
[ 0.982719] registered taskstats version 1
[ 0.986922] Loading compiled-in X.509 certificates
[ 0.996663] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.075330] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.137030] pca953x 1-0021: supply vcc not found, using dummy regulator
[ 1.143866] pca953x 1-0021: using no AI
[ 1.170210] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.177023] pca953x 1-0020: using no AI
[ 1.181561] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.188373] pca953x 1-0022: using AI
[ 1.192651] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.254053] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.260870] pca953x 2-0020: using no AI
[ 1.286117] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.291890] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.300424] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.309755] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.318350] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 209 created
[ 1.384088] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:235
[ 1.393985] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.400745] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.410415] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[120,200] sci-dev-id:211
[ 1.420579] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.427340] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.434941] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0xf8 (0x34)
[ 1.442594] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-uart0-pins-default 248x
[ 1.507935] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 251, base_baud = 6000000) is a 8250
[ 1.572840] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
[ 1.581692] printk: console [ttyS2] enabled
[ 1.581692] printk: console [ttyS2] enabled
[ 1.590135] printk: bootconsole [ns16550a0] disabled
[ 1.590135] printk: bootconsole [ns16550a0] disabled
[ 1.655831] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 253, base_baud = 3000000) is a 8250
[ 1.832893] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.877817] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.886399] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.894679] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.907519] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.914728] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.920918] pps pps0: new PPS source ptp0
[ 1.925070] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.990153] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 2.111145] mmc0: CQHCI version 5.10
[ 2.155786] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 2.250474] mmc0: Command Queue Engine enabled
[ 2.254930] mmc0: new HS400 MMC card at address 0001
[ 2.260275] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 2.265852] mmcblk0: p1 p2 p3
[ 2.269279] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 2.274981] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 2.280577] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 2.469134] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 2.475807] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-10-04T09:30:11 UTC (1696411811)
[ 2.621823] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc8900
[ 2.628723] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc8900
[ 2.636459] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.646408] ti-udma 31150000.dma-controller: Channels: 50 (tchan: 25, rchan: 25, gp-rflow: 8)
[ 2.825463] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.830481] 7 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.837519] Creating 7 MTD partitions on "47040000.spi.0":
[ 2.842991] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 2.849072] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 2.854904] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 2.860784] 0x000000700000-0x000000740000 : "ospi.env"
[ 2.866388] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 2.872605] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.878457] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 2.943895] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.989816] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.998502] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 3.006781] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 3.019697] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 3.026910] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 3.033193] pps pps0: new PPS source ptp1
[ 3.037353] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 3.047588] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 3.055727] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[ 3.111265] mmc1: CQHCI version 5.10
[ 3.153076] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 3.168794] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 3.178302] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 3.228440] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.235563] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[ 3.245436] mmcblk1: p1 p2 p3
[ 7.274819] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 7.301811] Sending DHCP requests ., OK
[ 7.321642] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.93
[ 7.329291] IP-Config: Complete:
[ 7.332511] device=eth0, hwaddr=f4:84:4c:fc:6f:b2, ipaddr=192.168.0.93, mask=255.255.255.0, gw=192.168.0.1
[ 7.342581] host=192.168.0.93, domain=ti.com, nis-domain=(none)
[ 7.348918] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 7.348920] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 7.364135] ALSA device list:
[ 7.367100] No soundcards found.
[ 7.394207] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 7.400371] devtmpfs: mounted
[ 7.404820] Freeing unused kernel memory: 2176K
[ 7.421875] Run /sbin/init as init process
[ 7.609940] random: crng init done
[ 7.636269] NET: Registered PF_INET6 protocol family
[ 7.642859] Segment Routing with IPv6
[ 7.646585] In-situ OAM (IOAM) with IPv6
[ 7.672399] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 7.704186] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.774730] systemd[1]: Hostname set to <j7200-evm>.
[ 7.874009] systemd-sysv-generator[141]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.898646] systemd-sysv-generator[141]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.923061] systemd-sysv-generator[141]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.948202] systemd-sysv-generator[141]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.977322] systemd[132]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 8.162366] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 8.219774] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 8.283526] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.336061] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.359331] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.383241] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.406957] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.430039] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 8.453969] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 8.478005] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.497877] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.517862] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.537863] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.588480] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.609957] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.635600] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.658056] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.682660] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.706568] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.730175] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.746584] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.771530] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.794111] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.814493] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.854144] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.872715] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.896630] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.918250] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.954140] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.977659] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.004562] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.024616] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.045709] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.074559] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.092463] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.128466] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.136715] fuse: init (API version 7.37)
[ 9.151809] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.169228] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.195646] cryptodev: loading out-of-tree module taints kernel.
[ 9.198578] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 9.209486] cryptodev: driver 1.12 loaded.
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.233438] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.254956] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.271564] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.299062] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 9.326349] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.595866] systemd-journald[155]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.772432] audit: type=1334 audit(1696411818.792:2): prog-id=5 op=LOAD
[ 9.779117] audit: type=1334 audit(1696411818.792:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[ 10.269996] systemd-journald[155]: Time jumped backwards, rotating.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 10.353495] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 10.365162] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stac[ 10.380142] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
k Activation Socket[0m.
[ 10.389836] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 daemon using ipsec.conf[0m.
[ 10.822250] audit: type=1334 audit(1696411818.782:4): prog-id=7 op=LOAD
[ 10.834256] audit: type=1334 audit(1696411818.790:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[ 11.221560] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.345428] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.370457] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.371378] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.402363] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.414752] remoteproc remoteproc0: 41000000.r5f is available
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.461145] remoteproc remoteproc0: attaching to 41000000.r5f
[ 11.469687] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 11.477480] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.495294] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 11.509477] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.518392] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 11.527934] rproc-virtio rproc-virtio.10.auto: registered virtio0 (type 7)
[ 11.545610] remoteproc remoteproc0: remote processor 41000000.r5f is now attached
[ 11.566042] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0000:00
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 11.574288] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.584741] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x18001000-0x18010fff])
[ 11.594492] pci_bus 0000:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 11.601742] pci 0000:00:00.0: [104c:b00f] type 01 class 0x060400
[ 11.614440] pci 0000:00:00.0: supports D1
[ 11.618654] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 11.625125] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.625159] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 11.637873] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.646661] remoteproc remoteproc1: 5c00000.r5f is available
[ 11.657215] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 11.724738] remoteproc remoteproc1: attaching to 5c00000.r5f
[ 11.761291] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.820143] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 11.896121] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.903621] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[ 11.971260] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.972702] virtio_rpmsg_bus virtio1: creating channel rpmsg-kdrv addr 0x1a
[ 11.976826] rproc-virtio rproc-virtio.11.auto: registered virtio1 (type 7)
[ 11.983861] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0x15
[ 11.990606] remoteproc remoteproc1: remote processor 5c00000.r5f is now attached
[ 12.006021] platform 5d00000.r5f: configured R5F for IPC-only mode
[ 12.014414] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 3
[ 12.018405] pci 0000:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
[ 12.033037] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
[ 12.034114] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 12.059776] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 3
[ 12.063773] pci 0000:00:00.0: PCI bridge to [bus 01]
Starting [0;1;39mEnable and configure wl18xx bluetooth[ 12.077278] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0) 15/Apr/2023 SHA:05546b8d
stack[0m...
[ 12.080003] remoteproc remoteproc2: 5d00000.r5f is available
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
See 'systemctl status bt-enable.service' for details.
[ 12.230179] remoteproc remoteproc2: attaching to 5d00000.r5f
[ 12.263399] pcieport 0000:00:00.0: PME: Signaling with IRQ 685
[ 12.266585] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 12.297105] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 12.437521] pcieport 0000:00:00.0: AER: enabled with IRQ 685
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.[ 12.518710] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 12.529108] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.[ 12.542551] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
[ 12.599578] rproc-virtio rproc-virtio.12.auto: registered virtio2 (type 7)
[ 12.617086] remoteproc remoteproc2: remote processor 5d00000.r5f is now attached
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch Status /dev/rfkill Watch[0m.
[ 12.818720] audit: type=1334 audit(1696411820.778:6): prog-id=9 op=LOAD
[ 12.830320] audit: type=1334 audit(1696411820.786:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 13.452108] audit: type=1006 audit(1696411821.410:8): pid=485 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.470755] audit: type=1300 audit(1696411821.410:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc9f6b7a8 a2=4 a3=ffffb603e020 items=0 ppid=1 pid=485 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 13.497904] audit: type=1327 audit(1696411821.410:8): proctitle="(systemd)"
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 13.968399] audit: type=1006 audit(1696411821.926:9): pid=453 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 15.238212] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.281489] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.282572] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 15.314969] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Quota mode: none.
_____ _____ _ _
| _[ 15.369208] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
|___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _[ 15.369556] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j7200-evm -
Arago 2023.04 j7200-evm -
j7200-evm login: root
root@j7200-evm:~# devmem2 0x70000000
/dev/mem opened.
[ 53.962388] SError Interrupt on CPU1, code 0x00000000bf000002 -- SError
[ 53.962401] CPU: 1 PID: 898 Comm: devmem2 Tainted: G O 6.1.46-gf8110d9ce8 #1
[ 53.962406] Hardware name: Texas Instruments J7200 EVM (DT)
[ 53.962408] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 53.962412] pc : 0000ffff99e5ef54
[ 53.962414] lr : 0000ffff99e611d0
[ 53.962415] sp : 0000ffffcb96ba20
[ 53.962416] x29: 0000ffffcb96ba20 x28: 0000000000000000 x27: 0000000000412000
[ 53.962422] x26: 0000ffff99e83000 x25: 0000ffffcb96bde8 x24: 0000ffffcb96bbf0
[ 53.962427] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000000000048
[ 53.962431] x20: 0000ffff99e8c350 x19: 0000000000412018 x18: 0000000000000000
[ 53.962435] x17: 0000ffff99e61188 x16: 0000000000411ff8 x15: 0000000000000001
[ 53.962439] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffff99e83000
[ 53.962443] x11: 000000000000000e x10: 000000000000000a x9 : 0000ffffcb96ba64
[ 53.962447] x8 : 0000000000000040 x7 : 3030303338653939 x6 : 0000000000400358
[ 53.962451] x5 : 0000000000000000 x4 : 0000000400000402 x3 : 0000000000000000
[ 53.962455] x2 : 00000000004003b8 x1 : 0000000000000008 x0 : 0000000000400550
[ 53.962460] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 53.962463] CPU: 1 PID: 898 Comm: devmem2 Tainted: G O 6.1.46-gf8110d9ce8 #1
[ 53.962466] Hardware name: Texas Instruments J7200 EVM (DT)
[ 53.962468] Call trace:
[ 53.962470] dump_backtrace.part.0+0xdc/0xf0
[ 53.962485] show_stack+0x18/0x30
[ 53.962491] dump_stack_lvl+0x68/0x84
[ 53.962498] dump_stack+0x18/0x34
[ 53.962503] panic+0x184/0x344
[ 53.962508] nmi_panic+0xac/0xb0
[ 53.962514] arm64_serror_panic+0x6c/0x7c
[ 53.962517] do_serror+0x58/0x5c
[ 53.962520] __el0_error_handler_common+0x40/0xa4
[ 53.962522] el0t_64_error_handler+0x10/0x20
[ 53.962525] el0t_64_error+0x18c/0x190
[ 53.962529] SMP: stopping secondary CPUs
[ 53.962536] Kernel Offset: disabled
[ 53.962538] CPU features: 0x40000,20028084,0000420b
[ 53.962541] Memory Limit: none
[ 54.151094] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
U-Boot SPL 2023.10-rc4-00491-g41a4ee3ff91e (Oct 03 2023 - 15:40:22 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
ESM init failed: -19
Trying to boot from UART
CLoaded 1001015 bytes
Loading Environment from nowhere... OK
init_env from device 7 not supported!
Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty
NOTICE: BL31: Built : 14:12:59, May 22 2023
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.10-rc4-00491-g41a4ee3ff91e (Oct 03 2023 - 15:40:49 +0530)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from UART
CLoaded 1274195 bytes
U-Boot 2023.10-rc4-00491-g41a4ee3ff91e (Oct 03 2023 - 15:40:49 +0530)
SoC: J721E SR1.1 HS-SE
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev A
DRAM: 4 GiB
Core: 124 devices, 35 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2800000
Out: serial@2800000
Err: serial@2800000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
cdns,sierra serdes@5000000: sierra probed
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 2 0
=>
=>
=> version
U-Boot 2023.10-rc4-00491-g41a4ee3ff91e (Oct 03 2023 - 15:40:49 +0530)
=> boot
## Checking Image at 90000000 ...
FIT image found
FIT description: Kernel fitImage for Arago/6.1.46+gitAUTOINC+f8110d9ce8/j721e-evm
Image 0 (kernel-1)
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 232259fafd0fc2d2614f3e065946fad626712a35c0ad23b47e11b998d820bf3a7675afae594799c1be18f64ef065c3705af54ea706a30b9014ebbe87cbf9e95f
Image 1 (fdt-ti_k3-j721e-beagleboneai64.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9084adb8
Data Size: 101695 Bytes = 99.3 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 73da73a26a6e7be8040437948e6244c65709d50479b34ca60f32869e0e49d11e942b12c7857609dcf925edeeaedf41ed7f5d1452ab5823d49b19d74f7f7a9eaf
Image 2 (fdt-ti_k3-j721e-sk.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90863c08
Data Size: 102504 Bytes = 100.1 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 371f8bdf97f264f8bb93b1a5ecef17e666394783b2045902cd41f6fb124a66047b79c837a95606795cb6afb2bfd8aa12f1502d2fd076f571a2b61176ded02145
Image 3 (fdt-ti_k3-j721e-common-proc-board.dtb)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087cd90
Data Size: 112468 Bytes = 109.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 9c89bcd6aa8240e03cc11259f89b9f1de9d149edb5e1221711d585835df3dc7200f9acff225325093036d9c5dfb5f121c8c551f0fb63d8a07db3c71a02aaad5b
Image 4 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90898604
Data Size: 4216 Bytes = 4.1 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 44c86a927eb3e0cfd91edad3fba502d853430bce0f975d3b73517092afac739a3ef77d9d75fb54bed313c21f146a36bb8e913ccc246e43f19f9628c46cb6b79d
Image 5 (fdt-ti_k3-j721e-sk-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x90899794
Data Size: 3389 Bytes = 3.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 767358187ad75fe8498a4e7e091be0403da9c1f1d1e73dd0878930e9d3bb18116e6ee28994875f585f5a508e55e7a12b4d93e5e29ed973c049d61b20c6134608
Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089a5ec
Data Size: 2988 Bytes = 2.9 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: e246edb4279b47f13b5e07f5a46b7d627ad4e9c8695cd0760d036e03ac339d81b0f81fbfdcf758eb5d12337d111789ed6604d2c6ebe4dc33cce55e9f264bc28a
Image 7 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089b2bc
Data Size: 3589 Bytes = 3.5 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 59a23f2ec1b187f370e259b4082bf0dc597c52ea75c4cf8e24652086cab0803801b67b58b76687e59b2857ff332e448fb15e7b64c19514dffe9fd4d10e716d70
Image 8 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089c1e4
Data Size: 1623 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b3bb168866caa30d9148ce5b5a69c4c80a69c82a65d608a5d2c510818a51b1b109822e38b71c38540a8861fec82f283c8728c1317f3e6795f88b7cf58dbb66d8
Image 9 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089c95c
Data Size: 1626 Bytes = 1.6 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7c19702b65392b71901801554238e7e61dc1d7f9de8ee12b2e209d70da8816ed5248fcc8a524f9c94339b1a61217d79ae61e0b34bbc6f44624f1f7afe1a8aac
Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089d0dc
Data Size: 4285 Bytes = 4.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3398bc08a42da8f1c5ac0e945991f791c1e6b6e042b3e42394b08b1d97e49c634c170cdde5bca07a6248b71fcdb032c0bdbbaa4a01e97f0acd49a983f38c9ef2
Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089e2b8
Data Size: 2324 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 625874046d48f9dc3cfd917db06459941d21f31f60c7ec017b98a0c0e0ff054866a8cfedace694137409c42b8d3f13b36706bcbc9ceded3a77a93084baf3472d
Image 12 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089ecec
Data Size: 4536 Bytes = 4.4 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f1c4249bb795f5be5d0d8c6e1889bc63a75a435297bf121e1bd8080a2d6eba7cc9588ed1d4a83bd2efa17ead8ca944ab05724cab337c6c733e8c79f659387513
Image 13 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9089ffc4
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 29e1ed590106bf4d6e6e7f28227029d14b3a753d10ce96ba731aaa8e0d8dd55a16f0cdf8486fc5a913978c532d9df68da2489ca623970027159751c46781384d
Image 14 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a0a38
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: b7fc6b3885deedeeda85174f2e2ff8dffa77f729919324a589053d2a9721d8a7f236bfb89eae4791684c44b45d828de882fd23c8c1d889870072f7770b3115e3
Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a1408
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: dab792a0fe4f23338569aef8d1e5f7b31ee09cb7b6a916c5a9332ceb5118dea551d905186a28c3bec62fbfdd2a9e2ab18c879f023968ea9cd4c4e916541cf403
Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a1e80
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 3087be83f5170dcb0ecd7509515bb40834d44bafcc02c992fd7934fb7b2249ad76c9333000618c83dd5c47361dbbae7cb4317daaf94ce61061299acd46bf7f0e
Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a28f8
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c0aca4fefc6e5bd651d9dc7bc47a67ef663bd66c560aa88f54d5f08abcc2fbaaa1a75fefbd7469ffd40c6f692c3e34ad56d6629604ca7cff3411b1a787364647
Image 18 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a336c
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: feadc9b47e74e1144be9229ea5ebb8db2077fcf8eca8b45b41e7c869cca9c440d24f845ff550d3b75cb3a0f8191caa184f262188b0c39256e927138a787a6038
Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a3d3c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 21da5dca260b652762e4681186af2dd5a58c22ad99701a3e7baaf38a1b82e96f76e8574c67ee4cc09ec325783cf447d22b2596901d2771bcde6c2e08dc566a2b
Image 20 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a47b0
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: f3127ca006e892ceab92e6978e38d2fa285788c56503f9433a962d205ff9c96013f41ae4065134a6f6377925df746d70dffcac19fdd4c4ca89dbea3034212f19
Image 21 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a517c
Data Size: 2221 Bytes = 2.2 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 6aa75a2f1bdcd350887f428235a83ce7665b13ccb11e7b2d248950c306b53370e978a1838c836957dad6997befe07a8399876fe2fb99b819c86f6d29ca50e084
Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a5b4c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: a10c0a703f0411acb2089e9ab323262da6449394aa287385378ca90ac3edcd00ab7f6493ba79e115a5c54f97f620b67b8eea3634dcbe02fee26f0a84ad7d4355
Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a65c4
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: fd9beac010ff5c5dc6e6e0379e324dd942c1551be044fb32a6c36bcf3a886fba255bfe4097dc2e53bafd1b7e0b9656b47687e4b41d0be3b85a2414dfb4d9899a
Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a703c
Data Size: 2389 Bytes = 2.3 KiB
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: 9e6c6ec68d32dd377de44356b2e8ad4f08be24ab00b245ec42fdc8a4326f9a706c7bca01f76004b9331eeaa7a2b96929ba92884561387a82af5917b8e11011ae
Image 25 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x908a7ab4
Data Size: 785 Bytes = 785 Bytes
Architecture: AArch64
Load Address: 0x83080000
Hash algo: sha512
Hash value: c6d6b05fa72e4a7e1f43dfde19cab5cf0a9c7e04ed9e8af30b6f240fb67c96cd52d8ae901c346ec878e136b9b3e3eab35b97c376398da8c513beca2b826fcb4d
Default Configuration: 'conf-ti_k3-j721e-beagleboneai64.dtb'
Configuration 0 (conf-ti_k3-j721e-beagleboneai64.dtb)
Description: 1 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-beagleboneai64.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 1d7aa60ed7bef818c6cdc28cae3d94261588f2245f343dd5e8827f5c85ef63e7f5da0cf8924026f260433688f0d5f94e8da1cba8a6d08989bc75ef88608902ab879e974c62fb7f2ccace82f74b8d7f0e99f9b801f5a7a33627424659889508be5607f0872cef3bdb6b0aed446f1f97d18d23ad5b4332c7e310424801d0a7c11be30b71975d638b5b69f7558a46f4ee4e93203ac48b3292efb2f26221e4ecc3c80d7c01b1f490f36ff291ffe9cdfff01495903af99239a7e7ff39d8726d624135c5969d6f372da748d17515bb374e158836b4c8613cc31d65440e8a42302e780cbaeeb6aa798b21c558c0b082645d81714ff93359cad2542c4187cbc2248abeab68510200dc8d8d1b67474dad8e4b22a38b6427c403cd6998baa0f475a0252716727640071506815e57ccfd248c50bcd7d890d25e68d7836b185e1cc25d8c347386ebd7d29bf96c393f29629f44db4322af5da9c42e3bcb97ee6c71a934938d0f9b60bafbbcb98275c90a1c7fba38575c6dac1d38779aa2e7a75be5359f4a765a9b5fb01f9eb6e17e5a80d8a6bd0c51369bd4f7bf38ff51a7d0b11a4a19ab107fcf6d173c4b2c47ccaf925005da2431ffce1595c6419e9b6026ee2761fc1cb2f13cdb041807d6de98f26dc6359b4a42b78448666f674fb85cf0a7540eb91829506e58a5840321d31448e460d29c922a786bf7a600bff25df672dd3d02cd42424a
Configuration 1 (conf-ti_k3-j721e-sk.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-sk.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 4516b733a84b7e8c686c68042082dd0855b8b3b226641183c8fdc583bf9c1ee2b3965af61860525e7e68781884af75351ecd2e19dac11553bf15fff5c34938b964315a4ab0d80030c95ec71473032841950aa6509830ce8e712f952e19ee7e73b8adc2bb5d8184d45b30095a6aabcb7361f660a479fd3544a1c345d9dfbc7f1ed69a12757a8c7929cf0097d9f680c56a317359553ec42d798bc4a3f1503b17443560454b5e00825a54794b5e719a68cd03546308d59d2a6cb77d0955acfbbb83f34bc7056e3407cddb6a6d7ee79dab7700957178c50a53ceac69abf3a1189310d312293511e29e65a79823333ff35787700f41b8d7915e8f20980b639bdbef4a69c1c0faf85f8ff06cfe33e7bc87366baaac8e213d7b6c6f1c6ea8feca8bed9b734dc30736c98297f68b6e5499db9445dab6dc05d81c5b3feae132487609cee0f99bdf7578e54e03ed291c307d84d717d702a502519dae29e80af8246586d279667ea8ca589d38623b6a67829dca2fa3d018966f1d572cabefdbf90041c93efb657b2e99c229204fe848af3baa7cfacd95354af541bca4b1a0428c80d56816271c43dac2fe008a83a1b6d0740361875cb4224c158374a7719e1084d2552857d1abed3553012e55bd650bc1bbce31af2145526605426c90e6b498fbdbd4913a2c80c3f1e4e4223d01b7c8ed48ca833d33e80c2601a6bd19e5ecc5e4cbf2b18559
Configuration 2 (conf-ti_k3-j721e-common-proc-board.dtb)
Description: 0 Linux kernel, FDT blob
Kernel: kernel-1
FDT: fdt-ti_k3-j721e-common-proc-board.dtb
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: a8dafa4c269be844b92f2d4e839e46a7b5be0352ed906eb9421a34c8bd6a7d9a21f464c964b12369db73e969379d1c6047ae1f4d9b8139a2b73f5e4aab1beda545627cdd90e18fcf403f5ec6868d5ed2e8646bbcc4ab70bb7afaddc454fc612b20281ab312612a2bc29ae020efeb74c8152f069e56b2e3325dac59ed23596771e94136b42f0ca3d6a7f6a7af19dfa244cd920171c77dc6b7f1a3f6a4878652955a1dbca839f52f4dbe2731dbcdbc18dc1086e0d5f563c412f4ad9f70a9aed3ea6893987bfbe6856b2ff77f2cfcfa58cf7cbbf3c499e7177bc48c7d98f8148dbb7eb179bdb81adb73be04f24cd155670354e8f1574f60881c186f0a2d2e89fa27df14e5ccc79fde4ada145857c6711806bc44e505e301d8231743a343ed76800aae7cac9735a6983b8fdc69e4ca44d8f196c10483a8c1f6c437d4c117e62e84ed27a828c39ae7220b8c742754b62a9a8ba08f0ad33a7b5904ffc4921f26f1e6cad86c2ef47179900dd8c69a7e013ed3070ddaf54ebb0b80642f05864d3bbb5c6ec11a9091eaeb3ea07f4962163118f326a6997e427a46ce339bd5e741f4cd9a6c016fdf148ef713e655426e467e57a8cbf3fae7f6535a05859d8dd3b5110d697ccdee65ef9d3a9c3f8b404e8d1cfb6bee396549b3dec45cafbc7022ce05d546649cd76f3212f8b14653f1b974f8ddf898c590b14fc46294daab762c47a106219b
Configuration 3 (conf-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: ae335e0092056ff32bd87b64a75b0fe79a45b6b5dcb52fd9638ff19865cd1e5772f7ef90fc9ed998a791ee1f4d0255bc5ef2d901039f04342325a983547a352c046d61ddaea5004234db6650053c46782e7d864f0b37f6472c08fa761600fc1acfc52d4bc0bf60d0079b6e9576a0bcbeaea97e04f48221b77f4541ee01fc6f52cfef50cb47c26cec6b6a2e8f8d51ca85b3027a8b2937dcdf323d78dca17468dd02d435bd63fb06b0db1b19a9bb5e07883ee90024e0d79d8f70af507514a575a60a5c3865e1ebaf34d93fd5ebaa4f34fb5899fc216661db9d51bb07d44697d7304ef560eaeef566769c686451ed51f8547b2793a53d70a66f6c8012a93545b9b8b53749cb903a21a764fa3691183723b57fb080aed39dfeb5f8aefe67e6c327a1c19b211c5c69b548f6690fb578aa00f908c407075e7f4597cc9eff92beeb68619283c979168907fbb1b4f629dad0d6dc43c14331e48f22bbff7cc22ec5bfdf6b55813b11eaf4db4a6508379a091b9c088ce14b80bfe10a0fe3e4694947323ca48310377a1a564cdae765bd837381b9dffc8cc3a6e7eb8a109fce807ea6c10f09cdb80d0dabbe5fb7326c47bb69db80ea5ee093fc10b4eb66a53bf0d213a2c337c222740bcb9000fa7ab5e873add52929b6d7e67f7f0e41920d30fcad2b8139035b115f28285204d913b1a3080d9572b4e4d707567b0a1975d38902a1c5747a16
Configuration 4 (conf-ti_k3-j721e-sk-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2e25ce01329e4a6908639d1263f4426836a58fc0ddde0e6eade5234ef80538235be488e264d6f37ba08ac575104c55547b7d667c006438a2de77f9d2672ef16c826463088b9d6ae5d2c549d98bc632554fdf57bed2366c8dc4115e46325b00694bdaadf7b08a85728110ade987f917c8a47d5cd90f3511113101efeec5ce4d6106feb38b6f02bf304c0dac6af6ec17f8f4fefc0ae7f2ff81d633918f4c777d5f404d798424b10e9a7f647ec80abb8ebc6d5734eaadd9311484a24dec35e8760efc7caa2b6ee91122c4599d26a20c4afbe538a86702f8357a7479ece6b0878f02ea9faaad2db065dae562c264150e85ccc00183425790700aa467357885bbb3ff9b8f0ef43e13de2e03685162de5b9861044dd27a567ac3085095cd212980936a36b593b99eccd767e0982dce02a56eee4c1fe7a619d0e9173c91aac819a14019e18f59791a8e07c5208084763859b06d14389304376e728705671ed2bbf3de99255918ee60d2a5c49660487942da7a4ad66af4f59accc879ed4fa8208c3877b08f2dd654ccdab0c29623c75a2f8db2f6c7a121a7d20988daa78bcefaa85be856ad09dd9e2de04dd6d4dcf1002fce71acb5d15a196a2f8338bf4ed923e6166f5bae36cf7a865516da7c960c5c645d1d36592b6d6b4a7aec6023799ab52ddaeda004918fdf28142f05b355bb62192b84a817423fe5821c16094fe8b8851c0c9a3f
Configuration 5 (conf-ti_k3-j721e-evm-fusion.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-fusion.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b2f9747b7b71b34e743499ec1f782ac551c13982672acf24790ad0b6c1589f160b0d6c72b7f3460ba618f222efc95efbf04cd77e848f0cab8bac3cf6eb47a58c37d496ca3104460255f4ec8bf301e2586de096e41ab5c724bb37f3cf619ffeaabccf16c6908c2d45c44669d82769e67b965cb18a3fc20053ed12bc7bc4f621b414a8f9119e1aabc7913f63c98369d76adc1e1790aa1c224ab6211902c42d9e0371fa82d18b5a48a241ee70e3ab54b11ccb6c643b3f1f78825ab42dd66b5d757e47fd1c3c76119f2b0c188dc7957aa8fa55e5df37218872d73369dd6e469ab9b5063de0eaa7540bbd954c812d3b578b122871dc38f7aaf9990b36dec2adc3db0fea5b2c667f1d7d0adc9e3ef526ff56f7f893f7169d7fc29833cbec9988ea26244b81f402be12979e58158ddfd44fe73ff973b1c693c27760428a331ea441579ce1a4ac391a85da5b158d611f162a937739f0eacbd92de676ef8f2fc37b738c58b253f1fb04bbea8a232e3ad81d8a43243a3faa67c08f931535fd6d6f96700892b833f06d5d0ceb23efc3efd1fc3fae6432d771e3bfd89be479db7adb42dde3225ad974552777aaed30982f6da03544edae719538d469deee88cae31bd4646cbcd11d2d872cdd56c454f40a697ff96d74a6b695f2d6bc99afb0848f55cb50b3ba78ab5397a5fafe224760b8a7cfe8eae078588cf06021d4a5b9b55ee3444532b3
Configuration 6 (conf-ti_k3-j721e-evm-virt-mac-client.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-virt-mac-client.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: ae4e314b9574a0b5d66b33e1dac57ecbe0fec87ca1e9240f195d8b190ebb91dd8e5307c68bd98cd692bb9d0a29678016894cb5df2cc693e48d37f6d81815b49470696b841ffb65730a74e367da66edce3d4eaaf31bd669a198caeae6aaee5a7eef5341e70a6450b08d7448a3bed66d65701811084c0744b109a45207dfab6fd2b757f6453e7aac6259975c7df658186c5692343e5794de7e8d04b399aaaec260566eea8c0dce8093aed404fee15fc809b10c7f067e616cd820b2a1e2b7eb258920695df50ab5dc50536122682354a68134dbb9cef6f9d736e44f7e4a3ea8a07948694acf1763c17182fa624d8817c76e64bc4c55917c4759f81ef42f1dc4a32e3d5465909a476fd428d9787b22ebd618b7baa85eb0cfdad6d4eff97313a77fddddcbcad80af17482eacf5c6a3dd841beb7bc1f8f1d50776c56a9a29e4b596603c72f05f753af6f978d214783b6c7582ba7d82c1354406a66d28bd9d63f0cc2d336dcccd76588c69c88f74914570b665619cf0fcc15e7a6a9953cd417d97c9136e7c6f1ced305906917262f28885efdf77aa139bc59cce94d2c9c6ca207d4a0f99e79efbdbf4a005838d167db7b658b3e04c661ac858bc78e1ae2fbd47427547870a2e1e56705b4279c7bef5a270cc05ea54b05755dced7fae2e86b6a089ce9b9b451dc04a155ab09780647b4492d097591ff1979444b3752fcd188f79174cebb
Configuration 7 (conf-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 98ff6ab32073a36bd9a1b3261f16ef293e3e945966a36f7de35ea3ce61fe67809d71809c9f39daf7df900a02aeac74ae7e8afdf7299dc3004ceb95f70a7c429fff755651a3b95acad27354dc8d2f64b5c9bb06ba27327b8ac732533920300d68d1c0a85b2456a13b58e07676b11dae93a6507cce83f8b3fd80e12f1a767a41b418decd846e631195a366fb99d57a1cbbe9c8b009510d9e0789e61ed16911b91c5025e58eed8ce74ba815e9bd7fd1dcef7395e3a329b23f3a16569fa03396aba177a12451a7e304266e6c34c719034bfcf4b043c57e1dfa012ebee442fc2badecc63354dda6d884134d9d9e7a0996cc6acf1d03b52eaf1f65b6387cfe7ed91f317b5d91370f38d9f2342468cb09f749359dee0ca6616d1f908fed40d372fa7810e3a9587f236d20a92133184a3c54772a18023dfdc6a7f0d95d6daa282d9ae3872b441f712c067bf0e80ed9310875421fbcf845fe29bedb904aee2417c1b66c604a0114c53789e3936bcd0d67b2235ed4627013a2b00f9c16f89bc9575b227abfd91b2d46347699868235d45bf7194533901e18d07524efd84abe21c641f51c8dceb781398b7b9a8ec39178224fa10acea2b51e4f4dc80c5bcd29470da237f4f6da0b66526b15dbcd40ca90252ce78e04a662719ff95c7d3f2e14c0f3fb3ffd17d93cdc92e7d654fe45316ae979fd49d158e96bee9eeca39e37eedf0b95507406
Configuration 8 (conf-ti_k3-j721e-evm-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 0273d6f97a531f24b40d14bd6084735cccb744ef3c6014a9a68b3570f207958c4bbd16b3404ac2cf870ab2305cfe0e9c6d6da986061bfbfa61e0246027da39ec33486087401b2a01a37bf9fcfb6e1cc5d1734513e5ec50d9250f648503b807dca6444b5f5c42925a06d75d1a1e7316253e374899ff3f5ce80e02bd8cc1e69c766507587aa04c5021bc1e65ad8fb269847cc9e82159615625a43c90c18086c1df219c14d60e6d7717a52a298c7f13d0a88e8110e4c291831b1ed4cd693e2691805db79606aca2afc873c1c6fc10bce53b4a55727a96c18adac4608ff11d17ba0d84bb12f2b901706a385206c30f6793cccdb3a2472f1ad08e37b9248ce6240a4ffb968ba8f64fd2d4ca9900693f61c529aeafa4991540928789f216e3d621d433f242b2a1c151acbf313240ec3f9448336c97bef87b8bdb8b610291e30c3e59c4f523aca33a02db22ee505f5c43952be53175f931ad20080f9d3db25065383340e85b9dec0d62b9ce2a651bd32c1d84a1d04320435f2388d1a026ac82333f8861e1a996c9c89f571f00413323cdd2dbdcc5a288e2a56ca3bd7b46141f16610adb33db1b19d2b7b10913001751e628cd1029c0400e5f09849dd8b96611e1232edc1954ea51a445c4f9d0c1a15e39bec11c8481d5474e9d26522030c0fec34c11927b3cc4d206b9c48f6774270dd56a050280f61249725bf334ec4fc1965bcc107b
Configuration 9 (conf-ti_k3-j721e-evm-quad-port-eth-exp.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 841d7504af52880251da88d5d134df8362a487f046318947ca0137923e92e1fe491431f7f55db8d88c334d83c722ef09f996975022e22e04ac7cfe645a33152291f308b659ae05ca7c118fe3996ccbeb21417d23114bdd3fc7f1559fce27416bb4f4b9a9ea77e8d072f89ff6fe249c1fe3163067025909f51fd78d7c774bf74eabfb47db1d5e55d40dc5918be2019cd2c25aa86160c3720e0809cb396815b346583ac620263fbf104ae73cad2a2c96f7ad567c82047dd5c7f8dc7b46327f28d9f9b08fc6ff8ae99bc4d2f49522b8f39512135cf222dca4ce9dfe56d08d30f6a2fc040f4526433c081ad4d327c0f39367fd3aaf9743c86b30b7b60b2ccb929c51bb3f501fe95d71b77ea0f86a7731eaab1dbc699a05df3d834b1a12dbd20a3df40bc207afded6d004c02d6e855a2c2bfe590e172c04d7706f13f3c2a18d14e79a1fd5e63318d164e8ecffdb9ea6c824638bb87db8a86ae0c97265bac43d3093fb54426b6fd1c9c70158ce34728144555840ed305aa30eeb45f84a01eec84caf4af251dd4fb04414d1654d94ac270436b3ae3b6547420a43d5baa54c29b2c5c1d9cebbe05d223ee651f60d912c504f7aa5b6c9372f991aa7f15fcc77d68a35d8e831ea3205fdcd2adc7188f4a93b4acee4e9e8f165ae71c031725932c07ceafd5c3aece5e7600d8f7cc1bfc0f3c3ec1ba3a2e2b000fa2bfcbcba99241945cc91dc
Configuration 10 (conf-ti_k3-j721e-sk-csi2-ov5640.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 901c5ac797d386d254b0a4d35bf213e9469344a8af22c7964c916a6da4421264ff6c9379bd88c94c297a8f5f8e70983f0a9a4bc7162a10ba9fe0eaa0e0a4b1e2b72d5915da21d0e4312769a6e5870342c5c2f3ced22bc9fc8be815e33b29d3320fa3feb1a2089843c7b43d30687bdc09d2839be5bb517bc1cfa70a51de89f270df6a26a50a17946d2674d18fa1a6e1dc4b69214b9f6ca34031c14b9112d724648cde041f8b095be6891a92525928499f8daf60bc87581007f84c128301913f06712e391601f468ef9fa006afbe7d071503981a0462fd2d5b77d9fd25e37ee1665c4b52d5a407a0151097da3a4d022eb141e6f9b2c7e373939aefe432d3066886c748566ef881fa0bf753b919f3b181746d9e05e46398ccfdc2c4a9b6dc90e9d715156821d89c3ee5a40f03d7b0017b13acaab1882e3d15300bcc7f980af8ed50cf2aea13e8f63ba6c8e49a5f3ba9555cbd18b07a07bd5d6664607bd0355ac34bd25339eb1ce9ccfa3dad5246e44a34ea4ec32b24699d020d05d20d8132d8639716d41004aaa18bb11025d4d6a0f6ba6ffd03225643d911a582930075f971ef26c4bec6373df31dd05e461344528be38f455939b1fe09ca8fe30a7ce921da8ace5222e7bc5062d3e40ee30711fd716598f15b0eca0a2b3b5db210022a54d20056514a0d455b06fa8e75f0745a8e3f37e6a8298adf5550639e96adabc8f93ff339
Configuration 11 (conf-ti_k3-j721e-evm-gesi-exp-board.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 6dac5acdae52fca449ca76e9379c960a315b74583441d64f09c2337201cde4fadcb6dd5dc443b84d6119bb18bfcf273d22b41df12897330b6ca35e8549e4dafdc5a15d34f1ac2f0e6c59c07109c48ce10378cc74361c509781113acea8ae71f242e34ddc1f706838510b596a959d99d11f687692f1c9ab8cc223a5904d561ab362f7e4dc485a0207e54714d000821d87ba282e5683f0fa5531ce18a4ca202d5e958955b59ade8fab53d3dc37f4d3093cf18763817c1cbbb41da46e1d65e5b7226328c0555a931553efc97d6ed88afee8b623a502408f8649972f0f707f58633c994fa2e745e81dce753970953c0241b9c65a3ab467720a39e87884c587a5a57f5bd60d407c1df86b637be8a7e15a1917f189bee08fc32e03eeb1e4d82a495ba066cfdaaf1d52020b27d2f1528589910f8791aa619f48bb3d974726095803e2505843232759a8f3b6c29ae964bde933b66eff5db738e31158dfedfbc290e5d8a0ef73ddde7ae450c79ad0cee906297d703e08b72cf07a148c6f55534e547045783024ae2ee14f074c5e3919fd703ffcf98a73f17918de31f94974308df877852c91ba8559694a9973e7b2027c912d3c829e6dfa69bba5c5a30dd4d55c75455860d087d3d4f20f1dc75befe5a20d857ee9f99e33f3d94d84413f367165c2646e12957e2389518b27b8c8ba6be656c83e073bcaface271b46b4cffb1e51b4fd8078
Configuration 12 (conf-ti_k3-fpdlink-imx390-rcm-1-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 272509fa25ff500840e801b6b28527913013a214f13f386d0a5ede89f27053b7eb2c5be089129150665e3d656f3d974c551cbcb47ae0c211dea08d0dd55bf48769c9620735310bd5e3fba72193d82c1862bddd7395e6acbf4a79d67df97224261f37cd60b59007896793e543731277b16318a64fe47ea19a5d89df03f1e68ada4272c09a367a125cb08a526b1f9f120a8853067c4b874cabdb27941af6ad0a87c1983ce2c8340b1cd1b6b9f317b465cea75d61af44feb07a593effb1b6fbf0f293ff6488efd3504a28a5b7a376d287ea37c28f046854d55ae9d225ee0d463e0521bf2b94618df558c9714ba03b364bac2acf29714d035abbdfb1b013a838faad51fa945010e67f441fc0ee0cac4d1f67bf7a17b0efa5e4b9f2e32924d389cf916bd8576246c06140d2ee7d4f7c3d3b14314d36aa4afd10ddfc6d497b8163306ba7583b603836d761332a62b587a619c975c5654cd8b6c9b875b973d1a209224d73d1d9b6e313b23b520095aed0a01f390d6c986bb3c51a13e26ae7bde3394ba15ada5062ae1daa7ad72175f6af1a1966216de06f04ed4d32fe3cf717546ebcac2fb58497b759a366989d38158b94b18667e5c798a098379eec1feee6595c139da55350e9d75a95cef108f902ade6c2e2aa185c8165e82a634828ffacab34068634dc2d642ff6053fba5f766c125aff7c34cfab8914ad18fc29be0c4557ce224a
Configuration 13 (conf-ti_k3-fpdlink-ov2312-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: b9cb3737cb6c8f7c28f2cd726d6be03aabb3b83d75f3ed36b3f49c900901ddfa63044d4392fc60d35e7ae6b74bb7d6ef24d31bc9998c7a3911edb974a18eea6e4614832d95d8d6cc424c91d01791c42430982413dc87ddb68ad0262502773fbe8625f2b45239a9418c4bc780c760fe67c36bdc28db404f6015fb0fddf73eba7554b831907bb25bb9a8a67ee63f2c55440761fed6b97364cf5a02ad0840e7b76d00f3165b1c71a04cd66c8df62bd2f6f687d76969aad78a59127e39ffe42bac34b66cf7c929d7147b81d0f5ae82ad3eefc9f94c52e716723807d165b21edefb9d2fb8bbb0512216499f682a4df49ea45b81c38d261e4c110d3412797303dd76d61a362e0d8eb2ea6c40c9e3e9dde99ae597868f694693d32cce739a13d2abc4b2e4b8c113f422010602a9699aad4b1e7794d3ace224573f1038dbaa492f5143f2398566972e9185fcaea81d9f023e53c95e284137142db53d755b68c85fd2943fe40154edb7ab633a5d8539f7cb15f70974c9e4b79e3b228ac7506875c6a8383218079624cd2bc99af3a613b37ccaa31e07f404fc53a7ebb9bc294fe00560b82dc5bacdfa078e980b9d5f34c524e916dcd6adfedea9955124e3dc4c0d6e5a6d012411fe4186d8e09e001fd43dadfe5bc7b7461a7e28ec6815cfd5f6b1d9b8c1d304d140f86285e38c69c161cdb40bfac64d005687703bc55e447a65beea5ddb9a
Configuration 14 (conf-ti_k3-fpdlink-imx390-rcm-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 67140201814d373d0de86a70919fdb7dea44c2c3790b2339ff3ac35dc70d18afdbca39504da9540b7243be0519c0d5c3d4b132d0b3be8a386dfe022ad4b9146a1c1efd2614641ac4db7dc4e1a883831364d4742e841a04d94594818fc4f005fdad290dbeed7f3971459160b95f16596c8ed17c6722063836bf610034cb6808c2ed9838633dd6705c9e529b8f0535e82773043ed937c045abe58e27bbf8095f691790a1a8a717c143c0f73187b0515cecc061be862d7fa2a07c58c812af2bbe990af91407b9d041ec6b19ca0939169e32999fe4cf87af930c4a216918869c957c4ec2cff0453935e261d13fb9c1317187a266f4e2e47b5bb83ed8b4b276543f2eedfd6ee5b374cbaba8eb8a1e53038215ba08232405c4589f1e458dd2dfd145e5cbaf17a2d1ae66daef2b228cddffd6c3ed6fd6527258eb34a25c782aa187e1f27873d8d17c5e122a4bba44a3234eb73b4f191031ee237e256c7066971b8c037ec7b0d3dc891b9c76db922c22267fc3708ee360281c470f8ed02b40d0ff99b2f78c467789d9f33274c73b4dc62757e97770cb5f738744547c327f46df59524d1f1cad13fb4cb8d0b2dab23725b285c8322d21155d797fd9f591a536c948ece20c200dbb14a658545212d6514c4e093de0c80d9c34bac2240474d01b1edfb150185ef1a06d2a9176296eeab1fa6eeb386e818c56551f4bee10d2811dcd4456f1e2
Configuration 15 (conf-ti_k3-fpdlink-imx390-rcm-1-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 5685d66d69e6b271c8d1995916dc046e4fff1c7bc6bbc94109ff84d116f53d00891865742cfc2b3f96767c86f67e06e3006683b9ddc83dade318457f201b40236e56ba1a36651f0d799509a2a425edf480fb7c0a2e62617a60df3ad83929cecaa61f5b267e2c37daeb65dfdd30777a90a6d29d5a765fc3acddaa0cf0c6baa4d7aa19b496e79b4d293db6894439c697008f011ab957645ac7619b578dabbbf94ba0568a1485efc1f506cbb08cb33c449ea7bdcf60048930a3cb7b8221e2941cb97a0ce32744eb44d6feeb10e869b3cc7fb7cfeb3f5973d61cb09e99d9879b2e4665afd0fdae5caf1c490acb52643392ad7327b05a6ef56071dd2eeeea964fdec62c1a54eb5a0bc1b68ce08d42857aef1f7c98ef08902b7a8e8c372245edd5d3ec89f2609ab599d701ba158cadd8aee0aec33ae03d591eb24e749b5cb7743651e45df6bd274dd9b967afbce33138469b45f660cf8ae83317a435422cde5ff782550e7f9eefb4178549b59d31400d11db0b1abecbf8108a901bbb1f600a48da7da3a583d16c1beede793d9e750824771a8f05cfeddf0e34906825014c148b7c79a66c67e0d02d1149cb61f1486d364f2afd1cce23f265cecada043f23d23b1989bceb8c48c66ee8065b1a16f74fc322a7c0ba70d7f80511d2eaccc2d121d87c4907d6903a4d5d02fdd340145e2f7aafe9110616f7aea8a5892eb61629042772a90f
Configuration 16 (conf-ti_k3-fpdlink-imx390-rcm-0-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 73c38738164d94d5d88572bb56c8bd32e24b0ed6e8999c1b3b3357d39e712ea49f871116f642316ee315183a86e0044a33b2d03399d31357535e5abe6419ee789725d401c0f8a2f9ac69cd4931d931343a7230c27873c70ab403d56a3b6ba29233e9ac182c6670c5d80c51edd060754591228ffb59f2293d92635d3a80b9aea08439ec82765b85b2938d99b2f7b9315be8b851d1cff900b2f0023fea08cbad370ee1297f07fc6cd3c4332d0b2748e623b7c5e42549293df8123ebb72742979e7aa7045eaf1db45d5110b943cad0d4c3c17e949bcb7d68a78984ca05c6bd7cd18ac36f843ae5e173d8d5749deaf47da4c4eb331b39132abe825f4e512750f3cb8759034ff8b3aa64e479c0e7750f271c9cd881dff68410a7a812f94632aaf18d9fbd549c862c8fdeeff27ffdf348e3060bc7719868c8bd410a73932b63df9a5e192b28968ac627bd728385d0535b6f7b146b496447ff9b01fec5169fbe2e6e965c64987660f2d4a9c8f455102d0ca336a72e9253eb5555dc46bfac7a017161155321fb4c02cf3295cf79fb2a89ccc6d83775ead4b44d4c41e095860747ae5ee46842fbeabc28ea31f4436f6c537b6c0da86a8e6f83747eed4a89f257e805d9c795495b8632425d6f8cb6448d11307d17ecdd10e04e0b71911b4e6bb4ccd2e9148a5056cc9100ae2ab477867aa3b3cea6d496111f1748ead1e8293d164f27d9926
Configuration 17 (conf-ti_k3-fpdlink-ov2312-0-0.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-0.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8d26f07f2650980d812a4930a204b6bb2bf6a63bf53e56dcc8617646c8f6cdbb7105abfc4359ab2b7947f5785ae24581b303002630302963eb41e6825291e7fb3720a1de492b31d0caa1268b4bbf18199fd11e6afeb8f81c26b6bf7b74d69bdd58f9b5be2030cb33cae718c4937640cecd77906a4502daa5c8e69a453a34a3b32a429b2858c3c862e4f3966be7d63d41ed720846825d44c3df418642c0e817272aa58cd8d3ff1e3c5494e0822c45d1d0ed32206be390d74780386ec5038412687614da06f536e50d4bd647ce599bb64ecdf4fe5ecb7c94a983aeb3fda2bf56425433d28b875cdfd80b0db627af890124807ffa0e1a0f59067946a8ae9c3be6c353ba415799873cbcc37823daabfc279ba487501f5ea7df3f4f4b2896a91bf1bde63fc84b30a853c9712eb5458430e141c2264c6723dab6dd2d345f107cb0f8efa65f0e3ea62de253e87caf2817654d639c9201b4c99792be3ee1d2a83945ab333e75cc16cf6c18fccaeeca2ff60e1478f7ac700b8c8d8357cb7b23db6fe0260690529d6c0e3f2eccda970199640437203e59b9c365793144e5fd66d4523420bdb88bf3e6f165e848a38a5184629506bca8f65f76fcad6b51c010df46c999df6e85b9e7b4770557bd0e3ac9881440e179f85205c14e75b382c39fb667ff58ece3f7f410f3316a364a9edca95d7d1ce50e7f2d387754fcfb7f74293448c78aaad8
Configuration 18 (conf-ti_k3-fpdlink-imx390-rcm-1-1.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 72a03ddbf985a4974b420402a59b066354aee9afbf163db7daf14b3f298a212203e9be4e96e955f6464bfd7ba8accde0a04f82e9a1a1b4b4bed0bfb0b84c1623a5b9272e2c2c1e8c60afc26cde4782256432b1be0cbde1b16312be6471eac4c4c984b593e9f58d35b12582dc6c66e16c5a502d9f88fb7e6a2d39d68da37b870c8bf667f5ef26885ef669e6e5060775aa71b7e81153730e8a6f0782aed2e16b9f3f3050d7642db31f91ac8492278b9d06f08c6b1c0d802f26ef76d5b7fb266e8ba13dca91e82bac893fe02f970de5da4d46145e1c93557632f0bcbe4b40aa488aac477b9e75550262e73b664ff0942470b600693eaeed40c75c78fe700487ef9a2836370cb0ca75a2fdaa5280911b18ae3fc0fd85d1387dcd96c4798e31a8941b4e1aed48d327f8bc0186ec21e8cb62f639636898b971f541a0b4ad43483823500d58e4919c1541e4320fb464ce4a80b7e631228c5269123d699fc1fbfd7c6f0db9e7744d5e1e034ff9d90dc979826d91462fce03da1534189cc2487725790f6f94a33f636bb05e73dcd1b0401ddae9d0c7af3f330357aaae1aa02c23bf2ea45a8bd93df87942631600439080d939c69138322f1ae5df9d3fba61445bb9b3211ef22bb8a277f481cb45564bb917b146575c502697df6ae6f565f2b4c817a97b4ff8e48724f575f10489b3002b3a1414499963fe9255f48b8632a0030669a9be75
Configuration 19 (conf-ti_k3-fpdlink-ov2312-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 1c978ef2d94d3e4bfba01072888eefc01ca3ad000d4eb0538f9b3739d80e5015ec6341f2d536f33a8d45adef144ce3443f203b9eeb3c2cbfbe1d7c559e2b5c8e5d8b51045afa794ee7794231ce6bc23cb18cd1ccd63ff6e11da00895a1190db08d37f983a94da953f8a7e33bbebb50d556ba7d7d3782fd25b5910a654c155b1be826c8d5517610fe32a613ba63a741d86207b5130ee17afc7c2213c704b89cfbefc163937815f0512f9b465690f199fcb7078ff2889bea5f4504508a531490c3e10e6b907181570c4e08a686434b5099b6fbb4a848aa635190ff10809d0f33348b2161da8c729eea901f0f0ca0223c5c28401a74596f93d64297e2b421968b8f1ba438ebaa0e16a3c96b75aafd1e3a494ee9d351205c586adc0c496e0f23a36cac24816176edc374e894704ac225c0625817f8cdc3a24daa032a8afdb90e0dfdc4a8f2c06b4acd67a97897caa67fe21792aed533c52badcbda2c722cdf4cc81d98ccdb9d73e36c1044d47f74cf2926dfec6c8082758d2bbd5e75668a6d0363a2d153181970e6d723f4e7227c9267417e1bd34363ae286c2de4c7d2d36b7bed351df4735965702cca8476f4d7acf5fa40053aa4fbfcd863c3135d3d5f7e2ed1a716322bdd0744465c4ee0c2681af4965001181d6b8524095c9dbf0efb551d47fd10de1d26013647c60b2b1e41cb9ecf06d7388bcbf26203a5f76fecd17ed7fe28
Configuration 20 (conf-ti_k3-fpdlink-ov2312-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-ov2312-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 2ba6a22eb7522005c9ad2c703b1dbcdcc5e54fb0ed4b15b0aec80687ffd787c0715a9a6ff56c8b76b1de75c8e2591e8de89fae104c3553d41ea21a2b438840440e47dca67b0fa0424f76ecf8dfc3fd924187187b41fb6258ca27d8d3165574354a58cb2ec482345815d51c3dda238d1202f271e219cc60574f43f956d623c8dadefba182edce62c4b93be97f3ab9a530f2058ab86ab84c5831a08eaf55bfb8f4c201599003416aea97f5ae2035e4fa3bb32d6346f90f915b28212743f00a12b1820cdae1ecf069e989b293f2f699267cb9c273ecbba4b817422cf0208369da29d3020af65e4f5aa457519d2c37a7410e21e87f588454aba83e8f857f7eccedced169890a6b84a8d25a87c8cfb5ed494828c2f4775474ce633b67e64b28f47ca09a9f83b5c08f56d47bae9739708d02fae1ce0ccefc8abfda2f1abcd1851bfdb74ab5539b191d7f0ff91ee6049583c3069580599f026fd8f5ff4892eb5f451abb93a69cf7cdc0ca4206ad6411f350d26bf982d63d4e29f29a0808284beb7411b45cacd9629a6e522ea1b215e3800ff8d2d22847847005ee52d5039aaed267be53673e4f17f83d02aec49eca1479adb9e8a9b7f7f920ce79200ac0447df4647db94fcabd1e3a247789ff1f1483a452f1756fdf1c1e4f8704ebde6dc2548993a32ac64c7f50fb8077f09247618023291413743076262a900cf42e538f9b34a026b0
Configuration 21 (conf-ti_k3-fpdlink-imx390-rcm-0-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 8da6442a9f3da972ef30a16a1ec3e508eed2598941924169f600725f6b7a26cf68490ed6f2bd217936bbee9cf7eaca31625201a9d536d818256ea51c2548ac6945b9eb600f1286f260e1225486f5fbe06b20b1a232b7c186d041710084cdf6b3363f03f236a1c6bc1c998eb06d39f078b018de0575196893a61e147d57a279cda6001e5e3e2127ea347befbc6a1bcf69496ac6b6300e69d04b7908c6d484bd9c410091ea2204c84b6bbbd4422dc1901a90d6141c4e059be4d9c175ee63d750da5fa3cfc49e94c1fa054024dd147762b6dfd09970834cd81c2983aad3cdb2669553fa9b08693922a7306a65c434db4ce5f14cc389c4bb92f2b1ec8ce74d961f39da821c1b4d87e4381f2099ccc5a918271ef1f2abb353859d5105d3698cf33db68660d52756d3b8893cb0ff2fece9873d5e05813af15dfd6c44bb211b390f5f4357d42724dbe5cf9e4b026c9836108b0863a4c780b10c4a23d19e24b2b51e4bbdadfba156e54d1733949d64ef8d95112d7bcb842daea0f9943cac961f4a78e106d1a80b6dcdc090a6ebd99772d12d61cbb95ef0f55145241e99fb2228a1d5d3d1fd22528e0f50b3d516e4c1c5f5b85fda01d26f31dc62d08121156d0b541eb70e0dcf26a4b0a3f664187364e7ba9398f8e776faaa9216c4c6aa234b4b42688994c485db9fdcafe185b6f4a7cee0fcc5f79904bfb82dbdd58fda44a213e199bb5f
Configuration 22 (conf-ti_k3-fpdlink-imx390-rcm-1-3.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 7465479e5277b9ffc98605fa4f1c5c478486a8f8e3437315fae8bb407a7c7763d36336cb6775976b5ea48a5c31524cc59423f3a89183d47da1356fa0b1422e4f79177bb8dc51ce94384073f5f8728e8c7c22d5c8e8667083495adc9d11f9c31a243855823e7f13d9234e952e4d8cb6094a8aef35fff534c8122cf2890459937a0619f74ec900a61fb8bc1d5544fe07e82ba5ed2633339b9791bfb1c3006a82ad5a597d4e0c843e9123757053e4cc4ea58f6a6ff15edeb31def20266bbd9c2f41d6f61a67d9052655d6e948f16697e96623a1bbf3ded89e72c09dc5ef199a8be91be9ff28d6b9328331e53167353af1fcdedca4912cea0c2365b77c22847ef8355dbdcec16313565141d17373e8d32ab8e49a9dd73a6c8d06789d0a3835c5e721d7c8a1c76b64002b5555432efc15c1434f1d66540b6f7de0e2a47b47e3ca37358e9d47312d9817a3b28237291f8a04b2a3b4d072571b782adc07fc174951b3fac76e147edc28bb984821d8c54e8d0eff77c1eb6571862a28644f2032a30fbb071aa539eeb143c2b24470877bda14ab6c539ad4eb23ecccaf9995d761f0efdefbdcb7dd7f63b9136c0568122f15add92003c450a7473c70054ff303022dc42e188098ab3b63d3ede62425450c409870b915b35769eb77726d78fd76c6c164040abfe07a124c2b21f4d241d8f2e0b9d353c3ffe19444f3c1155923b327aaae5bd8
Configuration 23 (conf-ti_k3-fpdlink-imx390-rcm-0-2.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 08773585cf5fd656aa5b22ef25f4f806dbe2b043db304f68b6500b34ccffedf94acecfae60bed6d8f6d40caadacbbf55409ad957891d270935aff4c2eca3c1f77e7e59746459974da2eb351b736c4e61ce2e3ba54c4af95f2824b71f6cac5da3df9b52131e31cd2f006ec62137adb45a070bb9f51193828db80aa52804880b77dc16d3c396a8ff57e60d6f4c659f443fe337dcc6c10a4a886b5253a70c9580ebc7b66257afb51a10c852bf1180cfc52174da290fcc863874966aa73c71b1c92e10b09a439aba6721653aa9f0be972e2feda983214f8a9f929bd31518bd5c6d88acd149aee6af5193e22937b53b08dfc18bd0468133d7e503dd3cda0f7186bc78a78fbf50ca62306798872135daf679487a47e0eba9864281352f52eea4b102f6708d6d2261c743e25409188016ba040892aeede7e8b10c675f8bc5fd488d809c51563e14eed8ddd1b3093c66d2504cff4e303a6654c8c79c29c831e0bd167bc2a9fe304730a3ab01784b6fef34e650581df1f845b080786cae8d75718915a35db9d4022da8984d80abdc4dc60a7d0fe55178411289d8658d08dcb90c959b4609d7fb222d5ce68da2c97dfda9fb0f08271193d70a7983e4232b7ec7216a8495fb99fe192fab93022a7c70c2c4bed55bc6df8674bfbd0557c507de1420ced8eea89d733a6d67dd81234da15b31ded9155e463307975aa9f953aac51720eb3275f7
Configuration 24 (conf-ti_k3-j7200-evm-mcspi-loopback.dtbo)
Description: 0 FDT blob
Kernel: unavailable
FDT: fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo
Hash algo: sha512
Hash value: unavailable
Sign algo: sha512,rsa4096:custMpk
Sign padding: pkcs-1.5
Sign value: 91ed072e3c4e5a1f2d18e1203e95b68bacc67304a411e433c06c82ace550df1286e9557b32841f3f1daea59ff31403c4478896101ea877ac2a8d6a75494f030629a7f0517471993066ea9b9e8ffd33d90ddb866c22e06e3441847cc4f7ce9aae810d5a8d62157dc43d8889479b56212591e2998d906b0991175b476f631c8fac660ababef85ba47bd35e52818166c8ce29ae1cdad70c595b5442d70df5115aeb1c3cac78701f842cc6ab88d2462214c371c5cfd58d606b5856531ad95a9dde637e6837823999941e7b0e0e61a4dc7e6e03a0ba3c8ce5cad7271c4c696836c252567b767a657e7c1c13049823db841716db96020ef0b66df4a75c40cb7d778febe3b6486892f4e908acf341c45193b9df933b4c01dc8d0e4c6e766d5303c6406e55f946efd593947fb02db358236ddcb2df45babc7d7a330d9d7572d791d18cd3e9d6cf57970e56e07bd0582d334cddf9d9eb7cabad50f700e039a6fe919c0fcc1dc0216a05f6ab73c73c354e59d8ebbf7073272f54d7929578c7b5e0202c1f3e3006c7367ad94e27ec0ad476b371f8ef262fed379e2888eb7333ccba219d7400c720e64f61adf277c2456a39464603bf3c08f4052f8a293727a76417df1ff8cebb2d4dc61c23d1f8c1ba58cfb1c28cc27e037b39915b3882f8404b80573bd6018e63ee7a601c0639c8083a2b2d9cf66484ab304c28d2d47d34c7395de3fce13e
## Checking hash(es) for FIT Image at 90000000 ...
Hash(es) for Image 0 (kernel-1): sha512+
Hash(es) for Image 1 (fdt-ti_k3-j721e-beagleboneai64.dtb): sha512+
Hash(es) for Image 2 (fdt-ti_k3-j721e-sk.dtb): sha512+
Hash(es) for Image 3 (fdt-ti_k3-j721e-common-proc-board.dtb): sha512+
Hash(es) for Image 4 (fdt-ti_k3-j721e-sk-csi2-rpi-imx219.dtbo): sha512+
Hash(es) for Image 5 (fdt-ti_k3-j721e-sk-fusion.dtbo): sha512+
Hash(es) for Image 6 (fdt-ti_k3-j721e-evm-fusion.dtbo): sha512+
Hash(es) for Image 7 (fdt-ti_k3-j721e-evm-virt-mac-client.dtbo): sha512+
Hash(es) for Image 8 (fdt-ti_k3-j721e-sk-rpi-hdr-ehrpwm.dtbo): sha512+
Hash(es) for Image 9 (fdt-ti_k3-j721e-evm-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 10 (fdt-ti_k3-j721e-evm-quad-port-eth-exp.dtbo): sha512+
Hash(es) for Image 11 (fdt-ti_k3-j721e-sk-csi2-ov5640.dtbo): sha512+
Hash(es) for Image 12 (fdt-ti_k3-j721e-evm-gesi-exp-board.dtbo): sha512+
Hash(es) for Image 13 (fdt-ti_k3-fpdlink-imx390-rcm-1-0.dtbo): sha512+
Hash(es) for Image 14 (fdt-ti_k3-fpdlink-ov2312-0-1.dtbo): sha512+
Hash(es) for Image 15 (fdt-ti_k3-fpdlink-imx390-rcm-0-0.dtbo): sha512+
Hash(es) for Image 16 (fdt-ti_k3-fpdlink-imx390-rcm-1-2.dtbo): sha512+
Hash(es) for Image 17 (fdt-ti_k3-fpdlink-imx390-rcm-0-1.dtbo): sha512+
Hash(es) for Image 18 (fdt-ti_k3-fpdlink-ov2312-0-0.dtbo): sha512+
Hash(es) for Image 19 (fdt-ti_k3-fpdlink-imx390-rcm-1-1.dtbo): sha512+
Hash(es) for Image 20 (fdt-ti_k3-fpdlink-ov2312-0-2.dtbo): sha512+
Hash(es) for Image 21 (fdt-ti_k3-fpdlink-ov2312-0-3.dtbo): sha512+
Hash(es) for Image 22 (fdt-ti_k3-fpdlink-imx390-rcm-0-3.dtbo): sha512+
Hash(es) for Image 23 (fdt-ti_k3-fpdlink-imx390-rcm-1-3.dtbo): sha512+
Hash(es) for Image 24 (fdt-ti_k3-fpdlink-imx390-rcm-0-2.dtbo): sha512+
Hash(es) for Image 25 (fdt-ti_k3-j7200-evm-mcspi-loopback.dtbo): sha512+
## Loading kernel from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x900000f4
Data Size: 8694660 Bytes = 8.3 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x81000000
Entry Point: 0x81000000
Hash algo: sha512
Hash value: 232259fafd0fc2d2614f3e065946fad626712a35c0ad23b47e11b998d820bf3a7675afae594799c1be18f64ef065c3705af54ea706a30b9014ebbe87cbf9e95f
Verifying Hash Integrity ... sha512+ OK
## Loading fdt from FIT Image at 90000000 ...
Using 'conf-ti_k3-j721e-common-proc-board.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ti_k3-j721e-common-proc-board.dtb' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x9087cd90
Data Size: 112468 Bytes = 109.8 KiB
Architecture: AArch64
Load Address: 0x83000000
Hash algo: sha512
Hash value: 9c89bcd6aa8240e03cc11259f89b9f1de9d149edb5e1221711d585835df3dc7200f9acff225325093036d9c5dfb5f121c8c551f0fb63d8a07db3c71a02aaad5b
Verifying Hash Integrity ... sha512+ OK
Loading fdt from 0x9087cd90 to 0x83000000
Booting using the fdt blob at 0x83000000
Working FDT set to 83000000
Uncompressing Kernel Image
Loading Device Tree to 000000008ffe1000, end 000000008ffff753 ... OK
Working FDT set to 8ffe1000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep 4 04:45:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J721e EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff]
[ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff]
[ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/j721e-hsevm/autofs/35ae0f491ed043cf093d6f994893a727,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 3301752K/4194304K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 368264K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 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: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880030000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008398] Console: colour dummy device 80x25
[ 0.012963] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023633] pid_max: default: 32768 minimum: 301
[ 0.028369] LSM: Security Framework initializing
[ 0.033143] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.040715] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.049519] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.056922] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.063183] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.070568] cblist_init_generic: Setting shift to 1 and lim to 1.
[ 0.076873] rcu: Hierarchical SRCU implementation.
[ 0.081771] rcu: Max phase no-delay instances is 1000.
[ 0.087284] Platform MSI: msi-controller@1820000 domain created
[ 0.093531] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103284] EFI services will not be available.
[ 0.108015] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.121244] Detected PIPT I-cache on CPU1
[ 0.121308] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121321] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
[ 0.121352] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.121403] smp: Brought up 1 node, 2 CPUs
[ 0.150748] SMP: Total of 2 processors activated.
[ 0.155552] CPU features: detected: 32-bit EL0 Support
[ 0.160805] CPU features: detected: CRC32 instructions
[ 0.166090] CPU: All CPU(s) started at EL2
[ 0.170271] alternatives: applying system-wide alternatives
[ 0.176825] devtmpfs: initialized
[ 0.187073] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.197059] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.211015] pinctrl core: initialized pinctrl subsystem
[ 0.216705] DMI not present or invalid.
[ 0.220964] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.227613] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.234917] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.242918] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.251041] audit: initializing netlink subsys (disabled)
[ 0.256660] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[ 0.256891] thermal_sys: Registered thermal governor 'step_wise'
[ 0.264580] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.270791] cpuidle: using governor menu
[ 0.281544] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.288506] ASID allocator initialised with 65536 entries
[ 0.303503] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.314788] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
[ 0.322667] KASLR disabled due to lack of seed
[ 0.330206] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.337148] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.343550] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.350484] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.356885] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.363818] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.370219] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.377152] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.384459] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[ 0.393674] iommu: Default domain type: Translated
[ 0.398661] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.405187] SCSI subsystem initialized
[ 0.409184] usbcore: registered new interface driver usbfs
[ 0.414805] usbcore: registered new interface driver hub
[ 0.420239] usbcore: registered new device driver usb
[ 0.425678] pps_core: LinuxPPS API ver. 1 registered
[ 0.430750] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.440088] PTP clock support registered
[ 0.444166] EDAC MC: Ver: 3.0.0
[ 0.447935] FPGA manager framework
[ 0.451444] Advanced Linux Sound Architecture Driver Initialized.
[ 0.458079] clocksource: Switched to clocksource arch_sys_counter
[ 0.464416] VFS: Disk quotas dquot_6.6.0
[ 0.468450] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.478426] NET: Registered PF_INET protocol family
[ 0.483592] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.492625] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.501402] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.509324] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.517530] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.526142] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.532914] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.539831] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.547271] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.553357] RPC: Registered named UNIX socket transport module.
[ 0.559418] RPC: Registered udp transport module.
[ 0.564221] RPC: Registered tcp transport module.
[ 0.569024] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.575614] NET: Registered PF_XDP protocol family
[ 0.580517] PCI: CLS 0 bytes, default 64
[ 0.584903] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.594055] Initialise system trusted keyrings
[ 0.598706] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.607845] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.614132] NFS: Registering the id_resolver key type
[ 0.619310] Key type id_resolver registered
[ 0.623581] Key type id_legacy registered
[ 0.627704] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.634553] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.642200] 9p: Installing v9fs 9p2000 file system support
[ 0.667183] Key type asymmetric registered
[ 0.671366] Asymmetric key parser 'x509' registered
[ 0.676376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.684021] io scheduler mq-deadline registered
[ 0.688655] io scheduler kyber registered
[ 0.694855] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[ 0.701106] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[ 0.707457] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.717865] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.725532] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[ 0.733701] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
[ 0.740798] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
[ 0.748599] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[ 0.759565] loop: module loaded
[ 0.763482] megasas: 07.719.03.00-rc1
[ 0.769340] tun: Universal TUN/TAP device driver, 1.6
[ 0.774875] thunder_xcv, ver 1.0
[ 0.778190] thunder_bgx, ver 1.0
[ 0.781494] nicpf, ver 1.0
[ 0.784507] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.791888] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.797341] hclge is initializing
[ 0.800732] e1000: Intel(R) PRO/1000 Network Driver
[ 0.805712] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.811594] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.816662] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.822720] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.828233] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.833934] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.840336] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.846453] sky2: driver version 1.30
[ 0.850606] VFIO - User Level meta-driver version: 0.3
[ 0.856285] usbcore: registered new interface driver usb-storage
[ 0.862887] i2c_dev: i2c /dev entries driver
[ 0.868200] sdhci: Secure Digital Host Controller Interface driver
[ 0.874522] sdhci: Copyright(c) Pierre Ossman
[ 0.879245] Synopsys Designware Multimedia Card Interface Driver
[ 0.885653] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.891945] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.898188] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.904932] usbcore: registered new interface driver usbhid
[ 0.910626] usbhid: USB HID core driver
[ 0.915325] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 0.919885] optee: revision 3.20 (8e74d476)
[ 0.936302] optee: dynamic shared memory is enabled
[ 0.945770] optee: initialized driver
[ 0.950821] Initializing XFRM netlink socket
[ 0.955209] NET: Registered PF_PACKET protocol family
[ 0.960435] 9pnet: Installing 9P2000 support
[ 0.964824] Key type dns_resolver registered
[ 0.969374] registered taskstats version 1
[ 0.973572] Loading compiled-in X.509 certificates
[ 0.983595] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
[ 1.043706] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.050034] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.056872] pca953x 1-0020: using no AI
[ 1.082742] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.089554] pca953x 1-0022: using AI
[ 1.093819] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[ 1.100063] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[ 1.106553] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.112723] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.118815] pca953x 3-0020: supply vcc not found, using dummy regulator
[ 1.125634] pca953x 3-0020: using no AI
[ 1.150531] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.156718] pca953x 4-0020: supply vcc not found, using dummy regulator
[ 1.163538] pca953x 4-0020: using no AI
[ 1.190401] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.196219] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
[ 1.204779] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
[ 1.214133] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
[ 1.222765] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[ 1.239229] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[ 1.249121] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.255883] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.264943] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[ 1.275101] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.281859] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[ 1.289855] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 193, base_baud = 6000000) is a 8250
[ 1.299326] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 194, base_baud = 3000000) is a 8250
[ 1.308172] printk: console [ttyS2] enabled
[ 1.308172] printk: console [ttyS2] enabled
[ 1.316617] printk: bootconsole [ns16550a0] disabled
[ 1.316617] printk: bootconsole [ns16550a0] disabled
[ 1.327060] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 195, base_baud = 3000000) is a 8250
[ 1.336058] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 196, base_baud = 3000000) is a 8250
[ 1.344963] omap8250 2840000.serial: unable to register 8250 port
[ 1.351048] omap8250 2840000.serial: PM domain pd:281 will not be powered off
[ 1.358179] omap8250: probe of 2840000.serial failed with error -28
[ 1.366397] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.410082] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.418529] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.426801] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 1.439608] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.446816] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.453042] pps pps0: new PPS source ptp0
[ 1.457165] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 1.467694] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[ 1.476820] mmc0: CQHCI version 5.10
[ 1.518091] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.609682] mmc0: Command Queue Engine enabled
[ 1.614141] mmc0: new HS200 MMC card at address 0001
[ 1.619546] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.625236] mmcblk0: p1 p2 p3
[ 1.628780] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.634547] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.640156] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.714407] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.721103] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2023-10-04T09:31:03 UTC (1696411863)
[ 1.994179] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 2.000849] pca953x 2-0020: using no AI
[ 2.027017] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 2.033862] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 2.040676] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[ 2.047485] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[ 2.054272] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[ 2.068288] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[ 2.078999] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[ 2.093234] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 2.098509] 8 fixed-partitions partitions found on MTD device 47040000.spi.0
[ 2.105545] Creating 8 MTD partitions on "47040000.spi.0":
[ 2.111017] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 2.117111] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 2.122898] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 2.128748] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 2.134328] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 2.140501] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 2.146249] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 2.152113] 0x000003fe0000-0x000004000000 : "ospi.phypattern"
[ 2.161557] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.166654] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.173690] Creating 8 MTD partitions on "47050000.spi.0":
[ 2.179160] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.185176] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.190915] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.196745] 0x000000680000-0x0000006a0000 : "qspi.env"
[ 2.202321] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
[ 2.208503] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
[ 2.214288] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.220133] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
[ 2.227012] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 2.270090] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.278569] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.286842] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[ 2.299659] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.306865] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.313061] pps pps0: new PPS source ptp1
[ 2.317178] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
[ 2.327642] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.336471] mmc1: CQHCI version 5.10
[ 2.342802] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 2.380680] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.394934] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.404406] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.437473] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.444438] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
[ 2.453217] mmcblk1: p1 p2 p3
[ 6.510898] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.542081] Sending DHCP requests ., OK
[ 6.561914] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.54
[ 6.569559] IP-Config: Complete:
[ 6.572777] device=eth0, hwaddr=24:76:25:a4:59:6b, ipaddr=192.168.0.54, mask=255.255.255.0, gw=192.168.0.1
[ 6.582843] host=192.168.0.54, domain=ti.com, nis-domain=(none)
[ 6.589179] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 6.589182] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.616662] ALSA device list:
[ 6.619625] No soundcards found.
[ 6.641721] VFS: Mounted root (nfs filesystem) on device 0:20.
[ 6.647853] devtmpfs: mounted
[ 6.651857] Freeing unused kernel memory: 2176K
[ 6.662150] Run /sbin/init as init process
[ 7.094142] random: crng init done
[ 7.135425] NET: Registered PF_INET6 protocol family
[ 7.141546] Segment Routing with IPv6
[ 7.145221] In-situ OAM (IOAM) with IPv6
[ 7.175268] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 7.206750] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.04[0m!
[ 7.308737] systemd[1]: Hostname set to <j721e-evm>.
[ 7.431944] systemd[133]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.441523] systemd-sysv-generator[142]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.467231] systemd-sysv-generator[142]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.491492] systemd-sysv-generator[142]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.515656] systemd-sysv-generator[142]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.701893] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.755387] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.816720] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.856586] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 7.879510] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 7.903457] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 7.927163] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 7.950298] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 7.974216] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 7.998282] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.014144] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.034128] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.050151] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.088365] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.110221] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.133802] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.154330] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.178821] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.198717] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.222441] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.238826] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.263300] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.286363] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.306610] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.350372] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.368712] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.418394] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.434349] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.450845] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.469588] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.492659] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.512597] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.533649] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.575540] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.598352] fuse: init (API version 7.37)
[ 8.603218] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.622861] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 8.667443] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.710605] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 8.733371] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel co[ 8.745486] cryptodev: loading out-of-tree module taints kernel.
mmand line[0m...
[ 8.755495] cryptodev: driver 1.12 loaded.
[ 8.768996] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 8.797290] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 8.824583] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 8.843456] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStarprogress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[ 9.200811] systemd-journald[157]: Received client request to flush runtime journal.
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[ 9.392508] audit: type=1334 audit(1696411871.168:2): prog-id=5 op=LOAD
[ 9.399416] audit: type=1334 audit(1696411871.176:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[ 9.879465] CAN device driver interface
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[ 9.980323] mc: Linux media interface: v0.10
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
[ 10.014702] videodev: Linux video capture interface: v2.00
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
Starting [0;1;39mWeston socket[0m...
Starting [0;1;39mD-Bus System Message Bus[0m...
[ 10.077211] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[ 10.115583] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[ 10.157564] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 10.172534] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 10.184229] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
[ 10.281649] PVR_K: 190: Device: 4e20000000.gpu
[ 10.295290] PVR_K: 190: Read BVNC 22.104.208.318 from HW device registers
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 10.343100] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 10.377504] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 10.415763] remoteproc remoteproc0: 4d80800000.dsp is available
[ 10.421676] PVR_K: 190: RGX Device registered with BVNC 22.104.208.318
[ 10.422224] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[ 10.493885] img_dec 4300000.video-decoder: decoder registered as /dev/video0
[ 10.496760] remoteproc remoteproc0: attaching to 4d80800000.dsp
[ 10.511723] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
[ 10.523967] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c66-dma-memory@a7000000
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
[ 10.539072] img_enc 4200000.video-encoder: encoder registered as /dev/video1
[ 10.549632] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 10.557178] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
Starting [0;1;39mLighttpd Daemon[0m...
[ 10.565970] rproc-virtio rproc-virtio.12.auto: registered virtio0 (type 7)
[ 10.566319] cdns-mhdp8546 a000000.dp-bridge: invalid resource
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 [ 10.582634] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
daemon using ipsec.conf[0m.
[ 10.608756] audit: type=1334 audit(1696411872.365:4): prog-id=7 op=LOAD
[ 10.618875] audit: type=1334 audit(1696411872.377:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[ 10.644610] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[ 10.725168] remoteproc remoteproc0: remote processor 4d80800000.dsp is now attached
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Netw[ 10.738407] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
ork[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 10.973650] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
[ 10.981036] remoteproc remoteproc1: 4d81800000.dsp is available
[ 10.989657] remoteproc remoteproc1: attaching to 4d81800000.dsp
[ 11.005401] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
[ 11.013827] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.029268] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
[ 11.040862] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
[ 11.053283] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c66-dma-memory@a6000000
[ 11.077319] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 11.082846] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.090904] rproc-virtio rproc-virtio.13.auto: registered virtio1 (type 7)
[ 11.100125] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 11.108102] remoteproc remoteproc1: remote processor 4d81800000.dsp is now attached
[ 11.116712] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 11.129229] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
[ 11.139823] platform 41000000.r5f: configured R5F for IPC-only mode
[ 11.153122] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 11.166255] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.174853] remoteproc remoteproc3: 64800000.dsp is available
[ 11.185136] remoteproc remoteproc3: attaching to 64800000.dsp
[ 11.251284] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.252013] remoteproc remoteproc3: unsupported resource 65538
[ 11.263419] remoteproc remoteproc2: 41000000.r5f is available
[ 11.269379] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 11.272329] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 11.279167] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node c71-dma-memory@a8000000
[ 11.301014] remoteproc remoteproc2: attaching to 41000000.r5f
[ 11.319281] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 11.328078] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 11.338949] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 11.344952] rproc-virtio rproc-virtio.15.auto: registered virtio2 (type 7)
[ 11.352076] remoteproc remoteproc2: remote processor 41000000.r5f is now attached
[ 11.354223] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.360324] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 11.374516] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 11.384526] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 11.391840] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.393243] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 11.398434] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 11.404599] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 11.416194] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[ 11.418025] rproc-virtio rproc-virtio.14.auto: registered virtio3 (type 7)
[ 11.432669] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 11.438825] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 11.442910] remoteproc remoteproc3: remote processor 64800000.dsp is now attached
[ 11.472164] pci 0000:00:00.0: supports D1
[ 11.476956] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 11.480073] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 11.482974] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 11.496868] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 11.509094] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 11.517581] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 11.526450] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
[ 11.533906] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 11.539411] pcieport 0000:00:00.0: PME: Signaling with IRQ 885
[ 11.547694] pcieport 0000:00:00.0: AER: enabled with IRQ 885
[ 11.558753] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 11.586125] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 11.596385] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 11.605310] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
Starting [0;1;39mNetwork Name Resolution[0m...
[ 11.666395] remoteproc remoteproc4: 5c00000.r5f is available
[ 11.718291] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 11.752100] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 11.804265] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 11.818854] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 11.834499] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 11.852583] rproc-virtio rproc-virtio.16.auto: registered virtio4 (type 7)
[ 11.864770] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[ 11.922278] platform 5d00000.r5f: configured R5F for IPC-only mode
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
[ 11.958807] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[ 11.999932] remoteproc remoteproc5: 5d00000.r5f is available
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0[ 12.016378] remoteproc remoteproc5: attaching to 5d00000.r5f
m.
[ 12.043666] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 12.050497] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a3000000
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv[ 12.062447] virtio_rpmsg_bus virtio5: rpmsg host is online
2/3 locking.[0m.
[ 12.070976] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
[ 12.110111] rproc-virtio rproc-virtio.17.auto: registered virtio5 (type 7)
See 'systemctl status bt-enable.service' for details.[ 12.119050] remoteproc remoteproc5: remote processor 5d00000.r5f is now attached
[ 12.128801] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[ 12.171878] platform 5e00000.r5f: configured R5F for IPC-only mode
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 12.200202] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
[ 12.235318] remoteproc remoteproc6: 5e00000.r5f is available
[ 12.241050] remoteproc remoteproc6: attaching to 5e00000.r5f
[ 12.264642] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 12.278876] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a4000000
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[ 12.302421] virtio_rpmsg_bus virtio6: rpmsg host is online
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[ 12.315832] rproc-virtio rproc-virtio.18.auto: registered virtio6 (type 7)
[ 12.322814] remoteproc remoteproc6: remote processor 5e00000.r5f is now attached
[ 12.322823] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.342208] platform 5f00000.r5f: configured R5F for IPC-only mode
[ 12.348900] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.[ 12.370201] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
[ 12.413340] remoteproc remoteproc7: 5f00000.r5f is available
[ 12.420329] remoteproc remoteproc7: attaching to 5f00000.r5f
Starting [0;1;39mSynchronize System and HW clocks[0m.[ 12.433184] platform 5f00000.r5f: R5F core initialized in IPC-only mode
..
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 12.547773] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a5000000
[ 12.637665] virtio_rpmsg_bus virtio7: rpmsg host is online
[ 12.652813] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
[ 12.660491] rproc-virtio rproc-virtio.19.auto: registered virtio7 (type 7)
[ 12.660504] remoteproc remoteproc7: remote processor 5f00000.r5f is now attached
[ 12.687194] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
[ 12.770080] audit: type=1334 audit(1696411874.460:6): prog-id=9 op=LOAD
[ 12.779510] audit: type=1334 audit(1696411874.464:7): prog-id=10 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[ 12.916705] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 12.942817] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 12.983138] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 12.999565] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 13.010485] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[ 13.018047] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 13.035133] pci 0001:00:00.0: supports D1
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.[ 13.053005] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 13.089312] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.125648] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[ 13.302600] pci 0001:00:00.0: PCI bridge to [bus 01]
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 13.342841] pcieport 0001:00:00.0: PME: Signaling with IRQ 889
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[ 13.380788] pcieport 0001:00:00.0: AER: enabled with IRQ 889
[ 13.402090] audit: type=1006 audit(1696411875.070:8): pid=504 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 13.420335] audit: type=1300 audit(1696411875.070:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffadd9528 a2=4 a3=ffffaff2b020 items=0 ppid=1 pid=504 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 13.450633] audit: type=1327 audit(1696411875.070:8): proctitle="(systemd)"
[ 13.459743] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[ 13.499614] j721e-pcie-host 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000
[ 13.522836] j721e-pcie-host 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[ 13.626995] j721e-pcie-host 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 14.024347] m_can_platform 40528000.can: m_can device registered (irq=892, version=32)
[ 14.038766] m_can_platform 40568000.can: m_can device registered (irq=893, version=32)
[ 14.055889] m_can_platform 2701000.can: m_can device registered (irq=894, version=32)
[ 14.074111] m_can_platform 2721000.can: m_can device registered (irq=895, version=32)
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 14.150984] audit: type=1006 audit(1696411875.799:9): pid=434 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a mpositor, as a system service[0m.
See 'systemctl status weston.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mMatrix GUI[0m.
[[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m.
[[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m.
Starting [0;1;39mRecord Runlevel Change in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord Runlevel Change in UTMP[0m.
[ 14.683118] j721e-pcie-host 2920000.pcie: PCI host bridge to bus 0002:00
[ 14.690330] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 14.696282] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[ 14.706041] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[ 14.718341] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[ 14.725850] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 14.737102] pci 0002:00:00.0: supports D1
[ 14.742024] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 14.771393] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 14.861531] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 14.944334] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 15.026504] pcieport 0002:00:00.0: PME: Signaling with IRQ 897
[ 15.038549] pcieport 0002:00:00.0: AER: enabled with IRQ 897
[ 15.250482] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 15.318186] remoteproc remoteproc8: b034000.pru is available
[ 15.328520] remoteproc remoteproc9: b004000.rtu is available
[ 15.331901] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 15.345027] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 15.362747] remoteproc remoteproc10: b00a000.txpru is available
[ 15.371370] remoteproc remoteproc11: b038000.pru is available
[ 15.372912] remoteproc remoteproc12: b006000.rtu is available
[ 15.401360] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 15.418251] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 15.418594] remoteproc remoteproc13: b00c000.txpru is available
[ 15.418869] remoteproc remoteproc14: b134000.pru is available
[ 15.419089] remoteproc remoteproc15: b104000.rtu is available
[ 15.419567] remoteproc remoteproc16: b10a000.txpru is available
[ 15.420583] remoteproc remoteproc17: b138000.pru is available
[ 15.420789] remoteproc remoteproc18: b106000.rtu is available
[ 15.420940] remoteproc remoteproc19: b10c000.txpru is available
[ 15.439622] scsi host0: ufshcd
[ 15.520950] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
[ 15.543379] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
[ 15.613737] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 15.635099] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 15.647212] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project j721e-evm -
Arago 2023.04 j721e-evm -
j721e-evm login: root
root@j721e-evm:~# devmem2 0x9e800000
/dev/mem opened.[ 55.928090] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
[ 55.928104] CPU: 0 PID: 1029 Comm: devmem2 Tainted: G O 6.1.46-gf8110d9ce8 #1
[ 55.928109] Hardware name: Texas Instruments J721e EVM (DT)
[ 55.928111] pstate: 60000000 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 55.928115] pc : 0000ffffb079df28
[ 55.928117] lr : 0000ffffb07a01d0
[ 55.928118] sp : 0000ffffc354b820
[ 55.928119] x29: 0000ffffc354b820 x28: 0000000000000000 x27: 0000000000412000
[ 55.928125] x26: 0000ffffb07c2000 x25: 0000ffffc354bbe8 x24: 0000ffffc354b9f0
[ 55.928129] x23: 0000000000000003 x22: 0000000000000002 x21: 0000000000000048
[ 55.928133] x20: 0000ffffb07cb350 x19: 0000ffffb07c2000 x18: 0000000000000000
[ 55.928137] x17: 0000ffffb07a0188 x16: 0000000000411ff8 x15: 0000000000000001
[ 55.928141] x14: 0000000000000001 x13: 2073736572646461 x12: 0000ffffb07c2000
[ 55.928145] x11: 000000000000000e x10: 000000000000000a x9 : 0000ffffc354b864
[ 55.928149] x8 : 0000000000000040 x7 : 3030303263373062 x6 : 0000000000400358
[ 55.928153] x5 : 0000000000000000 x4 : 000000000040113d x3 : 0000000000000000
[ 55.928157] x2 : 0000000000400708 x1 : 0000000000400708 x0 : 0000000000400550
[ 55.928162] Kernel panic - not syncing: Asynchronous SError Interrupt
[ 55.928165] CPU: 0 PID: 1029 Comm: devmem2 Tainted: G O 6.1.46-gf8110d9ce8 #1
[ 55.928168] Hardware name: Texas Instruments J721e EVM (DT)
[ 55.928170] Call trace:
[ 55.928172] dump_backtrace.part.0+0xdc/0xf0
[ 55.928188] show_stack+0x18/0x30
[ 55.928193] dump_stack_lvl+0x68/0x84
[ 55.928201] dump_stack+0x18/0x34
[ 55.928205] panic+0x184/0x344
[ 55.928210] nmi_panic+0xac/0xb0
[ 55.928217] arm64_serror_panic+0x6c/0x7c
[ 55.928219] do_serror+0x58/0x5c
[ 55.928222] __el0_error_handler_common+0x40/0xa4
[ 55.928225] el0t_64_error_handler+0x10/0x20
[ 55.928227] el0t_64_error+0x18c/0x190
[ 55.928231] SMP: stopping secondary CPUs
[ 55.928245] Kernel Offset: disabled
[ 55.928247] CPU features: 0x40000,20028084,0000420b
[ 55.928250] Memory Limit: none
[ 56.116750] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
Memory mapped at address 0xffffb07c2000.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment