Seeking help on Linux USBIP compilation problem
-
I'm trying to compile USBIP into the firmware. The USBIP code is available in the Linux kernel repository on Luckfox's GitHub repository (tools/usb/usbip and drivers/usb/usbip). I've created the USBIP package in packages and created Config.in and usbip.mk files, but I don't know how to write the file. Using the instructions in AI keeps giving me errors. I need to compile USBIP into usbipd and then use it directly in Buildroot. There's no tutorial for this on the official wiki, so I can't complete the mk file.
Hello, usbipd is a tool provided by the kernel. It needs to be cross-compiled and uploaded to a rootfs that supports udev for use. The default buildroot configuration we provide does not support udev, so during the cross-compilation process, it will fail due to the inability to find libudev. Currently, we have no plans to develop on usbip, so we are unable to provide assistance for this issue.

