Fabio> I am trying to write to MX31 (ARM11) CP15 registers Fabio> using OpenOCD. The commands I want to perform are: Fabio> setreg @CP15_CONTROL=0x00050078
[snip] Georg> [it works, using the mcr/mrc commands] fabio> Thanks. It worked as follows: fabio> monitor arm11 mcr 1 0 0 15 2 4 0x00050078 fabio> monitor arm11 mcr 1 0 0 15 2 4 0x40000015 Boy - the openocd method suck, and is totally confusing. I sure like the "setreg" approach better! Now that TCL is in place, this is a perfect example where of some TCL script would make life *much* better! -Duane. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
