i.MX28, u-boot 13.04 and AUART

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX28, u-boot 13.04 and AUART

跳至解决方案
1,184 次查看
andreaswass
Contributor I

Hello!

I have successfully managed to boot an i.MX28 CPU (TQMa28 module) with u-boot 13.04. I have also ported an AUART driver that works with U-Boot 2009.08 to have the U-Boot output be sent to AUART3 instead of DUART. The issue though is that if I do not print anything at all to the DUART the AUART will fail to print anything. If I, during the initialization of the AUART driver, call pl01x_serial_putc(" "), then the AUART driver will work fine and all output will go to the correct AUART. If I omit that call to the pl01x_serial_putc the AUART will output nothing.

Are there any known problems with AUART during U-Boot or anything such? Or am I missing something cruical?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
938 次查看
fabio_estevam
NXP Employee
NXP Employee

Please post your patch to the U-boot list, so that we can see the code and try to come up with some ideas;

在原帖中查看解决方案

0 项奖励
回复
2 回复数
939 次查看
fabio_estevam
NXP Employee
NXP Employee

Please post your patch to the U-boot list, so that we can see the code and try to come up with some ideas;

0 项奖励
回复
938 次查看
andreaswass
Contributor I

Ok done. Hopefully I did it correct.

0 项奖励
回复