Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raspiduino committed Nov 20, 2023
2 parents c998c27 + a493989 commit 683e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The pinout is really simple. On Arduino UNO, it should be:
## Usage
### Preparing the SD card
- First, you will need an SD card. Any type larger than 12MB.
- First, you will need an SD card. Any type larger than 16MB.
> [!WARNING]
> You should backup all your files, since doing this SD card preparation will destroy your SD card's filesystem.
- Then you need some tool to directly write a file to SD card. On Windows, you can use [HDD Raw Copy Tool](https://hddguru.com/software/HDD-Raw-Copy-Tool/), on *nix you can use `dd if=file.bin of=/dev/sdX conv=notrunc`.
Expand Down

0 comments on commit 683e98c

Please sign in to comment.