diff --git a/Update-firmware-troubleshooting.md b/Update-firmware-troubleshooting.md index 8d0fadf..a3d800d 100644 --- a/Update-firmware-troubleshooting.md +++ b/Update-firmware-troubleshooting.md @@ -43,7 +43,8 @@ _DFU Utils CLI tools for Linux available in standard repositories_ 2. Connect the device via USB 3. Switch to DFU mode as per the section above: *DFU* 4. Upload the firmware with `dfu-util --device 1fc9:000c --download hackrf_one_usb.dfu --reset` -5. Do not disconnect or reset your PortaPack after that procedure, run hackrf_spiflash -w your_firmware_file.bin. +5. Do not disconnect or reset your PortaPack after that procedure and run the following code: +`hackrf_spiflash -w your_firmware_file.bin` ### Alternative environment