Difference between revisions of "IGEP Firmware Ubuntu"
From IGEP - ISEE Wiki
Manel Caro (talk | contribs) |
|||
Line 13: | Line 13: | ||
==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]] | ||
+ | |||
+ | [[Category:Ubuntu]] | ||
+ | [[Category:Software distributions]] |
Revision as of 10:28, 25 June 2018
Contents
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-igep-base-v0.01.tgz -C /media/user/rootfs