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.
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
Older Revisions • May 9 at 6:50 am • Arne.F