-
I am running into a problem with the underlying Linux tty serial drivers and the line controls used for board reset...
My current linux kernel is I generally use the MegaCore bundled version... But I see the same error if I run v7 or v8 of I have tried re-programming various versions of bootloaders, with no luck... Any idea how to work around this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looks like specific to the serial port driver of this Linux kernel. What is the USB to serial chipset used? Can you try another Linux distribution? |
Beta Was this translation helpful? Give feedback.
-
I removed support for the following on my kernel:
And left only the I will eventually need those other drivers back, but they are for other projects, so I can worry about those later... |
Beta Was this translation helpful? Give feedback.
I removed support for the following on my kernel:
USB Serial Simple Driver
Prolific 2303
USB Debugging Device
And left only the
FTDI Single Port Driver
...I will ev…