Skip to content

Anbernic RG ARC

Hardware

eMMC model with legacy bootloader is not supported.

SoC CPU GPU
Rockchip RK3566 ARM Cortex-A55 (Quad-core) @ 1.8 GHz Mali G52
Display RAM eMMC Connectivity
4-inch 640*480 1 GB (S), 2 GB (D) LPDDR4 32GB (D) 2.4/5 GHz WiFi + BT

Software

Kernel GPU drivers Compositor Interface
Mainline Linux Panfrost (GL 3.1/GLES 3.1) Sway REG-ES

Features

Feature Notes
Storage REG Linux can be installed to the eMMC on the D model or run from an SD Card, and an second SD card can be used to store games
Wifi Can be turned on in REG-ES under Main Menu > Network Settings
Bluetooth Supports bluetooth audio and controllers

Install REG Linux

Installation

Download the current RK3566 REG Linux image for this device from the REG Linux download page, then follow the steps in the Installation guide.

RG-ARC-D Users

You will need to wipe the Android partition to boot into REG Linux.

WARNING - This will remove Android completely from your device.

  • Install ADB on your computer if you don't already have it. How to Install and Use ADB, the Android Debug Bridge Utility How to Install and Use ADB, the Android Debug Bridge Utility
  • From power off and sd ejected, hold down power and volume down to get into Android recovery
  • Connect the device to your computer via USB using the "DC" port on the device.
  • Switch ADB into root mode using adb root - You may get a timeout error here, continue on anyway.
  • If you would like a backup of your Android partition, run adb pull /dev/block/mmcblk0 android.img
  • Get an ADB shell with adb shell
  • Wipe the Android partition: dd if=/dev/zero of=/dev/block/mmcblk0 bs=4M This will take a few minutes and when it is done you will get an "out of space" message.
  • Exit the shell exit
  • Insert your REG Linux SD card, and run adb reboot
  • You should now be booting REG Linux!

Additional References