How to run ARM application(built using embedded coder) on Zed board if it needs Root privileges?
4 ビュー (過去 30 日間)
古いコメントを表示
If an ARM application needs root privileges to run on linux, how to set root privileges for the execution of this application? The application is a device driver block written in C and executed using a system object referenced by a matlab system function. There are certain function calls in the C file which need root privileges such as client_s = socket(AF_PACKET, SOCK_RAW,htons(ETHER_TYPE));
0 件のコメント
回答 (1 件)
Vishal Neelagiri
2017 年 8 月 3 日
You would have to develop and register your own load command using the reference target load command as a starting point.
You can refer to this documentation link under Step 11:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!