You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?if (strpos($settings['SubPlatform'], "Raspberry Pi 4") === false) { ?>
319
+
<?if ((strpos($settings['SubPlatform'], "Raspberry Pi 4") === false) && (strpos($settings['SubPlatform'], "Raspberry Pi 5") === false)) { ?>
320
+
320
321
321
322
<div class="callout callout-warning">
322
323
Changing the storage device to anything other than the SD card is strongly discouraged. There are all kinds of problems that using USB storage introduce into the system which can easily result in various problems include network lag, packet drops, audio clicks/pops, high CPU usage, etc... Using USB storage also results in longer bootup time. In addition, many advanced features and various capes/hats are known to NOT work when using USB storage.
323
324
<br><br>
324
325
In addition to the above, since it is not recommended, using USB storage is not tested nearly as extensively by the FPP developers. Thus, upgrades (even "patch" upgrades) have a higher risk of unexpected problems. By selecting a USB storage device, you assume much higher risk of problems and issues than when selecting an SD partition.
325
326
</div>
326
327
<? } else { ?>
328
+
<?if (strpos($settings['SubPlatform'], "Raspberry Pi 5") !== false) { ?>
329
+
<div class="callout callout-warning">
330
+
Warning: Raspberry Pi 5 will only boot from USB when using the 27W power adapter
331
+
<br><br>
332
+
</div>
333
+
<? } ?>
327
334
<div class="callout callout-warning">
328
335
If using a USB storage device, it is STRONGLY recommended that the device be a USB 3.0 SATA/SSD device or other fast storage and not a generic USB Thumb drive. Older USB devices, even on the USB 3.0 ports, are known to cause all kinds of problems including network lag, packet drops, audio clicks/pops, high CPU usage, etc...
329
336
<br><br>
330
-
In addition, a good cooling solution, particularly for the USB HUB chips on the Pi, is critical. It is recommended to have a cooling fan and heat syncs on the Pi4 chips to keep everything cool. When the chips get too hot, the entire system is throttled which introduces latency and lag.
337
+
In addition, a good cooling solution, particularly for the USB HUB chips on the Pi, is critical. It is recommended to have a cooling fan and heat syncs on the Pi4/5 chips to keep everything cool. When the chips get too hot, the entire system is throttled which introduces latency and lag.
0 commit comments