-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add Radxa E20C board #7157
Add Radxa E20C board #7157
Conversation
The CH430B can handle up to 2Mbaud AFAIK so maybe there is some different issue. Could also be due to poor design which would not be fixable by software anyway. |
We have noticed that when the OS sets the debug serial port baud rate to 1.5M, the serial port tool will lose characters. When setting baud rate to 115200, the serial port will not lose characters. We found that it is a problem with CH340B itself. To solve this problem, we need to use another Pin to Pin IC, CH340C. |
b38b203
to
5452e3b
Compare
Nice work! Is there a how to for installing Armbian on the E20C available? |
This is always the same. ... but you will need:
|
Description
Adds the Radxa E20C board, which is based on the Rockchip RK3528 SoC.
U-Boot config from radxa/u-boot@5202c42
Depends on armbian/linux-rockchip#231
(which, as of writing, is not merged)(which is now merged)How Has This Been Tested?
/dev/input/event0
)/sys/class/leds
)Not tested:
Note that USB serial is unreliable, likely due to the CH340B USB serial chip on the board not being able to handle the RK3528's baudrate. Changing the baudrate can only be done by editing the device tree (as
stty
will not affect it).Checklist: