From e2dfab7ad835c163ddb841c8196111d38a4cef2d Mon Sep 17 00:00:00 2001 From: zxkmm Date: Wed, 31 May 2023 17:25:49 +0800 Subject: [PATCH] Updated Compile firmware (markdown) --- Compile-firmware.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compile-firmware.md b/Compile-firmware.md index 3e4491f..f50c9f8 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -200,6 +200,8 @@ some compiling errors to check it's better to call it without '-j 8') cmake .. make firmware +If you want, use -j argument to increase the compile speed, for example `make -j firimware` to auto decide the number of threads to compile, or manually set the thread numbers, for example `make -j4 firmware` + ## 8. Flash the firmware to HackRF hackrf_spiflash -w /opt/portapack-mayhem/build/firmware/portapack-h1_h2-mayhem.bin