Y
Hacker News
new
|
ask
|
show
|
jobs
by
pabs3
1871 days ago
IIRC ARM devices can also be big-endian and GCC can even generate big endian 64-bit ARM code:
https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html
1 comments
tyingq
1871 days ago
Yeah, you can find an ARM big endian distribution of, for example NetBSD. No Linux that I can find. Apparently boot issues are a bit tricky.
link
erk__
1871 days ago
I have found a Gentoo distribution with big endian for the raspberry pi 3, so it is out there
https://github.com/zeldin/linux-1/releases
link
rjsw
1871 days ago
I'm fairly sure that NetBSD/arm switches to big endian once the kernel is running, the boot process is unchanged.
link
tyingq
1871 days ago
The thing holding it back for Rpi4 is UEFI+ACPI, so I assume there's some boot process changes.
link
rvp-x
1871 days ago
ACPI is problematic in big endian.
link
Nursie
1871 days ago
You used to be able to get debian arm-be, but that was a good 15 years ago.
link