EmilioPeJu / MMCTester

Test utility for MMC development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Test utility for MMC development


Languages

Language:Python 61.5%Language:C++ 31.8%Language:C 4.3%Language:Nix 2.1%Language:Makefile 0.4%