| 154 | | The Linux {{{mmc}}} application provides access to eMMC configuration through CSD registers. This open-source application is available at http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/. |
| 155 | | * To build it: |
| 156 | | {{{#!bash |
| 157 | | git clone git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git |
| 158 | | cd mmc-utils |
| 159 | | make |
| 160 | | }}} |
| 161 | | * Alternatively you can install this from a pre-built deb: |
| 162 | | * Newport (arm64): |
| 163 | | {{{#!bash |
| 164 | | wget http://dev.gateworks.com/images/mmc-utils_0~gita3d3331-3~armbian5.35+1_arm64.deb |
| 165 | | dpkg -i mmc-utils_0~gita3d3331-3~armbian5.35+1_arm64.deb |
| 166 | | }}} |
| 167 | | * Ventana (armhf): |
| 168 | | {{{#!bash |
| 169 | | wget http://dev.gateworks.com/images/mmc-utils_0~gita3d3331-3~armbian5.35+1_armhf.deb |
| 170 | | dpkg -i mmc-utils_0~gita3d3331-3~armbian5.35+1_armhf.deb |
| 171 | | }}} |
| | 154 | The Linux {{{mmc}}} application from the {{{mmc-utils}}} package provides access to eMMC configuration through CSD registers. |