mirror of https://github.com/wolfSSL/wolfBoot.git
x86_fsp: scripts: print output of QEMU during test
parent
84be0dd27f
commit
fdcb83fe38
|
|
@ -46,7 +46,7 @@ IMAGE=test-app/image.elf SIGN=--ecc384 ./tools/x86_fsp/qemu/make_hd.sh
|
|||
|
||||
echo "RUNNING QEMU"
|
||||
# launch qemu in background
|
||||
./tools/scripts/qemu64/qemu64-tpm.sh -p > /tmp/qemu_output &
|
||||
./tools/scripts/qemu64/qemu64-tpm.sh -p | tee /tmp/qemu_output &
|
||||
echo "WAITING FOR QEMU TO RUN"
|
||||
sleep 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue