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.

AM62P-Q1: AM62P: Hope to get more details for DeepSleep/MCU only mode

Part Number: AM62P-Q1
Other Parts Discussed in Thread: AM62P, SK-AM62P-LP

Tool/software:

Hello TI,

I found a new feature about DeepSleep in release note of SDK10.0.

I have some questions for MCU only mode.

What is the current consumption of SoC in MCU only mode?

What is the power supply status of peripheral devices in MCU only mode?

How long does it take to boot from MCU only mode to main domain startup?

Best regards

Chunfu

  • Hi Chunfu,

    What is the current consumption of SoC in MCU only mode?

    Refer to the Linux SDK 10.0 measurements: https://software-dl.ti.com/processor-sdk-linux/esd/AM62PX/10_00_07_04/exports/docs/devices/AM62PX/linux/Linux_Performance_Guide.html#low-power-performance

    These measurements were ran on the AM62P TI EVM (SK-AM62P-LP). The MCU is not running anything, so the power consumption in MCU Only mode will be dependent on the application running on the core. The IO Rails (DVDD_1V8/3V3 & VDDA_1V8) are system dependent.

    What is the power supply status of peripheral devices in MCU only mode?

    Please refer to the AM62P Technical Reference Manual Table 6-9 Voltage, Power and Clock Domain Status: https://www.ti.com/lit/ug/spruj83a/spruj83a.pdf

    How long does it take to boot from MCU only mode to main domain startup?

    Can you clarify what this means? Are you asking the time from wakeup event to Linux resuming?

    Best Regards,

    Anshu

  • Hello Anshu,

    Thanks for your reply.

    Can you clarify what this means? Are you asking the time from wakeup event to Linux resuming?

    Yes , I want to know the time from from wakeup event o Linux resuming on MCU only mode.

    Best regards

    Chunfu

  • Hi Chunfu,

    I will take a measurement and reply back by the end of day tomorrow with the results.

    Best Regards,

    Anshu

  • Hi Chunfu,

    It takes 80ms to suspend the device into MCU Only mode. Once the device is in MCU Only mode and a wake event triggered, it takes 159ms to resume back to Linux.

    Please be aware that these measurements are with the default Linux SDK & can be optimized further by disabling unused drivers. The printing of kernel message tends to increase the latency.

    Best Regards,

    Anshu

  • Hello Anshu,

    We want to measure Deep Sleep and MCU Only mode's consumption on our side, so I want to know:

    1. How to force the SoC enter Deep Sleep or MCU Only mode?

    2. How to configure MCU R5F to work as General Purpose Processor or Safety Processor? As I learn from TRM that Deep Sleep mode is not supported if Safety is running.

    3. How to confirm the SoC does be in Deep Sleep or MCU Only mode?

    4. How to configure the wakeup events for Deep Sleep or MCU Only mode?

    Best regards

    Chunfu

     

  • Hi Chunfu,

    Please refer to the Linux SDK Documentation for Low Power Modes: https://software-dl.ti.com/processor-sdk-linux/esd/AM62PX/10_00_07_04/exports/docs/linux/Foundational_Components/Power_Management/pm_low_power_modes.html

    1. How to force the SoC enter Deep Sleep or MCU Only mode?

    This is documented in the link above.

    2. How to configure MCU R5F to work as General Purpose Processor or Safety Processor? As I learn from TRM that Deep Sleep mode is not supported if Safety is running.

    Please make a separate E2E thread for this item so another engineer can provide assistance.

    3. How to confirm the SoC does be in Deep Sleep or MCU Only mode?

    On TI EVMs, there is a LPM_PMIC_EN signal which is connected to a test point to test this. You can also refer to the SYSFW logs to track the TISCI message transactions: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1323581/faq-processor-sdk-am62x-a-p-how-can-we-debug-deep-sleep-on-am62x-am62a-am62p-using-sysfw-trace?tisearch=e2e-sitesearch&keymatch=deep%20sleep%20debug#


    4. How to configure the wakeup events for Deep Sleep or MCU Only mode?

    This is done in the device tree and documented in the SDK Link above.

    Thanks,

    Anshu

  • Hi Anshu,

    After reading the content in the link, I have following questions:

    1. Can you explain "Device Constraint" mentioned in S/W Architecture of System Suspend  more detailed? I want to know the possible options and their meanings, which processes can be set, and is it possible to be set on Linux's user space and how to.

    2. What's the meaning of mem/disk/freeze of rtcwake command's -m option, and their difference?

    3. Are mem/disk/freeze possible options to /sys/power/state?

    Best regards,

    Chunfu

  • Hello Chunfu,

    1. Can you explain "Device Constraint" mentioned in S/W Architecture of System Suspend  more detailed?

    The device constraints are documented in the TISCI User Guide: https://software-dl.ti.com/tisci/esd/latest/2_tisci_msgs/pm/lpm.html#tisci-msg-lpm-set-device-constraint

    https://software-dl.ti.com/tisci/esd/latest/2_tisci_msgs/pm/lpm.html#tisci-msg-lpm-set-latency-constraint

    What's the meaning of mem/disk/freeze of rtcwake command's -m option, and their difference?

    I will get clarification on this from the Software development team. Please expect a response by early next week.

    Thanks,

    Anshu

  • Hi Chunfu,

    For both rtcwake and /sys/power/state, only mem is supported in the Linux SDK. Disk and Freeze are not supported in the Linux SDK. Its possible they may work, but TI cannot guarantee the behavior and cannot provide support for those items on the E2E Forum.

    For more information about the generic Linux Power States, see here: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/Documentation/admin-guide/pm/sleep-states.rst?h=ti-linux-6.6.y


    Best Regards,

    Anshu

  • Hello Anshu,

    We have measured EVM's consumption on our side, 1.440W for MCU Only mode and 0.314W for Deep Sleep mode, both are greater than the references that you provide above.

    I want to know:

    1. By default in Deep Sleep mode, will the controllers for these 4  wakeup sources be powered off  (Real-Time Clock, Main I/O Daisy Chain, USB Wakeup, WKUP UART) ? If any of these controllers is not powered off by default, can I manually power it off?

    2. Can I further reduce Deep Sleep Mode consumption by disable some unused function?

    Best regards,

    Chunfu

  •  wiHi Chunfu,

    Please explain how you've measured the power consumption during the low power modes.


    1. By default in Deep Sleep mode, will the controllers for these 4  wakeup sources be powered off  (Real-Time Clock, Main I/O Daisy Chain, USB Wakeup, WKUP UART) ? If any of these controllers is not powered off by default, can I manually power it off?

    No, they won't  be powered off, but you will not see significant power savings if you do turn them off.


    2. Can I further reduce Deep Sleep Mode consumption by disable some unused function?

    Disabling unused functions like drivers will only change the latency on suspending and resuming, not the power consumption. You can put the unused IOs into a reset state to reduce the IO power consumption.

    Best Regards,

    Anshu

  • Hello Anshu,

    1. Here is how I measure the power consumption. Pleasure point out if there any step is improper.

    The SDK version I used is 09.02.01.10 and the default image is used with nothing changed.

    During the test, only FTDI Micro-USB and Power Only USB-C of EVM board are connected. My power supplier has the ability to show real-time voltage and current.

    The commands for entering Deep Sleep mode are

    echo 250 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_us
    devmem2 0x43018080 w 0x15
    echo mem > /sys/power/state

    After these commands I can see this print from MCU: [IPC RPMSG ECHO] Closing all drivers and going to WFI ... !!!

    The commands for entering MCU Only mode are

    echo 100 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_us
    echo enabled > /sys/bus/platform/devices/79000000.r5f/power/wakeup
    devmem2 0x43018080 w 0x15
    echo mem > /sys/power/state

    After these commands I can see this print from MCU: [IPC RPMSG ECHO] Press a sinlge key on this terminal to resume the kernel from MCU only mode

     

    2. Can you describe more detail how to put the unused IOs into a reset state?

    3. How to accurately measure the resume time?

    Best regards,

    Chunfu

  • Hi Chunfu,

    Based on the data collected, its likely measuring the power of the entire board, not just the AM62P SoC. This would lead to a larger than expected power consumption.

    2. Can you describe more detail how to put the unused IOs into a reset state?

    This wouldn't change much at the moment (1-2mW) so lets skip this for now.


    3. How to accurately measure the resume time?

    Refer to this E2E FAQ: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1386942/faq-am62p-how-to-measure-wakeup-latency-for-low-power-modes-on-am62x-a-p

    Best Regards,

    Anshu

  • Hello Anshu,

    Thank you so much about the answers to power consumption, but I still have some queries about wakeup latency.

    1. I have measured the wakeup latency of MCU Only mode, which is about 317ms and is much higher than 133.9ms shown in the link you provided. My measurement environment is the same. What may be the main reason?

    2. Is there a way to measure MCU R5's wakeup latency from Deep Sleep mode?

    3. I have trouble waking up the SoC from Deep Sleep mode. It seems that the WKUP UART and USB wakeup methods are disabled by default. Can you provide me detailed references for enabling WKUP UART or USB wakeup methods?

    Best regards,

    Chunfu

  • Hi Chunfu,

    1. I have measured the wakeup latency of MCU Only mode, which is about 317ms and is much higher than 133.9ms shown in the link you provided. My measurement environment is the same. What may be the main reason?

    I'll need to look into this further. Please allow some time for a response on this item. Just be aware that the default Linux SDK is designed to enable most features (and their respective drivers) so the resume latency is not optimized by default.

    2. Is there a way to measure MCU R5's wakeup latency from Deep Sleep mode?

    There is not a readily data, but you could try a simple test of measuring the latency between Deep Sleep & MCU Only. In theory, most of the delta would be the MCU and its peripherals.

    Can you provide me detailed references for enabling WKUP UART or USB wakeup methods?

    Information about enabling wakeup sources are in the Linux SDK Documentation: https://software-dl.ti.com/processor-sdk-linux/esd/AM62PX/10_00_07_04/exports/docs/linux/Foundational_Components/Power_Management/pm_wakeup_sources.html

    Best Regards,

    Anshu

  • Hi Anshu,

    I have already read Wakeup Sources section and tried before I asked the 3rd question. I can't wakeup the SoC from Deep Sleep mode by pressing any key press on the WKUP UART terminal or by plugging or unplugging a USB device. Help me solve the problem.

    Best regards,

    Chunfu

  • Hi Chunfu,

    Is this being done on a TI EVM or custom hardware?

    Can you provide the suspend logs?

    Best Regards,

    Anshu

  • Hi Anshu,

    It is done on a TI EVM board.

    The attachments are the logs from Main/WKUP/MCU UARTs.

    Best Regards,

    Anshu

    U-Boot SPL 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 17064 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-ti-g836606420854 (May 09 2024 - 05:42:45 +0000)
    
    SoC:   AM62PX SR1.0 HS-FS
    Model: Texas Instruments AM62P5 SK
    DRAM:  2 GiB (effective 8 GiB)
    Core:  81 devices, 31 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - 3a:63:46:c1:6c:c4
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 20 ms (27.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    19376640 bytes read in 228 ms (81 MiB/s)
    60449 bytes read in 22 ms (2.6 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 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.83-ti-gc1c2f1971fbf (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon May 13 20:19:51 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM62P5 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000009dc000000, size 576 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b500000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node rtos-ipc-memory@9b500000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-dma-memory-region@9b800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node mcu-r5fss-memory-region@9b900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9c900000, compatible id shared-dma-pool
    [    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-0x000000009b4fffff]
    [    0.000000]   node   0: [mem 0x000000009b500000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [    0.000000]   node   0: [mem 0x00000000ff700000-0x00000000fffeffff]
    [    0.000000]   node   0: [mem 0x00000000ffff0000-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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s41064 r8192 d32664 u81920
    [    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] Built 1 zonelists, mobility grouping on.  Total pages: 2064384
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=5f017b48-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fb700000-0x00000000ff700000] (64MB)
    [    0.000000] Memory: 7467356K/8388608K available (11712K kernel code, 1258K rwdata, 3816K rodata, 1984K init, 438K bss, 331428K reserved, 589824K cma-reserved)
    [    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=256 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 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    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: 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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    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.008510] Console: colour dummy device 80x25
    [    0.013092] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023764] pid_max: default: 32768 minimum: 301
    [    0.028524] LSM: Security Framework initializing
    [    0.033361] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.041125] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.050856] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058287] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064573] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.071961] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.078329] rcu: Hierarchical SRCU implementation.
    [    0.083229] rcu:     Max phase no-delay instances is 1000.
    [    0.088794] Platform MSI: msi-controller@1820000 domain created
    [    0.095050] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.104443] EFI services will not be available.
    [    0.109310] smp: Bringing up secondary CPUs ...
    [    0.114535] Detected VIPT I-cache on CPU1
    [    0.114632] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.114650] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.114698] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.115331] Detected VIPT I-cache on CPU2
    [    0.115401] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.115415] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.115447] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.116011] Detected VIPT I-cache on CPU3
    [    0.116085] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.116098] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.116127] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.116189] smp: Brought up 1 node, 4 CPUs
    [    0.195836] SMP: Total of 4 processors activated.
    [    0.200645] CPU features: detected: 32-bit EL0 Support
    [    0.205912] CPU features: detected: CRC32 instructions
    [    0.211220] CPU: All CPU(s) started at EL2
    [    0.215413] alternatives: applying system-wide alternatives
    [    0.222697] devtmpfs: initialized
    [    0.235794] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.245794] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.272636] pinctrl core: initialized pinctrl subsystem
    [    0.278577] DMI not present or invalid.
    [    0.283079] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.290165] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [    0.297607] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.305735] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.314026] audit: initializing netlink subsys (disabled)
    [    0.319739] audit: type=2000 audit(0.216:1): state=initialized audit_enabled=0 res=1
    [    0.320176] thermal_sys: Registered thermal governor 'step_wise'
    [    0.327659] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.333942] cpuidle: using governor menu
    [    0.344776] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.351789] ASID allocator initialised with 65536 entries
    [    0.368353] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.379515] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.389778] KASLR disabled due to lack of seed
    [    0.400719] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.407676] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.414082] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.421016] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.427414] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.434342] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.440740] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.447673] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.455378] k3-chipinfo 43000014.chipid: Family:AM62PX rev:SR1.0 JTAGID[0x0bb9d02f] Detected
    [    0.465163] iommu: Default domain type: Translated
    [    0.470168] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.476838] SCSI subsystem initialized
    [    0.480974] usbcore: registered new interface driver usbfs
    [    0.486609] usbcore: registered new interface driver hub
    [    0.492061] usbcore: registered new device driver usb
    [    0.497617] pps_core: LinuxPPS API ver. 1 registered
    [    0.502690] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.512028] PTP clock support registered
    [    0.516157] EDAC MC: Ver: 3.0.0
    [    0.520166] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.526999] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.533731] omap-mailbox 29020000.mailbox: no available mbox devices found
    [    0.540785] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.548122] FPGA manager framework
    [    0.551668] Advanced Linux Sound Architecture Driver Initialized.
    [    0.558760] clocksource: Switched to clocksource arch_sys_counter
    [    0.565220] VFS: Disk quotas dquot_6.6.0
    [    0.569271] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.582107] NET: Registered PF_INET protocol family
    [    0.587431] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.600599] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [    0.609432] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.617368] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.625898] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.635256] TCP: Hash tables configured (established 65536 bind 65536)
    [    0.642125] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.649241] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [    0.656924] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.663140] RPC: Registered named UNIX socket transport module.
    [    0.669214] RPC: Registered udp transport module.
    [    0.674020] RPC: Registered tcp transport module.
    [    0.678825] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.685409] NET: Registered PF_XDP protocol family
    [    0.690314] PCI: CLS 0 bytes, default 64
    [    0.695023] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.704957] Initialise system trusted keyrings
    [    0.709716] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [    0.720645] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.727198] NFS: Registering the id_resolver key type
    [    0.732399] Key type id_resolver registered
    [    0.736675] Key type id_legacy registered
    [    0.740818] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.747668] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.792102] Key type asymmetric registered
    [    0.796291] Asymmetric key parser 'x509' registered
    [    0.801321] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.809022] io scheduler mq-deadline registered
    [    0.813658] io scheduler kyber registered
    [    0.820969] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.827422] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.839812] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.855315] loop: module loaded
    [    0.859616] megasas: 07.719.03.00-rc1
    [    0.866279] tun: Universal TUN/TAP device driver, 1.6
    [    0.872162] VFIO - User Level meta-driver version: 0.3
    [    0.878141] usbcore: registered new interface driver usb-storage
    [    0.884802] i2c_dev: i2c /dev entries driver
    [    0.890529] sdhci: Secure Digital Host Controller Interface driver
    [    0.896878] sdhci: Copyright(c) Pierre Ossman
    [    0.901537] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.908057] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.914378] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.921311] usbcore: registered new interface driver usbhid
    [    0.927009] usbhid: USB HID core driver
    [    0.931750] optee: probing for conduit method.
    [    0.936340] optee: revision 4.1 (012cdca4)
    [    0.936628] optee: dynamic shared memory is enabled
    [    0.946034] optee: initialized driver
    [    0.951290] Initializing XFRM netlink socket
    [    0.955697] NET: Registered PF_PACKET protocol family
    [    0.960927] Key type dns_resolver registered
    [    0.965659] registered taskstats version 1
    [    0.969871] Loading compiled-in X.509 certificates
    [    0.983245] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    1.032467] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.039509] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.046390] pca953x 1-0023: using AI
    [    1.072934] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.082868] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.092605] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.099319] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.106890] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.113677] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.119614] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.128821] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.137794] ti-sci-inta 4e400000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    1.147537] simple-framebuffer ff700000.framebuffer: framebuffer at 0xff700000, 0x8ca000 bytes
    [    1.156364] simple-framebuffer ff700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [    1.177065] Console: switching to colour frame buffer device 240x75
    [    1.193620] simple-framebuffer ff700000.framebuffer: fb0: simplefb registered!
    [    1.201342] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.209419] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.220312] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.230134] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.239592] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    1.246058] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    1.255351] printk: console [ttyS2] disabled
    [    1.259781] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 252, base_baud = 3000000) is a 8250
    [    1.268655] printk: console [ttyS2] enabled
    [    1.268655] printk: console [ttyS2] enabled
    [    1.277109] printk: bootconsole [ns16550a0] disabled
    [    1.277109] printk: bootconsole [ns16550a0] disabled
    [    1.290018] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.295103] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.302062] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.307455] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.314084] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.320441] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.326897] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.333016] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.339792] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.346215] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.390773] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    1.402159] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.410261] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.418384] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01903, cpsw version 0x6BA81903 Ports: 3 quirks:00000006
    [    1.431212] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.438340] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.444865] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:500000000, add_val:1 pps:0
    [    1.455071] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.464476] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    1.477193] mmc0: CQHCI version 5.10
    [    1.481575] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.488306] pca953x 1-0022: using AI
    [    1.498539] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.498947] mmc1: CQHCI version 5.10
    [    1.505931] debugfs: Directory 'pd:244' with parent 'pm_genpd' already present!
    [    1.516768] debugfs: Directory 'pd:186' with parent 'pm_genpd' already present!
    [    1.522026] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.525299] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.538876] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.550685] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.559507] ALSA device list:
    [    1.562477]   No soundcards found.
    [    1.566435] Waiting for root device PARTUUID=5f017b48-02...
    [    1.606942] mmc1: new ultra high speed SDR104 SDHC card at address 5048
    [    1.614502] mmcblk1: mmc1:5048 SD32G 29.7 GiB
    [    1.620946]  mmcblk1: p1 p2
    [    1.629251] mmc0: Command Queue Engine enabled
    [    1.633735] mmc0: new HS400 MMC card at address 0001
    [    1.639786] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    1.646063]  mmcblk0: p1 p2
    [    1.649504] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    1.655514] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    1.661599] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    1.755734] EXT4-fs (mmcblk1p2): recovery complete
    [    1.764642] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    1.773239] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.782459] devtmpfs: mounted
    [    1.786025] Freeing unused kernel memory: 1984K
    [    1.790642] Run /sbin/init as init process
    [    1.968429] systemd[1]: System time before build time, advancing clock.
    [    2.014591] NET: Registered PF_INET6 protocol family
    [    2.021002] Segment Routing with IPv6
    [    2.024752] In-situ OAM (IOAM) with IPv6
    [    2.055574] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    2.087789] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    2.148684] systemd[1]: Hostname set to <am62pxx-evm>.
    [    2.261575] systemd-sysv-generator[159]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.500761] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.530937] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    2.603786] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.663286] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    2.732855] systemd[1]: Queued start job for default target Graphical Interface.
    [    2.796792] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    2.821595] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    2.845766] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    2.869461] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    2.891529] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password 鈥s to Console Directory Watch.
    [    2.915485] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R鈥ests to Wall Directory Watch.
    [    2.939427] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    2.955053] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    2.975108] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    2.991428] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.065341] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.091302] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    3.129193] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    3.151790] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    3.178402] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    3.201508] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.225628] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    3.246647] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    3.273997] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    3.297014] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    3.321666] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    3.387659] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    3.409619] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    3.459365] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    3.480115] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    3.505330] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    3.532803] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    3.561827] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    3.585014] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    3.609022] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    3.626589] fuse: init (API version 7.37)
    [    3.663802] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    3.695221] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    3.711288] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    3.732492] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    3.757892] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    3.779808] cryptodev: loading out-of-tree module taints kernel.
    [    3.780286] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network 鈥s from Kernel co[    3.794348] cryptodev: driver 1.12 loaded.
    mmand line...
    [    3.843539] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    3.866591] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.878353] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    3.908860] systemd[1]: Started Start psplash boot splash screen.
    [  OK  ] Started Start psplash boot splash screen.
    [    3.931475] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    3.951599] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] 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.
    [  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...
    [  OK  ] Started Start psplash-syst鈥rogress communication helper.
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev    4.333689] systemd-journald[175]: Received client request to flush runtime journal.
    m...
    [  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.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    4.561992] audit: type=1334 audit(1651167747.588:2): prog-id=5 op=LOAD
    [    4.568803] audit: type=1334 audit(1651167747.596:3): prog-id=6 op=LOAD
             Starting Rule-based Manage鈥or Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [    5.293478] mc: Linux media interface: v0.10
    [  OK  ] Reached target Timer Units.
    [    5.315337] videodev: Linux video capture interface: v2.00
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [    5.372014] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    5.382260] tlv320aic3x 1-001b: supply IOVDD not found, using dummy regulator
    [    5.416476] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    5.416561] tlv320aic3x 1-001b: supply DVDD not found, using dummy regulator
    [    5.424570] tlv320aic3x 1-001b: supply AVDD not found, using dummy regulator
    [    5.440238] tlv320aic3x 1-001b: supply DRVDD not found, using dummy regulator
    [    5.448442] tlv320aic3x 1-001b: Invalid supply voltage(s) AVDD: -22, DVDD: -22
    [    5.494480] i2c i2c-1: Added multiplexed i2c bus 3
    [    5.605363] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    5.618297] Console: switching to colour dummy device 80x25
             Starting Docker Socket for the API...
    [    5.629349] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    5.639928] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
    [    5.794171] platform 79000000.r5f: configured R5F for remoteproc mode
    [    5.822816] random: crng init done
    [    5.824703] platform 79000000.r5f: assigned reserved memory node mcu-r5fss-dma-memory-region@9b800000
    [    5.832272] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    5.837069] remoteproc remoteproc0: 79000000.r5f is available
             Starting D-Bus System Message Bus...[    5.847209] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11)
    
    [    5.861415] systemd-journald[175]: Time jumped backwards, rotating.
    [    5.878293] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
             Starting Reboot and dump vmcore via kexec...
    [    5.898001] remoteproc remoteproc0: powering up 79000000.r5f
    [    5.904086] remoteproc remoteproc0: Booting fw image am62p-mcu-r5f0_0-fw, size 58344
    [    5.915884] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node mcu-r5fss-dma-memory-region@9b800000
    [  OK  ] Finished Load/Save Random Seed.[    5.928927] virtio_rpmsg_bus virtio0: rpmsg host is online
    
    [    5.929341] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    5.938115] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [    5.949318] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    5.955665] remoteproc remoteproc0: remote processor 79000000.r5f is now up
    [  OK  ] Listening on Docker Socket for the API.
    [    5.978428] platform 78000000.r5f: configured R5F for IPC-only mode
    [  OK  ] Listening on Weston socket.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [    6.005801] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9c800000
    [  OK  ] Found device /dev/ttyS2.
    [    6.035378] remoteproc remoteproc1: 78000000.r5f is available
    [    6.041266] remoteproc remoteproc1: attaching to 78000000.r5f
    [    6.057987] PVR_K:  219: Device: fd80000.gpu
    [    6.061275] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [  OK  ] Started D-Bus System Message Bus.
    [    6.138694] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9c800000
    [    6.148628] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    6.148785] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    6.154257] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [    6.163918] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    6.172610] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [  OK  ] Reached target Socket Units.
    [    6.184815] PVR_K:  219: Read BVNC 36.53.104.796 from HW device registers
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [    6.252413] PVR_K:  219: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
    [    6.266292] [drm] Initialized pvr 23.3.6512818 20170530 for fd80000.gpu on minor 1
             Starting DEMO...
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting PulseAudio Sound System...
             Starting Expand the rootfs鈥l size of the boot device....
    [  OK  ] Started Seva Launcher Service.
    [  OK  ] Started strongSwan IPsec I鈥KEv2 daemon using ipsec.conf.
    [    6.531081] audit: type=1334 audit(12.180:4): prog-id=7 op=LOAD
    [    6.543302] audit: type=1334 audit(12.192:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
             Starting Telnet Server...
    [  OK  ] Started ti-apps-launcher service.
    [  OK  ] Started DEMO.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [    7.035342] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [  OK  ] Finished Expand the rootfs鈥ull size of the boot device..
    [  OK  ] Listening on Load/Save RF 鈥tch Status /dev/rfkill Watch.
    [    7.192431] Bluetooth: Core ver 2.22
    [    7.199817] NET: Registered PF_BLUETOOTH protocol family
    [    7.208189] Bluetooth: HCI device and connection manager initialized
    [  OK  ] Started PulseAudio Sound System.
    [    7.234823] Bluetooth: HCI socket layer initialized
    [    7.239845] Bluetooth: L2CAP socket layer initialized
    [    7.248623] Bluetooth: SCO socket layer initialized
             Starting Save/Restore Sound Card State...
    [    7.271883] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [  OK  ] Reached target Hardware activated USB gadget.
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [    7.487188] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    7.502288] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
    [    7.502510] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
    [    7.502523] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000010010
    [    7.502588] xhci-hcd xhci-hcd.4.auto: irq 432, io mem 0x31100000
    [    7.507058] hub 1-0:1.0: USB hub found
    [    7.507117] hub 1-0:1.0: 1 port detected
    [  OK  ] Started User Login Management.
    [    7.761794] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    7.781090] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    7.788583] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
    [    7.978169] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
             Starting Network Name Resolution...
    [    7.987889] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    8.022874] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.032449] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma鈥nt Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland鈥sitor, as a system service...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [    8.739819] audit: type=1334 audit(14.388:6): prog-id=9 op=LOAD
    [    8.747935] audit: type=1334 audit(14.396:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Started User Database Manager.
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [  OK  ] Created slice User Slice of UID 1000.
             Mounting /run/media/boot-mmcblk1p1...
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [    9.198898] audit: type=1006 audit(14.848:8): pid=843 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [    9.210974] audit: type=1300 audit(14.848:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffeb538d28 a2=4 a3=ffffbe218020 items=0 ppid=1 pid=843 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [    9.237359] audit: type=1327 audit(14.848:8): proctitle="(systemd)"
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Started Simple Network Man鈥ment Protocol (SNMP) Daemon..
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [    9.880267] audit: type=1006 audit(15.528:9): pid=805 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [    9.892020] audit: type=1300 audit(15.528:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffeb538d28 a2=4 a3=ffffbe218020 items=0 ppid=1 pid=805 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [    9.917605] audit: type=1327 audit(15.528:9): proctitle="(weston)"
    [   10.190875] PVR_K:  805: RGX Firmware image 'rgx.fw.36.53.104.796' loaded
    [   10.207362] PVR_K:  805: Shader binary image 'rgx.sh.36.53.104.796' loaded
    [  OK  ] Started containerd container runtime.
    [  OK  ] Started Weston, a Wayland 鈥positor, as a system service.
    [   11.751603] sh (1163): drop_caches: 1
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grep
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libeigen-dev
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5sensors-plugins
            libqt5sensors-qmlplugins
            libqt5sensors5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libqt5webchannel-plugins
            libqt5webchannel-qmlplugins
            libqt5webchannel5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquick3d-plugins
            qtquick3d-qmlplugins
            qtquick3d
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Reached target Graphical Interface.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project am62pxx-evm -
    
    Arago 2023.10 am62pxx-evm -
    
    am62pxx-evm login: root
    [   17.470594] audit: type=1006 audit(23.116:10): pid=1259 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   17.482952] audit: type=1300 audit(23.116:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffeb538d28 a2=1 a3=ffffbe218020 items=0 ppid=1 pid=1259 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [   17.508706] audit: type=1327 audit(23.116:10): proctitle="(systemd)"
    [   17.515107] audit: type=1334 audit(23.132:11): prog-id=11 op=LOAD
    [   17.521259] audit: type=1300 audit(23.132:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff4d2d4f0 a2=78 a3=0 items=0 ppid=1 pid=1259 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   17.546091] audit: type=1327 audit(23.132:11): proctitle="(systemd)"
    [   17.552504] audit: type=1334 audit(23.156:12): prog-id=11 op=UNLOAD
    [   17.558812] audit: type=1334 audit(23.156:13): prog-id=12 op=LOAD
    [   17.564965] audit: type=1300 audit(23.156:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff4d2d590 a2=78 a3=0 items=0 ppid=1 pid=1259 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   17.589744] audit: type=1327 audit(23.156:13): proctitle="(systemd)"
    root@am62pxx-evm:~# echo 250 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_us
    root@am62pxx-evm:~#
    root@am62pxx-evm:~# devmem2 0x43018080 w 0x15
    /dev/mem opened.
    Memory mapped at address 0xffffb5b6a000.
    Read at address  0x43018080 (0xffffb5b6a080): 0x00000010
    Write at address 0x43018080 (0xffffb5b6a080): 0x00000015, readback 0x00000015
    root@am62pxx-evm:~#
    root@am62pxx-evm:~# echo mem > /sys/power/state
    [   46.771954] PM: suspend entry (deep)
    [   46.841854] Filesystems sync: 0.066 seconds
    [   46.882554] remoteproc remoteproc0: stopped remote processor 79000000.r5f
    [   46.890316] Freezing user space processes
    [   46.896250] Freezing user space processes completed (elapsed 0.001 seconds)
    [   46.903263] OOM killer disabled.
    [   46.906492] Freezing remaining freezable tasks
    [   46.912706] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
    [   46.920140] printk: Suspending console(s) (use no_console_suspend to debug)
    
    
    Sciserver Testapp Built On: May 12 2024 22:00:17
    Sciserver Version: v2024.05.0.0-REL.MCUSDK.09.02.01.01+
    RM_PM_HAL Version: v09.02.08
    Starting Sciserver..... PASSED
    [IPC RPMSG ECHO] Version: REL.MCUSDK.09.02.01.01+ (May 12 2024 22:00:48):
    [IPC RPMSG ECHO] Message exchange started with RTOS cores !!!
    [IPC RPMSG ECHO] Remote Core waiting for messages at end point 13 ... !!!
    [IPC RPMSG ECHO] Remote Core waiting for messages at end point 14 ... !!!
    [IPC RPMSG ECHO] All echoed messages received by main core from 1 remote cores !!!
    [IPC RPMSG ECHO] Messages sent to each core = 100000
    [IPC RPMSG ECHO] Number of remote cores = 1
    [IPC RPMSG ECHO] Total execution time = 2454716 usecs
    [IPC RPMSG ECHO] One way message latency = 12273 nsec
    
    
    [IPC RPMSG ECHO] Version: REL.MCUSDK.09.02.01.01+ (May 12 2024 22:00:48):
    [IPC RPMSG ECHO] Remote Core waiting for messages at end point 13 ... !!!
    [IPC RPMSG ECHO] Remote Core waiting for messages at end point 14 ... !!!
    [IPC RPMSG ECHO] Closing all drivers and going to WFI ... !!!

  • Hi Chunfu,

    First, lets try to use RTC wakeup to make sure that its able to suspend and resume without any problems. Instead of 'echo mem /sys/power/state', use '

    rtcwake -s 10 -m mem'


    If this doesn't work (meaning it doesn't suspend and then resume in about 10 seconds), this means there is an issue during suspending. You can refer to this E2E FAQ to further debugging: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1323581/faq-processor-sdk-am62x-a-p-how-can-we-debug-deep-sleep-on-am62x-am62a-am62p-using-sysfw-trace

    Best,
    Anshu

  • Hi Anshu,

    Sorry for late.

    I have tried rtcwake command and the system doesn't resume in about 10 seconds.

    Following your guide I get the log. Please help me check and solve the problem.

    Best Regards,

    Chunfu

    deepsleep_parsed_log.txt

     

  • Hi Chunfu,

    From the logs, looks like the last A53 goes into WFI. Are there any other software changes made to Linux?

    Thanks,

    Anshu

  • Hi Anshu,

    Linux kernel image was built from a clean SDK and I only modified ti_sci_cmd_set_io_isolation() function according to your guide.

    1. Do you find any problem from the log?

    2. How can I further debug why it failed to wake up from Deep Sleep mode?

    3. Have you tried to reproduce the problem on your side? I think it can be easily reproduced by using SDK's default image.

    Best Regards,

    Chunfu

  • Hi Chunfu,

    I've used the AM62P Default Linux image but I didn't see this issue.

    As mentioned in the FAQ, the change to the 'ti_sci_cmd_set_io_isolation' impacts the ability to wakeup. Try removing it.



    Best Regards,

    Anshu

  • Hi Anshu,

    Thank you very much. I have tried again on my side, and I finally find that it is the command "devmem2 0x43018080 w 0x15" that causes the failure. I can wakeup the cores and measure the recover time now without this command.

    1. Can you explain why the command "devmem2 0x43018080 w 0x15" causes the failure?

    2. I have measured the wakeup latencies of MCU Only and Deep Sleep mode, which are more than 300ms and are much higher than 133.9ms shown in the link you provided. What may be the main reason?

    Best Regards,

    Chunfu

  • Hi Chunfu,


    Can you explain why the command "devmem2 0x43018080 w 0x15" causes the failure?

    It looks like the DM Firmware mask the PMIC_LPM_EN signal rather than changing the signal from high to low. This causes the PMIC to think the SoC is in a different state.

    which are more than 300ms and are much higher than 133.9ms shown in the link you provided. What may be the main reason?

    The default Linux SDK doesn't optimize the wake up latency. Additionally, each printk statement the kernel makes increases the latency.

    Best Regards,

    Anshu