Hi all,
This might be a stupid question but I try it anyway.
I would like to use Wireshark to capture the communication over the OpenAMP/rpmsg stack from one processor to the other one.
Wireshark has been used in used for all sorts of communication protocols and I believe it is applicable here as well. I could imagine that someone wrote such a Wireshark plugin already.
Maybe someone of you knows. This could be useful for debugging.
Ciao
Hannes
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi all,
This might be a stupid question but I try it anyway.
I would like to use Wireshark to capture the communication over the
OpenAMP/rpmsg stack from one processor to the other one.
Wireshark has been used in used for all sorts of communication
protocols and I believe it is applicable here as well. I could imagine
that someone wrote such a Wireshark plugin already.
Maybe someone of you knows. This could be useful for debugging.
Ciao
Hannes
IMPORTANT NOTICE: The contents of this email and any attachments are
confidential and may also be privileged. If you are not the intended
recipient, please notify the sender immediately and do not disclose the
contents to any other person, use it for any purpose, or store or copy
the information in any medium. Thank you.
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: ecac36a4c90ac116d275675eb1884c5a03db3ef0
https://github.com/OpenAMP/libmetal/commit/ecac36a4c90ac116d275675eb1884c5a…
Author: Carlo Caione <ccaione(a)baylibre.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M lib/system/zephyr/cache.h
Log Message:
-----------
zephyr: cache: Use new Zephyr cache APIs
Zephyr ships now a different API for cache management. Instead of
hijacking the call into Zephyr, use the proper API directly in libmetal.
Signed-off-by: Carlo Caione <ccaione(a)baylibre.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/open-amp
Commit: 294ba3da95b2b12b36d4597c6d4aae86723688fa
https://github.com/OpenAMP/open-amp/commit/294ba3da95b2b12b36d4597c6d4aae86…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M .github/actions/build_ci/entrypoint.sh
Log Message:
-----------
CI: Zephyr test: copy whole libmetal directory for test
When only the libmetal/lib is copied, some files such as
VERSION or CmakeList.txt are not copied. This can lead to
a test error or false positives.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 4faa1c9d3649337eb68b287c0e6c809aebfa24c6
https://github.com/OpenAMP/libmetal/commit/4faa1c9d3649337eb68b287c0e6c809a…
Author: Lane Kolbly <lane.kolbly(a)ni.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M lib/system/linux/device.c
Log Message:
-----------
linux: device: unmap regions for linux device
This unmaps the device regions which were opened during metal_uio_dev_open.
Failure to do this results in a file descriptor leak.
Signed-off-by: Lane Kolbly <lane.kolbly(a)ni.com>
Branch: refs/heads/v2021.04
Home: https://github.com/OpenAMP/libmetal
Commit: 5983d207df41841ffb425c49695837c2e2a67a0a
https://github.com/OpenAMP/libmetal/commit/5983d207df41841ffb425c49695837c2…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M CMakeLists.txt
M cmake/options.cmake
Log Message:
-----------
cmake: fix VERSION file path
cmake fails when the variable CMAKE_SOURCE_DIR does not point to
the libmetal directory.
This is the case, for example, for the Zephyr project.
Fix by defining LIBMETAL_ROOT_DIR in the main CmakeLists.txt.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
All,
Tomorrow's meeting is canceled. I will update and then delete the invite.
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
All,
I have a conflict for tomorrow (TF-A tech meeting which I need to be on.)
Do we want to cancel or someone else run it?
(I have not done my document experiments yet.)
I will get the wiki notes updated before tomorrow.
Thanks,
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 04cf5d9e0ef562d676cd3f58530fed4e1901f428
https://github.com/OpenAMP/libmetal/commit/04cf5d9e0ef562d676cd3f58530fed4e…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M CMakeLists.txt
M cmake/options.cmake
Log Message:
-----------
cmake: fix VERSION file path
cmake fails when the variable CMAKE_SOURCE_DIR does not point to
the libmetal directory.
This is the case, for example, for the Zephyr project.
Fix by defining LIBMETAL_ROOT_DIR in the main CmakeLists.txt.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>