mirror of https://github.com/wolfSSL/wolfBoot.git
tools: rename qemu64-tpm.sh in the more general qemu.sh
parent
db2b538b35
commit
9410292dd1
|
|
@ -7,10 +7,10 @@
|
|||
# Usage:
|
||||
|
||||
|
||||
# For DEBUG_STAGE1 without waiting for GDB: ./qemu64-tpm.sh -d DEBUG_STAGE1
|
||||
# For DEBUG_STAGE2 without waiting for GDB (default): ./qemu64-tpm.sh
|
||||
# For DEBUG_STAGE1 with waiting for GDB: ./qemu64-tpm.sh -d DEBUG_STAGE1 -w
|
||||
# For DEBUG_STAGE2 with waiting for GDB: ./qemu64-tpm.sh -w
|
||||
# For DEBUG_STAGE1 without waiting for GDB: ./qemu.sh -d DEBUG_STAGE1
|
||||
# For DEBUG_STAGE2 without waiting for GDB (default): ./qemu.sh
|
||||
# For DEBUG_STAGE1 with waiting for GDB: ./qemu.sh -d DEBUG_STAGE1 -w
|
||||
# For DEBUG_STAGE2 with waiting for GDB: ./qemu.sh -w
|
||||
|
||||
|
||||
# To DEBUG_STAGE1
|
||||
|
|
@ -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/x86_fsp/qemu/qemu64-tpm.sh -p | tee /tmp/qemu_output &
|
||||
./tools/x86_fsp/qemu/qemu.sh -p | tee /tmp/qemu_output &
|
||||
echo "WAITING FOR QEMU TO RUN"
|
||||
sleep 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue