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:
- Default Size of JVM on start.sh is too high. Edit start.sh and remove –Xmx6537m from java command
- 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.
- After the make command; go ahead and copy the libserial.so file from syslib/serialbasedprotocols/library to /lib
- Add –Djava.library.path=/lib to java command in start.sh