On Thu, Aug 24, 2017 at 12:13:25AM +0300, Artturi Alm wrote: > On Wed, Aug 23, 2017 at 10:05:18AM -0700, Stephen Graf wrote: > > From the advice from Mark and the further reading that I did, I think I am > > doing the right things. > > > > > > > > I can set the status light from u-boot, but cannot configure the pin in > > OpenBSD. > > > > > > > > The attached console log shows the results of my testing with annotations in > > caps. > > > > Hi, > > if you can, i'd like to see the output in dmesg w/diff below, > might provide more clues. >
Actually, forget about that, as i guess you can 'fix' this by adding what is necessary to the .dts of your board, or try from u-boot w/ => fdt ... commands. You'll want to look out for allwinner pinctrl, gpio dt-bindings, other sunxi dts files for examples etc.. if all you need is a simple output, faking it as a led for u-boot might be the easiest. gl hf:) -Artturi