I am trying to use minicom for my serial cable communication to the target but I am not able to access the / of my remote device.I tried setting up ttyXX for minicom using sudo minicom -s but still I am not able to access it.
dmesg output:
[ 0.000000] console [tty0] enabled [ 0.796017] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.999377] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.019651] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19) is a 16550A and I tried setting up ttyS0 and ttyS4 but it didn't worked in both the cases.
Minicom setup
+-----------------------------------------------------------------------+ | A - Serial Device : /dev/ttyS0 | | B - Lockfile Location : /var/lock | | C - Callin Program : | | D - Callout Program : | | E - Bps/Par/Bits : 115200 8N1 | | F - Hardware Flow Control : No | | G - Software Flow Control : No | | | | Change which setting? | +-----------------------------------------------------------------------+ After setting up if I run sudo minicom it hangs by showing below messages.
Welcome to minicom 2.5 OPTIONS:I18n Compiled on May 2 2011, 10:05:24. Port dev/ttyS0 Press CTRL-A Z for help on special keys System Info
Linux XXXXXXX 3.2.0-83-generic #120-Ubuntu x86_64 x86_64 x86_64 GNU/Linux Remote target Info
Freescale arm board with ubuntu 32 bit running What am I missing?