Difference between revisions of "Crust"

From PINE64
Jump to navigation Jump to search
Line 12: Line 12:


==Manual suspend==
==Manual suspend==
For manually suspending the device on distributions with Systemd you can use the following command with super user permissions: <pre>systemctl suspend</pre>
On non-systemd distributions you can directly echo: <pre>echo mem > /sys/power/state</pre>




[[Category:PinePhone]] [[Category:PineTab]]
[[Category:PinePhone]] [[Category:PineTab]]

Revision as of 01:55, 15 February 2021

This page is incomplete, you're welcome to improve it.

As per the README.md on the crust github:

Crust improves battery life and thermal performance by implementing a deep sleep state. During deep sleep, the CPU cores, the DRAM controller, and most onboard peripherals are powered down, reducing power consumption by 80% or more compared to an idle device.

For this to work, Crust runs outside the main CPU and DRAM, on a dedicated always-on microprocessor called a System Control Processor (SCP). Crust is designed to run on a specific SCP implementation, Allwinner's AR100.

To build crust manually with uboot you can find instructions Here.

RTC wakeups

Manual suspend

For manually suspending the device on distributions with Systemd you can use the following command with super user permissions:

systemctl suspend

On non-systemd distributions you can directly echo:

echo mem > /sys/power/state