Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
Signed-off-by: jayofelony <[email protected]>
  • Loading branch information
jayofelony committed Mar 17, 2024
1 parent aa81728 commit 1eafbb8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions builder/data/64bit/raspberrypi64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1eafbb8

Please sign in to comment.