Take a look at the updated graph. I made an error using the wrong device tree on Evergreen hardware.
The value reported by power gauge is divided by r_sns; on Evergreen that should be 1667. But with the on other batches the value used was 5000, which is what I was using in my testing.
The fix for this was really simple: power*3 when using the old r_sns value. So the value: 0.6876W should be: 2.0628
I’m really sorry for letting this error slip by.
3 Likes