Difference between revisions of "SD CARD"

From Ethersex_Wiki
Jump to: navigation, search
(Created page with "{{i18n|SD_CARD}} {{Module |NAME=SD/MMC-Card Reader |MENUCONFIG={{I/O}}->SD/MMC-Card Reader |STATUS={{stable}} |PINNING=yes |ECMD={{has_ecmd}} |CONTROL6={{has_control6}} |DEPENDS=…")
 
(Configuration)
Line 16: Line 16:
  
 
== Configuration ==
 
== Configuration ==
 +
 +
  | |        I/O  --->                                                    | |
 +
  ...
 +
  │ │        Storage  --->                                                │ │
 +
  ...
 +
  | |        [*] SD/MMC-Card Reader  --->                                | |
 +
  ...
 +
  | |        [ ] SDHC support                                            | |
 +
  | |        [*] VFAT LFN support                                        | |
 +
  | |        [ ] Read-only mode                                          | |
 +
  | |        [*] Use read-timeout                                        | |
 +
  | |        [*] Ping-read SD card every 10s                              | |
 +
  | |        --- ECMD Support                                            | |
 +
  | |        [*] info                                                    | |
 +
  | |        [*] dir                                                      | |
 +
  | |        [*] mkdir                                                    | |
 +
  | |        [*] rm                                                      | |
 +
  | |        --- Debugging Flags                                          | |
 +
  | |        [*] FAT                                                      | |
 +
  | |        [*] RAW                                                      | |
 +
  | |        [*] VFS                                                      | |
 +
   
 +
  | |        General Setup  --->                                          | |
 +
  ...
 +
  | |        [*] VFS (Virtual File System) support  --->                  | |
 +
  ...
 +
  | |            [*] SD/MMC-Card Filesystem                              | |
  
 
== [[ECMD|ECMD]] ==
 
== [[ECMD|ECMD]] ==
  
 
== [[Control6|Control6]] ==
 
== [[Control6|Control6]] ==

Revision as of 15:50, 22 June 2013

SD/MMC-Card Reader
Status
Stable
menuconfig I/O->SD/MMC-Card Reader
Pinning yes
Ecmd yes
Control6 yes
Depends on ECMD
Code https://github.com/ethersex/ethersex/tree/master/hardware/storage/sd_reader

Connection

Configuration

 | |        I/O  --->                                                    | |
 ...
 │ │        Storage  --->                                                │ │ 
 ...
 | |        [*] SD/MMC-Card Reader  --->                                 | |
 ...
 | |        [ ] SDHC support                                             | |
 | |        [*] VFAT LFN support                                         | |
 | |        [ ] Read-only mode                                           | |
 | |        [*] Use read-timeout                                         | |
 | |        [*] Ping-read SD card every 10s                              | |
 | |        --- ECMD Support                                             | |
 | |        [*] info                                                     | |
 | |        [*] dir                                                      | |
 | |        [*] mkdir                                                    | |
 | |        [*] rm                                                       | |
 | |        --- Debugging Flags                                          | |
 | |        [*] FAT                                                      | |
 | |        [*] RAW                                                      | |
 | |        [*] VFS                                                      | |
   
 | |        General Setup  --->                                          | |
 ...
 | |        [*] VFS (Virtual File System) support  --->                  | |
 ...
 | |             [*] SD/MMC-Card Filesystem                              | |

ECMD

Control6