From 0ec3061ca9ea59bb659b0d1ad360f564593b9dbe Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Fri, 17 Feb 2023 01:17:02 +0100 Subject: [PATCH] [SC64][DOCS] Fixed command parameter in troubleshooting section --- docs/06_manufacturing_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06_manufacturing_guidelines.md b/docs/06_manufacturing_guidelines.md index 019a5bb..8169074 100644 --- a/docs/06_manufacturing_guidelines.md +++ b/docs/06_manufacturing_guidelines.md @@ -97,4 +97,4 @@ Congratulations! Your SC64 flashcart should be ready for use! *`primer.py` threw error on `Bootloader -> SC64 FLASH` step* -This issue can be attributed to incorrectly programmed FT232H EPPROM in first programming step. Check again in `FT_PROG` if device was configured properly. Once FPGA and microcontroller has been programmed successfully, `primer.py` script cannot be used again. Please use command `python3 sc64.py --update-firmware sc64.py` to try programming bootloader again. +This issue can be attributed to incorrectly programmed FT232H EPPROM in first programming step. Check again in `FT_PROG` if device was configured properly. Once FPGA and microcontroller has been programmed successfully, `primer.py` script cannot be used again. Please use command `python3 sc64.py --update-firmware sc64.upd` to try programming bootloader again.