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

OpenAvnu build on Nvidia Jetson Tx2 #902

Open
ajayinnovative2 opened this issue Oct 30, 2020 · 4 comments
Open

OpenAvnu build on Nvidia Jetson Tx2 #902

ajayinnovative2 opened this issue Oct 30, 2020 · 4 comments

Comments

@ajayinnovative2
Copy link

I am trying to build OpenAvnu for Nvidia Jetson Tx2 device which is aarch64 architecture having eth1000T1 (Marvel) network interface having driver lan743x (Marvel).

During the build using travis.sh, it's failing for building igb_avb module with below error:
igb.c:1847:2: error: impossible constraint in 'asm'
asm volatile("lfence;"
Makefile:17: recipe for target 'gib.o' failed

My question is can OpenAvnu be build for non intel specific platform?
Is there any help doc available for building it for Nvidia platform and make use of various modules available in OpenAvnu?

@ajayinnovative2
Copy link
Author

Do I need to need change the igb dependencies in order to use avtp_pipeline?

@andrew-elder
Copy link

I think you are kind of "on your own" if you are trying to run on a non-Intel platform. That said, I know someone got it working on an iMX6 or 7 platform sometime in the past. igb is short for "Intel something", so I'm not surprised that did not work out of the box.

I'm not aware of Nvidia specific docs at this time.

@ajayinnovative2
Copy link
Author

Do we have a way to disable igb dependencies and make the avtp pipeline work for non intel platforms.

@andrew-elder
Copy link

I don't know how to do that.

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