Skip to content

Commit

Permalink
Add RG Arc and RGB20sx
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycaccese committed May 4, 2024
1 parent 7509471 commit 7aaa4f2
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 0 deletions.
Binary file added docs/_inc/images/devices/anbernic-rgarc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_inc/images/devices/powkiddy-rgb20sx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions docs/devices/anbernic/rgarc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Anbernic RG Arc

![](../../_inc/images/devices/anbernic-rgarc.png){ .off-glb }

## Overview

| Device | CPU / Architecture | Kernel | GL driver | Interface |
| -- | -- | -- | -- | -- |
| RG Arc | Rockchip RK3566 (ARM) | Mainline Linux | Panfrost | Sway + Emulation Station |

## Features

| Feature                 | Notes |
| -- | -- |
| :material-harddisk: Storage | ROCKNIX can be installed to the emmc on P/M/V models or run from an SD Card, and an second SD card can be used to store games |
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |

## Controls

{%set btn_north = 'X(NORTH)' %}
{%set btn_west = 'Y(WEST)' %}
{%set btn_south = 'B(SOUTH)' %}
{%set btn_east = 'A(EAST)' %}

{%include 'controls/retroarch.md' %}
{%include 'controls/mednafen.md' %}
{%include 'controls/mupen64plus.md' %}

{%set btn_save = 'R2' %}
{%set btn_load = 'L2' %}
{%set btn_menu = 'L3' %}
{%include 'controls/ppsspp.md' %}

{%include 'controls/hypseus-singe.md' %}

{%set btn_pre1 = 'SELECT' %}
{%set btn_pre2 = 'START' %}
{%include 'controls/extra.md' %}

## Notes

### Installation

Download the latest `RK3566` version of ROCKNIX from the button below and follow the instructions listed on the [Install](../../../play/install/) page.

[![Latest Version](https://img.shields.io/github/release/ROCKNIX/distribution.svg?labelColor=111111&color=FF5555&label=Latest&style=flat#only-light)](https://github.com/ROCKNIX/distribution/releases/latest)
[![Latest Version](https://img.shields.io/github/release/ROCKNIX/distribution.svg?labelColor=dddddd&color=FF5555&label=Latest&style=flat#only-dark)](https://github.com/ROCKNIX/distribution/releases/latest)

## Additional References

- [Platform Documentation (RK3566)](https://github.com/ROCKNIX/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)
52 changes: 52 additions & 0 deletions docs/devices/powkiddy/rgb20sx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Powkiddy RGB20SX

![](../../_inc/images/devices/powkiddy-rgb20sx.png){ .off-glb }

## Overview

| Device | CPU / Architecture | Kernel | GL driver | Interface |
| -- | -- | -- | -- | -- |
| RGB20SX | Rockchip RK3566 (ARM) | Mainline Linux | Panfrost | Sway + Emulation Station |

## Features

| Feature                 | Notes |
| -- | -- |
| :material-harddisk: Storage | ROCKNIX can be run from an SD Card and an second SD card can be used to store games |
| :material-wifi: Wifi | Can be turned on in Emulation Station under Main Menu > Network Settings |
| :simple-bluetooth: Bluetooth | Supports bluetooth audio and controllers |

## Controls

{%set btn_north = 'X(NORTH)' %}
{%set btn_west = 'Y(WEST)' %}
{%set btn_south = 'B(SOUTH)' %}
{%set btn_east = 'A(EAST)' %}

{%include 'controls/retroarch.md' %}
{%include 'controls/mednafen.md' %}
{%include 'controls/mupen64plus.md' %}

{%set btn_save = 'R2' %}
{%set btn_load = 'L2' %}
{%set btn_menu = 'L3' %}
{%include 'controls/ppsspp.md' %}

{%include 'controls/hypseus-singe.md' %}

{%set btn_pre1 = 'SELECT' %}
{%set btn_pre2 = 'START' %}
{%include 'controls/extra.md' %}

## Emulators

- [Platform Documentation (RK3566)](https://github.com/ROCKNIX/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3566)

## Notes

### Installation

Download the latest `RK3566` version of ROCKNIX from the button below and follow the instructions listed on the [Install](../../../play/install/) page. Insert the SD card into the TF-OS slot of the device and power it on.

[![Latest Version](https://img.shields.io/github/release/ROCKNIX/distribution.svg?labelColor=111111&color=FF5555&label=Latest&style=flat#only-light)](https://github.com/ROCKNIX/distribution/releases/latest)
[![Latest Version](https://img.shields.io/github/release/ROCKNIX/distribution.svg?labelColor=dddddd&color=FF5555&label=Latest&style=flat#only-dark)](https://github.com/ROCKNIX/distribution/releases/latest)
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ nav:
- RG353 [P/M/V/VS]: devices/anbernic/rg353pmvvs.md
- RG503: devices/anbernic/rg503.md
- RG552: devices/anbernic/rg552.md
- RG Arc: devices/anbernic/rgarc.md
- GameForce:
- GameForce Ace: devices/gameforce/gameforce-ace.md
- Hardkernel:
Expand All @@ -225,6 +226,7 @@ nav:
- RGB10 Max 3 Pro: devices/powkiddy/rgb10-max-3-pro.md
- RGB10 Max 3: devices/powkiddy/rgb10-max-3.md
- RGB30: devices/powkiddy/rgb30.md
- RGB20sx: devices/powkiddy/rgb20sx.md
- RK2023: devices/powkiddy/rk2023.md
- x55: devices/powkiddy/x55.md
- RGB10: devices/powkiddy/rgb10.md
Expand Down

0 comments on commit 7aaa4f2

Please sign in to comment.