How do you put a processor's USB peripheral into test mode on an embedded Linux system?
I have tried writing the setup sequence defined in the reference manual to registers directly using devmem.
Although this appears to be accepted, there are no test packets emitted from USB so I'm wondering if the kernel is interfering with USB during this process.
Is there a better way to do this in Linux?