In order to adjust the video configuration of Ubuntu in my Khadas Vim(installed with Nougat) I’m trying to connect it through serial port (pins 17,18,19) as instructed in the doc on debugging interface. I made a USB cable as instructed in that documentation and I installed the Kermitc in my Lubuntu. In the /etc/kermit/kermrc I add the following:
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 c
I observed that when I connect my Khadas to one of the USB interface in my old PC the lubuntu im my PC didn’t detect any periferal and it didn’t attach the USB to ttyUSB0. Is that the cause of not being able to connect the kermit?
I think you didn’t done the Kermit configuration in right way, following document for your reference:
Actually, the ttyUSB0 is a device node of the USB-to-Serial tool, which should be found at /dev/ folder if your USB-to-Serial Tool has been pluged into your PC.
I connect but no detection
I have a Prolific PL2303 that lubuntu detects normally so the detection is working in my old PC. I disconnect the Prolific cable to avoid interference.
This was an attempt to follow one of the hints to solve my issue at