Files
bizhang_-obav/ROMFS/px4fmu_common/init.d/rc.logging
Anton Babushkin 5e3c365cd4 rc: use sdlog2 -t option
sdlog2: move all logs and conv.zip to "log" dir, messages cleanup
2014-01-19 22:56:24 +01:00

15 lines
179 B
Plaintext

#!nsh
#
# Initialise logging services.
#
if [ -d /fs/microsd ]
then
if [ $BOARD == fmuv1 ]
then
sdlog2 start -r 50 -a -b 16 -t
else
sdlog2 start -r 200 -a -b 16 -t
fi
fi