mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -212,11 +212,23 @@
|
||||
state: absent
|
||||
|
||||
- name: adjust /boot/config.txt
|
||||
lineinfile:
|
||||
blockinfile:
|
||||
dest: /boot/config.txt
|
||||
insertafter: EOF
|
||||
line: '{{ item }}'
|
||||
with_items: "{{system.boot_options}}"
|
||||
block: |
|
||||
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
|
||||
replace:
|
||||
|
Reference in New Issue
Block a user