Giter VIP home page Giter VIP logo

Comments (3)

wader avatar wader commented on July 25, 2024

Hi, i think #2933 might have some info about this

from jq.

itchyny avatar itchyny commented on July 25, 2024

The armel binary is built by arm-linux-gnueabi, so this is for older versions than v7. Like Debian for ARM EABI https://wiki.debian.org/ArmEabiPort.

from jq.

coolaj86 avatar coolaj86 commented on July 25, 2024

Thanks. This was helpful.

I did some other research and took notes here: webinstall/webi-installers#778

Basically what I've learned is that ARM is a very robust set of standards that it not always fully implemented for special purpose boards - most of which we would never need to care about.

  • armv7 (armhf) has been around since 2008 (Gumstix, BeagleBoard)
  • but armv6 (armel, arm11) was put in brand new devices as recently as 2014 (RPi B+)

Bottom Line

I can't find reference to any popular devices that would need armel.
I think you'd have to go back to a device more than 20 years old - before ARM was yet hip.

The original Raspberry Pi 1 was armv6hf (a custom module set inbetween armv7 and armv6), but some of the OSes of that era may have been compiled as armel for backwards compatibility. If so, they would have required armel binaries, or possibly the addition of libc:armhf.
I can't easily find a version that old to test with to confirm.

Statically compiled armhf binaries would run on an armel-compiled OS as long as the hardware was armv6hf or newer.

from jq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.