Last active
August 29, 2015 14:14
-
-
Save jboone/57f1e354ea7949c61832 to your computer and use it in GitHub Desktop.
Setting up original-recipe PortaPack code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://sharebrained.com/downloads/portapack_cpld_downgrade.dfu | |
# Plug in with DFU held. | |
dfu-util --download portapack_cpld_downgrade.dfu | |
# Screen should go white. | |
# Wait for green LED to blink. | |
# Screen should be black. | |
# Unplug. | |
wget http://www.sharebrained.com/downloads/hackrf_one_usb_ram.dfu | |
# Plug in with DFU held. | |
dfu-util --download hackrf_one_usb_ram.dfu | |
wget http://www.sharebrained.com/downloads/portapack_hackrf_image.bin | |
hackrf_spiflash -w portapack_hackrf_image.bin | |
# Unplug and replug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment