Nextjtag trick for monitoring LTCs BCU 1525 / CVP 13

For the BCU:

nextjtag -a -m -e input_power,aux_12v_voltage,aux_12v_current,pex_12v_voltage,pex_12v_current,aux_temp0,aux_temp1,aux_temp2,vr_pwr_stage_temp0,vr_pwr_stage_temp1,vccint,fpga_temp,vr_ctrl_temp | sed ‘s/\[[^]]*\] //g’ | sort | sed -e ‘/^U/d’ -e ‘/BMC\ Setup/d’ -e ‘s/Extended Sensors: /Extended Sensors:\n/g’ -e ‘/^Device/s/Device./\n&/g’ -e ‘s/, aux_12v_voltage/\naux_12v_voltage/g’ -e ‘s/, pex_12v_voltage/\npex_12v_voltage/g’ -e ‘s/, aux_temp0/\naux_temp0/g’ -e ‘s/, vr_pwr_stage_temp0/\nvr_pwr_stage_temp0/g’ -e ‘s/, vccint/\nvccint/g’ -e ‘s/, fpga_temp/\nfpga_temp/g’ -e ‘s/, vr_ctrl_temp/\nvr_ctrl_temp/g’ | sed ‘1d’

For the CVP:

nextjtag –bw-map=map.txt -a -e total_input_power,fpga_power,fpga_core_temperature,fpga_core_current,core_voltage,12v_rear_current,12v_rear_voltage,12v_front_current,12v_front_voltage,board_temperature,ltm_core1_temperature,fpga_supply_2_temp,fpga_supply_3_temp,fpga_supply_4_temp,fpga_supply_5_temp_1,ltm_core6_temperature | sed ‘1,4d’ | sort | tr , ‘\n’ | sed -e ‘s/\[[^]]*\] //g’ -e ‘s/^[ \t]*//’ -e ‘/BMC\ Setup/d’ -e ‘/^Device/s/Device./\n&/g’ -e ‘s/ total_input_power/\ntotal_input_power/g’ | sed ‘1d’

Credit goes to @rano39 on the FPGA Discord

Leave a Reply

Your email address will not be published. Required fields are marked *