Changes

no edit summary
Line 1: Line 1:  
This chapter provides a description on how to correctly <b>insert a SD card</b> into a {{{name}}} device.
 
This chapter provides a description on how to correctly <b>insert a SD card</b> into a {{{name}}} device.
   −
{{Template: Networking_rutos_manual_fw_disclosure
+
{{Template: Networking_device_manual_fw_disclosure
| fw_version ={{Template: Networking_rutos_manual_latest_fw
+
| series = {{{series}}}
 +
| name  = {{{name}}}
 +
| fw_version ={{Template: Networking_device_manual_latest_fw
 
  | series = {{{series}}}
 
  | series = {{{series}}}
 +
| name  = {{{name}}}
 
  }}
 
  }}
 
}}
 
}}
Line 63: Line 66:  
             <table>
 
             <table>
 
                 <tr>
 
                 <tr>
                     <td>[[File:Networking_rut955_manual_sd_card.png|right|350px]]</td>
+
                     <td>
 +
                  [[File:Networking_{{{name}}}_manual_sd_card.png|right|300px]]                
 +
                    </td>
 
                 </tr>
 
                 </tr>
 
             </table>
 
             </table>
Line 103: Line 108:  
----
 
----
 
<ol>
 
<ol>
   <li>Connect to device's '''[[{{{name}}}_CLI | CLI]]'''.</li>
+
   <li>Connect to device's '''[[{{{name}}}_Maintenance#CLI | CLI]]'''.</li>
 
   <li>Use command <code>ls /dev/ | grep mmc</code> to display recognized memory cards:</li>
 
   <li>Use command <code>ls /dev/ | grep mmc</code> to display recognized memory cards:</li>
 
<code>root@Teltonika-{{{name}}}:~# ls /dev/ | grep mmc</br>
 
<code>root@Teltonika-{{{name}}}:~# ls /dev/ | grep mmc</br>
Line 111: Line 116:  
   <li>Run commands <code>opkg update</code> and <code>opkg install e2fsprogs</code> to download required tools.</li>
 
   <li>Run commands <code>opkg update</code> and <code>opkg install e2fsprogs</code> to download required tools.</li>
 
   <li>Unmount the SD card with command <code>umount /dev/mmcblk0p1</code></li>
 
   <li>Unmount the SD card with command <code>umount /dev/mmcblk0p1</code></li>
   <li>Start formatting with command <code>mkfs.ext<b>X</b> /devmmcblk0p1</code> where X is either 2 (for ext2 format), 3 (for ext3 format) or 4 (for ext4 format).</li>
+
   <li>Start formatting with command <code>mkfs.ext<b>X</b> /dev/mmcblk0p1</code> where X is either 2 (for ext2 format), 3 (for ext3 format) or 4 (for ext4 format).</li>
 
   <li>A successful format procedure should look like this:</li>
 
   <li>A successful format procedure should look like this:</li>
 
<code>root@Teltonika-RUT955:~# mkfs.ext2 /dev/mmcblk0p1</br>
 
<code>root@Teltonika-RUT955:~# mkfs.ext2 /dev/mmcblk0p1</br>

Navigation menu