diff --git a/tools/run-qemu-insight b/tools/run-qemu-insight index 8fa2ddb..4a2dfab 100755 --- a/tools/run-qemu-insight +++ b/tools/run-qemu-insight @@ -1,5 +1,5 @@ -cd build/loader -qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb & +cd build +qemu-system-arm -s -kernel final.elf -nographic -m 128 -M versatilepb & arm-none-insight ; pkill qemu-system-arm cd ..