Skip to content
Snippets Groups Projects
Commit 5adbf504 authored by Thomas Walzer's avatar Thomas Walzer
Browse files

Added Description for features and added network

parent fd9e0b18
No related branches found
No related tags found
No related merge requests found
......@@ -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) |
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment