You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,17 @@ Download one of the rg351_m8c releases from the link above if you don't want to
16
16
2. Copy the M8 folder into /roms/ports/ directory (or /roms2/ports if you're using the second SD card on an rg351mp)
17
17
3. Put the SD card in your device and boot it up
18
18
4. Under Ports you should now see an m8 item with a few scripts
19
-
- SETUP - will install libserialport and add your user to the proper group to interact with serial devices.
20
-
- M8 - launches m8c (uses alsaloop for audio)
21
-
- SETUP_PULSE - installs pulseaudio if you prefer that audio subsystem
19
+
- SETUP folder
20
+
- GAMEPAD-CONFIG - see Features below
21
+
- SETUP - will install libserialport and add your user to the proper group to interact with serial devices.
22
+
- SETUP_PULSE - installs pulseaudio if you prefer that audio subsystem
23
+
-_setup_build_tools.sh - install headers and build tools for compiling m8c
24
+
-_build_m8c.sh - build the binary
25
+
- M8 - launches m8c with cpu locked to powersave (uses alsaloop for audio)
26
+
- M8_PERFORMANCE - launches m8c with cpu locked to "performance" (uses alsaloop for audio)
22
27
- M8_PULSE - run m8c using pulseaudio
23
-
-_setup_build_tools.sh - install headers and build tools for compiling m8c
24
-
-_build_m8c.sh - build the binary
28
+
-MIDI_CONNECT - automatically map every MIDI device onto every other MIDI device.
29
+
-MIDI_DISCONNECT - disconnects all mappings on all midi devices.
25
30
5. Connect your device to the internet (Wifi dongle or built-in wifi). It's required for SETUP so that packages can be installed, but not for running m8c itself.
26
31
6. Run the SETUP or SETUP_PULSE task and then reboot the device to ensure the user group changes take effect
27
32
7. Now try running M8 or M8_PULSE. If you're lucky it'll all work!
@@ -74,6 +79,8 @@ Update to latest OS. In ArkOS you can do Options > Update while connected to the
74
79
75
80
If wifi is enabled you can sometimes hear audible wifi noise on the bus. Try disabling wifi before running m8c.
76
81
82
+
Try running M8_PERFORMANCE to lock the cpu to performance mode.
83
+
77
84
If the alsaloop setup (default) has audio glitches or crashes, you can use the pulseaudio variant of the commands.
0 commit comments