• Problem disabling cache on ARM926ej-s
  • Problem disabling cache on ARM926ej-s
    I've been using mmu.c to setup my MMU table and enable the caches - for months now, so I think that part is OK. Now I need to disable the icache, dcache and mmu, do some stuff and re-enable them...
  • ARM926EJ-S Documentation
    Note: This was originally posted on 15th June 2011 at http://forums.arm.com Hi, in the Technical Reference Manual the following documents are suggested for further reading: "¢ ARM AMBA Specification ...
  • MMU problem on ARM926EJ-S
    Note: This was originally posted on 19th January 2011 at http://forums.arm.com Hello community! I've faced a problem while porting an OKL4 3.0 kernel to an ARM926EJ-S (Samsung S3C2412) board. I'm able...
  • ARM926ejs MMU problem
    Note: This was originally posted on 17th December 2010 at http://forums.arm.com I am working on an ARM926ejs core (Fiujitsu) with Linux as the OS. I am trying to disable the MMU and re enable it again...