Xunlong Orange Pi 3 (xunlong-orangepi3)
USB Networking |
Works |
---|---|
Flashing |
Unavailable |
Touchscreen |
Unavailable |
Display |
Works |
WiFi |
Works |
Xwayland |
Works |
FDE | |
Mainline |
Works |
Battery |
Unavailable |
3D Acceleration |
Works |
Audio |
Partial |
Bluetooth |
Works |
Camera |
Unavailable |
GPS |
Unavailable |
Mobile data |
Unavailable |
SMS |
Unavailable |
Calls |
Unavailable |
USB OTG |
Works |
NFC |
Unavailable |
Accelerometer |
Unavailable |
---|---|
Magnetometer | |
Ambient Light | |
Proximity | |
Hall Effect | |
Ir TX |
Unavailable |
---|---|
TrustZone | |
Contributors
Maintainer(s)
Users owning this device
- Begs (Notes: Router/homeserver)
Installation
Follow the Installation_guide, use sdcard method. Then insert microSD into TF-card slot and plug the power cable, pmOS should boot. If not, try once again (on cold boot SPL sometimes decides there is 4096 MiB of RAM and boot hangs).
To install to eMMC, flash ondev to SD or run pmbootstrap from present pmOS installation on SD.
Serial console
See linux-sunxi wiki page, connect your USB-UART adapter's RX to board's TX and vice versa.
OTG
As said in board's DTS,
/*
* This board doesn't have a controllable VBUS even though it
* does have an ID pin. Using it as anything but a USB host is
* unsafe.
*/
So you can't connect it to a PC via microUSB to transfer data, it will only gain charge. But there is 5 standard USB ports that can be used to connect any devices.
Audio
Hardware codec isn't supported in Linux kernel yet, so audio jack output won't work. However, HDMI audio works.
Ethernet
Will work after this aports MR is merged.
PCIe
It doesn't work, and likely won't ever. See linux-sunxi wiki for details.
See also
- linux-sunxi wiki page
- Blogpost about porting efforts
- pmaports!2268 Initial merge request