From 6a654a9dc5e591358062150ff270cec232ab8302 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Thu, 17 Sep 2009 18:20:59 +0300 Subject: [PATCH] Minor mod to run-qemu-insight script --- tools/run-qemu-insight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ..