File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77# Usage:
88
99
10- # For DEBUG_STAGE1 without waiting for GDB: ./qemu64-tpm .sh -d DEBUG_STAGE1
11- # For DEBUG_STAGE2 without waiting for GDB (default): ./qemu64-tpm .sh
12- # For DEBUG_STAGE1 with waiting for GDB: ./qemu64-tpm .sh -d DEBUG_STAGE1 -w
13- # For DEBUG_STAGE2 with waiting for GDB: ./qemu64-tpm .sh -w
10+ # For DEBUG_STAGE1 without waiting for GDB: ./qemu .sh -d DEBUG_STAGE1
11+ # For DEBUG_STAGE2 without waiting for GDB (default): ./qemu .sh
12+ # For DEBUG_STAGE1 with waiting for GDB: ./qemu .sh -d DEBUG_STAGE1 -w
13+ # For DEBUG_STAGE2 with waiting for GDB: ./qemu .sh -w
1414
1515
1616# To DEBUG_STAGE1
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ IMAGE=test-app/image.elf SIGN=--ecc384 ./tools/x86_fsp/qemu/make_hd.sh
4646
4747echo " RUNNING QEMU"
4848# launch qemu in background
49- ./tools/x86_fsp/qemu/qemu64-tpm .sh -p | tee /tmp/qemu_output &
49+ ./tools/x86_fsp/qemu/qemu .sh -p | tee /tmp/qemu_output &
5050echo " WAITING FOR QEMU TO RUN"
5151sleep 5
5252
You can’t perform that action at this time.
0 commit comments