Files
codezero/tools/run-qemu-insight
2009-06-09 22:11:08 +03:00

6 lines
129 B
Plaintext
Executable File

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