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