From 30430f3c6b7c0814408040c16d2360268587ccda Mon Sep 17 00:00:00 2001 From: kittennbfive <58293822+kittennbfive@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:26:56 +0000 Subject: [PATCH] Update README.md arv32.bin is 16MB so a 12MB SD-card won't do (but such thing does not exist anyway...) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e03ea94..e207448 100644 --- a/README.md +++ b/README.md @@ -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`.