Files
codezero/tools/run-qemu-insight
2009-09-17 18:20:59 +03:00

6 lines
129 B
Plaintext
Executable File

cd build
qemu-system-arm -s -kernel final.elf -nographic -m 128 -M versatilepb &
arm-none-insight ; pkill qemu-system-arm
cd ..