linux - USB not detected by i.mx 287 EVK (FreeScale) board -


I am using i.mx 287 EVK from freezesele for my application development.

Let me run the Linux kernel and the routefows successfully.

But the problem is that the USB stick does not detect when my hardware is connected.

There is no change in the / dev directory and nothing is visible in the log (dmesg)

Please help me fix it.

The hardware has both USB host and device port.

The basics that I check out:

  • Check with other USB .
  • Connect with a USB mouse or USB keyboard Check whether they are working. Check whether the device is getting power
  • If you are not getting the power, then there is definitely a problem with the kernel configuration.

    Do menuconfig from USB driver block and work for USB pen drive Enable all required flags.

    The easiest way to get the configuration will be to get the Linux kernel file (ConfiG) working, copy it inside your kernel, compile it and run it. This should work

    IT was a time when I did the above things. But this should help you with your current problem.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -