mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update for bookworm release
This commit is contained in:
@ -22,18 +22,18 @@
|
|||||||
arch_flags: "-arch armv7l"
|
arch_flags: "-arch armv7l"
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
kernel: "6.1.0-rpi7-rpi-v7",
|
kernel: "6.1.0-rpi7-rpi-v8",
|
||||||
name: "Pi4b_32",
|
name: "Pi4b_32",
|
||||||
firmware: "brcmfmac43455-sdio.bin",
|
firmware: "brcmfmac43455-sdio.bin",
|
||||||
patch: "bcm43455c0/7_45_206",
|
patch: "bcm43455c0/7_45_206",
|
||||||
cpu: any, #cortex-a72
|
cpu: any, #cortex-a72
|
||||||
arch_flags: "-arch armv7l"
|
arch_flags: "-arch armv8"
|
||||||
}
|
}
|
||||||
kernel:
|
kernel:
|
||||||
min: "6.1"
|
min: "6.1"
|
||||||
full: "6.1.21+"
|
full: "6.1.0-rpi7-rpi-v6"
|
||||||
full_2w: "6.1.21-v7+"
|
full_2w: "6.1.0-rpi7-rpi-v7"
|
||||||
full_4b: "6.1.21-v7l+"
|
full_4b: "6.1.0-rpi7-rpi-v7"
|
||||||
arch: "v6l"
|
arch: "v6l"
|
||||||
pwnagotchi:
|
pwnagotchi:
|
||||||
hostname: "{{ lookup('env', 'PWN_HOSTNAME') | default('pwnagotchi', true) }}"
|
hostname: "{{ lookup('env', 'PWN_HOSTNAME') | default('pwnagotchi', true) }}"
|
||||||
@ -353,17 +353,11 @@
|
|||||||
- "{{ packages.torch.url }}"
|
- "{{ packages.torch.url }}"
|
||||||
- "{{ packages.torchvision.url }}"
|
- "{{ packages.torchvision.url }}"
|
||||||
extra_args: "--no-cache-dir --break-system-packages"
|
extra_args: "--no-cache-dir --break-system-packages"
|
||||||
environment:
|
|
||||||
QEMU_CPU: arm1176
|
|
||||||
QEMU_UNAME: "{{ kernel.full }}"
|
|
||||||
|
|
||||||
- name: build pwnagotchi wheel
|
- name: build pwnagotchi wheel
|
||||||
command: "pip install . --no-cache-dir --break-system-packages"
|
command: "pip install . --no-cache-dir --break-system-packages"
|
||||||
args:
|
args:
|
||||||
chdir: /usr/local/src/pwnagotchi
|
chdir: /usr/local/src/pwnagotchi
|
||||||
environment:
|
|
||||||
QEMU_CPU: arm1176
|
|
||||||
QEMU_UNAME: "{{ kernel.full }}"
|
|
||||||
|
|
||||||
- name: create /usr/local/share/pwnagotchi/ folder
|
- name: create /usr/local/share/pwnagotchi/ folder
|
||||||
file:
|
file:
|
||||||
|
Reference in New Issue
Block a user