From fdb04d1816ca6cdfbf92350d4961d53fe8a2683f Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 22 Feb 2022 08:58:30 +0100 Subject: [PATCH] Add details to Usage section [ci skip] --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07fac81..bad75fb 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,14 @@ I am wondering whether we can run multiple Dexed instances, in order to recreate * Download from [GitHub Releases](../../releases) * Unzip -* Put the files into the root directory of a FAT32 formatted partition on microSD card -* Boot in Raspberry Pi 3 or 4 +* Put the files into the root directory of a FAT32 formatted partition on SD/microSD card +* Put SD/microSD card into Raspberry Pi 1, 2, 3 or 4 (Zero and Zero 2 can probably be used but need HDMI or a supported i2c DAC for audio out) +* Attach headphones to the headphone jack using `sounddev=sndpwm` in `config.txt` +* Alternatively, attach a PCM5102A or PCM5122 based DAC and select i2c sound output using `sounddev=sndi2s | sndhdmi` in `config.txt` +* Alternatively, attach a HDMI display with sound and select HDMI sound output using `sounddev=sndhdmi` in `config.txt` (this may introduce slight latency) +* Attach a MIDI keyboard via USB +* Boot +* Stat playing ## Building locally