|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
26 May 2014, Clemens Sauerzopf, Forum, Running a frontend on Arduino Yun
|
26 May 2014, Konstantin Olchanski, Forum, Running a frontend on Arduino Yun
|
27 May 2014, Clemens Sauerzopf, Forum, Running a frontend on Arduino Yun
|
27 May 2014, Konstantin Olchanski, Forum, Running a frontend on Arduino Yun
|
28 May 2014, Clemens Sauerzopf, Forum, Running a frontend on Arduino Yun
|
24 Oct 2014, Clemens Sauerzopf, Forum, Running a frontend on Arduino Yun
|
24 Oct 2014, Stefan Ritt, Forum, Running a frontend on Arduino Yun
|
24 Oct 2014, Konstantin Olchanski, Forum, Running a frontend on Arduino Yun
|
02 Nov 2014, Stefan Ritt, Forum, Running a frontend on Arduino Yun
|
|
Message ID: 1005
Entry time: 28 May 2014
In reply to: 1003
Reply to this: 1033
|
Author: |
Clemens Sauerzopf |
Topic: |
Forum |
Subject: |
Running a frontend on Arduino Yun |
|
|
Thank you very much for your input, it finally works. I succeeded in crosscompiling the frontend and running it on the ArduinoYun. The 64 MB RAM is more than
enough to run the mserver and a frontend and connect to a remote midas server over ethernet or wifi.
Yust for reference if someone tries something similar: to directly access the serial interface between the Linux running processor and the Atmel processor it
is required to comment out a line in /etc/inittab: #ttyATH0::askfirst:/bin/ash --login
this line starts a shell on the serial connection, by preventing this it is possible to run more or less unmodified code (serial interface needs to be
Serial1) on the Atmel side and use the linux processor as slow control pc.
Thanks again for your help! |