mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated Compile firmware (markdown)
parent
31d450af60
commit
fade0d6811
@ -143,7 +143,7 @@ If you decide to [ignore this guide](https://github.com/eried/portapack-mayhem/i
|
||||
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
|
||||
6. Check the python version in libopencm3 and use python3 if not already here
|
||||
7. Create makefile through cmake and compile
|
||||
8. Flash the firmware
|
||||
|
||||
@ -183,9 +183,9 @@ 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. Replace the python version in libopencm3 to use python3
|
||||
## 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
|
||||
|
||||
## 7. Create makefile through cmake and compile (it's important to call the PATH cmd in step 3 just before making the cmake)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user