Move RPiBMC post out of draft status - still WIP but mostly ready

This commit is contained in:
Joshua Boniface 2017-03-21 15:14:09 -04:00
parent 981e9bda1b
commit 1451c9afcf
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ tags = []
title = "Build A Raspberry Pi BMC"
type = "post"
weight = 1
draft = true
draft = false
+++
@ -28,6 +28,7 @@ One of the main ideas behind a BMC is that it should be accessible even if the h
The purple wire on a standard 24-pin ATX connector provides a standby +5V power supply, rated in the spec for up to 50mA but in reality today often supporting close to 1A. This is more than enough to run the motherboard standby power as well as a Raspberry Pi. This has the added bennefit of working just like a real BMC: when the system is unplugged, the BMC also turns off, and turns back on as soon as power is reapplied. With that in mind, I made a simple "adapter" out of a piece of solid-core CAT5 cable, which is inserted directly into the ATX motherboard connector, with the other end attached to a standard MicroUSB cable. The result is consistent, reliable, in-case power for the BMC without any trickery.
(Pictured: The power interface to the motherboard, attached to a MicroUSB cable)
[Picture - power stuff]
### Serial - USB or TTL?