mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
create qemu_output.txt
This commit is contained in:
parent
45b78dd8b3
commit
30c381c707
@ -14,7 +14,7 @@ outDir="../linux-testvectors"
|
|||||||
# Uncomment this version for QEMU debugging of kernel
|
# Uncomment this version for QEMU debugging of kernel
|
||||||
# - good for poking around VM if it boots up
|
# - good for poking around VM if it boots up
|
||||||
# - good for running QEMU commands (press "Ctrl-A" then "c" to open QEMU command prompt)
|
# - good for running QEMU commands (press "Ctrl-A" then "c" to open QEMU command prompt)
|
||||||
$customQemu -M virt -nographic -bios $imageDir/fw_jump.elf -kernel $imageDir/Image -append "root=/dev/vda ro" -initrd $imageDir/rootfs.cpio
|
#$customQemu -M virt -nographic -bios $imageDir/fw_jump.elf -kernel $imageDir/Image -append "root=/dev/vda ro" -initrd $imageDir/rootfs.cpio
|
||||||
# Uncomment this version for GDB debugging of kernel
|
# Uncomment this version for GDB debugging of kernel
|
||||||
# - attempts to load in symbols from "vmlinux"
|
# - attempts to load in symbols from "vmlinux"
|
||||||
# - good for looking at backtraces when Linux gets stuck for some reason
|
# - good for looking at backtraces when Linux gets stuck for some reason
|
||||||
@ -23,7 +23,7 @@ $customQemu -M virt -nographic -bios $imageDir/fw_jump.elf -kernel $imageDir/Ima
|
|||||||
# Uncomment this version to generate qemu_output.txt
|
# Uncomment this version to generate qemu_output.txt
|
||||||
# - Uses GDB script
|
# - Uses GDB script
|
||||||
# - Logs raw QEMU output to qemu_output.txt
|
# - Logs raw QEMU output to qemu_output.txt
|
||||||
#($customQemu -M virt -nographic -bios $imageDir/fw_jump.elf -kernel $imageDir/Image -append "root=/dev/vda ro" -initrd $imageDir/rootfs.cpio -d nochain,cpu,in_asm -serial /dev/null -singlestep -gdb tcp::1237 -S 2> $intermedDir/qemu_output.txt) & riscv64-unknown-elf-gdb -x gdbinit_debug
|
($customQemu -M virt -nographic -bios $imageDir/fw_jump.elf -kernel $imageDir/Image -append "root=/dev/vda ro" -initrd $imageDir/rootfs.cpio -d nochain,cpu,in_asm -serial /dev/null -singlestep -gdb tcp::1237 -S 2> $intermedDir/qemu_output.txt) & riscv64-unknown-elf-gdb -x gdbinit_debug
|
||||||
|
|
||||||
# Uncomment this version for parse_qemu.py debugging
|
# Uncomment this version for parse_qemu.py debugging
|
||||||
# - Uses qemu_output.txt
|
# - Uses qemu_output.txt
|
||||||
|
@ -6,3 +6,5 @@ c
|
|||||||
file ../buildroot-image-output/vmlinux
|
file ../buildroot-image-output/vmlinux
|
||||||
b plic_init
|
b plic_init
|
||||||
c
|
c
|
||||||
|
b do_idle
|
||||||
|
c
|
||||||
|
Loading…
Reference in New Issue
Block a user