[ Entity Manager - Beaglebone Adc }

Joel Stanley joel at jms.id.au
Thu Jun 2 15:59:23 AEST 2022


On Wed, 1 Jun 2022 at 08:51, Nikhil V <nikhil.vu at zohocorp.com> wrote:
>
> Hi ALL,
>           I have successfully ported openbmc on beaglebone black. I have displayed LM75, and ADC result on webui.

Neat. Do you have your patches on gerrit for review?

>           Now I am doing the same with Entity Manager. I have displayed LM75 result successfully, But unable to display ADC result through Entity Manager.
>           Below is my Config file.
> {
>     "Exposes": [
>     {
>             "Index": 0,
>             "Name": "PSU 12 Volt",
>             "ScaleFactor": 0.1124,
>             "Type": "ADC"
>         },
>     {
>             "Index": 1,
>             "Name": "PSU 5 Volt",
>             "ScaleFactor": 1,
>             "Type": "ADC"
>         },
>         {
>             "Address": "0x48",
>             "Bus": 2,
>             "Name": "Ambient 0 Temp",
>             "Type": "TMP75"
>         }
>     ],
>     "Name": "xplode",
>     "Probe": "True",
>     "Type": "Board"
> }
>
> 1) How to display ADC value through entity manager
> 2) I would like to control single pwm pin
>
> Any pointer would be helpful or what are the steps to display adc value/PWM control
>
> Board used : Beaglebone Black
>
> Thanks & Regards,
> Nikhil Muley
>


More information about the openbmc mailing list