Skip to content

Commit

Permalink
Enable 64 bit mode on arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Jul 19, 2024
1 parent 3fcd28c commit 07551aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/configure_pi_top_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
dest: /boot/firmware/config.txt
mode: '0755'

- name: Enable 64 bit mode
when: build_type == "arm64" or build_type == "arm64-lite"
shell: |
echo "# Run in 64-bit mode\narm_64bit=1" | tee -a /boot/firmware/config.txt
- name: Copy boot config.txt backup
copy:
src: files/config.txt
Expand Down

0 comments on commit 07551aa

Please sign in to comment.