aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-07-19 15:28:25 -0700
committerStefano Stabellini2021-07-19 17:08:00 -0700
commit814e04d2e52455bf4de442aa0274992746e34a6c (patch)
treea324f5ef0adfc96f203fb201ffff3568bc27add2 /README.md
parent64114beedf775d16033032852694ccaabcea267d (diff)
Add support for creating a standard fit image
This allows the creation of a standard fit image without the use of a script. This also means that supporting dom0less configs is rather tricky since it uses bootm and not booti. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 740c872..d3affae 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Where:
parameter
- FDTEDIT is an optional and is off by default. Specifies the output
- modifited dtb, used for reference only.
+ modifited dtb, used for reference and fdt_std.
Then you can invoke uboot-script-gen as follows:
@@ -112,7 +112,9 @@ Where:\
-t specifies the u-boot command to load the binaries. "tftp", "sd" and
"scsi" are shorthands for "tftpb", "load mmc 0:1" and
"load scsi 0:1", but actually any arbitrary command can be used, for
- instance -t "fatload" is valid.\
+ instance -t "fatload" is valid. The only special command is fit_std,
+ which produces a standard style of fit image without a script, but
+ has issues with dom0less configurations and isn't recommended. \
-o specifies the output filename for the uboot script and its source.\