mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Minor mod to run-qemu-insight script
This commit is contained in:
@@ -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 ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user