Commit e4561b0 1 parent b4f8b90 commit e4561b0 Copy full SHA for e4561b0
File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -239,13 +239,20 @@ installation but it is a good idea.
239
239
Reduce overall power consumption.
240
240
241
241
Note: All items in this step are optional and some items are specific to the
242
- Raspberry Pi 4B. If installing to a Raspberry Pi 3B or 3B+ or other Pi you will
242
+ Raspberry Pi 4B. If installing to other a Raspberry Pi hardware you will
243
243
need to use the appropriate settings for that hardware.
244
244
245
245
```
246
246
sudo nano /boot/firmware/config.txt
247
247
```
248
248
249
+ Note: The ` config.txt ` file may be located as shown below in older
250
+ versions of the RasPiOS.
251
+
252
+ ```
253
+ sudo nano /boot/config.txt
254
+ ```
255
+
249
256
Change:
250
257
251
258
```
@@ -284,6 +291,13 @@ Overclock the CPU a modest amount.
284
291
285
292
Note: This step is optional and is specific to the Raspberry Pi 4B.
286
293
294
+ ```
295
+ sudo nano /boot/firmware/config.txt
296
+ ```
297
+
298
+ Note: The ` config.txt ` file may be located as shown below in older
299
+ versions of the RasPiOS.
300
+
287
301
```
288
302
sudo nano /boot/config.txt
289
303
```
You can’t perform that action at this time.
0 commit comments