Aries Embedded MCV Series Quick Start Manual - Page 11
Browse online or download pdf Quick Start Manual for Motherboard Aries Embedded MCV Series. Aries Embedded MCV Series 20 pages.
MCV Quick Start Guide, Release 2
2.4 Configure kermit
Configure ckermit by creating the file .kermit in your home directory:
cd
nano .kermit
Copy into .kermit:
set line /dev/ttyS0
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
Save the file by typing:
<ctrl> + o
Exit nano by typing:
<ctrl> + x
2.5 Start kermit and connect
Start kemit by typing:
kermit
Connect by ty typing:
c
2.6 Connect the console cable
Connect the console cable to the UART port P21 of your MCVEVP and the serial port of your Computer as specified
below
2.4. Configure kermit
7