How can I execute an elf file in Raspberry Pi?

조회 수: 1 (최근 30일)
Krishna
Krishna 2018년 2월 6일
댓글: Shekhar patil 2020년 6월 10일
I am trying to integrate between Matlab and Raspberry Pi. Integration part works fine but when launching the code, I am not sure if the application is running or not and if so how can I view it on Raspberry Pi, plus How can I execute an elf file in Raspberry Pi?
  댓글 수: 1
Minulakshmi S
Minulakshmi S 2019년 9월 3일
Can you let me know how you resolved the issue?
Thanks in advance

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 2월 6일
You can use ssh() to remotely connect to the Pi. Once there use the Linux shell commands ps and top to check active processes.
On Pi, as on any other Linux, executables can be started by giving their name on the command line. There is a path involved so sometimes it is easier to just give the full path. For example
/usr/local/bin/awk
to start awk from the listed path
  댓글 수: 2
Krishna
Krishna 2018년 2월 9일
Thank you for replying. I have tried with the info you have provided but it didn't work according to what I wanted. But now my MATLAB code integrates on Raspberry Pi.
Shekhar patil
Shekhar patil 2020년 6월 10일
Hi Krishna,
Could you please share, how did you integrate your MATLAB code on Raspberry Pi ?
Thanks in advance

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by