forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Marcus Comstedt edited this page Jun 6, 2018
·
2 revisions
The pi3be branch in this fork of raspberrypi/linux contains fixes for the kernel to run correctly in big endian more on a Raspberry Pi 3 (tested on model B+). The goal is to have a native platform to run Gentoo/aarch64_be on.
The following peripherals are working:
- HDMI
- USB
- Wired ethernet
- Serial port
- Sdcard (in PIO mode)
The following peripherals are currently not working correctly:
- Sdcard in DMA mode
- WiFi (propaply also related to the Sdcard driver)