From 78e8e04b88e0ded378ca1d7950b5c2163a4ba5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Tue, 3 Feb 2015 15:10:31 +0100 Subject: [PATCH] tool/run/README: fix wrong examples Fixes #1392. --- tool/run/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/run/README b/tool/run/README index 9375b74764..4609975f3c 100644 --- a/tool/run/README +++ b/tool/run/README @@ -70,7 +70,7 @@ few common exemplary combinations: Executing NOVA in Qemu: !RUN_OPT = --include boot_dir/nova \ -! --include exec/qemu --include log/qemu --include image/iso +! --include power_on/qemu --include log/qemu --include image/iso Executing NOVA on a real x86 machine using AMT for resetting the target system and for capturing the serial output while loading the files via TFTP: @@ -90,7 +90,7 @@ for output while loading the files via TFTP: ! --include power_on/amt --amt-host 10.23.42.13 --amt-password 'foo!' \ ! --include load/tftp --tftp-base-dir /var/lib/tftpboot \ ! --tftp-offset-dir /x86 \ -! --include log/serial --serial-cmd 'picocom -b 115200 /dev/ttyUSB0' +! --include log/serial --log-serial-cmd 'picocom -b 115200 /dev/ttyUSB0' Executing hw on a rpi using powerplug to reset the hardware, JTAG to load the image and USB serial to capture the output: