-
Notifications
You must be signed in to change notification settings - Fork 74
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
I need rpmsg_env_specific.h to user rpmsg-lite (new version) with Yocto Kirkstone and Zephyr upstream #48
Comments
Hello you need add include based on your target system: https://github.com/nxp-mcuxpresso/rpmsg-lite/tree/main/lib/include/environment |
@Hadatko undefined reference to `z_impl_k_event_init' I have other project(which is a copy of this) here(with old rpmsg_lite version) zephyrproject-rtos/zephyr#66669 (comment) But in this project, I have one issue. Pls help-me I need test my project with new rpmsg_lite
|
Hi, if you mean linking error, then google is providing answer like this: |
@Hadatko Ok. But not Solved yet. Everytime stop in waiting for master.... |
@Hadatko
But With Zephyr 1.13 (Original project transpose from warp7 device to imx7d-pico device) It's works |
@Hadatko Pls help-me. I need rpmsg-lite in zephyr upstream zephyrproject-rtos/zephyr#66669 (comment) |
Hello, @neuberfran Let me just try to point out what needs to happen to get out of "Waiting for Master.": At Zephyr side you need to receive IRQ Callback from IPM from Linux side. This call back has to go to isr_table is set in function here: And isr registration is done here: And at the End this will trigger this tx callback which will get out rpsmg-lite remote out of waiting for master: That means that the Linux side has to trigger this IRQ via IPM with correct link_id so it goes to above callback. I recommend to try to debug this if you are getting at least IRQ from Linux side to Zephyr. Or even if you are getting any IRQ on IPM size with are maybe not propagated correctly here: If you boot Zephyr first via uboot it will stays at |
@TomasGalbickaNXP Thank you very much for the details friend. But, I don't think the problem is on the Linux side, because with the same Linux image (kernel=5.15, Kirkstone) I uploaded this project using Zephyr 1.13 (https://youtu.be/E34apiomZO4?si=e8YZgYdrSspPHPWo Second observation: My imx7d-pico board does not have a debug port. |
Hi,
Realy I stay searching for "rpmsg_env_specific.h" because I can't found in https://github.com/nxp-mcuxpresso/rpmsg-lite/tree/main/lib/include Or in anywhere
The text was updated successfully, but these errors were encountered: