Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 232 Bytes

kexec-lite

A simple kexec for flattened device tree platforms, on PowerPC.

Dependencies

Requires Make, a C toolchain, and the libraries libelf and libfdt.

sudo apt-get install libelf-dev libfdt-dev