uboot_env v0.1.0 mix uboot_env.delete
Delete a key-value pair 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.write PATH_TO_DEVICE DEV_OFFSET ENV_SIZE KEY mix uboot_env.write PATH_TO_CONFIG_FILE KEY
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
.