-
Notifications
You must be signed in to change notification settings - Fork 294
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
Zynq7 rpmsg-echo does not work with Petalinux 2024.1 #606
Comments
This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity. |
@tnmysh Any advice on this issue? |
Actually issue is in Xlnx BSP file and following is correct fix:
Above mentioned fix in issue description is partially correct. Actual fix should be in xlnx BSP. However, as OpenAMP support for Zynq7000 platform will be deprecated, and new fixes won't be issued in BSP. @rajimoha please confirm above fix. |
@tnmysh thats correct this change should resolve the issue |
This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity. |
While testing rpmsg-echo on a Zynq7 based design the rpmsg-echo test fails an assert.
assertion "physaddr == (void *)pa" failed: file "/build/plnx-dtc/components/yocto/workspace/sources/openamp-fw-echo-testd/openamp-fw-echo-testd/openamp_echo_test_bsp/ps7_cortexa9_1/libsrc/libmetal_v2_7/src/libmetal/lib/system/generic/xlnx/sys.c", line 137, function: metal_machine_io_mem_map
I was able to get it to work by changing platform_info.c
With this change the echo_test will now run successfully, but the change was mostly a guess. Is this a bug in the platform_info.c or is something else configured incorrectly by Petalinux?
-- Jay
The text was updated successfully, but these errors were encountered: