documentation update

This commit is contained in:
Mateusz Faderewski 2024-09-28 11:43:12 +02:00
parent 4ab7533534
commit 8ba2f95b3a
2 changed files with 2 additions and 2 deletions

View File

@ -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`

View File

@ -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.