Difference between revisions of "IGEP Firmware Ubuntu"

From IGEP - ISEE Wiki

Jump to: navigation, search
 
(No difference)

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)