mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
commit
eab832396b
2
flashing/Check for firmware updates.url
Normal file
2
flashing/Check for firmware updates.url
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[InternetShortcut]
|
||||||
|
URL=https://github.com/eried/portapack-mayhem/releases
|
2
flashing/How to update the firmware.url
Normal file
2
flashing/How to update the firmware.url
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[InternetShortcut]
|
||||||
|
URL=https://github.com/eried/portapack-mayhem/wiki/Update-firmware
|
1
flashing/README.txt
Normal file
1
flashing/README.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Plug HackRF+Portapack, set it in HackRF mode, launch flash_portapack_mayhem.bat
|
19
flashing/dfu_hackrf_one.bat
Normal file
19
flashing/dfu_hackrf_one.bat
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
echo *** Run HackRF firmware in RAM via LPC DFU ***
|
||||||
|
echo.
|
||||||
|
echo This is used to "unbrick" your HackRF, if you are no longer able to use
|
||||||
|
echo HackRF tools to flash or operate your HackRF.
|
||||||
|
echo.
|
||||||
|
echo Connect your HackRF One to a USB port on your computer.
|
||||||
|
echo.
|
||||||
|
echo Hold down both the DFU and RESET buttons on the HackRF.
|
||||||
|
echo Then release the RESET button (closest to the edge).
|
||||||
|
echo Then release the DFU button.
|
||||||
|
echo.
|
||||||
|
pause
|
||||||
|
|
||||||
|
echo.
|
||||||
|
dfu-util-static.exe --device 1fc9:000c --download hackrf_one_usb.dfu --reset
|
||||||
|
echo.
|
||||||
|
pause
|
7
flashing/driver/dpinst.xml
Normal file
7
flashing/driver/dpinst.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<dpinst>
|
||||||
|
<deleteBinaries/>
|
||||||
|
<installAllOrNone/>
|
||||||
|
<suppressAddRemovePrograms/>
|
||||||
|
<suppressWizard/>
|
||||||
|
</dpinst>
|
BIN
flashing/driver/hackrf_one.inf
Normal file
BIN
flashing/driver/hackrf_one.inf
Normal file
Binary file not shown.
BIN
flashing/driver/hackrf_one_amd64.cat
Normal file
BIN
flashing/driver/hackrf_one_amd64.cat
Normal file
Binary file not shown.
BIN
flashing/driver/lpc_dfu.inf
Normal file
BIN
flashing/driver/lpc_dfu.inf
Normal file
Binary file not shown.
BIN
flashing/driver/lpc_dfu_amd64.cat
Normal file
BIN
flashing/driver/lpc_dfu_amd64.cat
Normal file
Binary file not shown.
15
flashing/flash_hackrf_one.bat
Normal file
15
flashing/flash_hackrf_one.bat
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
echo *** Re-flash the HackRF with HackRF firmware ***
|
||||||
|
echo.
|
||||||
|
echo Connect your HackRF One to a USB port on your computer.
|
||||||
|
echo.
|
||||||
|
echo If using a PortaPack, put the PortaPack in HackRF mode by selecting
|
||||||
|
echo the "HackRF" option from the main menu.
|
||||||
|
echo.
|
||||||
|
pause
|
||||||
|
|
||||||
|
echo.
|
||||||
|
hackrf_update.exe hackrf_one_usb.bin
|
||||||
|
echo.
|
||||||
|
pause
|
15
flashing/flash_portapack_mayhem.bat
Normal file
15
flashing/flash_portapack_mayhem.bat
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
echo *** Re-flash the HackRF with PortaPack firmware ***
|
||||||
|
echo.
|
||||||
|
echo Connect your HackRF One to a USB port on your computer.
|
||||||
|
echo.
|
||||||
|
echo If using a PortaPack, put the PortaPack in HackRF mode by selecting
|
||||||
|
echo the "HackRF" option from the main menu.
|
||||||
|
echo.
|
||||||
|
pause
|
||||||
|
|
||||||
|
echo.
|
||||||
|
hackrf_update.exe portapack-h1_h2-mayhem.bin
|
||||||
|
echo.
|
||||||
|
pause
|
BIN
flashing/hackrf_one_usb.bin
Normal file
BIN
flashing/hackrf_one_usb.bin
Normal file
Binary file not shown.
BIN
flashing/hackrf_one_usb.dfu
Normal file
BIN
flashing/hackrf_one_usb.dfu
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user