Search This Blog

Oct 27, 2011

kermit configuration

安装 
-------------------------------------- 
    # apt-get install ckermit 
    修改kermit的配置文件 

配置 
-------------------------------------- 
    # vi /etc/kermit/kermrc 
    下面是使用U-Boot和Linux时推荐配置: 
    set line          /dev/ttyUSB0 
    set speed         115200 
    set carrier-watch off 
    set handshake     none 
    set flow-control none 
    robust 
    set file type     bin 
    set file name     lit 
    set rec pack      1000 
    set send pack     1000 
    set window        5 
    # 将上面的设置添加到“/etc/kermit/kermrc”中 
    # /dev/ttyUSB0表示使用usb转串口的连接线接开发板,如果是只用用串口线连接主机的话,需要设置为/dev/ttyS0
 

No comments: