Monitor PCI FPGA temp via powershell

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I would like to monitor the power and temperature of a PCIe FPGA, specifically the Xilinx Virtex Ultrascale KCU1500 and display it in powershell. I have used lm-sensors, and hardinfo, but it only shows the CPU temp.



I can see this in SYSMON in vivado, but it would be nice not to have that up all the time for remote monitoring. Any help would be awesome!



I am running ubuntu 16.0.4










share|improve this question









New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Well, how is Vivado reading the temperature? I presume you would have to implement the same thing. It is possible that they are doing some sort of jtag emulation through a pci capability structure. I have no idea how you would access that through powershell.
    – alex.forencich
    4 hours ago














up vote
0
down vote

favorite












I would like to monitor the power and temperature of a PCIe FPGA, specifically the Xilinx Virtex Ultrascale KCU1500 and display it in powershell. I have used lm-sensors, and hardinfo, but it only shows the CPU temp.



I can see this in SYSMON in vivado, but it would be nice not to have that up all the time for remote monitoring. Any help would be awesome!



I am running ubuntu 16.0.4










share|improve this question









New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Well, how is Vivado reading the temperature? I presume you would have to implement the same thing. It is possible that they are doing some sort of jtag emulation through a pci capability structure. I have no idea how you would access that through powershell.
    – alex.forencich
    4 hours ago












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I would like to monitor the power and temperature of a PCIe FPGA, specifically the Xilinx Virtex Ultrascale KCU1500 and display it in powershell. I have used lm-sensors, and hardinfo, but it only shows the CPU temp.



I can see this in SYSMON in vivado, but it would be nice not to have that up all the time for remote monitoring. Any help would be awesome!



I am running ubuntu 16.0.4










share|improve this question









New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I would like to monitor the power and temperature of a PCIe FPGA, specifically the Xilinx Virtex Ultrascale KCU1500 and display it in powershell. I have used lm-sensors, and hardinfo, but it only shows the CPU temp.



I can see this in SYSMON in vivado, but it would be nice not to have that up all the time for remote monitoring. Any help would be awesome!



I am running ubuntu 16.0.4







hardware pci fpga powershell






share|improve this question









New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago









Rui F Ribeiro

37k1273117




37k1273117






New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









Invento

12




12




New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Well, how is Vivado reading the temperature? I presume you would have to implement the same thing. It is possible that they are doing some sort of jtag emulation through a pci capability structure. I have no idea how you would access that through powershell.
    – alex.forencich
    4 hours ago
















  • Well, how is Vivado reading the temperature? I presume you would have to implement the same thing. It is possible that they are doing some sort of jtag emulation through a pci capability structure. I have no idea how you would access that through powershell.
    – alex.forencich
    4 hours ago















Well, how is Vivado reading the temperature? I presume you would have to implement the same thing. It is possible that they are doing some sort of jtag emulation through a pci capability structure. I have no idea how you would access that through powershell.
– alex.forencich
4 hours ago




Well, how is Vivado reading the temperature? I presume you would have to implement the same thing. It is possible that they are doing some sort of jtag emulation through a pci capability structure. I have no idea how you would access that through powershell.
– alex.forencich
4 hours ago










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I'm not sure how vivado pulls it up either specifically. I do know it is doing a JTAG scan and posting it to sysmon. As far as implementation. It is built in, I open hardware manager and click on sysmon.






share|improve this answer








New contributor




Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Invento is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474382%2fmonitor-pci-fpga-temp-via-powershell%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I'm not sure how vivado pulls it up either specifically. I do know it is doing a JTAG scan and posting it to sysmon. As far as implementation. It is built in, I open hardware manager and click on sysmon.






    share|improve this answer








    New contributor




    Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote













      I'm not sure how vivado pulls it up either specifically. I do know it is doing a JTAG scan and posting it to sysmon. As far as implementation. It is built in, I open hardware manager and click on sysmon.






      share|improve this answer








      New contributor




      Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



















        up vote
        0
        down vote










        up vote
        0
        down vote









        I'm not sure how vivado pulls it up either specifically. I do know it is doing a JTAG scan and posting it to sysmon. As far as implementation. It is built in, I open hardware manager and click on sysmon.






        share|improve this answer








        New contributor




        Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        I'm not sure how vivado pulls it up either specifically. I do know it is doing a JTAG scan and posting it to sysmon. As far as implementation. It is built in, I open hardware manager and click on sysmon.







        share|improve this answer








        New contributor




        Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 3 hours ago









        Invento

        12




        12




        New contributor




        Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Invento is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.




















            Invento is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Invento is a new contributor. Be nice, and check out our Code of Conduct.












            Invento is a new contributor. Be nice, and check out our Code of Conduct.











            Invento is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474382%2fmonitor-pci-fpga-temp-via-powershell%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay