
Hi!
I'm working with fluent bit cross compile for a Dragino MS14 device, with a OpenWRT custon linux firmware.
I've successfully compiled fluent-bit for my target device and now my base OpenWRT image contains an "almost" working fluent-bit version.
Yeah, almost...because the Serial input plugin is not working properly, even though the compilation process finished without errors.
Here is what happens: the cpu and memory plugin work well, but when I try to use serial plugin (with a specific serial.conf file) I get the following message (image):
The serial.conf content is:
[SERIAL]
# file
# ====
# Filename of serial port. e.g. /dev/ttyS0, /dev/ttyAMA0
file /dev/ttyATH0
# Bitrate
# ========
# Specify the bitrate to communicate using the port.
bitrate 115200
I checked the serial connection using
picocom, and it's working fine....
I'd be glad if you have any clue on this...
Bruno G. Eilliar
bruno...@devtecnologia.com.br