Difference between revisions of "IGEP Firmware Debian"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 5: Line 5:
  
 
====Instructions needed to decompress in the SD====
 
====Instructions needed to decompress in the SD====
<pre><span class="skimlinks-unlinked">sudo tar -xvzf [your_compressed_rootfs] -C [target_location_rootfs]</span></pre>
+
<pre>sudo tar -xvzf [your_compressed_rootfs] -C [target_location_rootfs]</pre>
 +
 
 
<span class="skimlinks-unlinked">'''For example''', to uncompress the rootfs of the link into the rootfs partition of the MicroSD Card you can write:</span>
 
<span class="skimlinks-unlinked">'''For example''', to uncompress the rootfs of the link into the rootfs partition of the MicroSD Card you can write:</span>
  

Revision as of 12:47, 14 May 2018

Download Latest Firmware

  • Debian distribution IGEP (isee-v0.01)


Instructions needed to decompress in the SD

sudo tar -xvzf [your_compressed_rootfs] -C [target_location_rootfs]

For example, to uncompress the rootfs of the link into the rootfs partition of the MicroSD Card you can write:

sudo tar -xvzf /home/user/Downloads/debian-stretch-armhf-igep-base-no-version.tgz -C /media/user/rootfs

NFS (Network Filesystem)