soft_reset.sh 176 B

1234567891011
  1. #! /bin/bash
  2. export PCILIB_MODEL=ipedma
  3. echo "RESET of the KALYPSO"
  4. pci -w 9040 0x200010
  5. sleep 0.1
  6. echo "DE-RESET of the KALYPSO"
  7. pci -w 9040 0x200000
  8. sleep 0.1
  9. #./status.sh