Skip to content

Commit

Permalink
Merge pull request #18 from willembasson/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
xyzz committed Sep 11, 2017
2 parents 3e56121 + bd6240b commit 66fc132
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ mkfs.exfat /dev/sdx # (without a number)

On Windows, this works: https://redd.it/6o4gqh / https://redd.it/6o62vx

On Mac this should work (Tested on OSX 10.12):

```
sudo newfs_exfat -R /dev/diskn (where n is the number of the mounted sd card)
```

After that, the card still works on both Linux and Windows, however other devices might have some problems.

### Compiling the driver
Expand Down

0 comments on commit 66fc132

Please sign in to comment.