Skip to content

Commit

Permalink
doc: Fix spi installer file name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Mar 6, 2022
1 parent 4a5842f commit 8f7c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/documentation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in
To do so, you will need to write the SPI installer image to ${storage}.
```
# dd if=mmcboot.installer.img of=/dev/XXX bs=1M oflag=direct,sync status=progress
# dd if=spi.installer.img of=/dev/XXX bs=1M oflag=direct,sync status=progress
```
Once done, start the system, and in the boot menu, select
Expand Down

0 comments on commit 8f7c96b

Please sign in to comment.