Skip to content
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

Open
grifintar opened this issue Nov 13, 2019 · 7 comments
Open

Need Help-Step by Step procedure to implement eRPC in iMx6sx ? #5

grifintar opened this issue Nov 13, 2019 · 7 comments

Comments

@grifintar
Copy link

@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.

@Hadatko
Copy link
Member

Hadatko commented Nov 13, 2019

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).
More details can be found on wiki e.g.: https://github.com/EmbeddedRPC/erpc/wiki/Getting-Started

@grifintar
Copy link
Author

@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.

@Hadatko
Copy link
Member

Hadatko commented Nov 13, 2019

@grifintar Depends on your example, transport, OS,... Go through link i provided above and you should see.

@MichalPrincNXP
Copy link
Member

Hi @grifintar ,
the following link could be of your interest: https://github.com/EmbeddedRPC/erpc-imx-demos
It is probably not up-to-date, but the basic principles should be still valid.

@grifintar
Copy link
Author

@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?
I suppose 1) the test_callback folder and 2) erpcgen is required to build the test_callbacks.erpc file present in the test_callbacks folder , other than these what else I need to copy to work it.

@MichalPrincNXP
Copy link
Member

Hello @grifintar
you can get functional multicore examples for NXP dual-core MCUs using the mcuxpresso.nxp.com webside. You can select LPCXpresso54114 board for instance and download the SDK package that contains the multicore middleware (incl. eprc) + erpc examples. These can help you to configure your erpc project. You can also have a look at attached eRPC Getting Started User's Guide.pdf that describes how to use erpc in embedded multicore MCUs. Hope it helps.
eRPC Getting Started User's Guide.pdf

@grifintar
Copy link
Author

@MichalPrincNXP Thank you for detailed help. I will surely go through it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants