diff --git a/.github/workflows/create_nightly_release.yml b/.github/workflows/create_nightly_release.yml index 7fcfed4a0..ca55fdc65 100644 --- a/.github/workflows/create_nightly_release.yml +++ b/.github/workflows/create_nightly_release.yml @@ -72,7 +72,7 @@ jobs: unzip world_map.zip -d sdcard/ADSB - name: Prepare Firmware ZIP run: | - cp build/hackrf/firmware/hackrf_usb/hackrf_usb.dfu flashing/utils/hackrf_one_usb.dfu && cp build/hackrf/firmware/hackrf_usb/hackrf_usb.bin flashing/utils/hackrf_one_usb.bin + cp build/hackrf/firmware/hackrf_usb/hackrf_usb.dfu flashing/utils/hackrf_usb.dfu && cp build/hackrf/firmware/hackrf_usb/hackrf_usb.bin flashing/utils/hackrf_usb.bin - name: Create Firmware ZIP run: | zip -j firmware.zip build/firmware/portapack-mayhem-firmware.bin && cd flashing && zip -r ../firmware.zip * diff --git a/.github/workflows/create_stable_release.yml b/.github/workflows/create_stable_release.yml index fc389842a..9224ccee6 100644 --- a/.github/workflows/create_stable_release.yml +++ b/.github/workflows/create_stable_release.yml @@ -55,7 +55,7 @@ jobs: unzip world_map.zip -d sdcard/ADSB - name: Prepare Firmware ZIP run: | - cp build/hackrf/firmware/hackrf_usb/hackrf_usb.dfu flashing/utils/hackrf_one_usb.dfu && cp build/hackrf/firmware/hackrf_usb/hackrf_usb.bin flashing/utils/hackrf_one_usb.bin + cp build/hackrf/firmware/hackrf_usb/hackrf_usb.dfu flashing/utils/hackrf_usb.dfu && cp build/hackrf/firmware/hackrf_usb/hackrf_usb.bin flashing/utils/hackrf_usb.bin - name: Create Firmware ZIP run: | zip -j firmware.zip build/firmware/portapack-mayhem-firmware.bin && cd flashing && zip -r ../firmware.zip * diff --git a/flashing/dfu_hackrf_one.bat b/flashing/dfu_hackrf.bat similarity index 91% rename from flashing/dfu_hackrf_one.bat rename to flashing/dfu_hackrf.bat index e11b61fc8..1ee15bf33 100644 --- a/flashing/dfu_hackrf_one.bat +++ b/flashing/dfu_hackrf.bat @@ -14,6 +14,6 @@ echo. pause echo. -"utils/dfu-util-static.exe" --device 1fc9:000c --download "utils/hackrf_one_usb.dfu" --reset +"utils/dfu-util-static.exe" --device 1fc9:000c --download "utils/hackrf_usb.dfu" --reset echo. pause diff --git a/flashing/flash_portapack_mayhem.bat b/flashing/flash_portapack_mayhem.bat index 8eb7b707f..bc715980c 100644 --- a/flashing/flash_portapack_mayhem.bat +++ b/flashing/flash_portapack_mayhem.bat @@ -21,12 +21,12 @@ if not exist portapack-mayhem-firmware.bin ( exit /b ) -"utils/hackrf_update.exe" portapack-mayhem-firmware.bin +"utils/hackrf_spiflash.exe" -w portapack-mayhem-firmware.bin echo. -echo If your device never boot after flashing, please refer to won't boot article" +echo "If your device never boot after flashing, please refer to won't boot article" echo. echo "click-to-open url: https://github.com/portapack-mayhem/mayhem-firmware/wiki/Won%%27t-boot" -echo "or +echo "or" echo "copy-and-paste url: https://github.com/portapack-mayhem/mayhem-firmware/wiki/Won't-boot" echo. pause diff --git a/flashing/utils/cygfftw3f-3.dll b/flashing/utils/cygfftw3f-3.dll new file mode 100644 index 000000000..dc878d67d Binary files /dev/null and b/flashing/utils/cygfftw3f-3.dll differ diff --git a/flashing/utils/cyghackrf-0.dll b/flashing/utils/cyghackrf-0.dll new file mode 100644 index 000000000..0d8f07766 Binary files /dev/null and b/flashing/utils/cyghackrf-0.dll differ diff --git a/flashing/utils/cygusb-1.0.dll b/flashing/utils/cygusb-1.0.dll new file mode 100644 index 000000000..4bbe78b28 Binary files /dev/null and b/flashing/utils/cygusb-1.0.dll differ diff --git a/flashing/utils/cygwin1.dll b/flashing/utils/cygwin1.dll new file mode 100644 index 000000000..43e047f78 Binary files /dev/null and b/flashing/utils/cygwin1.dll differ diff --git a/flashing/utils/flash_hackrf_one.bat b/flashing/utils/flash_hackrf_one.bat index 26e270683..f3456a234 100644 --- a/flashing/utils/flash_hackrf_one.bat +++ b/flashing/utils/flash_hackrf_one.bat @@ -10,6 +10,6 @@ echo. pause echo. -"utils/hackrf_update.exe" "utils/hackrf_one_usb.bin" +"utils/hackrf_spiflash.exe" -w "utils/hackrf_usb.bin" echo. pause diff --git a/flashing/utils/hackrf_biast.exe b/flashing/utils/hackrf_biast.exe new file mode 100644 index 000000000..12ddfe15a Binary files /dev/null and b/flashing/utils/hackrf_biast.exe differ diff --git a/flashing/utils/hackrf_clock.exe b/flashing/utils/hackrf_clock.exe new file mode 100644 index 000000000..cf8f2b8ea Binary files /dev/null and b/flashing/utils/hackrf_clock.exe differ diff --git a/flashing/utils/hackrf_cpldjtag.exe b/flashing/utils/hackrf_cpldjtag.exe new file mode 100644 index 000000000..cd2156c93 Binary files /dev/null and b/flashing/utils/hackrf_cpldjtag.exe differ diff --git a/flashing/utils/hackrf_debug.exe b/flashing/utils/hackrf_debug.exe new file mode 100644 index 000000000..db7177613 Binary files /dev/null and b/flashing/utils/hackrf_debug.exe differ diff --git a/flashing/utils/hackrf_info.exe b/flashing/utils/hackrf_info.exe new file mode 100644 index 000000000..48a4ecd4a Binary files /dev/null and b/flashing/utils/hackrf_info.exe differ diff --git a/flashing/utils/hackrf_operacake.exe b/flashing/utils/hackrf_operacake.exe new file mode 100644 index 000000000..a5b598d23 Binary files /dev/null and b/flashing/utils/hackrf_operacake.exe differ diff --git a/flashing/utils/hackrf_spiflash.exe b/flashing/utils/hackrf_spiflash.exe new file mode 100644 index 000000000..1e1beb7e4 Binary files /dev/null and b/flashing/utils/hackrf_spiflash.exe differ diff --git a/flashing/utils/hackrf_sweep.exe b/flashing/utils/hackrf_sweep.exe new file mode 100644 index 000000000..6f686eea0 Binary files /dev/null and b/flashing/utils/hackrf_sweep.exe differ diff --git a/flashing/utils/hackrf_transfer.exe b/flashing/utils/hackrf_transfer.exe new file mode 100644 index 000000000..2c3232163 Binary files /dev/null and b/flashing/utils/hackrf_transfer.exe differ diff --git a/flashing/utils/hackrf_update.exe b/flashing/utils/hackrf_update.exe deleted file mode 100644 index 529e45f84..000000000 Binary files a/flashing/utils/hackrf_update.exe and /dev/null differ