Open joshellissh opened 2 years ago
I still haven't had any luck on this. The keyboard and mouse work in the console, but not in Qt. If anyone can help me figure this out I'd be happy to pay you for your time!
Hi,
How did you enable back disabled USB settings?
Hi,
How did you enable back disabled USB settings?
Here is the repo I forked with my changes: https://github.com/joshellissh/PiDGC/tree/main/buildroot
Thank you for sharing the repo. I compiled the image and I seem to have a similar issue. My ftdi usb converter does not work with my QT application. I will try to dig deeper and share the solution here if I find it.
First of all, great work on the repo/config! It's made my RPi3 boot as fast as I need it, which is great!
I am having one issue, and while I know it's probably not directly related to buildroot, I was wondering if anyone seeing this might have any ideas (as I might be related to Qt build config? Not sure).
Anyway, I was able to add the necessary HID/USB settings back to the kernel config to enable my USB keyboard and mouse. They get power now, and the keyboard works in the console as does the mouse (I can tell using
cat /dev/input/mouse0 | hexdump
). The issue I'm having is when my fullscreen Qt app starts (built using the qt static compiled in this repo) the mouse and keyboard don't work there.I know it's a longshot posting that question here, but I was hoping someone might have some insight.
Thanks!