Difference between revisions of "IGEP Firmware Ubuntu"
From IGEP - ISEE Wiki
Line 7: | Line 7: | ||
====Instructions needed to decompress in the SD==== | ====Instructions needed to decompress in the SD==== | ||
− | <span class="skimlinks-unlinked">sudo tar -xvzf | + | <span class="skimlinks-unlinked">sudo tar -xvzf [your_compressed_rootfs] -C [target_location_rootfs]</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">'''For example''', to uncompress the rootfs of the link into the rootfs partition of the MicroSD Card you can write:</span> | ||
Revision as of 12:45, 14 May 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