Updated instructions so you can use this repo and the pi-gen repo to create your images

This commit is contained in:
Adam Morris
2022-03-28 21:49:34 -07:00
parent 24682abaa4
commit 6755c5ac13
12 changed files with 146 additions and 3 deletions

14
pi-gen/READMEpm3.md Normal file
View File

@@ -0,0 +1,14 @@
This version of Pi-gen is configured to set up a wifio access point, and SSH.
The default account is username: `dt` password: `proxmark3`
Connect to the `PM3` wifi hot spot with the passphrase `DangerousThings`
Once logged in you will need to compile the PM3 software at the moment.
```
cd proxmark3 && make clean && make -j
sudo make install
```
To remake the image you will need to copy `pm3.config` to `config` and follow the instructions in the `README.md` file