For Orin AGX,I have done some adaptation configurations on the custom base board, including :
pinmux change & GPIO configuration
I use PCIe x8 (C7) as RP mode , PCIe x8 (C5) as EP mode. so I changed ODMDATA.
ODMDATA=“gbe-uphy-config-0,nvhs-uphy-config-1,hsio-uphy-config-16,hsstp-lane-map-3”;
and I update the pinmux:
EEPROM change as most custom boards do not have an EEPROM on it.
and now ethernet and C7 as RP mode both work well.
For AGX xavier, I don’t change anything, and use devkit. I use PCIe x8 (C5 ) for RP mode on AGX xavier.
Now I connect AGX Orin’s C5 (EP) to AGX xavier’s C5 (RP). On AGX xavier, when I use 'lspci ’ , it could find the EP device . when I use “cat edmalib_test” on orin ,it test failed.
so I want to know what may cause this problem.
And I also hope to know when I use AGX xavier as RP device, whether I need to install driver on AGX xavier.
Based on the result, there must be some configuration at the RP. My case finally will use x86-64 PC (ubuntu 22.04)as RP. Do you have any suggestions to configure the host?
I still work on this case.And I find another topic,I thought it is similar with my case.
In the end, I did not find the solution, but it suggested to use vnet.
But in R36.3. I don’t find the configuration to use Tegra vnet driver from the DeveloperGuide. It seems that the guide of vnet had been deleted. Does it have any problem?
The eth1 appear. and I noticed the PCIe link is not up .
2.On RP device . when I reboot RP device. It can find device when I used 'lspci ', but the eth1 wasn’t be created
I changed the BSP to R35.6, and do some other tests. I open a new topic , I think you are a expert and I really hope you can give me some suggestions on the follow topic. Thanks.
Share the exact error log as text file and exact steps you are using for testing things.
Your whole post is full log screenshot and weird format…hardly reading. Also, none of your log is ever provided in rel-35.6… I saw they are all rel-36 things which do not help for a rel-35 case.