Page 1 of 1

Question about the development with Raspberry Pi

Posted: 14 May 2014, 14:34
by Raspberry
Hallo everyone,

I am a freshman in this field. According to the readme in the CD, a Linux PC is needed for the development with Raspberry Pi.

I am wondering, if I could with my Windows PC and SSH(Putty) directly develop the OPC UA server on Raspberry Pi. That means, I copy all the needed files to Raspberry Pi, and use Raspberry Pi as my "Develop PC" . Is that possible? Thanks a lot for your answers!

Re: Question about the development with Raspberry Pi

Posted: 17 Jun 2014, 19:40
by Support Team
Hello,

yes, it is possible to directly build (compile) on the Rasberry itself, it is not very fast, but it works. Of course you need to install all required compiler and libraries i.e. dev packages of the third party directly on the RPI. In order to make our precompiled SDK libraries run together with your "on the RPI compiled" application, you must insure that you use the identical OS and compiler settings as given in the provided toolchain.

On the CD-Rom we show the more "typical" way of doing cross platform development, having a host computer and the target device.

Best Regards
Support Team