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.

AM623: The RTI-Windowed Watchdog Timer (WWDT) function is not working on the HS-SE hardware.

Part Number: AM623

Tool/software:

The WWDT function has issues on the HS-SE board, while it works properly on the HS-FS board. The verification method is as follows: Add logic to the watchdog - feeding function to feed the watchdog only twice. When verified on the non - fuse board, the system will trigger a watchdog restart after two times of feeding. However, on the fuse board, the restart will not be triggered.

drivers/watchdog/rti_wdt.c
static int count = 2 ;
static int rti_wdt_ping(struct watchdog_device *wdd)
{
	struct rti_wdt_device *wdt = watchdog_get_drvdata(wdd);
	printk("enter %s, count=%d\n", __func__, count);
	if(count-- <= 0)
		return 0;
	/* put watchdog in service state */
	writel_relaxed(WDKEY_SEQ0, wdt->base + RTIWDKEY);
	/* put watchdog in active state */
	writel_relaxed(WDKEY_SEQ1, wdt->base + RTIWDKEY);
	printk("leave %s, count=%d\n", __func__, count);
	return 0;
}

  • Hello Liang,

    1) What is the difference between "the HS-SE board" and "the HS-FS board"? Is this exactly the same board, just with a different processor on it? Are there other differences?

    2) What version of Linux SDK are you using?

    3) Is there any difference at all between the software that is running on each board? (including the Linux and uboot devicetree files)

    Regards,

    Nick

  • Hi , Nick,

    1 > HS-FS: High Security - Field Securable  ; HS-SE : High Security - Security Enforced; there is no other differences .

    2> The version of Linux SDK is 10_01_10_04.

    3> The non-signed version runs on HS-FS, while the signed version runs on HS-SE. This is because the HS-SE board cannot run non-signed versions. Other than that, there are no differences in the software.

    4> We compared the watchdog registers between the HS and HS-FS firmware versions, and found that all register values are exactly the same.

  • Hello Liang,

    Off the top of my head, I am not sure what could be going on if the board itself is exactly identical, and the code is also exactly identical (other than one of the codes being signed). I would triple-check that the code that is actually running on the boards is actually identical, just because I have had a couple customers recently who were running a different version of software than they thought.

    I am going to reassign your thread to a team member who has more experience with HS-SE devices than I do. They are currently out of office. Feel free to ping the thread if you have not gotten a response by the end of next week.

    Regards,

    Nick

  • Hi, Nick,

         I can confirm without a doubt that the circuit boards are exactly the same and the code is exactly the same (except that one of the codes is signed). Yes, this is a very strange issue. Or could TI colleagues reproduce the phenomenon using HS-SE and HS-FS?

  • Hi, Nick, 

        any update ?

  • Hello,

    Could you please share the full boot logs for the HSFS and HSSE board?

    Thanks!

  • U-Boot SPL 2024.04 (May 28 2025 - 14:19:57 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13456 bytes
    Trying to boot from SPI
    Loading Environment from SPIFlash... *** Warning - bad CRC, using default environment
    
    
    load_os [A]
    Booting A(0x80000) OS...
    
    Authentication passed
    Authentication passed
    Authentication passed
    Loading Environment from SPIFlash... *** Warning - bad CRC, using default environment
    
    Authentication passed
    Authentication passed
    Success read efuse otp mmr_val:0x0
    Success read efuse otp mmr_val:0x0
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.11.0(release):v3.0.0
    NOTICE:  BL31: Built : 14:19:02, May 28 2025
    NOTICE:  Reset reason (0x0)
    NOTICE:    Cold reset by MCU reset pin.
    NOTICE:    The ZLG and FORLINX core boards can't distinguish between an external watchdog reset and a power-on reset.
    NOTICE:    Write Reset reason (0x0) to register RTC_RTC_SCRATCH0_2(0x2b1f0038).
    NOTICE:    Reset reason register(CTRLMMR_MCU_RST_SRC) cleared.
    I/TC:
    I/TC: OP-TEE version: v3.0.0 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Wed May 28 06:19:19 UTC 2025 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: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    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: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04 (May 28 2025 - 14:29:08 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 1872 bytes
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from SPI
    Loading Environment from SPIFlash... *** Warning - bad CRC, using default environment
    
    
    load_os [A]
    Booting A(0x380000) OS...
    
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04 (May 28 2025 - 14:29:08 +0800), Build: jenkins-CS_am62x_1004-24
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    DRAM:  1 GiB
    Core:  80 devices, 31 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from SPIFlash... SF: Detected is25lp064 with page size 256 Bytes, erase size 64 KiB, total 8 MiB
    *** Warning - bad CRC, using default environment
    
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Hit <ENTER> key to stop autoboot in 2s
    MMC: no card present
    Running auto_update
    mmc rescan: 1
    SD/MMC found on device 1
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1
    Can't set block device
    Booting ...
    switch to partitions #0, OK
    mmc0(part 0) is current device
    Booting A OS ...
    
    MMC read: dev # 0, block # 2048, count 65536 ... 65536 blocks read: OK
    Saving Environment to SPIFlash... Erasing SPI flash...Writing to SPI flash...done
    OK
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'config-0' configuration
       Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
       Trying 'kernel-1' kernel subimage
         Description:  Linux kernel
         Type:         Kernel Image
         Compression:  gzip compressed
         Data Start:   0x900000e0
         Data Size:    7306351 Bytes = 7 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x82000000
         Entry Point:  0x82000000
         Hash algo:    sha512
         Hash value:   567f1de7d3cc8ad4d7978d3908974e5be2864f3b603410fb8e6c1a6cd5508c0b739e68db92a073120873f93871e4fb017427af91a72ffcd10e1c2fa2526f3183
       Verifying Hash Integrity ... sha512+ OK
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'config-0' configuration
       Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
       Trying 'fdt-ti_k3-am625-sk.dtb' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x906f7e84
         Data Size:    70048 Bytes = 68.4 KiB
         Architecture: AArch64
         Load Address: 0x88000000
         Hash algo:    sha512
         Hash value:   08c8eaa9812b1e93285a5ae8acecea51fcbc3b850c1f3d54c1d54124f439a7ba20a60544842afe612785975450e847898544fb3030fbe671a51c916699c1e15e
       Verifying Hash Integrity ... sha512+ OK
       Loading fdt from 0x906f7e84 to 0x88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Uncompressing Kernel Image to 82000000
       Loading Device Tree to 000000008ffeb000, end 000000008ffff19f ... OK
    Working FDT set to 8ffeb000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45-g23ca5883065d (jenkins@yanfajenkins) (aarch64-linux-gcc.br_real (Buildroot v1.4.0-134-g7bc66d41-dirty) 12.3.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_RT Wed May 28 14:25:51 CST 2025
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    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 0x00000000b8000000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8000000..0x00000000bfffffff (131072 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    0 I / TC 0:. S0e00c0o0nd0]a ryOF :CP Ure 1s eirvniedt iamelim:zi 0ngx0
    n000I/00TC09: dSb0ec0o0n00da..r0y x0CP00U 010 0s00w9itec6fhfinfgf ft o( 1n2o2r8m8a Kl iwB)o rnlod mabop onto
     -reusable r5f-memory@9db00000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000bfffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [    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 21 pages/cpu s47680 r8192 d30144 u86016
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 fbcon=logo-pos:center fbcon=logo-count:1 root=/dev/mmcblk0p3 ro rootfstype=squashfs rootwait panic=1 oops=panic
    [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000b2d80000-0x00000000b6d80000] (64MB)
    [    0.000000] Memory: 756772K/1048576K available (11072K kernel code, 1262K rwdata, 2780K rodata, 2240K init, 563K bss, 160732K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100c0
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    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->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080430000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080440000
    [    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.000277] Console: colour dummy device 80x25
    [    0.000337] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000349] pid_max: default: 32768 minimum: 301
    [    0.000429] LSM: initializing lsm=capability,selinux,integrity
    [    0.000454] SELinux:  Initializing.
    [    0.000624] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.000639] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.008942] rcu: Hierarchical SRCU implementation.
    [    0.008952] rcu:     Max phase no-delay instances is 400.
    [    0.047324] Platform MSI: msi-controller@1820000 domain created
    [    0.047603] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.047708] EFI services will not be available.
    [    0.106106] smp: Bringing up secondary CPUs ...
    [    0.246499] Detected VIPT I-cache on CPU1
    [    0.246593] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.246610] GICv3: CPU1: using allocated LPI pending table @0x0000000080450000
    [    0.246665] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.262365] smp: Brought up 1 node, 2 CPUs
    [    0.262371] SMP: Total of 2 processors activated.
    [    0.262377] CPU features: detected: 32-bit EL0 Support
    [    0.262381] CPU features: detected: CRC32 instructions
    [    0.308223] CPU: All CPU(s) started at EL2
    [    0.308226] alternatives: applying system-wide alternatives
    [    0.311998] devtmpfs: initialized
    [    0.324786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.324815] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.329529] pinctrl core: initialized pinctrl subsystem
    [    0.330397] DMI not present or invalid.
    [    0.330927] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.332553] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.332694] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.332794] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.332872] audit: initializing netlink subsys (disabled)
    [    0.333225] audit: type=2000 audit(0.331:1): state=initialized audit_enabled=0 res=1
    [    0.333730] thermal_sys: Registered thermal governor 'step_wise'
    [    0.333735] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.333997] ASID allocator initialised with 65536 entries
    [    0.335446] pstore: Using crash dump compression: deflate
    [    0.335464] printk: legacy console [ramoops-1] enabled
    [    0.335718] pstore: Registered ramoops as persistent store backend
    [    0.335723] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.341585] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.341831] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@1
    [    0.341846] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@0
    [    0.341867] /bus@f0000/dss@30200000/oldi-txes/oldi@0: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.341886] /bus@f0000/dss@30200000/oldi-txes/oldi@1: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.351294] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@1
    [    0.351322] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@0
    [    0.351347] /bus@f0000/dss@30200000/oldi-txes/oldi@0: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.351395] /bus@f0000/dss@30200000/oldi-txes/oldi@1: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.351530] /bus@f0000/pinctrl@a40000: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.356209] /bus@f0000/dss@30200000/oldi-txes/oldi@1: Fixed dependency cycle(s) with /display
    [    0.356299] /bus@f0000/dss@30200000/oldi-txes/oldi@0: Fixed dependency cycle(s) with /display
    [    0.356321] /display: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@1
    [    0.356342] /display: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@0
    [    0.356994] Modules: 28256 pages in range for non-PLT usage
    [    0.357000] Modules: 519776 pages in range for PLT usage
    [    0.357790] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.357800] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.357806] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.357810] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.357814] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.357817] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.357822] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.357825] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.078727] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    1.081729] iommu: Default domain type: Translated
    [    1.081744] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.082211] SCSI subsystem initialized
    [    1.082603] usbcore: registered new interface driver usbfs
    [    1.082637] usbcore: registered new interface driver hub
    [    1.082669] usbcore: registered new device driver usb
    [    1.083421] pps_core: LinuxPPS API ver. 1 registered
    [    1.083428] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.083445] PTP clock support registered
    [    1.083738] EDAC MC: Ver: 3.0.0
    [    1.084176] scmi_core: SCMI protocol bus registered
    [    1.084493] FPGA manager framework
    [    1.084667] Advanced Linux Sound Architecture Driver Initialized.
    [    1.085753] vgaarb: loaded
    [    1.086174] clocksource: Switched to clocksource arch_sys_counter
    [    1.086412] VFS: Disk quotas dquot_6.6.0
    [    1.086441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.094325] NET: Registered PF_INET protocol family
    mo   1.094554] IP idents hash table entries: 16384 (order: 5,I/ T13C:1 07Re2se rbvyeted s,sh alirnede amr)e
    9]r[ y  i  s1 e.0na95ble77d
    ri tcI/pT_lCi: stDyenn_ampoicrt sahdadrre_dh asmeh mohraysh  ista eblnae blenedt
      esI:/ 5TC12:  (Noorrmdaerl:  W2o,r ld20 4v8ir0 tbuyaltiezsa,t iloinne asur)pp
     T[t    is  1.d0is9a58b1le7]d
    : abI/lTe-Cp: eArstuynrbch rhoanshou sta bnoleti efinctraitieonss:  a6r55e 3d6 i(saobrldeedr
      6, 262144 bytes, linear)
    [    1.095827] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    1.095929] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear)
    [    1.096642] TCP: Hash tables configured (established 8192 bind 8192)
    [    1.096864] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
    [    1.096940] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
    [    1.097326] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    1.097825] RPC: Registered named UNIX socket transport module.
    [    1.097832] RPC: Registered udp transport module.
    [    1.097835] RPC: Registered tcp transport module.
    [    1.097838] RPC: Registered tcp-with-tls transport module.
    [    1.097841] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.097857] PCI: CLS 0 bytes, default 64
    [    1.099323] Initialise system trusted keyrings
    [    1.099570] workingset: timestamp_bits=62 max_order=18 bucket_order=0
    [    1.099926] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.100268] NFS: Registering the id_resolver key type
    [    1.100304] Key type id_resolver registered
    [    1.100309] Key type id_legacy registered
    [    1.100330] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.100336] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.132569] Key type asymmetric registered
    [    1.132582] Asymmetric key parser 'x509' registered
    [    1.132652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
    [    1.132659] io scheduler mq-deadline registered
    [    1.132664] io scheduler kyber registered
    [    1.132691] io scheduler bfq registered
    [    1.139767] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    1.141179] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    1.144235] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    1.145345] gpio-export gpio_export: resources are not yet available
    [    1.153343] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    1.169752] loop: module loaded
    [    1.171220] megasas: 07.725.01.00-rc1
    [    1.176090] tun: Universal TUN/TAP device driver, 1.6
    [    1.176441] CAN device driver interface
    [    1.177525] VFIO - User Level meta-driver version: 0.3
    [    1.179015] usbcore: registered new interface driver usb-storage
    [    1.179768] i2c_dev: i2c /dev entries driver
    [    1.182024] sdhci: Secure Digital Host Controller Interface driver
    [    1.182037] sdhci: Copyright(c) Pierre Ossman
    [    1.182452] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.183697] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.184629] usbcore: registered new interface driver usbhid
    [    1.184636] usbhid: USB HID core driver
    [    1.185762] optee: probing for conduit method.
    [    1.185802] optee: revision 4.4 (7ffa6ca5f54ca2a8)
    [    1.218697] optee: dynamic shared memory is enabled
    [    1.219731] random: crng init done
    [    1.219830] optee: initialized driver
    [    1.222320] xt_time: kernel timezone is -0000
    [    1.222488] Initializing XFRM netlink socket
    [    1.222569] NET: Registered PF_PACKET protocol family
    [    1.222575] can: controller area network core
    [    1.222626] NET: Registered PF_CAN protocol family
    [    1.222633] can: raw protocol
    [    1.222639] can: broadcast manager protocol
    [    1.222650] can: netlink gateway - max_hops=1
    [    1.222756] Key type dns_resolver registered
    [    1.234806] Loading compiled-in X.509 certificates
    [    1.248133] gpio-export gpio_export: resources are not yet available
    [    1.254656] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    [    1.338742] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [    1.338766] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    1.359122] rtc-pcf8563 4-0051: registered as rtc0
    [    1.359474] rtc-pcf8563 4-0051: setting system clock to 2025-05-29T16:11:53 UTC (1748535113)
    [    1.360338] omap_i2c 4900000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.361662] omap_i2c 20000000.i2c: bus 5 rev0.12 at 400 kHz
    [    1.363054] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.363443] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.363598] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.363860] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.364685] gpio-export gpio_export: resources are not yet available
    [    1.367496] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.371107] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.374860] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.381490] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.385749] 4a00000.serial: ttyS7 at MMIO 0x4a00000 (irq = 240, base_baud = 3000000) is a 8250
    [    1.663006] 2b300000.serial: ttyS8 at MMIO 0x2b300000 (irq = 241, base_baud = 3000000) is a 8250
    [    1.672233] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 242, base_baud = 3000000) is a 8250
    [    1.681135] printk: console [ttyS2] enabled
    [    1.681142] printk: legacy bootconsole [ns16550a0] disabled
    [    1.691115] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 244, base_baud = 3000000) is a 8250
    [    1.692942] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 245, base_baud = 3000000) is a 8250
    [    1.694709] 2830000.serial: ttyS3 at MMIO 0x2830000 (irq = 246, base_baud = 3000000) is a 8250
    [    1.696453] 2840000.serial: ttyS4 at MMIO 0x2840000 (irq = 247, base_baud = 3000000) is a 8250
    [    1.698149] 2850000.serial: ttyS5 at MMIO 0x2850000 (irq = 248, base_baud = 3000000) is a 8250
    [    1.699962] 2860000.serial: ttyS6 at MMIO 0x2860000 (irq = 249, base_baud = 3000000) is a 8250
    [    1.700743] panel-simple display: supply power not found, using dummy regulator
    [    1.703363] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    1.799666] Console: switching to colour frame buffer device 240x67
    [    1.823287] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    1.834104] spi-nor spi0.0: is25lp064 (8192 Kbytes)
    [    1.835348] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.835361] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.835370] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.837346] 0x000000080000-0x000000200000 : "ospi.tispl.A"
    [    1.838901] 0x000000200000-0x000000380000 : "ospi.tispl.B"
    [    1.840479] 0x000000380000-0x000000500000 : "ospi.u-boot.A"
    [    1.842003] 0x000000500000-0x000000680000 : "ospi.u-boot.B"
    [    1.843532] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    1.845026] 0x0000006a0000-0x000000800000 : "ospi.oem"
    [    1.850644] m_can_platform 4e00000.can: m_can device registered (irq=0, version=32)
    [    1.852613] m_canegistered, assigned bus number 1
    [    1.857790] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    1.857799] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.858092] xhci-hcd xhci-hcd.0.auto: irq 255, io mem 0x31000000
    [    1.859268] hub 1-0:1.0: USB hub found
    [    1.859301] hub 1-0:1.0: 1 port detected
    [    1.862631] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    1.862670] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    1.862856] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
    [    1.862864] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.863140] xhci-hcd xhci-hcd.1.auto: irq 256, io mem 0x31100000
    [    1.864294] hub 2-0:1.0: USB hub found
    [    1.864328] hub 2-0:1.0: 1 port detected
    [    1.868155] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.872587] mmc0: CQHCI version 5.10
    [    1.873682] mmc1: CQHCI version 5.10
    [    1.918585] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.008243] mmc0: Command Queue Engine enabled
    [    2.008268] mmc0: new HS200 MMC card at address 0001
    [    2.009205] mmcblk0: mmc0:0001 S40004 3.64 GiB
    [    2.013509]  mmcblk0: p1 p2 p3 p4 p5 p6 p7
    [    2.015051] mmcblk0boot0: mmc0:0001 S40004 4.00 MiB
    [    2.016754] mmcblk0boot1: mmc0:0001 S40004 4.00 MiB
    [    2.018124] mmcblk0rpmb: mmc0:0001 S40004 4.00 MiB, chardev (237:0)
    [    2.432242] ili210x_i2c 2-0041: ili251x_read_reg_common failed: -121
    [    2.432279] ili210x_i2c 2-0041: Invalid resolution reported by controller.
    [    2.432286] ili210x_i2c 2-0041: Unable to cache firmware information, err: -121
    [    2.432814] input: ILI210x Touchscreen as /devices/platform/bus@f0000/20020000.i2c/i2c-2/2-0041/input/input0
    [    2.434113] gpio-export gpio_export: export gpio number:553
    [    2.434371] gpio-export gpio_export: export gpio number:567
    [    2.434476] gpio-export gpio_export: export gpio number:580
    [    2.457787] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.492192] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.494340] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [    2.494364] davinci_mdio 8000f00.mdio: phy[3]: device 8000f00.mdio:03, driver unknown
    [    2.494428] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.494738] Register value at 0x2B1F0030: 0x00000000
    [    2.494744] Register value at 0x2B1F0034: 0x00000000
    [    2.494771] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    2.494782] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.494787] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    2.495854] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    2.570926] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.579053] sdhci-am654 fa20000.mmc: allocated mmc-pwrseq
    [    2.582944] clk: Disabling unused clocks
    [    2.583882] mmc2: CQHCI version 5.10
    [    2.595198] ALSA device list:
    [    2.595336]   No soundcards found.
    [    2.620097] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    2.744779] mmc2: new high speed SDIO card at address 0001
    [    3.393563] sdhci-am654 fa00000.mmc: Power on failed
    [    3.424418] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.431992] VFS: Mounted root (squashfs filesystem) readonly on device 179:3.
    [    3.433424] devtmpfs: mounted
    [    3.435189] Freeing unused kernel memory: 2240K
    [    3.435450] Run /sbin/init as init process
    [    3.724435] EXT4-fs (mmcblk0p5): mounted filesystem 9dea120b-a2f0-4499-947c-c65431486947 r/w with ordered data mode. Quota mode: none.
    [    3.784347] EXT4-fs (mmcblk0p6): mounted filesystem 9eced74f-97d0-4b22-a296-7332d5b7deaa r/w with ordered data mode. Quota mode: none.
    ## Error: "upgrade_os" not defined
    resize2fs 1.47.0 (5-Feb-2023)
    resize2fs: Bad magic number in super-block while trying to open /dev/mmcblk0p3
    Couldn't find valid filesystem superblock.
    resize2fs 1.47.0 (5-Feb-2023)
    resize2fs: Bad magic number in super-block while trying to open /dev/mmcblk0p4
    Couldn't find valid filesystem superblock.
    resize2fs 1.47.0 (5-Feb-2023)
    The filesystem is already 262144 (1k) blocks long.  Nothing to do!
    
    Failed to create reset cause log file: /storage/log/resetCause
    Start FAIL
    Starting rsyslogd: OK
    Saving 256 bits of creditable seed for next boot
    Running sysctl: OK
    Populating /dev using udev: [    4.629306] udevd[189]: starting version 3.2.14
    [    4.671206] udevd[190]: starting eudev-3.2.14
    [    4.953063] m_can_platform 20701000.can mcan2: renamed from can2
    [    4.977216] udevd[195]: renamed network interface can2 to mcan2
    [    5.021755] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    5.102371] m_can_platform 4e10000.can mcan1: renamed from can1
    [    5.120583] tasdevice-codec 4-0038: Primary-device = 0x38
    [    5.123064] udevd[195]: renamed network interface can1 to mcan1
    [    5.123480] m_can_platform 4e00000.can mcan0: renamed from can0
    [    5.130904] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    5.131012] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    5.131073] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    5.133056] udevd[204]: renamed network interface can0 to mcan0
    [    5.133951] remoteproc remoteproc0: 5000000.m4fss is available
    [    5.140703] tasdevice-codec 4-0038: Looking up irq-gpio property failed -22
    [    5.144953] remoteproc remoteproc0: powering up 5000000.m4fss
    [    5.144986] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860
    [    5.159614] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    5.161042] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    5.161109] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    5.161117] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    5.402061] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    5.402857] platform 78000000.r5f: configured R5F for IPC-only mode
    [    5.403071] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    5.403937] remoteproc remoteproc1: 78000000.r5f is available
    [    5.404026] remoteproc remoteproc1: attaching to 78000000.r5f
    [    5.406778] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    5.408268] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    5.408336] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [    5.408344] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    5.408641] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    5.408789] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    5.460087] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.658658] tasdevice-codec 4-0038: tasdev: regbin_ready start
    [    5.665244] tasdevice-codec 4-0038: nconfig = 3
    [    5.665267] tasdevice-codec 4-0038: img_sz = 640 total_config_sz = 348 offset = 292
    [    5.665498] tasdevice-codec 4-0038: Firmware init complete
    [    5.682044] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.683292] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.940306] remoteproc remoteproc2: 30074000.pru is available
    [    5.944674] remoteproc remoteproc3: 30078000.pru is available
    [    5.968986] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
    done
    Starting watchdog: OK
    Starting system message bus: done
    Starting tee-supplicant: [    6.162236] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
    Using device /dev/teepriv0.
    [    6.170212] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Mar 30 2021 01:12:21 version 7.45.98.118 (7d96287 CY) FWID 01-32059766
    OK
    Starting iptables: OK
    Starting bluetoothd: OK
    Starting network: OK
    [    6.426783] Bluetooth: Core ver 2.22
    [    6.427030] NET: Registered PF_BLUETOOTH protocol family
    [    6.427039] Bluetooth: HCI device and connection manager initialized
    [    6.427062] Bluetooth: HCI socket layer initialized
    [    6.427071] Bluetooth: L2CAP socket layer initialized
    [    6.427093] Bluetooth: SCO socket layer initialized
    Starting dropbear sshd: [    6.533468] NET: Registered PF_INET6 protocol family
    [    6.535638] Segment Routing with IPv6
    [    6.535670] In-situ OAM (IOAM) with IPv6
    OK
    bash: -: bad number
    Starting collectd: OK
    [    7.788319] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:03] driver [Generic PHY] (irq=POLL)
    [    7.788417] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [    7.817100] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [Generic PHY] (irq=POLL)
    [    7.817222] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rmii link mode
    
    Welcome to EVSE
    evse login: [    9.894043] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    
    U-Boot SPL 2024.04-dirty (May 08 2025 - 17:59:03 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 13456 bytes
    Trying to boot from SPI
    Loading Environment from SPIFlash... OK
    
    load_os [A]
    Booting A(0x80000) OS...
    
    Authentication passed
    Authentication passed
    Authentication passed
    Loading Environment from SPIFlash... OK
    Authentication passed
    Authentication passed
    Success read efuse otp mmr_val:0x1497a3
    Success read efuse otp mmr_val:0xb918
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.11.0(release):v3.0.0
    NOTICE:  BL31: Built : 17:58:08, May  8 2025
    NOTICE:  Reset reason (0x0)
    NOTICE:    Cold reset by MCU reset pin.
    NOTICE:    The ZLG and FORLINX core boards can't distinguish between an external watchdog reset and a power-on reset.
    NOTICE:    Write Reset reason (0x0) to register RTC_RTC_SCRATCH0_2(0x2b1f0038).
    NOTICE:    Reset reason register(CTRLMMR_MCU_RST_SRC) cleared.
    I/TC:
    I/TC: OP-TEE version: v3.0.0 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Thu May  8 09:58:26 UTC 2025 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: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    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: Secure Board Configuration Software: Rev 1
    I/TC: Secure Boot Keys: Count 2, Rev 1
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04-dirty (May 08 2025 - 18:08:43 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    SPL initial stack usage: 1872 bytes
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1:1
    Error: could not access storage.
    Trying to boot from SPI
    Loading Environment from SPIFlash... OK
    
    load_os [A]
    Booting A(0x380000) OS...
    
    Authentication passed
    Authentication passed
    
    
    U-Boot 2024.04-dirty (May 08 2025 - 18:08:43 +0800), Build: jenkins-CS_am62x_1004-19
    
    SoC:   AM62X SR1.0 HS-SE
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    DRAM:  1 GiB
    Core:  80 devices, 31 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from SPIFlash... SF: Detected w25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
    OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Hit <ENTER> key to stop autoboot in 2s
    MMC: no card present
    Running auto_update
    mmc rescan: 1
    SD/MMC found on device 1
    MMC: no card present
    ** Bad device specification mmc 1 **
    Couldn't find partition mmc 1
    Can't set block device
    Booting ...
    switch to partitions #0, OK
    mmc0(part 0) is current device
    Booting A OS ...
    
    MMC read: dev # 0, block # 2048, count 65536 ... 65536 blocks read: OK
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'config-0' configuration
       Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
       Trying 'kernel-1' kernel subimage
         Description:  Linux kernel
         Type:         Kernel Image
         Compression:  gzip compressed
         Data Start:   0x900000e0
         Data Size:    7306350 Bytes = 7 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x82000000
         Entry Point:  0x82000000
         Hash algo:    sha512
         Hash value:   6eaa468cc083babb14f1441d0e21e7b1936427088ffe3a006ac029afcd0f707f056d31018415e2d0e3d294a1338f510fe8f3248d85bad445016c48a7a246dd03
       Verifying Hash Integrity ... sha512+ OK
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'config-0' configuration
       Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
       Trying 'fdt-ti_k3-am625-sk.dtb' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x906f7e84
         Data Size:    70048 Bytes = 68.4 KiB
         Architecture: AArch64
         Load Address: 0x88000000
         Hash algo:    sha512
         Hash value:   08c8eaa9812b1e93285a5ae8acecea51fcbc3b850c1f3d54c1d54124f439a7ba20a60544842afe612785975450e847898544fb3030fbe671a51c916699c1e15e
       Verifying Hash Integrity ... sha512+ OK
       Loading fdt from 0x906f7e84 to 0x88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Uncompressing Kernel Image to 82000000
       Loading Device Tree to 000000008ffeb000, end 000000008ffff19f ... OK
    Working FDT set to 8ffeb000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.58-rt45-g23ca5883065d (jenkins@yanfajenkins) (aarch64-linux-gcc.br_real (Buildroot v1.4.0-134-g7bc66d41-dirty) 12.3.0, GNU ld (GNU Binutils) 2.41) #1 SMP PREEMPT_RT Thu May  8 18:04:38 CST 2025
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    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 0x00000000b8000000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8000000..0x00000000bfffffff (131072 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009c700000..0x000000009c7fffff (1024 KiB) map non-reusable ramoops@9c700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable m4f-dma-memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable m4f-memory@9cc00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009da00000..0x000000009dafffff (1024 KiB) nomap non-reusable r5f-dma-memory@9da00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [ I /T  C0: .0Se0c00o0nd0a] ryOF C:P Ure 1s eirvneidti amleimz: i0ngx0
    on0I00/0TC09: dbS0ec00on00da..ry0 x0C0PU00 100 0sw09ite6chfiffngff  to(1 2no2r88ma lK iBwo)r nlod mabpo otn
      -reusable r5f-memory@9db00000
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000bfffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [    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 21 pages/cpu s47680 r8192 d30144 u86016
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 fbcon=logo-pos:center fbcon=logo-count:1 root=/dev/mmcblk0p3 ro rootfstype=squashfs rootwait panic=1 oops=panic
    [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000b2d80000-0x00000000b6d80000] (64MB)
    [    0.000000] Memory: 756772K/1048576K available (11072K kernel code, 1262K rwdata, 2780K rodata, 2240K init, 563K bss, 160732K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 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: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100c0
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    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->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080430000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080440000
    [    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.000275] Console: colour dummy device 80x25
    [    0.000338] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000349] pid_max: default: 32768 minimum: 301
    [    0.000432] LSM: initializing lsm=capability,selinux,integrity
    [    0.000456] SELinux:  Initializing.
    [    0.000626] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.000642] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.008941] rcu: Hierarchical SRCU implementation.
    [    0.008952] rcu:     Max phase no-delay instances is 400.
    [    0.047319] Platform MSI: msi-controller@1820000 domain created
    [    0.047597] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.047700] EFI services will not be available.
    [    0.106116] smp: Bringing up secondary CPUs ...
    [    0.246521] Detected VIPT I-cache on CPU1
    [    0.246616] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.246633] GICv3: CPU1: using allocated LPI pending table @0x0000000080450000
    [    0.246688] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.262383] smp: Brought up 1 node, 2 CPUs
    [    0.262390] SMP: Total of 2 processors activated.
    [    0.262395] CPU features: detected: 32-bit EL0 Support
    [    0.262399] CPU features: detected: CRC32 instructions
    [    0.308237] CPU: All CPU(s) started at EL2
    [    0.308241] alternatives: applying system-wide alternatives
    [    0.312021] devtmpfs: initialized
    [    0.324831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.324859] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.329567] pinctrl core: initialized pinctrl subsystem
    [    0.330460] DMI not present or invalid.
    [    0.330991] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.332598] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.332730] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.332831] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.332905] audit: initializing netlink subsys (disabled)
    [    0.333233] audit: type=2000 audit(0.331:1): state=initialized audit_enabled=0 res=1
    [    0.333750] thermal_sys: Registered thermal governor 'step_wise'
    [    0.333754] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.334016] ASID allocator initialised with 65536 entries
    [    0.335479] pstore: Using crash dump compression: deflate
    [    0.335495] printk: legacy console [ramoops-1] enabled
    [    0.335750] pstore: Registered ramoops as persistent store backend
    [    0.335754] ramoops: using 0x100000@0x9c700000, ecc: 0
    [    0.341612] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.341858] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@1
    [    0.341872] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@0
    [    0.341893] /bus@f0000/dss@30200000/oldi-txes/oldi@0: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.341913] /bus@f0000/dss@30200000/oldi-txes/oldi@1: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.351295] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@1
    [    0.351321] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@0
    [    0.351345] /bus@f0000/dss@30200000/oldi-txes/oldi@0: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.351393] /bus@f0000/dss@30200000/oldi-txes/oldi@1: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.351526] /bus@f0000/pinctrl@a40000: Fixed dependency cycle(s) with /bus@f0000/pinctrl@a40000/cpsw-cpts
    [    0.356197] /bus@f0000/dss@30200000/oldi-txes/oldi@1: Fixed dependency cycle(s) with /display
    [    0.356287] /bus@f0000/dss@30200000/oldi-txes/oldi@0: Fixed dependency cycle(s) with /display
    [    0.356309] /display: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@1
    [    0.356329] /display: Fixed dependency cycle(s) with /bus@f0000/dss@30200000/oldi-txes/oldi@0
    [    0.357000] Modules: 28256 pages in range for non-PLT usage
    [    0.357008] Modules: 519776 pages in range for PLT usage
    [    0.357795] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.357805] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.357811] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.357814] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.357819] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.357822] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.357827] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.357830] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.078752] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    1.081737] iommu: Default domain type: Translated
    [    1.081751] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.082228] SCSI subsystem initialized
    [    1.082620] usbcore: registered new interface driver usbfs
    [    1.082656] usbcore: registered new interface driver hub
    [    1.082689] usbcore: registered new device driver usb
    [    1.083426] pps_core: LinuxPPS API ver. 1 registered
    [    1.083432] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.083449] PTP clock support registered
    [    1.083741] EDAC MC: Ver: 3.0.0
    [    1.084175] scmi_core: SCMI protocol bus registered
    [    1.084481] FPGA manager framework
    [    1.084655] Advanced Linux Sound Architecture Driver Initialized.
    [    1.085764] vgaarb: loaded
    [    1.086180] clocksource: Switched to clocksource arch_sys_counter
    [    1.086414] VFS: Disk quotas dquot_6.6.0
    [    1.086451] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.094271] NET: Registered PF_INET protocol family
    [    1.094497] IP idents hash table entries: 16384 (order: 5, 1I3/1T0C7:2  Rbeysteesrv, edli nsheaarr)ed
    cm[ e m or 1y .0is95 7e3n0abl] edt
    : _liI/sTteC:n_ Dpoyrntamaidcdr s_hhaarsehd  hmaeshmo tray biles  eenntabrlieesd
      512I /(ToC:r dNeorr: ma2l,  W2o04r8l0d  bviyrtetus,al lizinaetiaorn)
    blu[ pp o r t 1.is09 5d7is6a8]bl eTad
    6 eI/-TpCer:t uAsryb nchharsohn touabs leno teinftriciaetsi:on s6 5a5r36e  d(oirsadeblr:ed
     , 262144 bytes, linear)
    [    1.095778] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    1.095881] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear)
    [    1.096596] TCP: Hash tables configured (established 8192 bind 8192)
    [    1.096817] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
    [    1.096896] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
    [    1.097164] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    1.097741] RPC: Registered named UNIX socket transport module.
    [    1.097749] RPC: Registered udp transport module.
    [    1.097753] RPC: Registered tcp transport module.
    [    1.097756] RPC: Registered tcp-with-tls transport module.
    [    1.097759] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.097776] PCI: CLS 0 bytes, default 64
    [    1.099226] Initialise system trusted keyrings
    [    1.099453] workingset: timestamp_bits=62 max_order=18 bucket_order=0
    [    1.099810] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.100053] NFS: Registering the id_resolver key type
    [    1.100083] Key type id_resolver registered
    [    1.100087] Key type id_legacy registered
    [    1.100109] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.100114] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.132455] Key type asymmetric registered
    [    1.132469] Asymmetric key parser 'x509' registered
    [    1.132543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
    [    1.132549] io scheduler mq-deadline registered
    [    1.132554] io scheduler kyber registered
    [    1.132582] io scheduler bfq registered
    [    1.139751] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    1.141157] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    1.144256] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    1.145403] gpio-export gpio_export: resources are not yet available
    [    1.153398] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    1.169825] loop: module loaded
    [    1.171303] megasas: 07.725.01.00-rc1
    [    1.176202] tun: Universal TUN/TAP device driver, 1.6
    [    1.176509] CAN device driver interface
    [    1.177567] VFIO - User Level meta-driver version: 0.3
    [    1.179078] usbcore: registered new interface driver usb-storage
    [    1.179828] i2c_dev: i2c /dev entries driver
    [    1.182058] sdhci: Secure Digital Host Controller Interface driver
    [    1.182070] sdhci: Copyright(c) Pierre Ossman
    [    1.182490] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.183735] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.184666] usbcore: registered new interface driver usbhid
    [    1.184673] usbhid: USB HID core driver
    [    1.185800] optee: probing for conduit method.
    [    1.185840] optee: revision 4.4 (7ffa6ca5f54ca2a8)
    [    1.218705] optee: dynamic shared memory is enabled
    [    1.219744] random: crng init done
    [    1.219845] optee: initialized driver
    [    1.222365] xt_time: kernel timezone is -0000
    [    1.222531] Initializing XFRM netlink socket
    [    1.222613] NET: Registered PF_PACKET protocol family
    [    1.222619] can: controller area network core
    [    1.222669] NET: Registered PF_CAN protocol family
    [    1.222676] can: raw protocol
    [    1.222682] can: broadcast manager protocol
    [    1.222693] can: netlink gateway - max_hops=1
    [    1.222802] Key type dns_resolver registered
    [    1.234848] Loading compiled-in X.509 certificates
    [    1.248220] gpio-export gpio_export: resources are not yet available
    [    1.254894] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)')
    [    1.338851] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [    1.338874] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    1.359115] rtc-pcf8563 4-0051: registered as rtc0
    [    1.359473] rtc-pcf8563 4-0051: setting system clock to 2025-05-29T15:42:38 UTC (1748533358)
    [    1.360350] omap_i2c 4900000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.361620] omap_i2c 20000000.i2c: bus 5 rev0.12 at 400 kHz
    [    1.362918] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.363372] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.363571] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.363839] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.364688] gpio-export gpio_export: resources are not yet available
    [    1.367541] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.371178] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.374889] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.381588] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.385875] 4a00000.serial: ttyS7 at MMIO 0x4a00000 (irq = 240, base_baud = 3000000) is a 8250
    [    1.662811] 2b300000.serial: ttyS8 at MMIO 0x2b300000 (irq = 241, base_baud = 3000000) is a 8250
    [    1.672267] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 242, base_baud = 3000000) is a 8250
    [    1.681176] printk: console [ttyS2] enabled
    [    1.681183] printk: legacy bootconsole [ns16550a0] disabled
    [    1.687943] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 244, base_baud = 3000000) is a 8250
    [    1.689771] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 245, base_baud = 3000000) is a 8250
    [    1.691536] 2830000.serial: ttyS3 at MMIO 0x2830000 (irq = 246, base_baud = 3000000) is a 8250
    [    1.693348] 2840000.serial: ttyS4 at MMIO 0x2840000 (irq = 247, base_baud = 3000000) is a 8250
    [    1.695066] 2850000.serial: ttyS5 at MMIO 0x2850000 (irq = 248, base_baud = 3000000) is a 8250
    [    1.696881] 2860000.serial: ttyS6 at MMIO 0x2860000 (irq = 249, base_baud = 3000000) is a 8250
    [    1.697635] panel-simple display: supply power not found, using dummy regulator
    [    1.700265] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    1.800240] Console: switching to colour frame buffer device 240x67
    [    1.823895] tidss 30200000.dss: [drm] fb0: tidssdrmfb frame buffer device
    [    1.844063] spi-nor spi0.0: w25q128 (16384 Kbytes)
    [    1.844310] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.844328] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.844337] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.846265] 0x000000080000-0x000000200000 : "ospi.tispl.A"
    [    1.847845] 0x000000200000-0x000000380000 : "ospi.tispl.B"
    [    1.849359] 0x000000380000-0x000000500000 : "ospi.u-boot.A"
    [    1.850881] 0x000000500000-0x000000680000 : "ospi.u-boot.B"
    [    1.852452] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    1.853970] 0x0000006a0000-0x000000800000 : "ospi.oem"
    [    1.859592] m_can_platform 4e00000.can: m_can device registered (irq=0, version=32)
    [    1.861611] m_can_platform 4e10000.can: m_can device registered (irq=0, version=32)
    [    1.863685] m_can_platform 20701000.can: m_can device registered (irq=254, version=32)
    [    1.866506] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    1.866549] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    1.866710] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    1.866719] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.867066] xhci-hcd xhci-hcd.0.auto: irq 255, io mem 0x31000000
    [    1.868272] hub 1-0:1.0: USB hub found
    [    1.868301] hub 1-0:1.0: 1 port detected
    [    1.871597] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    1.871634] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [    1.871789] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
    [    1.871797] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008020000010
    [    1.872096] xhci-hcd xhci-hcd.1.auto: irq 256, io mem 0x31100000
    [    1.873251] hub 2-0:1.0: USB hub found
    [    1.873312] hub 2-0:1.0: 1 port detected
    [    1.877290] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.881592] mmc0: CQHCI version 5.10
    [    1.883155] mmc1: CQHCI version 5.10
    [    1.931924] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.021287] mmc0: Command Queue Engine enabled
    [    2.021312] mmc0: new HS200 MMC card at address 0001
    [    2.022276] mmcblk0: mmc0:0001 S40008 7.28 GiB
    [    2.025935]  mmcblk0: p1 p2 p3 p4 p5 p6 p7
    [    2.027486] mmcblk0boot0: mmc0:0001 S40008 4.00 MiB
    [    2.029283] mmcblk0boot1: mmc0:0001 S40008 4.00 MiB
    [    2.030717] mmcblk0rpmb: mmc0:0001 S40008 4.00 MiB, chardev (237:0)
    [    2.440430] ili210x_i2c 2-0041: ili251x_read_reg_common failed: -121
    [    2.440583] ili210x_i2c 2-0041: Invalid resolution reported by controller.
    [    2.440615] ili210x_i2c 2-0041: Unable to cache firmware information, err: -121
    [    2.442661] input: ILI210x Touchscreen as /devices/platform/bus@f0000/20020000.i2c/i2c-2/2-0041/input/input0
    [    2.443980] gpio-export gpio_export: export gpio number:553
    [    2.444158] gpio-export gpio_export: export gpio number:567
    [    2.444296] gpio-export gpio_export: export gpio number:580
    [    2.467098] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    2.501199] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.503357] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver unknown
    [    2.503380] davinci_mdio 8000f00.mdio: phy[3]: device 8000f00.mdio:03, driver unknown
    [    2.503448] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    2.503754] Register value at 0x2B1F0030: 0x001497A3
    [    2.503759] Register value at 0x2B1F0034: 0x0000B918
    [    2.503804] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.503810] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    2.504960] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    2.573902] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.581999] sdhci-am654 fa20000.mmc: allocated mmc-pwrseq
    [    2.584965] mmc2: CQHCI version 5.10
    [    2.587747] clk: Disabling unused clocks
    [    2.599458] ALSA device list:
    [    2.599490]   No soundcards found.
    [    2.623437] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    2.745948] mmc2: new high speed SDIO card at address 0001
    [    3.406433] sdhci-am654 fa00000.mmc: Power on failed
    [    3.437427] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.444945] VFS: Mounted root (squashfs filesystem) readonly on device 179:3.
    [    3.448533] devtmpfs: mounted
    [    3.450356] Freeing unused kernel memory: 2240K
    [    3.450489] Run /sbin/init as init process
    [    3.687294] EXT4-fs (mmcblk0p5): recovery complete
    [    3.688342] EXT4-fs (mmcblk0p5): mounted filesystem 6ff45153-d330-469a-8b98-3f9f253a31ae r/w with ordered data mode. Quota mode: none.
    [    3.781273] EXT4-fs (mmcblk0p6): recovery complete
    [    3.783169] EXT4-fs (mmcblk0p6): mounted filesystem 9e902ae8-285a-4314-929f-b4d9c99ba35a r/w with ordered data mode. Quota mode: none.
    ## Error: "upgrade_os" not defined
    resize2fs 1.47.0 (5-Feb-2023)
    resize2fs: Bad magic number in super-block while trying to open /dev/mmcblk0p3
    Couldn't find valid filesystem superblock.
    resize2fs 1.47.0 (5-Feb-2023)
    resize2fs: Bad magic number in super-block while trying to open /dev/mmcblk0p4
    Couldn't find valid filesystem superblock.
    resize2fs 1.47.0 (5-Feb-2023)
    The filesystem is already 262144 (1k) blocks long.  Nothing to do!
    
    Start OK
    Starting rsyslogd: OK
    Seeding 256 bits and crediting
    Saving 256 bits of creditable seed for next boot
    Running sysctl: OK
    Populating /dev using udev: [    4.293682] udevd[189]: starting version 3.2.14
    [    4.343917] udevd[190]: starting eudev-3.2.14
    [    4.625943] m_can_platform 20701000.can mcan2: renamed from can2
    [    4.645985] udevd[202]: renamed network interface can2 to mcan2
    [    4.762479] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    4.823828] m_can_platform 4e10000.can mcan1: renamed from can1
    [    4.839710] udevd[201]: renamed network interface can1 to mcan1
    [    4.848283] m_can_platform 4e00000.can mcan0: renamed from can0
    [    4.855147] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [    4.864350] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    4.864968] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    4.866865] udevd[199]: renamed network interface can0 to mcan0
    [    4.869885] remoteproc remoteproc0: 5000000.m4fss is available
    [    4.876640] tasdevice-codec 4-0038: Primary-device = 0x38
    [    4.876728] tasdevice-codec 4-0038: Looking up irq-gpio property failed -22
    [    4.883115] remoteproc remoteproc0: powering up 5000000.m4fss
    [    4.883147] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860
    [    4.887334] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    4.888149] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    4.889005] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    4.889022] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    4.977241] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.979064] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.979394] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    4.987363] remoteproc remoteproc1: 78000000.r5f is available
    [    4.987496] remoteproc remoteproc1: attaching to 78000000.r5f
    [    4.988081] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    4.991291] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    4.991353] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [    4.991361] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [    4.991771] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    4.991945] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    5.088002] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.240167] tasdevice-codec 4-0038: tasdev: regbin_ready start
    [    5.240332] tasdevice-codec 4-0038: nconfig = 3
    [    5.240342] tasdevice-codec 4-0038: img_sz = 640 total_config_sz = 348 offset = 292
    [    5.240501] tasdevice-codec 4-0038: Firmware init complete
    [    5.298786] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.303986] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.510274] remoteproc remoteproc2: 30074000.pru is available
    [    5.519081] remoteproc remoteproc3: 30078000.pru is available
    [    5.560114] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
    done
    Starting watchdog: OK
    Starting system message bus: done
    Starting tee-supplicant: Using device /dev/teepriv0.
    [    5.750962] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
    [    5.759321] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Mar 30 2021 01:12:21 version 7.45.98.118 (7d96287 CY) FWID 01-32059766
    OK
    Starting iptables: OK
    Starting bluetoothd: OK
    Starting network: OK
    Starting dropbear sshd: [    6.021210] Bluetooth: Core ver 2.22
    [    6.021444] NET: Registered PF_BLUETOOTH protocol family
    [    6.021455] Bluetooth: HCI device and connection manager initialized
    [    6.021478] Bluetooth: HCI socket layer initialized
    [    6.021487] Bluetooth: L2CAP socket layer initialized
    [    6.021513] Bluetooth: SCO socket layer initialized
    [    6.097539] NET: Registered PF_INET6 protocol family
    [    6.099796] Segment Routing with IPv6
    [    6.099836] In-situ OAM (IOAM) with IPv6
    OK
    bash: -: bad number
    Starting collectd: OK
    [    7.339799] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:03] driver [Generic PHY] (irq=POLL)
    [    7.340971] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [    7.363299] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [Generic PHY] (irq=POLL)
    [    7.363551] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rmii link mode
    
    Welcome to EVSE
    evse login:
    

  • Hello, 

        Please check.!

  • Hello,

    It looks like you are not really booting the images from the same build. The logs show that the images were built on May 28th for HSFS and May 8th for HSSE. Please make sure you are really booting the images from the same build on both the HSFS and HSSE boards.

    I also see the boards are different as the logs show different flash parts being probed.

    Regards,

    Prashant

  • Hi, 

    Since the versions of hs - fs and hs - se are compiled in different Jenkins tasks, although the compilation dates are different, we can ensure that the source code is exactly the same.

    Will differences in flash have an impact? Or could you try to reproduce the issue using the hardware of hs - se and hs - fs? It shouldn't be too difficult, as the probability of successful reproduction is 100%.

  • Or could you try to reproduce the issue using the hardware of hs - se and hs - fs? It shouldn't be too difficult, as the probability of successful reproduction is 100%.

    Please share the steps for me to reproduce the issue locally.

    1. Enable the RTI - Windowed Watchdog (Timer WWDT) feature.
    2. Feed the watchdog with the command: watchdog -T 30 -t 15 /dev/watchdog1 -F.
    3. Execute "killall watchdog" to stop feeding the watchdog.
      The hs - fs board will reboot automatically after 30 seconds, while the hs - se board will not.
  • Enable the RTI - Windowed Watchdog (Timer WWDT) feature.

    I am not a watchdog expert so you would have to provide the exact steps here.

    Thanks!

  • Hello, 

        Please configure the device tree and defconfig according to the settings in the green box. The hw_wdg is an external hardware watchdog. If it is not available on your board, you can skip the configuration. If main_rti0 is used as watchdog0, then the command for feeding the watchdog: "watchdog -T 30 -t 15 /dev/watchdog1 -F" needs to be changed to "watchdog -T 30 -t 15 /dev/watchdog0 -F".

  • Hi, 

       any update? 

    thanks.

  • Hi,
         The modified test procedure above resulted from our adaptation of your WWDT code, revealing functional anomalies in the ‌watchdog behavior‌ of fuse-based hardware configurations. Please disregard this modified approach and strictly follow the original test method described in the thread: ‌
    When initiating the watchdog feeding cycle exactly twice:‌
    1. Non-fuse boards successfully reset。
    2. While fuse boards fail to reset.
    Thanks!