Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devos50 committed Nov 8, 2023
1 parent ec11f38 commit 2161bcf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Generating an iPod Touch 2G NAND Image (for QEMU-iOS)

This README contains the instructions on how to generate the NAND image for the iPod Touch 2G that can be read by [QEMU-iOS](https://github.com/devos50/qemu-ios).
For this, you must put the `filesystem-it2g-readonly.img` file of the filesystem that will be included in the NAND image in the root of this repository.

First, compile the binary with the following command:

```
gcc generate_nand.c -o generate_nand
```

Before generating the NAND image, make sure to remove any prior NAND data by running `rm -rf nand`.
Then, generate your NAND image by running the compiled binary:

```
./generate_nand
```

0 comments on commit 2161bcf

Please sign in to comment.