Hi,
When memtool operation causes system hang / crash :
1.
Please try to enable all clocks :
//===================================
// Enable all clocks (they are disabled by ROM code)
//====================================
setmem /32 0x020c4068 = 0xffffffff
setmem /32 0x020c406c = 0xffffffff
setmem /32 0x020c4070 = 0xffffffff
setmem /32 0x020c4074 = 0xffffffff
setmem /32 0x020c4078 = 0xffffffff
setmem /32 0x020c407c = 0xffffffff
setmem /32 0x020c4080 = 0xffffffff
2.
It may be caused by the fact, that the requested memory
was not mapped.
Regards,
Yuri.