Files
codezero/tools/run-qemu-insight
2010-03-25 01:28:02 +02:00

6 lines
137 B
Plaintext
Executable File

cd build
qemu-system-arm -s -S -kernel final.elf -nographic -M versatilepb -cpu arm926 &
arm-none-insight ; pkill qemu-system-arm
cd ..