#!/bin/sh
set -e

which python
python --version

#
# for regmap 4 only
#
if [ "$REGMAP_VERSION" == "0x0400" ]; then
    felixcore --help
fi

flx-info -h
felix-tohost --help

# statically linked
fflash -h
