/MMCTester

Test utility for MMC development

Primary LanguagePython

MMCTester

MMCTester provides a way to test a MMC using an Arduino UNO compatible board.

Quickstart

  • Program the sketch in mmctester-board to an Arduino UNO compatible board

  • Connect IPMB to pins D14 (SDA) and D15 (SCL)

  • Connect GND if the power circuit is not shared

  • Use digital pin D13 (for example) to indicate when the payload power is activated

  • Use digital pin D3 (for example) to control the hotswap switch

  • Install mmctester package making sure you have the latest python-ipmi

  • Run: mmctester --port /dev/ttyACM0 --pin-pg 13 --pin-hs 3 (replace serial port path and pins accordingly)