Difference between revisions of "IGEP Firmware Debian"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 2: Line 2:
  
 
==Download Latest Firmware==
 
==Download Latest Firmware==
*  
+
* [http://downloads.isee.biz/pub/relaunch/rootfs/debian/stretch/debian-stretch-armhf-igep-base-no-version.tgz Debian ARM Hard FLoat]
 
 
 
 
  
 
===='''Instructions needed to decompress in the SD'''====
 
===='''Instructions needed to decompress in the SD'''====

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)