Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Agl Getting Started Tips
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FutureMobility
Agl Getting Started Tips
Commits
5adbf504
Commit
5adbf504
authored
Nov 17, 2019
by
Thomas Walzer
Browse files
Options
Downloads
Patches
Plain Diff
Added Description for features and added network
parent
fd9e0b18
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-5
6 additions, 5 deletions
README.md
network/network.md
+16
-0
16 additions, 0 deletions
network/network.md
with
22 additions
and
5 deletions
README.md
+
6
−
5
View file @
5adbf504
...
...
@@ -15,8 +15,9 @@ I tested follwing boards:
The following list contains some information to getting started with some features:
| Feature | |
| --- | --- |
| CAN |
[
CAN
](
CAN/can.md
)
|
| Audio |
[
Audio
](
audio/audio.md
)
|
| Display |
[
Display
](
display/display.md
)
|
| Feature | Description | Link |
| --- | --- | --- |
| CAN | How to configure CAN (virtual /serial) and use in AGL |
[
CAN
](
CAN/can.md
)
|
| Audio | How to set the standard audio device |
[
Audio
](
audio/audio.md
)
|
| Display | How to find out which display is connected and set rotation |
[
Display
](
display/display.md
)
|
| Network | How to set the ip adress in AGL |
[
Network
](
network/network.md
)
|
This diff is collapsed.
Click to expand it.
network/network.md
0 → 100644
+
16
−
0
View file @
5adbf504
# Network
If you want to give the device a fixed ip adress you could use following commands:
First use
`connmanctl services`
to get the current network connections
for eg.
**ethernet_0007324a8eb2_cable**
```
connmanctl config ethernet_0007324a8eb2_cable --ipv4 manual IPADRESS 255.255.255.0 GATEWAY
route add default gw GATEWAY
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment