uboot_env v0.1.0 API Reference
Modules
UBootEnv reads a non-replicated U-Boot environment block for storing firmware and provisioning information
Utilities for reading the U-Boot's fw_env.config
file
This module uses U-boot tools' fw_printenv
to read environment blocks. It
is only useful if OTP 21 is not available. This module has a known issue with
parsing key-value pairs with embedded newlines
Mix Tasks
Delete a key-value pair from a U-Boot environment
Print key-value pairs from a U-Boot environment
Write a key-value pair to U-Boot environment block