Skip to content

Commit c14e244

Browse files
vishalmticshilwant
authored andcommitted
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 <[email protected]>
1 parent 7846f36 commit c14e244

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/linux/Foundational_Components/Power_Management/pm_wakeup_sources.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ It's possible to use the SoC's internal RTC to wakeup the system using the comma
6767
- Suspend to RAM and wakeup after 10 seconds:
6868
rtcwake -m mem -s {{10}}
6969
70-
- Suspend to disk (higher power saving) and wakeup 15 minutes later:
71-
rtcwake -m disk --date +{{15}}min
72-
73-
- 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:
74-
rtcwake -m freeze --date {{YYYYMMDDhhmm}}
75-
7670
- Disable a previously set alarm:
7771
rtcwake -m disable
7872

0 commit comments

Comments
 (0)