DPCW19

Results 15 comments of DPCW19

Hello, Thanks for your feedback ! I've achieved to make the service `nv-l4t-usb-device-mode.service` work by removing the line `cp -r /proc/device-tree/chosen/plugin-manager "${mntpoint}/version/plugin-manager"` from the script `nv-l4-usb-device-mode-start.sh`. The /dev/usb-ffs/ folder is...

Hello, as suggested in the tutorial, i put the psdk-usb-config.sh into `/opt/nvidia/l4t-usb-device-mode-start.sh` ``` /* Using PSDK's bulk configuration file */ sudo cp startup_bulk/psdk-usb-configure.sh /opt/nvidia/l4t-usb-device-mode-start.sh ``` But what you suggested is...

Hello, I tried a lot of things, and I wanted to start clean so I flashed the OS back again into my jetson nano with Jetpack 6.1. I don't have...

Hello, Thanks for the support ! Indeed, nv-l4t-usb-device-mode.service is active when removing the cp command. But notihng appears using lsusb. However, I can see changes with `ip a` command: Without...

Hello, Yes I do have /dev/usb-ffs/bulk1 and bulk2 ![ps -ef](https://github.com/user-attachments/assets/b55b295e-5460-4355-bc79-6a29e785b0fc)

Hello, I already configured the dji_sdk_config.h, but I have some updates. Now when I run the sample code from PSDK, I can go deeper into camera stream functions: [ ![stream-file](https://github.com/user-attachments/assets/5a390309-1e41-414b-9bf8-66785f973c28)...

Hello, Yes everything is installed correctly. The only difference between the documentation and my setup is that I have an USB-C connector on the Jetson side, not a micro-USB. Do...

Hello, This is the only modification I have. The E-Port is set to host. ![USB-C to USB-A cable](https://github.com/user-attachments/assets/6253b1d8-c1fd-447b-a99e-7b2a7f831bd4)

Hello, Thanks for the feedback. I am already using a TypeC to A cable and an OTG cable. Is it normal that I cannot see any ports using lsusb ?

Hello, Thanks for your help. This is what I get when I run`./dji_sdk_demo_linux_cxx` ![image](https://github.com/user-attachments/assets/e8f7fc41-7db9-45fb-9d51-906268887d13) Do you see anything that prevents me from getting the perception, or fpv stream ?