Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Created April 23, 2016 07:52
Show Gist options
  • Save leon-anavi/f5056af0b196906be69955d0b5e1955b to your computer and use it in GitHub Desktop.
Save leon-anavi/f5056af0b196906be69955d0b5e1955b to your computer and use it in GitHub Desktop.
GENIVI AMM RVI SOTA Client Demo
1. RT5350F-OLinuXino-EVB cable: blue (on GND), red, green
2. On laptop:
sudo screen /dev/ttyUSB0 57600
3. Enable Wifi:
uci set wireless.@wifi-device[0].disabled=0; uci commit wireless; wifi
4. Run docker images
sudo docker run -it --name rvi-client --expose 8901 --expose 8905-8908 -p 8901:8901 -p 8905:8905 -p 8906:8906 -p 8907:8907 -p 8908:8908 advancedtelematic/rvi client
(client@434f0e1bb6f0)1> EXPOSE 8901
sudo docker run -it --name rvi-server --expose 8801 --expose 8805-8808 -p 8801:8801 -p 8805:8805 -p 8806:8806 -p 8807:8807 -p 8808:8808 advancedtelematic/rvi server
5. Edit /etc/hosts on rpi2
127.0.0.1 localhost.localdomain localhost
192.168.1.144 rvi-client
6. Restart rvi-sota-client
systemctl restart rvi-sota-client
systemctl status -l rvi-sota-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment