0
mirror of https://github.com/Fihdi/Eurorack.git synced 2026-04-17 00:32:28 +00:00
Files
Cedric Stoquer 2aa40cd248 Fix readme title
2024-11-22 19:07:12 +09:00

22 lines
522 B
Markdown

# Test SD card
Test SD Card:
- Try to access the SD Card.
- Try to write a `test.txt` file onto the SD Card.
- Read back the written text file and check that data are correct.
- Panel LED should show the status of the test (c.f. codes below)
## Error
| LED state | error
| ------------ | --------------------
| Solid ON | SD initialization failed
| Solid OFF | SD access failed
| 1 blink | File write failed
| 2 blinks | File read failed
| 3 blinks | Data incorrect
| triangle LFO | Success !