describe role of flash config
This commit is contained in:
parent
8611dab602
commit
bfbbe00d58
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ in {
|
||||||
type = types.nonEmptyStr;
|
type = types.nonEmptyStr;
|
||||||
};
|
};
|
||||||
flash = {
|
flash = {
|
||||||
|
# start address and size of whichever partition (often
|
||||||
|
# called "firmware") we're going to overwrite with our
|
||||||
|
# kernel uimage and root fs. Not the entire flash, as
|
||||||
|
# that often also contains the bootloader, data for
|
||||||
|
# for wireless devices, etc
|
||||||
address = mkOption { type = types.str; };
|
address = mkOption { type = types.str; };
|
||||||
size = mkOption { type = types.str; };
|
size = mkOption { type = types.str; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue