mirror of https://github.com/probonopd/MiniDexed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
264 B
21 lines
264 B
3 years ago
|
#
|
||
|
# 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
|