Skip to content
Steve Cote edited this page Apr 19, 2017 · 1 revision

The loader is lightweight and designed to support resource constrained environments. It has been very helpful in programming and operating Single Board Computer (SBC) devices such as the Raspberry Pi Zero.

Boot Via Network

The loader can be configured to load using a simple script which can contain a URI to a configuration file on the network accessible via HTTP.

Logging

Your needs will vary, but it is possible to use different loggers in your configuration to reduce or prevent file system access.

Clone this wiki locally