Skip to main content

Crate libubootenv_sys

Crate libubootenv_sys 

Source

Structs§

uboot_ctx

Functions§

libuboot_del_env
Delete variable
libuboot_exit
Free context
libuboot_get_env
Get variable value
libuboot_get_next
Returns next variable as “key=value”. Pass prev=NULL for first call.
libuboot_initialize
Initialize context using config file (e.g. /etc/fw_env.config)
libuboot_save
Persist changes to storage
libuboot_set_env
Set variable value (not persisted until save)