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

View File

@@ -1,4 +1,4 @@
This Pi-gen icreated image is configured to set up a wifi access point, and SSH.
This Pi-gen created image is configured to set up a wifi access point, SSH and a web terminal.
The default account is username: `dt` password: `proxmark3`
@@ -7,8 +7,22 @@ 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
cd proxmark3 && make clean && make
sudo make install
```
To remake the image you will need my fork of the pi-gen repository. Copy `pm3.config` to `config` and follow the instructions in the `README.md` file
To remake the image you will need the pi-gen repository.
```git clone https://github.com/RPI-Distro/pi-gen ```
If you are building for ARM64 then make sure you checkout the ARM64 branch
```git checkout arm64```
Then you will need to copy the contents of the pi-gen subdirectory from this repository into place.
```cp -rp ./pi-gen/* <your path>/pi-gen/```
Finally you can create the image following the instructions in the pi-gen repository. This will create an output image in `<your path>/pi-gen/work/Proxmark3/export-image` You will be looking for the one ending in `-pm3.img`