Skip to content

Commit

Permalink
Merge pull request #6 from kittennbfive/patch-1
Browse files Browse the repository at this point in the history
Fix minimum SD-card size in Readme
  • Loading branch information
raspiduino authored Nov 8, 2023
2 parents 3c6f041 + 30430f3 commit a493989
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 a493989

Please sign in to comment.