mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated SD Card Content (markdown)
parent
f617fd4f58
commit
02e0c78c73
@ -1,9 +1,12 @@
|
||||
The SD Card provides a memory resource that can be tailored to the specific user. Technical details of the card are given [here.](https://github.com/portapack-mayhem/mayhem-firmware/wiki/SD-Card-(DEV)) The SD card Standard image is supplied as part of the standard firmware download. Instructions for its use are supplied elsewhere. The SD card holds information in relation to Specific Apps or as general list of items such as frequencies follows:
|
||||
The SD Card provides a memory resource that can be tailored to the specific user. Technical details of the card are given [here.](https://github.com/portapack-mayhem/mayhem-firmware/wiki/SD-Card-(DEV)) The SD Card Standard image is supplied as part of the standard firmware download. Instructions for its use are supplied elsewhere. The following folders on the SD Card contains various app-specific information (some of these folders are included in the SD Card image file, and some may be created afterwards either by firmware or by the user):
|
||||
|
||||
* **ADSB:** The ADBS Folder has databases of Airlines, IACO and is where the world map is located. See separate page on how to generate the map.
|
||||
* **AIS:** Holds the AIS database.
|
||||
* **APPS:** Holds "external" apps. Several apps have been moved from firmware flash ROM to external files (with .ppma extension) stored on the SD card, to make room in the Mayhem ROM for new apps and features.
|
||||
* **APRS:** Holds log files from the APRS-RX app.
|
||||
* **AUDIO:** Holds audio recordings (WAV) from the Audio app.
|
||||
* **BLERX:** Holds log files from the BLE-RX app.
|
||||
* **BLETX:** Holds files for the BLE-TX app.
|
||||
* **CAPTURES:** Holds IQ capture files (C16/C8 and their metadata TXT files) from the Capture app.
|
||||
* **DEBUG:** Holds various debugging log files.
|
||||
* **FIRMWARE:** bin files can be placed here and used to update the PortaPack firmware without a computer.
|
||||
@ -17,6 +20,7 @@ The SD Card provides a memory resource that can be tailored to the specific user
|
||||
* **SAMPLES:** Holds an example of some settings for the use in OOK TX App
|
||||
* **SCREENSHOTS:** Holds screenshots (SCR) taken on the device.
|
||||
* **SETTINGS:** Holds settings for applications. If you're having a problem with an app, try deleting its settings file to restore defaults (the .ini file will be rewritten any time an app is exited). An optional "blacklist" file may also be stored in this directory (lists any unwanted apps).
|
||||
* **SPECTRUM:** Holds BMP images for the Spectrum Painter app.
|
||||
* **SPLASH:** Holds custom splash screen BMP files. (Note however that the currently-active splash image file must be in the root directory and named "splash.bmp").
|
||||
* **SSTV:** Holds some Standard Images for the use in the SSTV app.
|
||||
* **WAV:** Holds sound files that are used in the SoundBoard app.
|
||||
|
Loading…
Reference in New Issue
Block a user