]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - README.pod
Allow redirecting U-Boot command output to a file
[novaboot.git] / README.pod
index d0c6e6f7004268650999f637898e482885e067ef..463c45f9ae54f8ed2ae49042680c90d5791e39b3 100644 (file)
@@ -734,8 +734,8 @@ script is the same as giving B<--uboot-init> option to novaboot. The
 following syntax variants are supported:
 
 
-  uboot[:<timeout>] <string>
-  uboot[:<timeout>] < <shell>
+  uboot[:<timeout>] <string> [> <file>]
+  uboot[:<timeout>] < <shell> [> <file>]
 
 C<string> is the literal U-Boot command.
 
@@ -749,6 +749,9 @@ executed and its standard output is sent to U-Boot. Example:
 
   uboot < printf "mmc write \$loadaddr 1 %x" $(($(/usr/bin/stat -c%s rootfs.ext4) / 512))
 
+When C<E<gt> file> part is present, the output of the U-Boot command
+is written into the given file.
+
 =back
 
 Example (Linux):