From 5ba274cfed33d8291c024d2d247a814c98f8d3e0 Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 25 Apr 2022 07:49:02 +0200 Subject: [PATCH] FAT16 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df2cf1..c85b061 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Video about this project by [Floyd Steinberg](https://www.youtube.com/watch?v=Z3 * In the case of Raspberry Pi 4, Update the firmware and bootloader to the latest version (not doing this may cause USB reliability issues) * Download from [GitHub Releases](../../releases) * Unzip -* Put the files into the root directory of a FAT32 formatted partition on SD/microSD card +* Put the files into the root directory of a FAT32 formatted partition on SD/microSD card (Note for small SD cards which are no longer sold: If less than 65525 clusters, you may need to format as FAT16.) * Put SD/microSD card into Raspberry Pi 1, 2, 3 or 4, or 400 (Zero and Zero 2 can be used but need HDMI or a supported i2c DAC for audio out) * Attach headphones to the headphone jack using `SoundDevice=pwm` in `minidexed.ini` (default) (poor audio quality) * Alternatively, attach a PCM5102A or PCM5122 based DAC and select i2c sound output using `SoundDevice=i2s` in `minidexed.ini` (best audio quality)