uboot_env v0.1.0 mix uboot_env.read
Print key-value pairs from a U-Boot environment.
Pass either a path to a configuration file like /etc/fw_env.config
or the
path to the file or device containing the U-Boot environment and its offset
and size.
Usage: mix uboot_env.read PATH_TO_DEVICE DEV_OFFSET ENV_SIZE mix uboot_env.read PATH_TO_CONFIG_FILE
Link to this section Summary
Link to this section Functions
Link to this function
run(list)
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.