i.MX28, u-boot 13.04 and AUART

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX28, u-boot 13.04 and AUART

ソリューションへジャンプ
944件の閲覧回数
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 解決策
698件の閲覧回数
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 返答(返信)
699件の閲覧回数
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 件の賞賛
698件の閲覧回数
andreaswass
Contributor I

Ok done. Hopefully I did it correct.

0 件の賞賛