-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need Help-Step by Step procedure to implement eRPC in iMx6sx ? #5
Comments
Hi @grifintar , steps to creating eRPC application is same on all platforms. Only thing you need to have on mind is to choose right porting files (based on OS). |
@Hadatko thanks for prompt reply. So which particular files do I need to copy from the repository to imx to work. As for PC I cloned the whole erpc repository and then ran matrix multiplication example. |
@grifintar Depends on your example, transport, OS,... Go through link i provided above and you should see. |
Hi @grifintar , |
@Hadatko @MichalPrincNXP To run "erpc/test/test_callbacks" on a different system(where the erpc root repository is NOT downloaded) what are the files required to run it? |
Hello @grifintar |
@MichalPrincNXP Thank you for detailed help. I will surely go through it. |
@Hadatko I am a novice that's why I am asking. I have implemented eRPC in PC, Now I want t implement in imx6sx. Can you please provide step by step procedure on how to implement eRPC in imx on an application.
The text was updated successfully, but these errors were encountered: