Changes

no edit summary
Line 22: Line 22:  
{{#ifeq:{{{name}}}|RUT955|
 
{{#ifeq:{{{name}}}|RUT955|
 
==={{{name}}} disclaimer===
 
==={{{name}}} disclaimer===
 
+
----
 
<span style="color:red"><b>Note: </b></span>Due to hardware limitations, {{{name}}} devices do not support firmware flashing while an SD card is inserted into the device. To successfully perform a firmware upgrade, it is required to remove the memory card first. Otherwise there is a high risk of data and configuration loss.
 
<span style="color:red"><b>Note: </b></span>Due to hardware limitations, {{{name}}} devices do not support firmware flashing while an SD card is inserted into the device. To successfully perform a firmware upgrade, it is required to remove the memory card first. Otherwise there is a high risk of data and configuration loss.
 
|}}
 
|}}
Line 111: Line 111:  
   <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>
Line 131: Line 131:     
<b>Note: </b> The <i>Writing inode tables</i> section might take a long time depending on the size of your SD card (10+ minutes with 64GB SD).
 
<b>Note: </b> The <i>Writing inode tables</i> section might take a long time depending on the size of your SD card (10+ minutes with 64GB SD).
 +
 +
 +
[[Category:{{{name}}} Manual]]

Navigation menu