By viraniac viraniac / General purpose / 0 Comments

Orange Pi Zero 3

  • Audio support is currently missing

The 26 pin headers on Orange Pi Zero3 provides the following interfaces:-

  • 3 I2C
  • 2 UARTS
  • 2 PWM
  • 1 SPDIF
  • 1 I2S
  • and 1 SPI with 2 CS pins.

The pwm, spdif and i2s support is not there in kernel yet and hence overlays for them are not yet available. We have added overlays for i2c and uart. The spidev1_0 and spidev1_1 needs some editing and will be fixed in the future. When using the overlays, user should make sure they don’t enable overlay for features that use the same pin as this can cause conflict and either only one of the conflicting overlays or none of conflicting overlays will work. Its easy to fix it though as one can just disable it again from armbian-config.

orangepi5
By Efe Çetin / General purpose / 0 Comments

Orange Pi 5 / 5B / 5 Plus

Enable 3D Acceleration (Ubuntu Gnome Jammy variant only):

sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
sudo apt update
sudo apt dist-upgrade
sudo apt install mali-g610-firmware rockchip-multimedia-config
  • Additional Images:
    • For Orange Pi 5 Plus model, images can be downloaded here
    • If you are having a Orange Pi 5B variant, replace fdtfile=rockchip/rk3588s-orangepi-5.dtb in /boot/armbianEnv.txt with fdtfile=rockchip/rk3588s-orangepi-5b.dtb

Enable AP6275P Wireless Module on Orange Pi 5:

Enable orangepi-5-ap6275p overlay from Hardware menu of armbian-config and reboot.

In case you need to run Docker:

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
orangepir1-pluslts
By Kat Schwarz / General purposeIOTNetworking / 0 Comments

Orange Pi R1+ and LTS

  • Images for non LTS version can be downloaded here
  • There is currently a known issue that may affect this board on some IPv4 only networks. Symptoms are variable, from intermittent drop-outs and slow-downs to total loss of one NIC or total loss of networking. The issue can be completely eliminated by disabling IPv6. Don’t try to do this through armbian-config as this method does not work. IPv6 must be disabled by adding a line extraargs="ipv6.disable=1" to /boot/armbianEnv.txt
  • Device tree overlays to enable uart1 and i2c0 are available in Armbian 23.02.
orangepi-r1plus
By Kat Schwarz / Networking / 0 Comments

Orange Pi R1+

  • There may be a known issue that could affect this board on some IPv4 only networks. Symptoms are variable, from intermittent drop-outs and slow-downs to total loss of one NIC or total loss of networking. The issue can be completely eliminated by disabling IPv6. Don’t try to do this through armbian-config this method does not work. IPv6 must be disabled by adding a line extraargs="ipv6.disable=1" to /boot/armbianEnv.txt
orangepi3
By Igor Pečovnik / General purpose / 0 Comments

Orange Pi 3

  • PCIe port is not supported: Allwinner H6 has a quirky PCIe controller that doesn’t map the PCIe address space properly to CPU, and accessing the PCIe config space, IO space or memory space will need to be wrapped. As Linux doesn’t wrap PCIe memory space access, it’s not possible to do a proper PCIe controller driver for H6. The BSP kernel modifies the driver to wrap the access, so it’s also not generic, and only devices with modified driver will work. Armbian does not support BSP based kernels. You can find more information here and here.