Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Once you have unzipped the TQLEngine Release zip file, you may run into following issues when working with Raspberry-Pi. Below are remedy those issues:

  1. Default Size of JVM on start.sh is too high. Edit start.sh and remove –Xmx6537m from java command
  2. Issues with Makefile: Download latest version of serialbasedprotocol folder contents from [http://sandbox.atomiton.com:8080/fid-downloads/res/downloads/perifupdate.zip]. Unzip the contents from syslib directory.
  3. After the make command; go ahead and copy the libserial.so file from syslib/serialbasedprotocols/library to /lib
  4. Add –Djava.library.path=/lib to java command in start.sh
  • No labels