Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 679 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 679 Bytes

Parity Docker Cross-Compilation to ARMV7

Check out the guide on Medium

Compilation Instructions

  1. Install Docker
  2. git clone https://github.com/YazzyYaz/parity-arm.git && cd parity-arm
  3. docker build -t yazanator90:parity-arm .
  4. docker run -d --name parity-arm yazanator90:parity-arm
  5. docker start parity-arm
  6. docker ps
  7. docker cp parity-arm:/parity-ethereum/target/armv7-unknown-linux-gnueabihf/release/parity parity-arm
  8. docker stop parity-arm
  9. docker rm parity-arm
  10. Copy parity-arm into the Raspberry Pi with scp.