Updated Home (markdown)

Eric Helgeson 2021-01-16 12:58:04 -06:00
parent 47583eb6a9
commit cb0f2a407e
1 changed files with 16 additions and 0 deletions

16
Home.md

@ -36,6 +36,22 @@ If no image files are found PC13 will pulse on and off.
To enable termination place the two jumpers on the TERM block. Termination should be enabled if it is the last device in the chain - which is normally how it is used.
## Troubleshooting
### Log Files
If your device is not working - check the `LOG.txt` in the root of the SD card.
### Verify you are not using a fake
How to tell if your STM32 is fake: https://github.com/keirf/Greaseweazle/wiki/STM32-Fakes
### Performance is slower than expected
Try a different SD card. Cheap/old SD cards can affect performance.
## Setup Arduino IDE
You only need to setup the Arduino IDE if you are planning on developing and contributing to the project. Otherwise flash a provided `.bin` file.