mirror of
https://github.com/drasko/codezero.git
synced 2026-02-02 05:03:14 +01:00
Fixed the problem that mm0 would read registers from actual MR0
instead of MR_UNUSED_START.
This commit is contained in:
4
tools/helper-scripts/touch_all
Executable file
4
tools/helper-scripts/touch_all
Executable file
@@ -0,0 +1,4 @@
|
||||
find . -exec touch {} \;
|
||||
|
||||
# or
|
||||
# find . | xargs touch
|
||||
13
tools/l4-qemunew
Executable file
13
tools/l4-qemunew
Executable file
@@ -0,0 +1,13 @@
|
||||
cd build
|
||||
#arm-none-eabi-insight &
|
||||
/opt/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
|
||||
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