From 6d7dffd04439a3e6229416d5a554b64e81856ad3 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Sat, 6 May 2023 17:46:53 +0800 Subject: [PATCH] Updated Compile firmware (markdown) --- Compile-firmware.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index 20573c5..b057208 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -183,12 +183,12 @@ some compiling errors to check it's better to call it without '-j 8') sudo chown -R my_user:my_usergroup /opt/portapack-mayhem -## 6. Check the python version in libopencm3 and use python3 if not already here +## ~~6. Check the python version in libopencm3 and use python3 if not already here~~ - sed -i 's/env python$/env python3/g' /opt/portapack-mayhem/hackrf/firmware/libopencm3/scripts/irq2nvic_h + sed -i 's/env python$/env python3/g' /opt/portapack-mayhem/hackrf/firmware/libopencm3/scripts/irq2nvic_h - (from Sep 26, 2022 Hackrf submodule, already modified that script, changing "python" -> "python3" interpreter. - Be carefull, in current repo conditions, no need to send that command , otherwise you will have "python33" , that is not correct) + (from Sep 26, 2022 Hackrf submodule, already modified that script, changing "python" -> "python3" interpreter. + Be carefull, in current repo conditions, no need to send that command , otherwise you will have "python33" , that is not correct) ## 7. Create makefile through cmake and compile (it's important to call the PATH cmd in step 3 just before making the cmake)