You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a "build" directory and initialize the CMake build files into that directory:
mkdir build
cd build
cmake ..
Make the SPI flash binary image (which builds the bootstrap, application, and baseband binaries):
make firmware
The binary will be at "firmware/portapack-h1-firmware.bin".
Once you have built the binary, you must program it into the HackRF One SPI flash.
Flashing
Plug the HackRF into a USB port on your computer.
Hold down the HackRF DFU button. Press and release the HackRF reset button. Wait a second or two. Then release the DFU button. The HackRF is now in DFU mode.
Program the HackRF's SPI flash:
make program
When finished, press the reset button on the HackRF. The PortaPack code is now running from the SPI flash on the HackRF.