Hello @vivek338,
Enabling USB on port 2 in the i.MX8M Mini involves configuring the hardware settings and potentially updating the device tree.
Kernel Configuration:
Ensure that the USB driver for the i.MX8M Mini is enabled in the Linux kernel configuration. You can do this using the make menuconfig or make nconfig command in the kernel source directory. The USB configuration should match your hardware setup.
Kernel Module Loading:
Make sure that the USB kernel modules are being loaded correctly during the system boot. Check the system logs (dmesg) for any USB-related messages or errors.
Power Supply:
Ensure that the USB port on your board is getting sufficient power. Some USB peripherals may require more power than others, and inadequate power can lead to connectivity issues.
I hope this will help you!
Thanks & Regards,
Sanket Parekh