mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-02-17 12:18:29 +00:00
Updated Update firmware (markdown)
parent
9d4c6b4a0f
commit
05255de6ca
@ -18,11 +18,11 @@ In theory, it is impossible to brick the device, since you can always try the DF
|
|||||||
|
|
||||||
_HackRF CLI tools for MacOS available through MacPorts or Homebrew_
|
_HackRF CLI tools for MacOS available through MacPorts or Homebrew_
|
||||||
|
|
||||||
0. If necessary, install the HackRF tools: `brew install hackrf`
|
1. If necessary, install the HackRF tools: `brew install hackrf`
|
||||||
1. Connect the device via USB
|
2. Connect the device via USB
|
||||||
2. Switch to HackRF mode via the on-screen option (in the PortaPack)
|
3. Switch to HackRF mode via the on-screen option (in the PortaPack)
|
||||||
3. Upload the firmware with `hackrf_spiflash -w new_firmware_file.bin`
|
4. Upload the firmware with `hackrf_spiflash -w new_firmware_file.bin`
|
||||||
4. Reboot the device
|
5. Reboot the device
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
@ -38,22 +38,22 @@ If you are in Windows, from the release package double click `dfu_hackrf_one.bat
|
|||||||
### MacOS
|
### MacOS
|
||||||
_DFU Utils CLI tools for MacOS available through MacPorts or Homebrew_
|
_DFU Utils CLI tools for MacOS available through MacPorts or Homebrew_
|
||||||
|
|
||||||
0. If necessary, install the DFU tools: `brew install dfu-util`
|
1. If necessary, install the DFU tools: `brew install dfu-util`
|
||||||
1. Connect the device via USB
|
2. Connect the device via USB
|
||||||
2. Switch to DFU mode as per the section above: *DFU*
|
3. Switch to DFU mode as per the section above: *DFU*
|
||||||
3. Upload the firmware with `dfu-util --device 1fc9:000c --download hackrf_one_usb.dfu --reset`
|
4. Upload the firmware with `dfu-util --device 1fc9:000c --download hackrf_one_usb.dfu --reset`
|
||||||
4. Reboot the device
|
5. Reboot the device
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
_DFU Utils CLI tools for Linux available in standard repositories_
|
_DFU Utils CLI tools for Linux available in standard repositories_
|
||||||
0. If necessary, install the DFU tools (example for Debian/Ubuntu variants): `sudo apt install dfu-util`
|
|
||||||
1. Connect the device via USB
|
|
||||||
2. Switch to DFU mode as per the section above: *DFU*
|
|
||||||
3. Upload the firmware with `dfu-util --device 1fc9:000c --download hackrf_one_usb.dfu --reset`
|
|
||||||
4. Reboot the device
|
|
||||||
|
|
||||||
|
1. If necessary, install the DFU tools (example for Debian/Ubuntu variants): `sudo apt install dfu-util`
|
||||||
|
2. Connect the device via USB
|
||||||
|
3. Switch to DFU mode as per the section above: *DFU*
|
||||||
|
4. Upload the firmware with `dfu-util --device 1fc9:000c --download hackrf_one_usb.dfu --reset`
|
||||||
|
5. Reboot the device
|
||||||
|
|
||||||
## Alternative environment
|
### Alternative environment
|
||||||
|
|
||||||
You may be able to try in a virtual environment, completely isolated from your current OS:
|
You may be able to try in a virtual environment, completely isolated from your current OS:
|
||||||
1. Download http://eu2-dist.gnuradio.org/ and burn the ISO and boot from it, select the LIVE Image
|
1. Download http://eu2-dist.gnuradio.org/ and burn the ISO and boot from it, select the LIVE Image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user