redlib icon indicating copy to clipboard operation
redlib copied to clipboard

💡 Feature request: Add support for ARMv6 builds

Open user451421541757324 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Older Raspberry Pi's use the ARMv6 instruction set:

  • ARMv6Z (32-bit)
    • Raspberry Pi 1 Model A
    • Raspberry Pi 1 Model A+
    • Raspberry Pi 1 Model B
    • Raspberry Pi 1 Model B+
    • Compute Module 1
    • Raspberry Pi Zero PCB v1.2
    • Raspberry Pi Zero PCB v1.3
    • Raspberry Pi Zero W

Given their power it is impossible to compile on them but that doesn't mean Redlib wouldn't run well on them.

Describe the feature you would like to be implemented

Having support for ARMv6 would mean supporting more devices, so I would like to see ARMv6 executables (among the releases) that are capable of running on distros like Raspbian (no musl).

user451421541757324 avatar Dec 04 '24 16:12 user451421541757324

There are some external ARM64 builds listed in https://github.com/redlib-org/redlib/issues/313#issuecomment-2478716897

disconn3ct avatar Feb 18 '25 13:02 disconn3ct