mirror of https://github.com/probonopd/MiniDexed
Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models No more renaming of config.txt by the user required https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1047481397 Thanks @rsta2pull/25/head
parent
46d64c7ecf
commit
61ec9da180
@ -0,0 +1,23 @@ |
||||
# |
||||
# Use 64-bit for RPi 3, 4, 400 and Zero 2, and 32-bit for all other models |
||||
# |
||||
|
||||
[pi02] |
||||
arm_64bit=1 |
||||
kernel=kernel8.img |
||||
|
||||
[pi3] |
||||
arm_64bit=1 |
||||
kernel=kernel8.img |
||||
|
||||
[pi3+] |
||||
arm_64bit=1 |
||||
kernel=kernel8.img |
||||
|
||||
[pi4] |
||||
arm_64bit=1 |
||||
armstub=armstub8-rpi4.bin |
||||
kernel=kernel8-rpi4.img |
||||
|
||||
[all] |
||||
sounddev=sndpwm |
Loading…
Reference in new issue