From 617ab31382eef9e8834dd208a68d0c6646345477 Mon Sep 17 00:00:00 2001 From: GullCode Date: Sun, 29 May 2022 16:41:20 +0200 Subject: [PATCH] Updated Compile firmware (markdown) --- Compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index 30e28d1..e220fdf 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -187,7 +187,7 @@ some compiling errors to check it's better to call it without '-j 8') ## 7. Create makefile through cmake and compile (as user) (it's important to call the PATH cmd in step 6 just before making the cmake) - cmake -B./ -S../../ + cmake .. make firmware ## 8. Flash the firmware to HackRF