Difference between revisions of "IGEP Firmware Debian"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Download Latest Firmware)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__TOC__
 +
 
==Download Latest Firmware==
 
==Download Latest Firmware==
* Debian distribution IGEP (isee-v0.01)
+
* [http://downloads.isee.biz/pub/relaunch/rootfs/debian/stretch/debian-stretch-armhf-igep-base-no-version.tgz Debian Stretch ARM Hard Float]
  
 +
===='''Instructions needed to decompress in the SD'''====
 +
<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>
  
====Instructions needed to decompress in the SD====
+
  <span class="skimlinks-unlinked">sudo tar -xvzf /home/user/Downloads/debian-stretch-armhf-igep-base-no-version.tgz -C /media/user/rootfs</span>
  <span class="skimlinks-unlinked">sudo tar -xvzf <your_compressed_rootfs> -C <target_location_rootfs></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>
 
  
<span class="skimlinks-unlinked">sudo tar -xvzf /home/user/Downloads/ubuntu-xenial-armhf-igep-base-v0.01.tgz -C /media/user/rootfs</span>
 
 
==NFS (Network Filesystem)==
 
==NFS (Network Filesystem)==
 
* [[How To Set Up an NFS Mount on Ubuntu 16.04|How To SetUp an NFS Mount on Ubuntu 16.04]]
 
* [[How To Set Up an NFS Mount on Ubuntu 16.04|How To SetUp an NFS Mount on Ubuntu 16.04]]

Latest revision as of 11:18, 17 September 2018

Download Latest Firmware

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)