How can I execute an elf file in Raspberry Pi?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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 件のコメント
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 Center および File 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!