diff options
Diffstat (limited to 'examples/esp32c3/runner.sh')
| -rwxr-xr-x | examples/esp32c3/runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/esp32c3/runner.sh b/examples/esp32c3/runner.sh index b9c3fbb..b4baec5 100755 --- a/examples/esp32c3/runner.sh +++ b/examples/esp32c3/runner.sh @@ -19,7 +19,7 @@ tempdir=$(mktemp -d) || exit 1 espflash save-image --chip esp32c3 --merge "$outputfilenamecargo" "$outputfilename" 1>&2 # Get stats -esptool.py image_info --version 2 "$outputfilename" 1>&2 +esptool image_info --version 2 "$outputfilename" 1>&2 # Run in QEMU $qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machine esp32c3 -drive file="$outputfilename",if=mtd,format=raw -serial file:"$tempdir/$logfile" >"$tempdir"/$qemuoutputfile 2>&1 & |
