Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Jul 12, 2017
1 parent 03c7808 commit 08e3fd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Software

`driver` contains a kernel module. Add it to taihen's `config.txt` KERNEL section.
`driver` contains a kernel module. Add it to taihen's `config.txt` KERNEL section. You can download a precompiled `.skprx` from the [Releases](https://github.com/xyzz/gamecard-microsd/releases) section.

Your microSD card must have no partition table. exFAT filesystem should be written directly to the device. On linux, do:

Expand All @@ -12,6 +12,17 @@ mkfs.exfat /dev/sdx

I'm not sure how to do the same on windows. After that, the card still works on both linux and windows, however other devices might have some problems.

### Compiling the driver

To compile:

```
cd driver
mkdir build && cd build
cmake ..
make
```

## Hardware

`board` contains Autodesk EAGLE schematics and board files. **Note: last revision still untested.**
Expand Down
14 changes: 0 additions & 14 deletions driver/README.md

This file was deleted.

0 comments on commit 08e3fd0

Please sign in to comment.