tuf 发表于 2020-5-29 12:44:31

core-px30-jd4 如何调整串口波特率

core-px30-jd4 串口波特率波特率太高,现有的数据线不支持,如何将波特率改成115200?

wo゜ 发表于 2020-5-29 14:06:58

uboot:找到对应的config文件,
内核:找到对应的dts文件修改就可以了

tuf 发表于 2020-5-29 14:48:39

修改后,debug口的波特率修改为115200bps了。

tuf 发表于 2020-5-29 14:58:51

tuf 发表于 2020-5-29 14:48
修改后,debug口的波特率修改为115200bps了。

但是我自己编译的固件,启动后输出一系列错误信息。
错误信息已单独发帖

tuf 发表于 2020-5-29 21:28:12

uboot和kernel改成115200bps波特率输出了,
但是kerenel之后,又输出乱码。是波特率改变了,还是程序跑飞了?

U-Boot 2017.09-g0c15140-dirty (May 29 2020 - 20:49:21 +0800)

Model: Rockchip PX30 EVB
PreSerial: 2
........

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
......................
[    0.460676] DMA: preallocated 256 KiB pool for atomic allocations
[    0.516487] genirq: Setting trigger mode 8 for irq 177 failed (gic_set_type+0x0/0x64)
这之后是乱码。
页: [1]
查看完整版本: core-px30-jd4 如何调整串口波特率