Monitor PCI FPGA temp via powershell
Clash 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
hardware pci fpga powershell
New contributor
add a comment |Â
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
hardware pci fpga powershell
New contributor
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
add a comment |Â
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
hardware pci fpga powershell
New contributor
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
hardware pci fpga powershell
New contributor
New contributor
edited 3 hours ago
Rui F Ribeiro
37k1273117
37k1273117
New contributor
asked 5 hours ago
Invento
12
12
New contributor
New contributor
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
add a comment |Â
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
add a comment |Â
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.
New contributor
add a comment |Â
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.
New contributor
add a comment |Â
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.
New contributor
add a comment |Â
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.
New contributor
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.
New contributor
New contributor
answered 3 hours ago
Invento
12
12
New contributor
New contributor
add a comment |Â
add a comment |Â
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.
Invento is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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