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.

AM3352: resume from standby problem with kernel 6.1.46

Part Number: AM3352

Hello,

We are moving our own am3352 design FW from SDK 05.03.00.07 to SDK 09.01.00.00, so we are now running kernel 6.1.46.

System seems to be working fine, but we are having problems trying to get uart to wake the system from standby. The system is able to enter standby mode, but then never wakes up.

This works with kernel 4.19.94, and now I have followed the instructions from

https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/09_01_00_001/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_suspend_resume.html

I also checked with BBB and it did not work:

root@BeagleBone:/home# uname -a
Linux BeagleBone 6.1.80-ti-r34 #1bullseye SMP PREEMPT Fri Mar 22 11:06:21 UTC 2024 armv7l GNU/Linux

root@BeagleBone:/home# echo enabled > /sys/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e09050.target-module/44e09000.serial/power/wakeup
root@BeagleBone:/home# echo enabled > /sys/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e09050.target-module/44e09000.serial/tty/ttyS0/power/wakeup
root@BeagleBone:/home# cat /sys/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e09050.target-module/44e09000.serial/power/wakeup
enabled
root@BeagleBone:/home# cat /sys/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e09050.target-module/44e09000.serial/tty/ttyS0/power/wakeup
enabled

root@BeagleBone:/home# echo standby > /sys/power/state

 

Then I press keys on my console but it never wakes up.

Could you please help us with this issue?

Best regards and thank you

Angel