Skip to content

Commit

Permalink
docs(linux): Power_Management: Remove references to unsupported rtc c…
Browse files Browse the repository at this point in the history
…ommands

TI SDK doesnot support `freeze` and `disk` options of rtcwake. Remove
them to avoid confusion.

Signed-off-by: Vishal Mahaveer <[email protected]>
  • Loading branch information
vishalmti committed Dec 18, 2024
1 parent ff8c1a2 commit 00f1cd6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00f1cd6

Please sign in to comment.