Skip to content

Commit 18ebed3

Browse files
committed
[JMA] small change in the readme
1 parent 66abe11 commit 18ebed3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ iface eth0 inet static
2020
netmask 255.255.255.0
2121
gateway 192.168.1.1
2222
```
23-
NOTE: eth0 should be the name of your ethernet interface. You can check the name by using `ifconfig`. The file should look like this:
2423

2524
<img src="resources/images/interfaces.png" alt="alt text">
2625

@@ -32,12 +31,15 @@ network:
3231
version: 2
3332
renderer: NetworkManager
3433
ethernets:
35-
dhcp4: no
36-
addresses:[192.168.1.100/24]
37-
gateway4: 192.168.1.1
38-
nameservers:
39-
addresses: [8.8.8.8,8.8.4.4]
34+
eth0:
35+
dhcp4: no
36+
addresses:[192.168.1.100/24]
37+
gateway4: 192.168.1.1
38+
nameservers:
39+
addresses: [8.8.8.8,8.8.4.4]
4040
```
41+
NOTE: eth0 should be the name of your ethernet interface. You can check the name by using `ifconfig`. The file should look like this:
42+
4143
Save and exit, then type in the terminal `sudo netplan try` and press enter when waiting. If you restart the computer and type `ifconfig`, you should see the IP 192.168.1.100 on your etherent interface.
4244

4345
Right now, if you introduce your SD card into the Red Pitaya and connect the Red Piataya to the computer through Ethernet, you should be abble to access to the red pitaya by `ssh root@192.168.1.101`
@@ -50,7 +52,7 @@ To setup the IP as static using Windows as the client, you have to modify your e
5052

5153
## Issues related to installing MaRCoS from scrach
5254

53-
I realized that, at least in my case, when installing MaRCoS from scrach I can only run `./marcos_setup.sh 192.168.1.101 rp-122` and turn the blue led on (indicating bitstream is running) using an old version of the marcos_extras repository. In particular, when installing MaRCoS from scrach I use the commit `433936c` to run `./marcos_setup.sh 192.168.1.101 rp-122`, then I go back to the last commit of MaRCoS master branch to run MaRGE.
55+
I realized that, at least in my case, when installing MaRCoS from scrach I can only run `./marcos_setup.sh 192.168.1.101 rp-122` and turn the blue led on (indicating bitstream is running) using an old version of the marcos_extras repository. In particular, when installing MaRCoS from scrach I use the commit `433936c` from `marcos_extras` to run `./marcos_setup.sh 192.168.1.101 rp-122`, then I go back to the last commit of MaRCoS master branch to run MaRGE.
5456

5557
## Installation
5658

@@ -80,7 +82,7 @@ Your folder structure should resemble the following:
8082

8183
**NOTE 1**: These files may not initially exist in the cloned repositories, but you can find copies of them in its corresponding folder.
8284

83-
**NOTE 2**: currently, MaRGE requires a Red Pitaya configured with a fixed IP. Dinamic IP address will be included in near future.
85+
**NOTE 2**: currently, MaRGE requires a Red Pitaya configured with a fixed IP in the range 192.168.1.101/132. Dinamic IP address has been successfully tested under linux, and under Windows with some bugs.
8486

8587
3. Set up bash: to do communication with server from the GUI, you need to set up the bash_path variable in the hw_config.py file.
8688
1. If running under Windows OS, you will need to install git_bash, and then set `bash_path = "directory/git_bash.exe"` in hw_config.py.

0 commit comments

Comments
 (0)