Dennis.Yxun wrote:
you can follow this
http://wiki.openmoko.org/wiki/Debug_Board_v3#Serial_Port

use minicom, configure it properly
setting may like /dev/ttyUSB0, 7N1, 115200? (host and neo must match)
this could be wrong, correct me!

you may have to dig the s3c2442 data sheet to see
if the UART is configured correctly (register , clock settings..)
i download the commi but when i make :
[EMAIL PROTECTED]:~/Software/commi-0.3.2$ make
/usr/bin/uic-qt4 commimainform.ui -o .ui/ui_commimainform.h
uic: File generated with too old version of Qt Designer
File 'commimainform.ui' is not valid
make: *** [.ui/ui_commimainform.h] Error 1
seems the qt version.
so i use:
sudo modprobe ftdi_sio vendor=0x1457 product=0x5118
sudo chown uucp.uucp /dev/ttyUSB0
sudo cu -s 115200 -l /dev/ttyUSB0

but i receive nothing! is that seems the configure of UART  is not star
or the command is not correct?

the code:
http://git.openmoko.org/?p=kboot-stage1.git;a=tree;h=a9dbc635b7047c1532596a38f9741ddb98128578;hb=a9dbc635b7047c1532596a38f9741ddb98128578



Reply via email to