From 056fcab1255e3125d9a60beac83adfa6735bfc36 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Tue, 9 Jun 2009 22:11:08 +0300 Subject: [PATCH] Updated script to run qemu and insight --- tools/l4-qemunew | 13 ------------- tools/run-qemu-insight | 5 +++++ 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100755 tools/l4-qemunew create mode 100755 tools/run-qemu-insight diff --git a/tools/l4-qemunew b/tools/l4-qemunew deleted file mode 100755 index d3ca3fe..0000000 --- a/tools/l4-qemunew +++ /dev/null @@ -1,13 +0,0 @@ -cd build -#arm-none-eabi-insight & -/opt/qemu/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb & -arm-none-linux-gnueabi-insight ; pkill qemu-system-arm -#arm-none-eabi-gdb ; pkill qemu-system-arm -cd .. - - -# TODO: -# insight works ok if gdbinit script is run from the insight -# command window. Then one needs to break at bkpt_phys_to_virt and do: -# sym start.axf -# Then continue execution to see all symbols. This must be done automatic. diff --git a/tools/run-qemu-insight b/tools/run-qemu-insight new file mode 100755 index 0000000..c1dd66e --- /dev/null +++ b/tools/run-qemu-insight @@ -0,0 +1,5 @@ +cd build +qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb & +arm-none-insight ; pkill qemu-system-arm +cd .. +