Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gullradriel authored Mar 10, 2024
1 parent 611185f commit 75e4812
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# compile-flash-mayhem

Repository for Aj's script for mayhem compilation setup on native linux host
## This script will:
- update a Debian based OS
- install the necessary ARM compiler to /opt/armbin (if not done before)
- clone the eried's mayhem repository from GitHub (if not done before)
- setup environmental variables for compiler
- flash the firmware to HackRF

# This script will:
1. update a Debian based OS
2. install the necessary ARM compiler to /opt/armbin (if not done before)
3. clone the eried's mayhem repository from GitHub (if not done before)
4. do required modification for python 3 on source
5. setup environmental variables for compiler
6. flash the firmware to HackRF
# One liner download & use
```bash -c "$(wget https://raw.githubusercontent.com/gullradriel/compile-flash-mayhem/main/compile-flash-mayhem-deb.sh -O-)"```

Feel free to edit / adjust to your need. Script is all thanks to @aj#3566 on discord
# Additional note
- Feel free to edit / adjust to your need.
- All the various Portapack Mayhem's firmware build instructions are [here](https://github.com/eried/portapack-mayhem/wiki/Compile-firmware)
- If you just want to call the installed version, don't forget to ```export PATH=/opt/build/armbin/bin:/opt/build/armbin/lib:$PATH```

Portapack Mayhem's firmware build instructions:
## Special mention
- Original script is all thanks to @aj#3566 on discord

https://github.com/eried/portapack-mayhem/wiki/Compile-firmware

0 comments on commit 75e4812

Please sign in to comment.