Skip to content
StidOfficial edited this page Sep 19, 2021 · 7 revisions

Welcome to the qemu wiki!

Debug

./qemu-system-arm -M idrac6-bmc -kernel ../../u-boot-idrac6/u-boot -S -s -d unimp,guest_errors
gdb u-boot -ex "target remote localhost:1234"

Serial

./qemu-system-arm -M idrac6-bmc -kernel ../../u-boot-idrac6/u-boot -serial vc -serial vc
Clone this wiki locally