320
edits
(→Memory) |
|||
Line 260: | Line 260: | ||
==Memory== | ==Memory== | ||
===SD Card=== | |||
For casual running of FlightGear, a quality SD card works well. Look for Class A1 cards. The 'A' is for applications. In addition to a write speed of 10MB/s, these support at least 1500 read operations and 500 write operations per second. Do not use cheap fake SD cards. Interestingly, there is a new tool to test your SD cards. This new tool is called agnostics and can be installed with the below commands: | |||
<syntaxhighlight lang="bash"> | |||
sudo apt update | |||
sudo apt install agnostics | |||
</syntaxhighlight> | |||
To learn much more about the SD cards and agnostics, see the below link: | |||
[https://www.raspberrypi.org/blog/sd-card-speed-test/ SD Card Speed Test] | |||
===Hard Drives=== |
edits