Commit 9c0398f 1 parent 1c6a602 commit 9c0398f Copy full SHA for 9c0398f
File tree 7 files changed +28
-10
lines changed
7 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1
1
source "arm" "raspios_cm4_zero2_arm64" {
2
- file_urls = [" https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2023-12-06/2023-12-05 -raspios-bookworm-arm64.img.xz" ]
3
- file_checksum_url = " https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2023-12-06/2023-12-05 -raspios-bookworm-arm64.img.xz.sha256"
2
+ file_urls = [" https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2024-03-15/2024-03-15 -raspios-bookworm-arm64.img.xz" ]
3
+ file_checksum_url = " https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2024-03-15/2024-03-15 -raspios-bookworm-arm64.img.xz.sha256"
4
4
file_checksum_type = " sha256"
5
5
file_target_extension = " xz"
6
6
file_unarchive_cmd = [" xz" , " --decompress" , " $ARCHIVE_PATH" ]
7
7
image_build_method = " resize"
8
- image_path = " PiOS4.3 -CM4.Zero2-PSPi6-${ var . pspi_version } .img"
8
+ image_path = " PiOS-20240315 -CM4.Zero2-PSPi6-${ var . pspi_version } .img"
9
9
image_size = " 8G"
10
10
image_type = " dos"
11
11
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ dpi_output_format=503863
62
62
# Power off the Raspberry Pi when GPIO pin 44 is triggered
63
63
# dtoverlay=gpio-poweroff,gpiopin=4,active_low=yes
64
64
65
+ # Enable the VC4 FKMS V3D overlay for graphics acceleration
66
+ dtoverlay=vc4-fkms-v3d
67
+
68
+ # Limit the number of framebuffers to 1 for better performance
69
+ max_framebuffers=1
70
+
65
71
[board-type=0x14]
66
72
include cm4.txt
67
73
Original file line number Diff line number Diff line change 1
- # Enable VC4 FKMS V3D driver for graphics acceleration
2
- dtoverlay=vc4-fkms-v3d
3
-
4
1
# Enable I2C
5
2
dtparam=i2c_arm=on
6
3
7
4
# Run as fast as firmware/board allows
8
5
arm_boost=1
9
6
10
- # Set maximum number of framebuffers to 1
11
- max_framebuffers=1
12
-
13
7
# Set GPIO pins to 24-Bit DPI Mode 7
14
8
# GPIO 0 and 1 needed for DPI Clock and Data Enable
15
9
gpio=0=a2,np
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ dpi_output_format=503863
62
62
# Power off the Raspberry Pi when GPIO pin 44 is triggered
63
63
# dtoverlay=gpio-poweroff,gpiopin=4,active_low=yes
64
64
65
+ # Enable the VC4 FKMS V3D overlay for graphics acceleration
66
+ dtoverlay=vc4-fkms-v3d
67
+
68
+ # Limit the number of framebuffers to 1 for better performance
69
+ max_framebuffers=1
70
+
65
71
[board-type=0x14]
66
72
# Enable 64-bit ARM architecture
67
73
arm_64bit=1
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ disable_fw_kms_setup=1
12
12
disable_splash=1
13
13
dtparam=audio=on
14
14
hdmi_max_pixel_freq:0=200000000
15
- hdmi_max_pixel_freq:1=200000000
15
+ hdmi_max_pixel_freq:1=200000000
Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ dpi_output_format=503863
65
65
# Power off the Raspberry Pi when GPIO pin 44 is triggered
66
66
# dtoverlay=gpio-poweroff,gpiopin=4,active_low=yes
67
67
68
+ # Enable the VC4 FKMS V3D overlay for graphics acceleration
69
+ dtoverlay=vc4-fkms-v3d
70
+
71
+ # Limit the number of framebuffers to 1 for better performance
72
+ max_framebuffers=1
73
+
68
74
[board-type=0x14]
69
75
include cm4.txt
70
76
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ dpi_output_format=503863
45
45
# Power off the Raspberry Pi when GPIO pin 44 is triggered
46
46
# dtoverlay=gpio-poweroff,gpiopin=4,active_low=yes
47
47
48
+ # Enable the VC4 FKMS V3D overlay for graphics acceleration
49
+ dtoverlay=vc4-fkms-v3d
50
+
51
+ # Limit the number of framebuffers to 1 for better performance
52
+ max_framebuffers=1
53
+
48
54
[board-type=0x14]
49
55
include cm4.txt
50
56
You can’t perform that action at this time.
0 commit comments