User Tools

Site Tools


project:arm_debugging:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
project:arm_debugging:start [2019/12/22 15:49] – [Example: Unbricking (restoring) Proxmark bootloader] abyssalproject:arm_debugging:start [2019/12/22 16:26] – [Example: Unbricking (restoring) Proxmark bootloader] abyssal
Line 303: Line 303:
 This is happening mostly on cheap clones of proxmark3 Easy. This is happening mostly on cheap clones of proxmark3 Easy.
  
-To debug Proxmark on newer OpenOCD >= 0.10.0, you may set fast memory access:+To debug Proxmark on newer OpenOCD >= 0.10.0, you may set fast memory access and fast DCC downloads:
  
 <code> <code>
-openocd -c "adapter_khz 4000" -f interface/jlink.cfg -c "gdb_memory_map disable" -f target/at91sam7x256.cfg -c "init; arm7_9 fast_memory_access enable;"+openocd -c "adapter_khz 4000" -f interface/jlink.cfg -c "gdb_memory_map disable" -f target/at91sam7x256.cfg -c "init; arm7_9 fast_memory_access enable; arm7_9 dcc_downloads enable"
 </code> </code>
  
project/arm_debugging/start.txt · Last modified: 2021/06/05 19:29 by abyssal