• aarch64 MMU: inconsistency in ARMv8 ARM?
    Hello, I try to reconfigure the MMU of an existing project. I try to do this by building upon an example of ARMv8 ARM. The example is the one in section K7.1.2, fig. K7-11, page 7293. I find the information...
  • Switching from AARCH64 to AARCH32
    Hi, We are trying to switch from AARCh64 to AARCH32 using the following command. sudo su cd /root schroot  -c armhf-trusty But it says command not found. We are using munimal version of AARCH64 from linaro...
  • Prebuilt GNU8 - AArch64 GNU/Linux target (aarch64-linux-gnu)
    Hi, I have downloaded the new AArch64 GNU/Linux target (aarch64-linux-gnu) binaries and they are working fine. Can someone please let me know the the configurations flags used to build these toolchains...
  • Juno MMU setup
    Hi, I was trying to change my MMU setup from 39bit address space to 40bit address space in Juno. Previously I was successfully able to map 39bit address space by setting T0SZ=25 and using L1 level...
  • Enabling MMU in EL-2
    Hello, I'm developing a Baremetal application running on ARM Cortex A35 (ARMv8). I have succeeded to enable the Caches and MMU in EL-1. My questions are: 1. Can I enable the MMU and invalidate...