Difference between revisions of "Globalscale ESPRESSObin v5"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
| Stephen304 (talk | contribs)  (Created page with "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.  == Flashing == <ol>...") | Stephen304 (talk | contribs)  | ||
| Line 1: | Line 1: | ||
| 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. | 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 == | ||
| + | [https://downloads.openwrt.org/releases/18.06.2/targets/mvebu/cortexa53/openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-squashfs-sdcard.img.gz OpenWrt Stable 18.06.2 Image] | ||
| + | |||
| + | [https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa53/openwrt-mvebu-cortexa53-globalscale-espressobin-squashfs-sdcard.img.gz OpenWrt Snapshot Image] | ||
| + | |||
| + | |||
| == Flashing == | == Flashing == | ||
Revision as of 20:39, 14 April 2019
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
Flashing
- Write openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-ext4-sdcard.img.gzto a microsd card using the following command:
- Run syncbefore removing the sd card
- Insert the sd card into the ESPRESSObin and power it on
zcat ~/Downloads/openwrt-18.06.2-mvebu-cortexa53-globalscale-espressobin-ext4-sdcard.img.gz | sudo dd of=/dev/mmcblk0
