This package browser is in early development. Mind the rough edges.

crust-pinebook

Firmware for Allwinner sunxi SoCs

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. On boards without a PMIC, Crust is also responsible for orderly power-off and power-on of the 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.

Installation

Install the latest version of crust-pinebook as follows:

guix install crust-pinebook

Or install a particular version:

guix install crust-pinebook@0.6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of crust-pinebook about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/crust-pinebook'><img src='https://packages.guix.gnu.org/packages/crust-pinebook/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/crust-pinebook/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/crust-pinebook)

Example Org:

[[https://packages.guix.gnu.org/packages/crust-pinebook][https://packages.guix.gnu.org/packages/crust-pinebook/badges/latest-version.svg]]