Skip to content

Instantly share code, notes, and snippets.

@jboone
Last active August 29, 2015 14:14
Show Gist options
  • Save jboone/57f1e354ea7949c61832 to your computer and use it in GitHub Desktop.
Save jboone/57f1e354ea7949c61832 to your computer and use it in GitHub Desktop.
Setting up original-recipe PortaPack code
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