13 lines
		
	
	
		
			413 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			413 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Installation instructions for ARM
 | |
| ---
 | |
| 
 | |
| Geth is built for ARM using cross-compilation. See [Cross compiling Ethereum](Cross-compiling-Ethereum) for more details.
 | |
| 
 | |
| ## RasPi 2
 | |
| 
 | |
| 1. Download the precompiled binary from https://geth.ethereum.org/downloads/
 | |
| 1. Copy it to a location in $PATH (i.e. /usr/local/bin)
 | |
| 1. Run `geth`
 | |
| 
 | |
| Further details: https://github.com/ethereum/wiki/wiki/Raspberry-Pi-instructions |