Install and configure the VCS 1 SDK on a Linux host - SundanceMultiprocessorTechnology/VCS-1 GitHub Wiki

Requirements

  • EMC2-Zxxx
  • FM191-Rxx
  • Ubuntu 18.04 LTS Armhf/x64 or above
  • Mosquitto broker (only required for local tests. Details provided in the meeting the requirements section)
  • paho.mqtt.c (details provided in the meeting the requirements section)
  • paho.mqtt.cpp (details provided in the meeting the requirements section)

Meeting the dependencies requirements:

$ sudo apt install mosquitto

now one just need to clone the repository, compile and run.

$ mkdir ~/repositories
$ cd ~/repositories
$ git clone https://github.com/SundanceMultiprocessorTechnology/VCS-1.git
$ cd ~/repositories/VCS-1/Software/VCS-1_SDK
$ make
$ ./emc2-fm191

Return home