.. index:: nvmem (command) .. _command_nvmem: nvmem - list or create NVMEM devices ==================================== Usage ^^^^^ ``nvmem [-c [-v ]]`` Synopsis ^^^^^^^^ List NVMEM devices or create dynamic RAM-backed NVMEM devices. If no arguments are provided, it lists all available NVMEM devices. Options ^^^^^^^ -c Create a new RAM-backed NVMEM device of bytes. (Requires CONFIG_NVMEM_RMEM to be enabled). must be a non-zero. -v When using -c, set environment variable to the name of the created NVMEM device (e.g., rmem0). .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/nvmem.c .. command function: do_nvmem