]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - README.md
uboot: Make boot command configurable
[novaboot.git] / README.md
index 514c3eeaee2135ca0feabd992386d1fb9d3fe1ad..f8937714e8a5359b81c5f4e5ba78db95ef0228a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -458,6 +458,18 @@ can currently be accomplished by the following options: **--amt**,
     where name is one of _kernel_, _ramdisk_ or _fdt_ (flattened device
     tree).
 
+- --uboot-cmd=_command_
+
+    Specifies U-Boot command used to execute the OS. If the command
+    contains strings `$kernel_addr`, `$ramdisk_addr`, `$fdt_addr`,
+    these are replaced with the addresses configured with **--uboot-addr**.
+
+    The default value is
+
+        bootm $kernel_addr $ramdisk_addr $fdt_addr
+
+    or the `UBOOT_CMD` variable if defined in the novaboot script.
+
 ## Target interaction phase
 
 In this phase, target's serial output is redirected to stdout and if
@@ -640,6 +652,10 @@ The following variables are interpreted in the novaboot script:
 
     Use specific qemu flags (can be overridden with **-q**).
 
+- UBOOT\_CMD
+
+    See ["--uboot-cmd"](#uboot-cmd).
+
 - WVDESC
 
     Description of the WvTest-compliant program.