mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-11-02 16:21:21 +08:00
rockchip: fix baudrate for Radxa E25
According to the documentation[1], the serial baudrate of E25 is
115.2 Kbps, and setting it to 1.5 Mbps will cause onboard CH340B
USB-UART chip unstable.
Since mainline TPL is yet available, download patched TPL binary
from Radxa.
1. https://wiki.radxa.com/Rock3/CM/CM3I/E25/getting_started
Fixes: https://github.com/openwrt/openwrt/issues/15814
Fixes: f7c732bf9e ("rockchip: add Radxa E25 board support")
Tested-by: FUKAUMI Naoki <naoki@radxa.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/15870
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
9a8111fb25
commit
7a96d36188
@ -109,6 +109,7 @@ define Device/radxa_e25
|
||||
DEVICE_MODEL := E25
|
||||
SOC := rk3568
|
||||
DEVICE_DTS := rockchip/rk3568-radxa-e25
|
||||
BOOT_SCRIPT := radxa-e25
|
||||
UBOOT_DEVICE_NAME := radxa-e25-rk3568
|
||||
DEVICE_PACKAGES := kmod-r8169 kmod-ata-ahci-platform
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user