Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gullradriel/compile-flash-mayhem
Portapack Mayhem all in one debian/linux compilation utility
https://github.com/gullradriel/compile-flash-mayhem
compilation debian linux mayhem portapack
Last synced: 2 months ago
JSON representation
Portapack Mayhem all in one debian/linux compilation utility
- Host: GitHub
- URL: https://github.com/gullradriel/compile-flash-mayhem
- Owner: gullradriel
- Created: 2021-04-30T20:18:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T18:53:26.000Z (11 months ago)
- Last Synced: 2024-03-10T19:31:27.053Z (11 months ago)
- Topics: compilation, debian, linux, mayhem, portapack
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compile-flash-mayhem
## 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# One liner download & use
```bash -c "$(wget https://raw.githubusercontent.com/gullradriel/compile-flash-mayhem/main/compile-flash-mayhem-deb.sh -O-)"```# 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```## Special mention
- Original script is all thanks to @aj#3566 on discord