From 8ba2f95b3a711176ac749243676f1f3e6da334af Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sat, 28 Sep 2024 11:43:12 +0200 Subject: [PATCH] documentation update --- docs/00_quick_startup_guide.md | 2 +- docs/03_usb_interface.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/00_quick_startup_guide.md b/docs/00_quick_startup_guide.md index 56053ed..b15a174 100644 --- a/docs/00_quick_startup_guide.md +++ b/docs/00_quick_startup_guide.md @@ -77,7 +77,7 @@ Type `./sc64deployer debug` to activate it. ### Firmware backup/update -Keeping SC64 firmware up to date is highly recommended. +Keeping SC64 firmware up to date is strongly recommended. `sc64deployer` application is tightly coupled with specific firmware versions and will error out when it detects unsupported firmware version. To download and backup current version of the SC64 firmware run `./sc64deployer firmware backup sc64-firmware-backup.bin` diff --git a/docs/03_usb_interface.md b/docs/03_usb_interface.md index 7a2a1ff..52be14b 100644 --- a/docs/03_usb_interface.md +++ b/docs/03_usb_interface.md @@ -504,7 +504,7 @@ This command puts 32 bits of data to the AUX register accessible from the N64 si | offset | type | description | | ------ | -------- | ---------------------------------------------------------------------------------------------- | | `0` | uint32_t | Operation result (valid values are listed in the [sd_error_t](../sw/controller/src/sd.h) enum) | -| `4` | uint32_t | SD card status (always returned regardless of the SD card operation result) | +| `4` | uint32_t | SD card status (always returned and valid regardless of the SD card operation result) | This command performs special operation on the SD card. When operation result is not `SD_OK`, then `ERR` packet is returned. PC and N64 cannot use the SD card interface at the same time. Lock mechanism is implemented to prevent data corruption.