Questions tagged [arm64]

ARM64 is a 64-bit instruction expansion to the popular ARM processor architecture. It is widely used in mobile devices and lower-end devices. This tag should only be used for questions specific to installing and using Ubuntu and official derivatives on the ARM64 platform.

ARM64 (also known as aarch64 or ARMv8) is an expansion of the previously-existing Advanced RISC Machine v7 (ARMv7) specification for modern devices requiring the use of 64-bit operating systems and programs.

ARM64 is frequently employed on mobile devices such as phones and tablets. It is also seeing an introduction into low-end computing devices such as budget tablets. IoT-like devices where low power demands are desirable (for example, the Raspberry Pi 3) also are prominent users of the ARM64 platform.

ARM64 officially launched in October 2011. Support of the architecture was added to the Linux kernel in 2012[citation-needed].

135 questions
7
votes
2 answers

Can I run an ARM32 bit App on an ARM64bit platform which is running Ubuntu 16.04

My 64Bit ARM platform is shipped with Ubuntu 16 and I need to run my 32 bit App which is compiled for ARM32: [root@artik publish]# file myApp myApp: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter…
EmEn
  • 171