RobertCNelson / linux-dev

MIT License
151 stars 96 forks source link

ttyO1 not working #16

Closed lazychino closed 10 years ago

lazychino commented 10 years ago

I try to upgrade to the 3.12 kernel to escape the 3.8 mmc bug, but now on 3.12 I cant make any uart work :S. got any idea what the problem?

RobertCNelson commented 10 years ago

Which board is this on? (if it's the bone, and via the capemanager, that's not working at the moment, best thing to do is manually patch the dtb file and add ttyO1)

lazychino commented 10 years ago

yeah is on the BBB, thanks I'll try doing that

RobertCNelson commented 10 years ago

I just pushed a quick hack for this.. https://github.com/RobertCNelson/rscm

bearsh commented 10 years ago

Robert, so the problem lays in the capemanager doing wrong things on 3.12?

RobertCNelson commented 10 years ago

bearsh, patches welcome.