Don’t you know what is device tree?
If not, it is dtb(compiled) file on your board or dts(source) file on your host.
Please get the /boot/dtb/kernel_XXX.dtb from both of your boards.
Actually, this driver is not from us so that I could not give you the detailed logic inside.
Just a rough example here.
From the source you would know taht it’s causing from Line:1245. f81534_set_mask_normal_register() returns unexpected value, you could print the what’s the value of status. You could also print both status for f81534_get_normal_register() and f81534_set_normal_register() to debug further.
You should ask your vendor to let us know where it gets stuck in USB driver.
We could not help to debug the custom driver.
Hi Kevin
We obtained the Fintek development board and tested it from Orin NX PCIe to USB 2.0. Over 12hrs, no problems occurred. What are the parts related to USB2.0_1 adjustment? Which files can be adjusted?
Please let us know the specific error coming from USB driver so that we could do further debug.
You could also get a Orin Nano devkit to check if the issue could be reproduced.