Skip to content

Commit c8ac4c1

Browse files
committed
Updated ReadMe
1 parent b0b6dff commit c8ac4c1

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@ Download one of the rg351_m8c releases from the link above if you don't want to
1616
2. Copy the M8 folder into /roms/ports/ directory (or /roms2/ports if you're using the second SD card on an rg351mp)
1717
3. Put the SD card in your device and boot it up
1818
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)
2227
- 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.
2530
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.
2631
6. Run the SETUP or SETUP_PULSE task and then reboot the device to ensure the user group changes take effect
2732
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
7479

7580
If wifi is enabled you can sometimes hear audible wifi noise on the bus. Try disabling wifi before running m8c.
7681

82+
Try running M8_PERFORMANCE to lock the cpu to performance mode.
83+
7784
If the alsaloop setup (default) has audio glitches or crashes, you can use the pulseaudio variant of the commands.
7885

7986
- Connect your device to the internet

0 commit comments

Comments
 (0)