From 3a72e78035c069a43b43476233f18d97bd17d6cb Mon Sep 17 00:00:00 2001 From: Luismbpr <97373331+Luismbpr@users.noreply.github.com> Date: Tue, 18 Mar 2025 23:39:55 -0600 Subject: [PATCH] Very small update on DFU using MacOS --- Update-firmware-troubleshooting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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