From dfc32527a5c3f8364c849c235cfc64a036f0d6f4 Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Wed, 18 Dec 2024 13:09:58 -0600 Subject: [PATCH] docs(linux): Power_Management: Remove references to unsupported rtc commands TI SDK doesnot support `freeze` and `disk` options of rtcwake. Remove them to avoid confusion. Signed-off-by: Vishal Mahaveer --- .../Power_Management/pm_wakeup_sources.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst b/source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst index cb5a3a08..2ac017ac 100644 --- a/source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst +++ b/source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst @@ -67,12 +67,6 @@ It's possible to use the SoC's internal RTC to wakeup the system using the comma - Suspend to RAM and wakeup after 10 seconds: rtcwake -m mem -s {{10}} - - Suspend to disk (higher power saving) and wakeup 15 minutes later: - rtcwake -m disk --date +{{15}}min - - - Freeze the system (more efficient than suspend-to-RAM but version 3.9 or newer of the Linux kernel is required) and wakeup at a given date and time: - rtcwake -m freeze --date {{YYYYMMDDhhmm}} - - Disable a previously set alarm: rtcwake -m disable