Update build for Pi 5 users

Version 2.7.8
This commit is contained in:
Jeroen Oudshoorn
2024-01-25 17:51:15 +01:00
parent ffe1e90ccd
commit 967f1663c6

View File

@ -298,6 +298,8 @@
repo: https://github.com/DrSchottky/nexmon.git repo: https://github.com/DrSchottky/nexmon.git
dest: /usr/local/src/nexmon dest: /usr/local/src/nexmon
# FIRST WE BUILD DRIVER FOR RPi5
- name: make firmware - name: make firmware
shell: "source ./setup_env.sh && make" shell: "source ./setup_env.sh && make"
args: args:
@ -321,6 +323,8 @@
environment: environment:
QEMU_UNAME: "{{ kernel.full_pi5 }}" QEMU_UNAME: "{{ kernel.full_pi5 }}"
# NOW WE BUILD DRIVERS FOR RPiZero2W, RPi 3, RPi4
- name: make firmware - name: make firmware
shell: "source ./setup_env.sh && make" shell: "source ./setup_env.sh && make"
args: args: