This is a slightly changed Orange Pi R1 Plus. It has a Motorcomm PHY instead of the Realtek .

Support will be added with [IPFire 2.27 - Core Update 175]

The Orange Pi R1 Plus LTS is a mini-router with edge-computing and dual gigabit Ethernet ports.

Orange Pi R1 Plus LTS Specifications

  • Rockchip RK3328, Quad-core Cortex-A53 (aarch64)
  • 1 GB DDR3L RAM
  • 1x MicroSD card slot for external storage up to 128 GB
  • 2x Gigabit LAN
    • one native Gigabit Ethernet and one USB3 Gigabit Ethernet
  • 1x USB 2.0 Host (Type A)

IPFire using the serial port at baud rate of 115200 N8. The R1 Plus LTS connects via a 3.3 V TTL, 3-pin 2.54 mm pitch connector.

Download IPFire (aarch64) from here and verify the sha256 checksum.

Copy it to the raw-device of your microSD card using dd:

xzcat ~/Downloads/ipfire-2.27-coreXXX-aarch64.img.xz > /dev/sdX

Now copy the bootloader image for Orange Pi R1 Plus LTS to the SDcard:

mount /dev/sdX3 /mnt
cd /mnt/usr/share/u-boot/orangepi_r1_lts
dd if=u-boot-rockchip.bin of=/dev/sdX bs=1k seek=32
cd -
sync
umount /mnt