# Quickstart: Local Pantavisor Development on RPI64
## Download
```
wget -O rpi64.img.gz https://bit.ly/pantavisor-rpi64-5_10_y-rc-connman-noremote-dev
```
## Install
```
gunzip -c rpi64.img.gz | sudo dd of=/dev/sdXXX bs=32M
```
## Boot
Plug SD Card or USB Storage into MMC or USB 3.0 slot and boot system
# Network
* Connect Ethernet cable to your host computer
* Setup Static IP for host to: `192.168.222.1/24`
* Device will bring up static IP on `192.168.222.2`
* Optional: use connmanctl from within `connman` container to connect wifi to backhaul (not persistent config())
* do this if you want internet
## SSH Key
* Use REST API to setup ssh key
```
curl -XPUT -d @$HOME/.ssh/id_rsa.pub http://192.168.222.2:12368/cgi-bin/user-meta/pvr-sdk.authorized_keys
```
## SSH Into container
```
ssh -p 8222 connman@192.168.222.2
```
## Clone device with PVR
```
pvr clone 192.168.222.2 mydevice
```
## PVTX UI
Is available at http://192.168.222.2:12368/app
## Questions
Use Forum at community.pantavisor.io