06-26-2020, 07:06 AM
(This post was last modified: 06-26-2020, 07:09 AM by Subsentient.)
So, I figured it out. You need CRUST firmware of course, but also, the following AT command executed exactly once to save the relevant setting:
In my attempts, I compiled a fresh CRUST u-boot based off the latest git, that also uses 492Mhz DRAM speed, I'm providing it here.
Thermals improve a bit with this u-boot using slightly underclocked RAM, and it's likely to fix many crashes related to faster DRAM speeds. The performance hit is completely unnoticeable to me.
Code:
AT+QCFG="risignaltype","physical"
In my attempts, I compiled a fresh CRUST u-boot based off the latest git, that also uses 492Mhz DRAM speed, I'm providing it here.
Thermals improve a bit with this u-boot using slightly underclocked RAM, and it's likely to fix many crashes related to faster DRAM speeds. The performance hit is completely unnoticeable to me.