diff options
Diffstat (limited to 'docs/SDCard_Updates.md')
-rw-r--r-- | docs/SDCard_Updates.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SDCard_Updates.md b/docs/SDCard_Updates.md index 1b94a1e2..77a58615 100644 --- a/docs/SDCard_Updates.md +++ b/docs/SDCard_Updates.md @@ -127,13 +127,13 @@ BOARD_DEFS = { ``` The following fields may be specified: -- `mcu`: The mcu type. This can be retrevied after configuring the build +- `mcu`: The mcu type. This can be retrieved after configuring the build via `make menuconfig` by running `cat .config | grep CONFIG_MCU`. This field is required. -- `spi_bus`: The SPI bus connected to the SD Card. This should be retreived +- `spi_bus`: The SPI bus connected to the SD Card. This should be retrieved from the board's schematic. This field is required. - `cs_pin`: The Chip Select Pin connected to the SD Card. This should be - retreived from the board schematic. This field is required. + retrieved from the board schematic. This field is required. - `firmware_path`: The path on the SD Card where firmware should be transferred. The default is `firmware.bin`. - `current_firmware_path`: The path on the SD Card where the renamed firmware |