Skip to content
Snippets Groups Projects
Commit b963e5ba authored by Oliver Wipfli's avatar Oliver Wipfli
Browse files

Update README.md

parent ad7a6e15
No related branches found
No related tags found
No related merge requests found
# simon-lab-fir # simon-lab-fir
Finite Impulse Response (FIR) filter implemented on a Red Pitaya FPGA based on a project from the Simon Lab. Finite Impulse Response (FIR) filter implemented on a Red Pitaya FPGA based on a project from the Simon Lab.
\ No newline at end of file
## Installation
1. Get a Red Pitaya and perpare and SD card with the official image according to
https://redpitaya.readthedocs.io/en/latest/quickStart/SDcard/SDcard.html.
2. Turn on the Red Pitaya and hook it up to your local network. Find the ip address
or hostname of the device. The hostname will be based on the MAC address, e.g. if the
MAC address is 00:26:32:F0:03:34 then the hostname is "rp-f00334".
3. Open up a web browser and have a look at the website of the Red Pitaya which is
served for example under http://rp-f00334.lab.
4. SSH into your device with ```ssh root@rp-f00334.lab```, the password is ```root```.
5. Change the default root password to Ca+=... with ```passwd```.
6.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment