This thread has been locked.

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

J722SXH01EVM: Cannot Boot Through TFTP

Part Number: J722SXH01EVM
Other Parts Discussed in Thread: AM67

Tool/software:

Hello,

I am trying to boot my J722S EVM for the first time. I've followed all of the steps from the online documentation, and I have gotten as far as running the setup-uboot-env.sh. From here, things go sideways as it prepares everything, then fails to register that the board is connected over UART in the minicom script as it repeatedly states:

Couldn't open device, some information will be missing

dmesg: read kernel buffer failed: Operation not permitted

dmesg: read kernel buffer failed: Operation not permitted

Couldn't open device, ...

Over and over again. If I try and run the minicom script through the command minicom -S setupBoard.minicom, the board does not recognize the Linux machine over ethernet, and the Linux machine complains that the ethernet connection "failed": "Activation of network connection failed".

I am running Ubuntu 24.0.4.3 LTS and have the SDK version 11.00.10.01

This is my first time trying to get a AM67/TDA4 EVM up and running, so bear with me please.

Thanks,

Ryan

  • Ryan,

    Once you install the SDK. Under the $sdk_path/bin

    createsdcard.sh should be good enough to boot Linux. 

    Best Regards,

    Keerthy 

  • Keerthy,

    If I'm booting off of the Micro SD card, made with create-sdcard.sh, it gets stuck in a loop with autoboot consistently stating that the psplash screen failed to start. I was trying a different method (TFTP) to get it to boot, to no avail.

    Is this a common error, or have I managed to stumble upon something abnormal?

    Thanks,

    Ryan

  • Ryan,

    Please share the failing logs from sd boot. It should not be failing.

    Best Regards,

    Keerthy 

  • Keerthy,

    Below are the logs from the minicom output over the UART port. If there are other logs needed, please direct me to documentation on how to retrieve them.

    U-Boot SPL 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
    SPL initial stack usage: 17048 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE:  BL31: Built : 12:35:58, Mar 24 2025
    
    U-Boot SPL 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)           
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')           
    Trying to boot from MMC2                                                        
    Authentication passed                                                           
    Authentication passed                                                           
                                                                                    
                                                                                    
    U-Boot 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)               
                                                                                    
    SoC:   J722S SR1.0 HS-FS                                                        
    Model: Texas Instruments J722S EVM                                              
    DRAM:  2 GiB (total 8 GiB)                                                      
    Core:  103 devices, 29 uclasses, devicetree: separate                           
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1                                           
    Loading Environment from nowhere... OK                                          
    In:    serial@2800000                                                           
    Out:   serial@2800000                                                           
    Err:   serial@2800000                                                           
    Net:   eth0: ethernet@8000000port@1                                             
    Hit any key to stop autoboot:  0                                                
    switch to partitions #0, OK                                                     
    mmc1 is current device                                                          
    SD/MMC found on device 1                                                        
    679 bytes read in 1 ms (663.1 KiB/s)                                            
    Loaded env from uEnv.txt                                                        
    Importing environment from mmc1 ...                                             
    Running uenvcmd ...                                                             
    22256128 bytes read in 236 ms (89.9 MiB/s)                                      
    79505 bytes read in 5 ms (15.2 MiB/s)                                           
    Working FDT set to 88000000                                                     
    ## Flattened Device Tree blob at 88000000                                       
       Booting using the fdt blob at 0x88000000                                     
    Working FDT set to 88000000                                                     
       Loading Device Tree to 000000008fee9000, end 000000008fffffff ... OK         
    Working FDT set to 8fee9000                                                     
                                                                                    
    Starting kernel ...                                                             
                                                                                    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]          
    [    0.000000] Linux version 6.12.17-ti-00773-gcdcaeac783e3 (oe-user@oe-host) (5
    [    0.000000] KASLR disabled due to lack of seed                               
    [    0.000000] Machine model: Texas Instruments J722S EVM                       
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')    
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled                   
    [    0.000000] efi: UEFI not found.                                             
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000009c8000000, B
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id sharl
    [    0.000000] OF: reserved mem: 0x00000009c8000000..0x00000009ffffffff (917504a
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 0
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 Ki0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, B
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compl
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 K0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, B
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatibl
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, B
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@al
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 K0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, B
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@a1100l
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, B
    [    0.000000] OF: reserved mem: initialized node main-r5fss-dma-memory-region@l
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 K0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, B
    [    0.000000] OF: reserved mem: initialized node main-r5fss-memory-region@a210l
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, B
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a3000000, compl
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 K0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, B
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a3100000, compatibl
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, B
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@a4000000, compl
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 K0
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, B
    [    0.000000] OF: reserved mem: initialized node c7x-memory@a4100000, compatibl
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 0
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a6bfffff (28672 0
    [    0.000000] Zone ranges:                                                     
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]           
    [    0.000000]   DMA32    empty                                                 
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000009ffffffff]           
    [    0.000000] Movable zone start for each node                                 
    [    0.000000] Early memory node ranges                                         
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008007ffff]          
    [    0.000000]   node   0: [mem 0x0000000080080000-0x000000009e7fffff]          
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a6bfffff]          
    [    0.000000]   node   0: [mem 0x00000000a6c00000-0x00000000ffffffff]          
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000009ffffffff]          
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000009ffffffff] 
    [    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.5                                
    [    0.000000] percpu: Embedded 22 pages/cpu s51672 r8192 d30248 u90112         
    [    0.000000] Detected VIPT I-cache on CPU0                                    
    [    0.000000] CPU features: detected: GIC system register CPU interface        
    [    0.000000] CPU features: detected: ARM erratum 845719                       
    [    0.000000] alternatives: applying boot alternatives                         
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmt
    [    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byt)
    [    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2097152   
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off    
    [    0.000000] software IO TLB: area num 4.                                     
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff0)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=512 to nr_cpu_ids=4.  
    [    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 ji.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4     
    [    0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 .
    [    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adj.
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0                   
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode                      
    [    0.000000] GICv3: 256 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: GICD_CTRL.DS=0, SCR_EL3.FIQ=1                             
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000   
    [    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->9
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (fla)
    [    0.000000] ITS: using cache flushing for cmd queue                          
    [    0.000000] GICv3: using LPI property table @0x0000000880050000              
    [    0.000000] GIC: using cache flushing for LPI property table                 
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000088006000
    [    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
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398s
    [    0.008685] Console: colour dummy device 80x25                               
    [    0.013277] Calibrating delay loop (skipped), value calculated using timer f)
    [    0.023954] pid_max: default: 32768 minimum: 301                             
    [    0.028752] LSM: initializing lsm=capability,selinux                         
    [    0.033874] SELinux:  Initializing.                                          
    [    0.037891] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, l)
    [    0.045652] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byt)
    [    0.069927] rcu: Hierarchical SRCU implementation.                           
    [    0.074847] rcu:     Max phase no-delay instances is 1000.                   
    [    0.080350] Timer migration: 1 hierarchy levels; 8 children per group; 1 crol
    [    0.089120] EFI services will not be available.                              
    [    0.097794] smp: Bringing up secondary CPUs ...                              
    [    0.110705] Detected VIPT I-cache on CPU1                                    
    [    0.110782] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000   
    [    0.110799] GICv3: CPU1: using allocated LPI pending table @0x000000088007000
    [    0.110846] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]       
    [    0.118757] Detected VIPT I-cache on CPU2                                    
    [    0.118819] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000   
    [    0.118833] GICv3: CPU2: using allocated LPI pending table @0x000000088008000
    [    0.118866] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]       
    [    0.126781] Detected VIPT I-cache on CPU3                                    
    [    0.126839] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000   
    [    0.126853] GICv3: CPU3: using allocated LPI pending table @0x000000088009000
    [    0.126884] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]       
    [    0.126999] smp: Brought up 1 node, 4 CPUs                                   
    [    0.206660] SMP: Total of 4 processors activated.                            
    [    0.211468] CPU: All CPU(s) started at EL2                                   
    [    0.215666] CPU features: detected: 32-bit EL0 Support                       
    [    0.220918] CPU features: detected: CRC32 instructions                       
    [    0.226212] alternatives: applying system-wide alternatives                  
    [    0.232475] Memory: 7077300K/8388608K available (12928K kernel code, 1254K r)
    [    0.247998] devtmpfs: initialized                                            
    [    0.262335] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
    [    0.272339] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)   
    [    0.301214] 27152 pages in range for non-PLT usage                           
    [    0.301238] 518672 pages in range for PLT usage                              
    [    0.306456] pinctrl core: initialized pinctrl subsystem                      
    [    0.316845] DMI not present or invalid.                                      
    [    0.322741] NET: Registered PF_NETLINK/PF_ROUTE protocol family              
    [    0.329951] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.337387] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic als
    [    0.345491] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic s
    [    0.354097] audit: initializing netlink subsys (disabled)                    
    [    0.359864] audit: type=2000 audit(0.248:1): state=initialized audit_enabled1
    [    0.360266] thermal_sys: Registered thermal governor 'step_wise'             
    [    0.367787] thermal_sys: Registered thermal governor 'power_allocator'       
    [    0.373965] cpuidle: using governor menu                                     
    [    0.384802] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.    
    [    0.391829] ASID allocator initialised with 65536 entries                    
    [    0.403905] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(0
    [    0.415413] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s0
    [    0.425422] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f00b
    [    0.440937] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s0
    [    0.453324] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s0
    [    0.463276] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f00b
    [    0.475628] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(si
    [    0.484872] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@2b
    [    0.494773] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages    
    [    0.501742] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page          
    [    0.508149] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages    
    [    0.515082] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page          
    [    0.521488] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages    
    [    0.528422] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page          
    [    0.534826] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages    
    [    0.541762] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page          
    [    0.549792] k3-chipinfo 43000014.chipid: Family:J722S rev:SR1.0 JTAGID[0x0bbd
    [    0.562406] iommu: Default domain type: Translated                           
    [    0.567323] iommu: DMA domain TLB invalidation policy: strict mode           
    [    0.574004] SCSI subsystem initialized                                       
    [    0.578162] usbcore: registered new interface driver usbfs                   
    [    0.583804] usbcore: registered new interface driver hub                     
    [    0.589254] usbcore: registered new device driver usb                        
    [    0.594970] pps_core: LinuxPPS API ver. 1 registered                         
    [    0.600046] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom>
    [    0.609388] PTP clock support registered                                     
    [    0.613420] EDAC MC: Ver: 3.0.0                                              
    [    0.616918] scmi_core: SCMI protocol bus registered                          
    [    0.622182] FPGA manager framework                                           
    [    0.625733] Advanced Linux Sound Architecture Driver Initialized.            
    [    0.632836] vgaarb: loaded                                                   
    [    0.635944] clocksource: Switched to clocksource arch_sys_counter            
    [    0.642480] VFS: Disk quotas dquot_6.6.0                                     
    [    0.646516] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)   
    [    0.660085] NET: Registered PF_INET protocol family                          
    [    0.665352] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, l)
    [    0.677796] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 655)
    [    0.686633] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,)
    [    0.694571] TCP established hash table entries: 65536 (order: 7, 524288 byte)
    [    0.703027] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, lin)
    [    0.712300] TCP: Hash tables configured (established 65536 bind 65536)       
    [    0.719195] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)    
    [    0.726282] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linea)
    [    0.733931] NET: Registered PF_UNIX/PF_LOCAL protocol family                 
    [    0.740210] RPC: Registered named UNIX socket transport module.              
    [    0.746279] RPC: Registered udp transport module.                            
    [    0.751087] RPC: Registered tcp transport module.                            
    [    0.755889] RPC: Registered tcp-with-tls transport module.                   
    [    0.761495] RPC: Registered tcp NFSv4.1 backchannel transport module.        
    [    0.768085] NET: Registered PF_XDP protocol family                           
    [    0.772996] PCI: CLS 0 bytes, default 64                                     
    [    0.778263] Initialise system trusted keyrings                               
    [    0.783055] workingset: timestamp_bits=46 max_order=21 bucket_order=0        
    [    0.789938] squashfs: version 4.0 (2009/01/31) Phillip Lougher               
    [    0.796164] NFS: Registering the id_resolver key type                        
    [    0.801358] Key type id_resolver registered                                  
    [    0.805631] Key type id_legacy registered                                    
    [    0.809743] nfs4filelayout_init: NFSv4 File Layout Driver Registering...     
    [    0.816598] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registerin.
    [    0.871491] Key type asymmetric registered                                   
    [    0.875696] Asymmetric key parser 'x509' registered                          
    [    0.880738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
    [    0.888471] io scheduler mq-deadline registered                              
    [    0.893106] io scheduler kyber registered                                    
    [    0.897226] io scheduler bfq registered                                      
    [    0.904382] pinctrl-single 4084000.pinctrl: 34 pins, size 136                
    [    0.911114] pinctrl-single f4000.pinctrl: 171 pins, size 684                 
    [    0.918544] ledtrig-cpu: registered to indicate activity on CPUs             
    [    0.930369] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled          
    [    0.944987] loop: module loaded                                              
    [    0.949286] megasas: 07.727.03.00-rc1                                        
    [    0.956670] tun: Universal TUN/TAP device driver, 1.6                        
    [    0.962900] VFIO - User Level meta-driver version: 0.3                       
    [    0.969357] usbcore: registered new interface driver usb-storage             
    [    0.976082] i2c_dev: i2c /dev entries driver                                 
    [    0.981514] sdhci: Secure Digital Host Controller Interface driver           
    [    0.987856] sdhci: Copyright(c) Pierre Ossman                                
    [    0.992537] sdhci-pltfm: SDHCI platform and OF driver helper                 
    [    0.998979] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....        
    [    1.006182] usbcore: registered new interface driver usbhid                  
    [    1.011886] usbhid: USB HID core driver                                      
    [    1.016989] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,80e
    [    1.027300] optee: probing for conduit method.                               
    [    1.031870] optee: revision 4.5 (ef1ebdc23034a804)                           
    [    1.032216] optee: dynamic shared memory is enabled                          
    [    1.042754] optee: initialized driver                                        
    [    1.042852] random: crng init done                                           
    [    1.048477] Initializing XFRM netlink socket                                 
    [    1.054395] NET: Registered PF_PACKET protocol family                        
    [    1.059624] Key type dns_resolver registered                                 
    [    1.071547] registered taskstats version 1                                   
    [    1.076091] Loading compiled-in X.509 certificates                           
    [    1.092169] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b)
    [    1.154218] omap_i2c 4900000.i2c: bus 0 rev0.12 at 400 kHz                   
    [    1.161312] omap_i2c 2b200000.i2c: bus 1 rev0.12 at 400 kHz                  
    [    1.168449] pca953x 2-0023: supply vcc not found, using dummy regulator      
    [    1.175353] pca953x 2-0023: using AI                                         
    [    1.194099] omap_i2c 20000000.i2c: bus 2 rev0.12 at 400 kHz                  
    [    1.201083] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@2b
    [    1.210372] /bus@f0000/dss@30220000: Fixed dependency cycle(s) with /bus@f00b
    [    1.220290] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(si
    [    1.229499] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s0
    [    1.239561] omap_i2c 20010000.i2c: bus 3 rev0.12 at 100 kHz                  
    [    1.246526] pca954x 4-0070: supply vdd not found, using dummy regulator      
    [    1.268212] i2c i2c-4: Added multiplexed i2c bus 5                           
    [    1.273304] i2c i2c-4: Added multiplexed i2c bus 6                           
    [    1.278211] pca954x 4-0070: registered 2 multiplexed busses for I2C switch p3
    [    1.286147] pca954x 4-0071: supply vdd not found, using dummy regulator      
    [    1.293264] i2c i2c-4: Added multiplexed i2c bus 7                           
    [    1.298308] i2c i2c-4: Added multiplexed i2c bus 8                           
    [    1.303224] pca954x 4-0071: registered 2 multiplexed busses for I2C switch p3
    [    1.311004] omap_i2c 20020000.i2c: bus 4 rev0.12 at 400 kHz                  
    [    1.316922] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domd
    [    1.325240] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Roud
    [    1.334448] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator d
    [    1.343425] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator d
    [    1.357758] ti-udma 485c0100.dma-controller: Number of rings: 82             
    [    1.366069] ti-udma 485c0100.dma-controller: Channels: 44 (bchan: 16, tchan:)
    [    1.376799] ti-udma 485c0000.dma-controller: Number of rings: 150            
    [    1.387307] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan:)
    [    1.396766] ti-udma 4e230000.dma-controller: Number of rings: 40             
    [    1.405377] ti-udma 4e230000.dma-controller: Channels: 40 (bchan: 0, tchan: )
    [    1.416427] printk: legacy console [ttyS2] disabled                          
    [    1.421731] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 311, base_baud = 0
    [    1.430594] printk: legacy console [ttyS2] enabled                           
    [    1.430594] printk: legacy console [ttyS2] enabled                           
    [    1.440383] printk: legacy bootconsole [ns16550a0] disabled                  
    [    1.440383] printk: legacy bootconsole [ns16550a0] disabled                  
    [    1.459302] 7 fixed-partitions partitions found on MTD device fc40000.spi.0  
    [    1.466294] Creating 7 MTD partitions on "fc40000.spi.0":                    
    [    1.471689] 0x000000000000-0x000000080000 : "ospi.tiboot3"                   
    [    1.478390] 0x000000080000-0x000000280000 : "ospi.tispl"                     
    [    1.484763] 0x000000280000-0x000000680000 : "ospi.u-boot"                    
    [    1.491141] 0x000000680000-0x0000006c0000 : "ospi.env"                       
    [    1.497327] 0x0000006c0000-0x000000700000 : "ospi.env.backup"                
    [    1.504129] 0x000000800000-0x000003fc0000 : "ospi.rootfs"                    
    [    1.510563] 0x000003fc0000-0x000004000000 : "ospi.phypattern"                
    [    1.683956] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 0
    [    1.695084] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, drive7
    [    1.703210] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss ver6
    [    1.716286] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.723427] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32 
    [    1.731165] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000
    [    1.750687] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19         
    [    1.764846] mmc0: CQHCI version 5.10                                         
    [    1.803993] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 6t
    [    1.841769] pca953x 3-0020: supply vcc not found, using dummy regulator      
    [    1.848540] pca953x 3-0020: using no AI                                      
    [    1.876522] j721e-pcie f102000.pcie: host bridge /bus@f0000/pcie@f102000 ran:
    [    1.883987] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0
    [    1.892110] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0
    [    1.892185] mmc0: Command Queue Engine enabled                               
    [    1.900219] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0xffffffffffff -0
    [    1.904647] mmc0: new HS200 MMC card at address 0001                         
    [    1.918500] mmcblk0: mmc0:0001 G1M15L 29.6 GiB                               
    [    1.924493]  mmcblk0: p1 p2                                                  
    [    1.927790] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB                          
    [    1.933605] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB                          
    [    1.939384] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (239:0)          
    [    3.020732] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00          
    [    3.027056] pci_bus 0000:00: root bus resource [bus 00-ff]                   
    [    3.032543] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus addr)
    [    3.042010] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]   
    [    3.048904] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400 PCIe Root Pt
    [    3.056258] pci 0000:00:00.0: PCI bridge to [bus 00]                         
    [    3.061224] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]            
    [    3.067312] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]    
    [    3.074096] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64b]
    [    3.081888] pci 0000:00:00.0: supports D1                                    
    [    3.085893] pci 0000:00:00.0: PME# supported from D0 D1 D3hot                
    [    3.094023] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reg
    [    3.102202] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01      
    [    3.108834] pci 0000:00:00.0: PCI bridge to [bus 01]                         
    [    3.113802] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]                  
    [    3.119368] pci_bus 0000:00: resource 5 [mem 0x68011000-0x6fffffff]          
    [    3.125769] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22      
    [    3.132695] pcieport 0000:00:00.0: PME: Signaling with IRQ 567               
    [    3.138811] pcieport 0000:00:00.0: AER: enabled with IRQ 567                 
    [    3.146156] mmc1: CQHCI version 5.10                                         
    [    3.146257] clk: Disabling unused clocks                                     
    [    3.159727] PM: genpd: Disabling unused power domains                        
    [    3.164970] ALSA device list:                                                
    [    3.167940]   No soundcards found.                                           
    [    3.190564] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 6t
    [    3.198543] Waiting for root device PARTUUID=b8acd16f-02...                  
    [    3.260071] mmc1: new ultra high speed SDR104 SDHC card at address aaaa      
    [    3.267293] mmcblk1: mmc1:aaaa SL32G 29.7 GiB                                
    [    3.276662]  mmcblk1: p1 p2                                                  
    [    3.312270] EXT4-fs (mmcblk1p2): mounted filesystem 0478cfa5-0153-4f05-8584-.
    [    3.324446] VFS: Mounted root (ext4 filesystem) on device 179:98.            
    [    3.336786] devtmpfs: mounted                                                
    [    3.340484] Freeing unused kernel memory: 2752K                              
    [    3.345100] Run /sbin/init as init process                                   
    [    3.562691] systemd[1]: System time before build time, advancing clock.      
    [    3.609763] NET: Registered PF_INET6 protocol family                         
    [    3.615798] Segment Routing with IPv6                                        
    [    3.619516] In-situ OAM (IOAM) with IPv6                                     
    [    3.661438] systemd[1]: systemd 255.17^ running in system mode (+PAM -AUDIT )
    [    3.693370] systemd[1]: Detected architecture arm64.                         
                                                                                    
    Welcome to Arago 2025.01!                                                       
                                                                                    
    [    3.719709] systemd[1]: Hostname set to <am67-sk>.                           
    [    3.727483] systemd[1]: Initializing machine ID from random generator.       
    [    3.959576] systemd[1]: Configuration file /usr/lib/systemd/system/ti-apps-l.
    [    4.007220] systemd[1]: Configuration file /usr/lib/systemd/system/seva-laun.
    [    4.094211] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standar.
    [    4.265582] systemd[1]: Queued start job for default target Graphical Interf.
    [    4.321732] systemd[1]: Created slice Slice /system/getty.                   
    [  OK  ] Created slice Slice /system/getty.                                     
    [    4.342384] systemd[1]: Created slice Slice /system/modprobe.                
    [  OK  ] Created slice Slice /system/modprobe.                                  
    [    4.362340] systemd[1]: Created slice Slice /system/serial-getty.            
    [  OK  ] Created slice Slice /system/serial-getty.                              
    [    4.381751] systemd[1]: Created slice User and Session Slice.                
    [  OK  ] Created slice User and Session Slice.                                  
    [    4.400400] systemd[1]: Started Dispatch Password Requests to Console Direct.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.         
    [    4.420305] systemd[1]: Started Forward Password Requests to Wall Directory .
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.             
    [    4.440158] systemd[1]: Expecting device /dev/ttyS2...                       
             Expecting device /dev/ttyS2...                                         
    [    4.452246] systemd[1]: Reached target Path Units.                           
    [  OK  ] Reached target Path Units.                                             
    [    4.464113] systemd[1]: Reached target Remote File Systems.                  
    [  OK  ] Reached target Remote File Systems.                                    
    [    4.480074] systemd[1]: Reached target Slice Units.                          
    [  OK  ] Reached target Slice Units.                                            
    [    4.492084] systemd[1]: Reached target Swaps.                                
    [  OK  ] Reached target Swaps.                                                  
    [    4.557038] systemd[1]: Listening on RPCbind Server Activation Socket.       
    [  OK  ] Listening on RPCbind Server Activation Socket.                         
    [    4.576247] systemd[1]: Reached target RPC Port Mapper.                      
    [  OK  ] Reached target RPC Port Mapper.                                        
    [    4.601199] systemd[1]: Listening on Process Core Dump Socket.               
    [  OK  ] Listening on Process Core Dump Socket.                                 
    [    4.620505] systemd[1]: Listening on initctl Compatibility Named Pipe.       
    [  OK  ] Listening on initctl Compatibility Named Pipe.                         
    [    4.641275] systemd[1]: Listening on Journal Audit Socket.                   
    [  OK  ] Listening on Journal Audit Socket.                                     
    [    4.660750] systemd[1]: Listening on Journal Socket (/dev/log).              
    [  OK  ] Listening on Journal Socket (/dev/log).                                
    [    4.680793] systemd[1]: Listening on Journal Socket.                         
    [  OK  ] Listening on Journal Socket.                                           
    [    4.692926] systemd[1]: Listening on Network Service Netlink Socket.         
    [  OK  ] Listening on Network Service Netlink Socket.                           
    [    4.716894] systemd[1]: Listening on udev Control Socket.                    
    [  OK  ] Listening on udev Control Socket.                                      
    [    4.736702] systemd[1]: Listening on udev Kernel Socket.                     
    [  OK  ] Listening on udev Kernel Socket.                                       
    [    4.752755] systemd[1]: Listening on User Database Manager Socket.           
    [  OK  ] Listening on User Database Manager Socket.                             
    [    4.796361] systemd[1]: Mounting Huge Pages File System...                   
             Mounting Huge Pages File System...                                     
    [    4.816329] systemd[1]: Mounting POSIX Message Queue File System...          
             Mounting POSIX Message Queue File System...                            
    [    4.840552] systemd[1]: Mounting Kernel Debug File System...                 
             Mounting Kernel Debug File System...                                   
    [    4.852684] systemd[1]: Kernel Trace File System was skipped because of an u.
    [    4.873670] systemd[1]: Mounting Temporary Directory /tmp...                 
             Mounting Temporary Directory /tmp...                                   
    [    4.897968] systemd[1]: Starting Create List of Static Device Nodes...       
             Starting Create List of Static Device Nodes...                         
    [    4.920892] systemd[1]: Starting Load Kernel Module configfs...              
             Starting Load Kernel Module configfs...                                
    [    4.944847] systemd[1]: Starting Load Kernel Module drm...                   
             Starting Load Kernel Module drm...                                     
    [    4.961088] systemd[1]: Starting Load Kernel Module fuse...                  
             Starting Load Kernel Module fuse...                                    
    [    4.998242] systemd[1]: Starting Start psplash boot splash screen...         
             Starting Start psplash boot splash screen.[    5.005127] fuse: init (A)
    ..                                                                              
    [    5.028126] systemd[1]: Starting RPC Bind...                                 
             Starting RPC Bind...                                                   
    [    5.040496] systemd[1]: File System Check on Root Device was skipped because.
    [    5.061160] systemd[1]: Starting Journal Service...                          
             Starting Journal Service...                                            
    [    5.084835] systemd[1]: Starting Load Kernel Modules...                      
             Starting Load Kernel Modules...                                        
    [    5.101755] systemd[1]: Starting Generate network units from Kernel command .
             Starting Generate network units from Kernel command line...            
    [    5.125709] systemd[1]: Starting Remount Root and Kernel File Systems...     
             Starting Remount Root and Kernel File Systems...                       
    [    5.139164] cryptodev: loading out-of-tree module taints kernel.             
    [    5.151087] sysctl table check failed: ioctl/(null) procname is null         
    [    5.153111] systemd[1]: Starting Coldplug All udev Devices...                
    [    5.157545] sysctl table check failed: ioctl/(null) No proc_handler          
    [    5.165535] systemd-journald[128]: Collecting audit messages is enabled.     
    [    5.169707] cryptodev: driver 1.14 loaded.                                   
             Starting Coldplug All udev Devices...                                  
    [    5.200396] EXT4-fs (mmcblk1p2): re-mounted 0478cfa5-0153-4f05-8584-af32c0bd.
    [    5.214650] systemd[1]: Started RPC Bind.                                    
    [  OK  ] Started RPC Bind.                                                      
    [    5.225004] systemd[1]: Mounted Huge Pages File System.                      
    [  OK  ] Mounted Huge Pages File System.                                        
    [    5.244803] systemd[1]: Mounted POSIX Message Queue File System.             
    [  OK  ] Mounted POSIX Message Queue File System.                               
    [    5.264664] systemd[1]: Started Journal Service.                             
    [  OK  ] Started Journal Service.                                               
    [  OK  ] Mounted Kernel Debug File System.                                      
    [  OK  ] Mounted Temporary Directory /tmp.                                      
    [  OK  ] Finished Create List of Static Device Nodes.                           
    [  OK  ] Finished Load Kernel Module configfs.                                  
    [  OK  ] Finished Load Kernel Module drm.                                       
    [  OK  ] Finished Load Kernel Module fuse.                                      
    [FAILED] Failed to start Start psplash boot splash screen.                      
    See 'systemctl status psplash-start.service' for details.                       
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper. 
    [  OK  ] Finished Load Kernel Modules.                                          
    [  OK  ] Finished Generate network units from Kernel command line.              
    [  OK  ] Finished Remount Root and Kernel File Systems.                         
             Mounting FUSE Control File System...                                   
             Mounting Kernel Configuration File System...                           
             Starting Flush Journal to Persistent Storage...                        
             Starting Apply Kernel Variables...                                     
             Starting Create Static Device Nodes in /dev gr[    5.575375] systemd-j.
    acefully...                                                                     
    [  OK  ] Mounted FUSE Control File System.                                      
    [  OK  ] Mounted Kernel Configuration File System.                              
    [  OK  ] Finished Flush Journal to Persistent Storage.                          
    [  OK  ] Finished Apply Kernel Variables.                                       
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.                
             Starting Create System Users...                                        
    [    5.745168] audit: type=1334 audit(1736360579.180:2): prog-id=6 op=LOAD      
    [    5.751902] audit: type=1334 audit(1736360579.184:3): prog-id=7 op=LOAD      
    [    5.758626] audit: type=1334 audit(1736360579.192:4): prog-id=8 op=LOAD      
             Starting User Database Manager...                                      
    [  OK  ] Started User Database Manager.                                         
    [  OK  ] Finished Create System Users.                                          
    [  OK  ] Finished Coldplug All udev Devices.                                    
             Starting Create Static Device Nodes in /dev...                         
    [  OK  ] Finished Create Static Device Nodes in /dev.                           
    [  OK  ] Reached target Preparation for Local File Systems.                     
             Mounting /var/volatile...                                              
    [    6.086712] audit: type=1334 audit(1736360579.520:5): prog-id=9 op=LOAD      
    [    6.093386] audit: type=1334 audit(1736360579.528:6): prog-id=10 op=LOAD     
             Starting Rule-based Manager for Device Events and Files...             
    [  OK  ] Mounted /var/volatile.                                                 
             Starting Load/Save OS Random Seed...                                   
    [  OK  ] Reached target Local File Systems.                                     
             Starting Rebuild Dynamic Linker Cache...                               
             Starting Create System Files and Directories...                        
    [  OK  ] Finished Load/Save OS Random Seed.                                     
    [  OK  ] Finished Create System Files and Directories.                          
             Starting Rebuild Journal Catalog...                                    
    [    6.337582] audit: type=1334 audit(1736360579.772:7): prog-id=11 op=LOAD     
             Starting Network Name Resolution...                                    
    [    6.356981] audit: type=1334 audit(1736360579.792:8): prog-id=12 op=LOAD     
             Starting Network Time Synchronization...                               
             Starting Record System Boot/Shutdown in UTMP...                        
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.                          
    [  OK  ] Finished Rebuild Journal Catalog.                                      
    [  OK  ] Started Rule-based Manager for Device Events and Files.                
    [  OK  ] Started Network Time Synchronization.                                  
    [  OK  ] Reached target System Time Set.                                        
    [  OK  ] Started Network Name Resolution.                                       
    [  OK  ] Reached target Host and Network Name Lookups.                          
    [  OK  ] Found device /dev/ttyS2.                                               
    [    7.622285] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100       
    [    7.635386] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100       
    [    7.643263] CAN device driver interface                                      
    [    7.645981] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100       
    [    7.664144] omap-mailbox 29030000.mailbox: omap mailbox rev 0x66fca100       
    [    7.726288] mc: Linux media interface: v0.10                                 
    [    7.740684] k3-dsp-rproc 7e000000.dsp: assigned reserved memory node c7x-dma0
    [    7.749693] k3-dsp-rproc 7e000000.dsp: configured DSP for remoteproc mode    
    [    7.762171] remoteproc remoteproc0: 7e000000.dsp is available                
    [    7.787411] k3-dsp-rproc 7e200000.dsp: assigned reserved memory node c7x-dma0
    [    7.798097] videodev: Linux video capture interface: v2.00                   
    [    7.804379] k3-dsp-rproc 7e200000.dsp: configured DSP for remoteproc mode    
    [    7.817206] remoteproc remoteproc1: 7e200000.dsp is available                
    [    7.839779] remoteproc remoteproc0: powering up 7e000000.dsp                 
    [    7.848490] remoteproc remoteproc0: Booting fw image j722s-c71_0-fw, size 218
    [    7.862659] rtc-ti-k3 2b1f0000.rtc: registered as rtc0                       
    [    7.868214] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node 0
    [    7.879104] remoteproc remoteproc1: powering up 7e200000.dsp                 
    [    7.880550] virtio_rpmsg_bus virtio0: rpmsg host is online                   
    [    7.881066] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addd
    [    7.881245] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe 
    [    7.885410] remoteproc remoteproc1: Booting fw image j722s-c71_1-fw, size 218
    [    7.890677] rproc-virtio rproc-virtio.5.auto: registered virtio0 (type 7)    
    [    7.916700] platform 79000000.r5f: configured R5F for remoteproc mode        
    [    7.919302] remoteproc remoteproc0: remote processor 7e000000.dsp is now up  
    [    7.926421] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-d0
    [    7.966055] remoteproc remoteproc2: 79000000.r5f is available                
    [    7.972015] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node 0
    [    7.974710] remoteproc remoteproc2: powering up 79000000.r5f                 
    [    7.988002] remoteproc remoteproc2: Booting fw image j722s-mcu-r5f0_0-fw, si2
    [    8.008315] platform 78000000.r5f: R5F core may have been powered on by a di)
    [    8.008482] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node 0
    [    8.031202] platform 78000000.r5f: configured R5F for IPC-only mode          
    [    8.033141] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addd
    [    8.038714] platform 78000000.r5f: assigned reserved memory node r5f-dma-mem0
    [    8.045316] virtio_rpmsg_bus virtio2: rpmsg host is online                   
    [    8.046480] virtio_rpmsg_bus virtio1: rpmsg host is online                   
    [    8.046515] rproc-virtio rproc-virtio.6.auto: registered virtio1 (type 7)    
    [    8.046524] remoteproc remoteproc1: remote processor 7e200000.dsp is now up  
    [    8.078313] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addd
    [    8.086072] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe 
    [    8.094894] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe 
    [    8.112318] remoteproc remoteproc3: 78000000.r5f is available                
    [    8.118361] remoteproc remoteproc3: attaching to 78000000.r5f                
    [  OK  ] Reached target Hardware activated U[    8.127781] rproc-virtio rproc-v)
    SB gadget.                                                                      
    [    8.131013] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node 0
    [    8.136593] remoteproc remoteproc2: remote processor 79000000.r5f is now up  
    [    8.157206] virtio_rpmsg_bus virtio3: rpmsg host is online                   
    [    8.157732] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addd
    [    8.162861] rproc-virtio rproc-virtio.8.auto: registered virtio3 (type 7)    
    [    8.170714] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe 
    [    8.177182] remoteproc remoteproc3: remote processor 78000000.r5f is now attd
    [    8.246998] platform 78400000.r5f: configured R5F for remoteproc mode        
    [    8.260068] platform 78400000.r5f: assigned reserved memory node main-r5fss-0
    [    8.276837] sii902x 3-003b: supply iovcc not found, using dummy regulator    
    [    8.291139] remoteproc remoteproc4: 78400000.r5f is available                
    [    8.299888] sii902x 3-003b: supply cvcc12 not found, using dummy regulator   
    [    8.311641] remoteproc remoteproc4: powering up 78400000.r5f                 
    [    8.318732] vdec 30210000.video-codec: Added wave5 driver with caps: 'ENCODE'
    [    8.320129] remoteproc remoteproc4: Booting fw image j722s-main-r5f0_0-fw, s4
    [    8.326852] vdec 30210000.video-codec: Product Code:      0x521c             
    [    8.340792] vdec 30210000.video-codec: Firmware Revision: 344874             
    [    8.395816] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node 0
    [    8.399692] i2c i2c-3: Added multiplexed i2c bus 9                           
    [    8.406913] virtio_rpmsg_bus virtio4: rpmsg host is online                   
    [    8.411086] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addd
    [    8.416674] rproc-virtio rproc-virtio.9.auto: registered virtio4 (type 7)    
    [    8.424312] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe 
    [    8.431069] remoteproc remoteproc4: remote processor 78400000.r5f is now up  
    [    8.438700] PVR_K:  225: Device: fd80000.gpu                                 
    [  OK  ] Created slice Slice /system/tee-sup[    8.604059] m_can_platform 4e080)
    [    8.606028] PVR_K:  225: Read BVNC 36.53.104.796 from HW device registers    
    plicant.                                                                        
    [    8.620378] PVR_K:  225: RGX Device registered BVNC 36.53.104.796 with 1 corm
    [    8.651149] [drm] Initialized pvr 24.2.6643903 for fd80000.gpu on minor 0    
    [    8.672122] xhci-hcd xhci-h                                                  
    U-Boot SPL 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)           
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')           
    SPL initial stack usage: 17048 bytes                                            
    Trying to boot from MMC2                                                        
    Authentication passed                                                           
    Authentication passed                                                           
    Authentication passed                                                           
    Authentication passed                                                           
    Authentication passed                                                           
    Starting ATF on ARM64 core...                                                   
                                                                                    
    NOTICE:  BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty                     
    NOTICE:  BL31: Built : 12:35:58, Mar 24 2025                                    
                                                                                    
    U-Boot SPL 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)           
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')           
    Trying to boot from MMC2                                                        
    Authentication passed                                                           
    Authentication passed                                                           
                                                                                    
                                                                                    
    U-Boot 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)               
                                                                                    
    SoC:   J722S SR1.0 HS-FS                                                        
    Model: Texas Instruments J722S EVM                                              
    DRAM:  2 GiB (total 8 GiB)                                                      
    Core:  103 devices, 29 uclasses, devicetree: separate                           
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1                                           
    Loading Environment from nowhere... OK                                          
    In:    serial@2800000                                                           
    Out:   serial@2800000                                                           
    Err:   serial@2800000                                                           
    Net:   eth0: ethernet@8000000port@1                                             
    Hit any key to stop autoboot:  0 

    Thanks,

    Ryan

  • Ryan,

    Seems like there is a reset after:

    [ 8.620378] PVR_K: 225: RGX Device registered BVNC 36.53.104.796 with 1 corm
    [ 8.651149] [drm] Initialized pvr 24.2.6643903 for fd80000.gpu on minor 0
    [ 8.672122] xhci-hcd xhci-h

    & you observe the SPL traces:

    U-Boot SPL 2025.01-00410-g70667128cb5b (Apr 04 2025 - 18:20:14 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.9--v11.00.09+ (Fancy Rat)')
    SPL initial stack usage: 17048 bytes

    This is not expected. Can you confirm if the reset consistently happens every boot?

    - Keerthy

  • Keerthy,

    Thanks for the feedback. After running multiple consecutive boot attempts, it seemed the restarts happened at random around the 8.9-9 second mark during boot up. I suspected that the problem could be power supply and was correct. I was pulling from the non-USB PD output of my power brick, and that was presumably causing a voltage drop below what was tolerable for the AM67. The system now boots properly which running from the USB PD output.

    Thanks for the help!

    Ryan