grep ODROID-C2 /proc/cpuinfo > /dev/null
ret=$?
if [[ "$ret" -eq 0 ]]; then
  echo "y"
else
  echo "n"
fi