-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to download firmware from a firmware file array for moxa-uport-1100-series-linux-kernel-6.x-driver-v6.0 #3
Comments
Test case A (usbipd detach UPort 1150, Restart the USB/IP Service and usbipd reattach : UPort 1150)
Test case B (usbipd detach UPort 1610-8, Restart the USB/IP Service and usbipd reattach : UPort 1610-8)
When comparing both test cases, it looks like: |
Currently I am using WSL2 Ubuntu to build a custom WSL2 with moxa Linux driver source from MOXA website, and enable other USB serial controller devices in the custom kernel configuration.
After repairing some incompatible function definition for mxu1_break() in mxu11x0.c:
Preparing the KConfig...
Building the custom kernel...
Edited %USERPROFILE%/.wslconfig file in Windows:
After loading custom kernel image for WSL2
My intent is to use the usbipd tool from USBIPD-WIN project to attach the moxa device to WSL2.
I have no issue to see ttyUSB* when loading mxuport driver for the Moxa Uport 1618 device:
But, I have the following firmware downloading issue when loading mxu11x0 for MOXA UPort 1150 as follows:
How can I solve this issue?
Even changing the timeout value from 1000 ms to 5000 ms in usb_bulk_msg() call in mxu1_download_firmware() doesn't help.
USBView for Moxa UPort 1610-8:
USBView for Moxa UPort 1150:
The text was updated successfully, but these errors were encountered: