mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -212,11 +212,23 @@
|
|||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: adjust /boot/config.txt
|
- name: adjust /boot/config.txt
|
||||||
lineinfile:
|
blockinfile:
|
||||||
dest: /boot/config.txt
|
dest: /boot/config.txt
|
||||||
insertafter: EOF
|
insertafter: EOF
|
||||||
line: '{{ item }}'
|
block: |
|
||||||
with_items: "{{system.boot_options}}"
|
dtoverlay=dwc2
|
||||||
|
dtparam=i2c1=on
|
||||||
|
dtparam=i2c_arm=on"
|
||||||
|
dtparam=spi=on
|
||||||
|
gpu_mem=16
|
||||||
|
[pi0]
|
||||||
|
dtoverlay=spi0-0cs
|
||||||
|
[pi3]
|
||||||
|
dtoverlay=spi0-0cs
|
||||||
|
[pi4]
|
||||||
|
dtoverlay=spi0-0cs
|
||||||
|
[pi5]
|
||||||
|
dtoverlay=spi0-0cs
|
||||||
|
|
||||||
- name: change root partition
|
- name: change root partition
|
||||||
replace:
|
replace:
|
||||||
|
Reference in New Issue
Block a user