I'm trying to use Beaglebone Black for driving a motor circuit. I have managed to enable and use PWM pins (P8_13 and P8_19 namely). But I have a problem.
When I first power up the board, these pins become HIGH state so the motor starts running unintentionally. It goes up until Linux (ubuntu 12.04) boots and PWM pins are set as LOW.
Is there a way to set default pin states in Beaglebone Black so that when I powered the board PWM pins start in LOW state? (maybe in device tree?)
Thanks