• Help with building Android tablet
    Note: This was originally posted on 15th July 2012 at http://forums.arm.com Hi there! I have a school project to do, and I am really considering constructing my own Android tablet for that project. I...
  • What is in my tablet? Cortex-A8?
    Note: This was originally posted on 26th December 2011 at http://forums.arm.com I have purchased an android  tablet with the Cortex A8 processor , but when I run the system info program it reports that...
  • How to understand AArch64 register 'Operation' column for 'Direct access to internal memory' in Cortex -A53?
    I'm reading "ARM® Cortex®-A53 MPCore Processor Technical Reference Manual". And, in 6.7 Direct access to internal memory part (P.357), there is a problem to understand what is the meaning of AArch64...
  • Enter Hypervisor Mode on ARMv7 through Kernel Module
    I am trying to write a kernel module in C to bring the system in the hypervisor mode. The module is for a router, which is running OpenWrt. The architecture is ARMv7. When I load my module with insmod...
  • Recompile neon 32bit instruction for ARMv8 using ndk r10c
    Hello, I have an android application which has neon optimised native code. The neon instructions were written for armv7a architecture. I've read that ARMv8 arch can run  in both 32bit mode and 64bit mode...