IGEP Firmware Ubuntu

From IGEP - ISEE Wiki

Revision as of 10:28, 25 June 2018 by Manel Caro (talk | contribs)

Jump to: navigation, search

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

NFS (Network Filesystem)