Difference between revisions of "Globalscale ESPRESSObin v5"

Jump to navigation Jump to search
Line 13: Line 13:
 
== Flashing ==
 
== Flashing ==
 
<ol>
 
<ol>
<li>Write <code>openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-ext4-sdcard.img.gz</code> to a microsd card using the following command:</li>
+
<li>Write <code>openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-squashfs-sdcard.img.gz</code> to a microsd card using the following command:</li>
<pre>zcat ~/Downloads/openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-ext4-sdcard.img.gz | sudo dd of=/dev/mmcblk0</pre>
+
<pre>zcat ~/Downloads/openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-squashfs-sdcard.img.gz | sudo dd of=/dev/mmcblk0</pre>
 
<li>Run <code>sync</code> before removing the sd card</li>
 
<li>Run <code>sync</code> before removing the sd card</li>
 
<li>Insert the sd card into the ESPRESSObin and power it on</li>
 
<li>Insert the sd card into the ESPRESSObin and power it on</li>
 
</ol>
 
</ol>

Revision as of 16:25, 15 April 2019

ESPRESSObin v5

The ESPRESSObin v5 is a small single board computer similar to a raspberry pi. It has 3 ethernet ports, a USB 3.0 port, as well as an internal mPCIe slot.

Files

OpenWrt Stable 18.06.2 Image

OpenWrt Snapshot Image


Flashing

  1. Write openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-squashfs-sdcard.img.gz to a microsd card using the following command:
  2. zcat ~/Downloads/openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-squashfs-sdcard.img.gz | sudo dd of=/dev/mmcblk0
  3. Run sync before removing the sd card
  4. Insert the sd card into the ESPRESSObin and power it on