Difference between revisions of "IGEP Firmware Ubuntu"
From IGEP - ISEE Wiki
Manel Caro (talk | contribs) (→ ) |
Manel Caro (talk | contribs) (→Download Latest Firmware) |
||
Line 10: | Line 10: | ||
<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">'''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/<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</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> |
==NFS (Network Filesystem)== | ==NFS (Network Filesystem)== |
Revision as of 19:33, 12 April 2019
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-base-igep-0.1-4.tgz \
-C /media/user/rootfs