Difference between revisions of "IGEP Firmware Ubuntu"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Download Latest Firmware)
 
Line 2: Line 2:
  
 
==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) ]
 +
* [http://downloads.isee.biz/pub/distributions/ARM/ubuntu/ubuntu-xenial-armhf-base-igep-0.1-4.packages.txt ubuntu-xenial-armhf-base-igep-0.1-4.packages.txt][http://downloads.isee.biz/pub/distributions/ARM/ubuntu/ubuntu-xenial-armhf-base-igep-0.1-4.tgz ]
  
  
Line 11: Line 12:
  
 
  <span class="skimlinks-unlinked">sudo tar -xvzf /home/user/Downloads/<span style="font-family: monospace,Courier; background-color: #f9f9f9;">ubuntu-xenial-armhf-base-igep-0.1-4.tgz \<br data-attributes="%20data-mce-fragment=%221%22%20/"></span> -C /media/user/rootfs<br></span>
 
  <span class="skimlinks-unlinked">sudo tar -xvzf /home/user/Downloads/<span style="font-family: monospace,Courier; background-color: #f9f9f9;">ubuntu-xenial-armhf-base-igep-0.1-4.tgz \<br data-attributes="%20data-mce-fragment=%221%22%20/"></span> -C /media/user/rootfs<br></span>
 +
===Rootfs User and Password===
 +
User: root
 +
 +
Password: letmein
 +
  
 
==NFS (Network Filesystem)==
 
==NFS (Network Filesystem)==

Latest revision as of 19:39, 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

Rootfs User and Password

User: root

Password: letmein


NFS (Network Filesystem)