Does any version of Ubuntu ARM support ARM926EJ-S rev 5 (v5l)

The Android System Info application on my tablet says that my processor is ARM926EJ-S rev 5 (v5l). Which version of Ubuntu ARM will work on it?

Will I have any issues finding packages for the ARM architecture?

1 Answer

That processor is an ARMv5TEJ architecture processor.

From :

Ubuntu targets the ARM EABI, with an expetation of minimum compliance with the ARMv7+VFP ISA. Limited support for earlier instruction sets (ARMv5t, ARMv6) was available in early releases of the ARM port (jaunty, karmic). Ubuntu typically targets the Thumb2 instruction set.

So only jaunty or karmic would work for you.

Instead I suggest you use Debian ARM, which still has support for older ARM processors.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like