diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-02-06 11:29:06 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-02-06 11:32:58 +0100 |
commit | 57295e33a8a09a029bb5809c0dada118d81bbf4e (patch) | |
tree | 7e4376e135c0a40f5598b2475a8de20a3403dfcf /README | |
parent | 21e7b86508c0ba14955b0f366365cfff671ff80f (diff) |
mkbootenv: Move file format descriptions to README
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ Create an U-Boot environmet image suitable for flashing. The input is a text file containing environment variable definitions in the format “name=value”, separeated by newlines. +The output) is stored as a list of "name=value" strings, where each of the the +strings is terminated by a NULL byte ('\0'). The end of the list is marked by a +double NULL byte. + +The environment is preceeded by a 32 bit CRC over the list of strings. + Usage ----- |