Accessing the console mode (Linux terminal) on your R36S is essential for advanced troubleshooting, file management, or system configuration. Here’s how to do it safely:
🖥️ Method 1: Direct Access via Keyboard (No Network Needed)
Requirements:
-
USB-C OTG adapter (included with R36S).
-
USB keyboard.
Steps:
-
Connect the keyboard:
-
Plug the OTG adapter into the R36S’s USB-C port (bottom edge).
-
Connect the USB keyboard to the OTG adapter.
-
-
Open the terminal:
-
While in EmulationStation, press
Ctrl + Alt + F1–F6(usuallyF1orF4works). -
The screen will switch to a black-and-white Linux terminal.
-
-
Log in:
-
Username:
root -
Password:
arkos(default for ArkOS) orra(for RetroArena).
-
-
Done! You now have full terminal access.
⚠️ Warning:
Avoid running commands unless you know what they do!
Typeexitto log out, then pressCtrl + Alt + F2/F3to return to EmulationStation.
🌐 Method 2: SSH Over USB Tethering (Remote Access)
Requirements:
-
USB-C OTG adapter + USB cable.
-
PC/Laptop.
-
ArkOS only (RetroArena lacks SSH by default).
Steps:
-
Enable USB tethering:
-
Connect R36S → OTG → USB cable → PC.
-
On R36S: Go to
Options>Network Settings> Enable Network.
-
-
Find the IP (on R36S):
-
In
Network Settings, note the IP (e.g.,169.254.215.100).
-
-
SSH from PC:
-
You’re in! Manage files, edit configs, or run commands remotely.
🔧 Common Use Cases for Console Mode:
-
Fix boot loops:
fsck /dev/mmcblk0p2 # Check filesystem errors.
-
Backup saves:
cp -r /roms/saves /mnt/TF2/backup # Copy saves to SD card.
-
Update firmware manually:
arkos-update # ArkOS-specific command. -
Edit configs:
nano /opt/retroarch/retroarch.cfg # Edit RetroArch settings.
⚠️ Critical Notes:
-
Default Passwords:
-
ArkOS:
root/arkos -
RetroArena:
root/ra
(Change these withpasswdif networked!)
-
-
No WiFi? USB tethering is your only option.
-
Brick Risk: Incorrect commands can break the OS. Backup first!
🔄 Returning to EmulationStation:
-
From local terminal: Press
Ctrl + Alt + F2orF3. -
From SSH: Type
exitto end the session.
💡 Pro Tip:
Use WinSCP (Windows) or Cyberduck (Mac) for drag-and-drop file transfers over SSH instead of terminal commands!
Unlocking console mode turns your R36S into a pocket-sized Linux powerhouse 🐧. Tinker wisely!
Questions? Share your terminal adventures below!