Xunlong Orange Pi 3 (xunlong-orangepi3): Difference between revisions
Appearance
Sound tested |
More accurate OTG info |
||
Line 62: | Line 62: | ||
== OTG == | == OTG == | ||
As said in board's DTS, | |||
<source lang="c"> | |||
/* | |||
* 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. | |||
*/ | |||
</source> | |||
So you can't connect it to a PC via microUSB (but you still can use type A to type A cable). However, connecting microUSB devices such as flash drive may work, but untested because microUSB is too near to AC, so most devices can't be connected. | |||
== | == Audio == | ||
Hardware codec isn't supported in Linux kernel yet, so audio jack output won't work. However, HDMI | Hardware codec isn't supported in Linux kernel yet, so audio jack output won't work. However, HDMI audio works. | ||
== See also == | == See also == |
Revision as of 15:10, 23 June 2021
![]() Orange Pi 3 with UART connected | |
Manufacturer | Xunlong |
---|---|
Name | Orange Pi 3 |
Codename | xunlong-orangepi3 |
Released | 2019 |
Hardware | |
Chipset | Allwinner H6 |
CPU | 4x 1.8 GHz ARM Cortex-A53 |
GPU | Mali T720 MP2 600 MHz |
Display | HDMI port |
Storage | 8 GB eMMC (or empty slot) + microSD |
Memory | 1/2 GiB |
Architecture | aarch64 |
Software | |
Original software | BSP Linux 4.9 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
USB Networking |
Works |
---|---|
Internal storage |
No data |
SD card |
No data |
Screen |
Works |
Multimedia | |
3D Acceleration |
Works |
Audio |
Partial |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
Bluetooth |
Works |
Miscellaneous | |
FDE |
No data |
USB OTG |
Partial |
HDMI/DP |
No data |
Sensors | |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
Maintainer(s)
Users owning this device
- Exkc (Notes: toy found in store (no power brick))
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).
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 (but you still can use type A to type A cable). However, connecting microUSB devices such as flash drive may work, but untested because microUSB is too near to AC, so most devices can't be connected.
Audio
Hardware codec isn't supported in Linux kernel yet, so audio jack output won't work. However, HDMI audio works.
See also
- linux-sunxi wiki page
- pmaports!2268 Initial merge request