-
Notifications
You must be signed in to change notification settings - Fork 33
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
UART not pulling down properly on Rock5B #109
Comments
It appears UART2 M2 works, but /dev/ttyS2 is owned by the tty group, not the dialout group. |
Please tell us the system image you are using. |
rock-5b_debian_bullseye_cli_b36 |
UART3 M1 also works fine. |
UART7 M1 also works. Very weird. At least I have 2 working UARTs now, but this still needs to get fixed. |
So which UART is not working correctly now? |
Works:
Does not work:
Not tested:
|
@nascs please check this when you are back. |
I downloaded the same image(rock-5b_debian_bullseye_cli_b36) but did not reproduce the problem, after restarting with UART7_M2 enabled and connecting pin 26 to GND, I measured 0V on pin 26, and after connecting pin 26 to 5V, I measured 5V on pin 26. |
Please check if you can get it actually working as an UART. Not connecting to external pull up and pull down. |
It can be sent and received normally as a uart. |
I'm trying to use UART but the Rock5B is not pulling down the line properly, see the scope screenshot. This is with nothing else connected. Just the scope connected directly to the GND and TX pins.
I tried it with UART7_M2 and UART4_M2. Both had the same issue. Someone in the Radxa discord said it could be that the drive strength is too low.
The text was updated successfully, but these errors were encountered: