简体   繁体   English

U-Boot-嵌入式Linux-终端连接

[英]U-Boot - Embedded Linux - Terminal Connection

I have an embedded linux board with a max3222e RS232 converter. 我有一个带有max3222e RS232转换器的嵌入式linux板。 The pins are availlable on soldering pins. 引脚在焊接引脚上可用。 I think I've figured out the ground pin, the TX pin and the RX pin. 我想我已经弄清楚了接地引脚,TX引脚和RX引脚。 When I connect my pc with a terminal program, I can see the boot logs of the embedde linux system. 当我将PC与终端程序连接时,可以看到embedde linux系统的启动日志。 Also I can stop u-boot with pressing any key. 我也可以通过按任意键停止u-boot。 But when I try to use some boot arguments then the characters of the pressed key are not the same like on the pc. 但是,当我尝试使用一些启动参数时,所按键的字符与PC上的字符不同。 For example: 例如:

Enter->y 输入-> y

a -> 0 --0

s -> F s-> F

Can anybody tell me what's wrong. 谁能告诉我怎么了。 The serial settings are 115200 Baut 8N1 and no Flowcontrol. 串行设置为115200 Baut 8N1,无流量控制。

Thanks a lot 非常感谢

Karl-Heinz 卡尔·海因茨

What terminal you use ? 您使用什么终端? I use minicom. 我使用minicom。 I have set 我已经设定

`NO PROGRAMING FLOW CONTROL,'

`YES DEVICE FLOW CONTROL`.

And u-boot char is send good. 而且u-boot字符发送良好。 You try other terminal for example putty for windows ? 您尝试其他终端,例如用于Windows的腻子吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM