From c06bfac64f7f66faef2a2a83a696efc0ef2c61ae Mon Sep 17 00:00:00 2001 From: NotPike <18655435+notpike@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:20:02 -0700 Subject: [PATCH] Updated steps for build ARM on Debian --- Compile-firmware.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index f451b3e..3c62cf0 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -138,14 +138,14 @@ If you decide to [ignore this guide](https://github.com/eried/portapack-mayhem/i * For convenience the compiler will be installed to /opt/build * Needed steps -1. update a Debian based OS -2. install the necessary ARM compiler to /opt/armbin (if not done before) -3. make user mayhem dir -3. clone mayhem repository from GitHub (if not done before) -4. do required modification for python 3 on source -5. setup environmental variables for compiler -6. create makefile through cmake and compile -7. flash the firmware +1. Update a Debian based OS +2. Install the necessary ARM compiler to /opt/armbin (if not done before) +3. Link ARM compiler to your bash environment +4. Clone Mayhem repository from GitHub (if not done before) +5. Giver user permission to the Mayhem repository +6. Do required modification for python 3 on source +7. Create makefile through cmake and compile +8. Flash the firmware * Once done you only need to call 'make firmware' in the /opt/portapack-mayhem/firmware/build directory