How to use jetson orin nx endpoint

Currently, I use jetson orin nx and custom board. I want to use endpoint in jetson orin nx.

I understand that in jetson linux 36.4, endpoint is defined as 14160000
but in executing command line,

# cd /sys/kernel/config/pci_ep/
# mkdir functions/pci_epf_tvnet/func1
# echo 16 > functions/pci_epf_tvnet/func1/msi_interrupts
# ln -s functions/pci_epf_tvnet/func1 controllers/141a0000.pcie_ep/
# echo 1 > controllers/141a0000.pcie_ep/start

endpoint is being used as 141a0000
is it correct?

Not correct. You should use 14160000.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.