Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
ee5e9cb2
Commit
ee5e9cb2
authored
Jun 28, 2018
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some additional info and clarifications.
parent
0bc1182f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
Demo_Eth_GR740_to_PC/README.md
Demo_Eth_GR740_to_PC/README.md
+8
-7
No files found.
Demo_Eth_GR740_to_PC/README.md
View file @
ee5e9cb2
...
...
@@ -11,13 +11,13 @@ Things to do first:
If you check the
[
GR740 board's user manual
](
https://www.gaisler.com/doc/gr740/GR-CPCI-GR740-UM.pdf
)
,
you will see that on page 17, Figure 4-8, there's a diagram indicating that the
ETH1 interface is only connected if J22 is connected. Note that connector J22
exists at the bottom side of the PCB - so flip your GR740 and look at the PCB:
if you see the same picture as that shown in Figure 4-9, you must move the
configuration plug to the middle location (J22).
exists at the bottom side of the PCB - so flip your GR740
over
and look at the PCB:
if you see the same picture as that shown in Figure 4-9,
**
you must move the
configuration plug to the middle location (J22).
**
After that, you can power up the board and connect it with the Linux machine via
an Ethernet cable plugged-in
**at the bottom right Ethernet jack**
(looking at the
board face-front).
board face-front
, i.e. with the "GR740" label on the top-right
).
## Linux ethernet configuration
...
...
@@ -36,11 +36,12 @@ a second Ethernet interface (`eth1`) that has the IP address 192.168.0.151:
$ sudo ifconfig eth1 192.168.0.151 up
If you use a different configuration, edit this line in the DeploymentView AADL
file and change it to mirror yours. You can change the 192.168.0.151 - but you must
stay in the 192.168.0.x subnet.
file and change it to mirror yours. You can change the
`eth1`
to whatever is
appropriate for your machine; and you can also change the
`192.168.0.151`
- but
you must stay in the 192.168.0.x subnet.
The reason for that is because you can't change the 192.168.0.42 address of the
GR740 side of the Ethernet setup.
T
his address is currently hardcoded in the
GR740 side of the Ethernet setup.
.. t
his address is currently hardcoded in the
PolyORB Ethernet driver. The PolyORB team is investigating ways to improve
this; in older versions of RTEMS it was possible to modify the IP address after
bootstrapping, but in RTEMS5.1 apparently this is not possible anymore.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment