Difference between revisions of "IGEP Firmware Ubuntu"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Download Latest Firmware)
( )
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
== ==
 
 
==Download Latest Firmware==
 
==Download Latest Firmware==
 
* [http://downloads.isee.biz/pub/distributions/ARM/ubuntu/ubuntu-xenial-armhf-base-igep-0.1-4.tgz Ubuntu Xenial 16.04 LTS (isee-v0.1-4)]
 
* [http://downloads.isee.biz/pub/distributions/ARM/ubuntu/ubuntu-xenial-armhf-base-igep-0.1-4.tgz Ubuntu Xenial 16.04 LTS (isee-v0.1-4)]

Revision as of 19:33, 12 April 2019

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/ubuntu-xenial-armhf-base-igep-0.1-4.tgz \
-C /media/user/rootfs

NFS (Network Filesystem)