update aotag coeffs

This commit is contained in:
souldbminersmwc
2026-05-03 14:41:37 -04:00
parent 93b6974be5
commit 72f5e11c42
2 changed files with 6 additions and 5 deletions

View File

@@ -81,14 +81,15 @@ namespace aotag {
.tsample_ate = 39,
};
// These coeffs are likely NOT accurate. Probably need to dump them from L4T?
static const struct FuseCorrCoeff tegra_aotag_coeff = {
.alpha = 1063200,
.beta = -6749000,
.alpha = 4496200,
.beta = -4496200,
};
static const struct FuseCorrCoeff tegra210b01_aotag_coeff = {
.alpha = 991100,
.beta = 1096200,
.alpha = 4496200,
.beta = -4496200,
};
struct aotag_sensor_info_t {

View File

@@ -141,7 +141,7 @@ namespace board {
batteryInfoInitialize();
FetchHardwareInfos();
soctherm::Initialize();
soctherm::Initialize(); // SOCTHERM must be init before AOTAG
// PMC exosphere check
SecmonArgs args = {};
args.X[0] = 0xF0000002;