Aries Embedded MCV Series Snelstarthandleiding - Pagina 11

Blader online of download pdf Snelstarthandleiding voor {categorie_naam} Aries Embedded MCV Series. Aries Embedded MCV Series 20 pagina's.

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