Name
nconfig put — Writes a config key
Synopsis
nconfig put <key> <type> <value>
Arguments
The config key, type and the value or data to be written to it.
Description
This command writes a single key to the store. If the key was already present in the store, its existing value is overwritten.
The value of a bool variable may be specified as
true,
True,
t,
T,
1;
false,
False,
f,
F, or
0.
![]() | Notes |
|---|---|
|
Examples
RedBoot>nconfig put nand.partition1.size uint 100Written OK RedBoot>nconfig put app1.magic string "This is a string"Written OK RedBoot>nconfig put baz.qux bool trueWritten OK RedBoot>nconfig get baz.quxbaz.qux=True RedBoot>
| 2025-10-02 | eCosPro Non-Commercial Public License |


![[Note]](pix/note.png)

