-
Notifications
You must be signed in to change notification settings - Fork 11
Setting up your system (Remote Development Servers)
Pau Gómez edited this page Sep 29, 2024
·
27 revisions
- Navigate to [http://18.100.25.145:8000/]
- Introduce your user credentials (tag & password)
- Select Get Server State and hit Submit
- Inspect the response and keep the IP address (you will need it in the following section)
- Use the Start Server and Stop Server options to start or stop your remote server
- Download the preconfigured SD card image from Pynq-Redpitaya-125-14-3.0.1-preconfig.img
- Flash the SD card (min 16GB). Instructions for writing SD card images can be found in pynq-doc and redpitaya-doc.
- Once SD card has been flashed, insert it into your PC and open the PYNQ partition. Edit the boot.py file and put your server's IP address into line 4:
server_ip = "X.X.X.X" #CHANGE TO SERVER IP