mirror of
https://github.com/drasko/codezero.git
synced 2026-03-10 14:23:33 +01:00
Initial commit
This commit is contained in:
14
tools/l4-qemu
Executable file
14
tools/l4-qemu
Executable file
@@ -0,0 +1,14 @@
|
||||
cd build
|
||||
#arm-none-eabi-insight &
|
||||
qemu-system-arm -M versatilepb -kernel final.axf -nographic -s &
|
||||
sleep 0.5
|
||||
arm-none-eabi-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.
|
||||
Reference in New Issue
Block a user