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

AF_RPMSG has changed value to 44 for beaglebone AI #3

Open
nraynaud opened this issue Nov 13, 2020 · 0 comments
Open

AF_RPMSG has changed value to 44 for beaglebone AI #3

nraynaud opened this issue Nov 13, 2020 · 0 comments
Assignees

Comments

@nraynaud
Copy link

Thank you for your hard work.

Upon trying to build on your foundations, I found out that AF_RPMSG has a different value in my case:

$ grep -r  AF_RPMSG /usr
/usr/src/linux-headers-4.14.108-ti-r137/include/uapi/linux/rpmsg_socket.h:#ifndef AF_RPMSG
/usr/src/linux-headers-4.14.108-ti-r137/include/uapi/linux/rpmsg_socket.h:#define AF_RPMSG	44
/usr/src/linux-headers-4.14.108-ti-r137/include/uapi/linux/rpmsg_socket.h:#define PF_RPMSG	AF_RPMSG
/usr/src/linux-headers-4.14.108-ti-r137/include/linux/socket.h:#define AF_RPMSG	44	/* Remote-processor messaging   */
/usr/src/linux-headers-4.14.108-ti-r137/include/linux/socket.h:#define PF_RPMSG	AF_RPMSG

here is the patch: https://git.ti.com/cgit/rpmsg/rpmsg/commit/include/linux/socket.h?h=rpmsg-ti-linux-4.14.y-next&id=4d493e8f47e5538e71c1ad2a714ba076e8b77975

cheers,

Nico.

@davidthomaswood davidthomaswood self-assigned this Nov 25, 2020
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

2 participants