Xunlong Orange Pi R1 Plus LTS

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

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

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

Orange Pi R1 Plus LTS Specifications

  • Rockchip RK3328
  • 1GB DDR3L
  • 1 MicroSD card slot for external storage up to 128GB
  • 2x Gigabit LAN
    • one native Gigabit Ethernet, and one USB3 Gigabit Ethernet
  • USB 2.0 Host x1: USB Type A

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

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

Copy it to the raw-device of your micro-sd 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 sd-card:

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
umount /mnt
sync
Edit Page ‐ Yes, you can edit!

Older Revisions • May 9 at 6:50 am • Arne.F