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: […]