@@ -16,6 +16,9 @@ WARNING: Setting any overclocking parameters to values other than those used by
16
16
| arm_freq
17
17
| Frequency of the ARM CPU in MHz.
18
18
19
+ | arm_boost
20
+ | Increases `arm_freq` to the highest supported frequency for the board-type and firmware. Set to `1` to enable.
21
+
19
22
| gpu_freq
20
23
| Sets `core_freq`, `h264_freq`, `isp_freq`, `v3d_freq` and `hevc_freq` together
21
24
@@ -94,9 +97,9 @@ WARNING: Setting any overclocking parameters to values other than those used by
94
97
95
98
This table gives the default values for the options on various Raspberry Pi Models, all frequencies are stated in MHz.
96
99
97
- [cols=",^,^,^,^,^,^,^"]
100
+ [cols=",^,^,^,^,^,^,^,^ "]
98
101
|===
99
- | Option | Pi 0/W | Pi1 | Pi2 | Pi3 | Pi3A+/Pi3B+ | Pi4/ CM4 | Pi 400
102
+ | Option | Pi 0/W | Pi1 | Pi2 | Pi3 | Pi3A+/Pi3B+ | CM4 & Pi4B <= R1.3 | Pi4B R1.4 | Pi 400
100
103
101
104
| arm_freq
102
105
| 1000
@@ -105,6 +108,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
105
108
| 1200
106
109
| 1400
107
110
| 1500
111
+ | 1500 or 1800 if arm_boost=1
108
112
| 1800
109
113
110
114
| core_freq
@@ -115,6 +119,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
115
119
| 400
116
120
| 500
117
121
| 500
122
+ | 500
118
123
119
124
| h264_freq
120
125
| 300
@@ -124,6 +129,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
124
129
| 400
125
130
| 500
126
131
| 500
132
+ | 500
127
133
128
134
| isp_freq
129
135
| 300
@@ -133,6 +139,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
133
139
| 400
134
140
| 500
135
141
| 500
142
+ | 500
136
143
137
144
| v3d_freq
138
145
| 300
@@ -142,6 +149,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
142
149
| 400
143
150
| 500
144
151
| 500
152
+ | 500
145
153
146
154
| hevc_freq
147
155
| N/A
@@ -151,6 +159,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
151
159
| N/A
152
160
| 500
153
161
| 500
162
+ | 500
154
163
155
164
| sdram_freq
156
165
| 450
@@ -160,6 +169,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
160
169
| 500
161
170
| 3200
162
171
| 3200
172
+ | 3200
163
173
164
174
| arm_freq_min
165
175
| 700
@@ -169,6 +179,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
169
179
| 600
170
180
| 600
171
181
| 600
182
+ | 600
172
183
173
184
| core_freq_min
174
185
| 250
@@ -178,6 +189,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
178
189
| 250
179
190
| 200
180
191
| 200
192
+ | 200
181
193
182
194
| gpu_freq_min
183
195
| 250
@@ -187,6 +199,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
187
199
| 250
188
200
| 250
189
201
| 250
202
+ | 250
190
203
191
204
| h264_freq_min
192
205
| 250
@@ -196,6 +209,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
196
209
| 250
197
210
| 250
198
211
| 250
212
+ | 250
199
213
200
214
| isp_freq_min
201
215
| 250
@@ -205,6 +219,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
205
219
| 250
206
220
| 250
207
221
| 250
222
+ | 250
208
223
209
224
| v3d_freq_min
210
225
| 250
@@ -214,6 +229,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
214
229
| 250
215
230
| 250
216
231
| 250
232
+ | 250
217
233
218
234
| sdram_freq_min
219
235
| 400
@@ -223,6 +239,7 @@ This table gives the default values for the options on various Raspberry Pi Mode
223
239
| 400
224
240
| 3200
225
241
| 3200
242
+ | 3200
226
243
|===
227
244
228
245
This table gives defaults for options that are the same across all models.
0 commit comments