Difference between revisions of "IGEP Firmware Debian"
From IGEP - ISEE Wiki
(→Download Latest Firmware) |
|||
Line 2: | Line 2: | ||
==Download Latest Firmware== | ==Download Latest Firmware== | ||
− | * [http://downloads.isee.biz/pub/relaunch/rootfs/debian/stretch/debian-stretch-armhf-igep-base-no-version.tgz Debian ARM Hard | + | * [http://downloads.isee.biz/pub/relaunch/rootfs/debian/stretch/debian-stretch-armhf-igep-base-no-version.tgz Debian Stretch ARM Hard Float] |
===='''Instructions needed to decompress in the SD'''==== | ===='''Instructions needed to decompress in the SD'''==== | ||
Line 10: | Line 10: | ||
<span class="skimlinks-unlinked">sudo tar -xvzf /home/user/Downloads/debian-stretch-armhf-igep-base-no-version.tgz -C /media/user/rootfs</span> | <span class="skimlinks-unlinked">sudo tar -xvzf /home/user/Downloads/debian-stretch-armhf-igep-base-no-version.tgz -C /media/user/rootfs</span> | ||
+ | |||
==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]] |
Latest revision as of 11:18, 17 September 2018
Contents
[hide]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/debian-stretch-armhf-igep-base-no-version.tgz -C /media/user/rootfs