Page 1 of 1
Override phy_init_data
Posted: Wed Jun 27, 2018 9:59 am
by lanker
We would like to override the default values specified in components/esp32/phy_init_data.h. As far as we can tell, there's no reasonable way to do this bar from patching esp-idf, which we would like to avoid. If possible, we don't want to use a partition for it. Is there any suggested way to do this?
Re: Override phy_init_data
Posted: Wed Jun 27, 2018 10:17 am
by ESP_igrr
Hi lanker,
Normally you should never modify values in phy_init_data, unless you have received customized phy_init_data.bin file from Espressif. If you have, then it is suggested that you use "PHY init data in partition" option.
Re: Override phy_init_data
Posted: Wed Jun 27, 2018 11:29 am
by lanker
Hi, thanks for the quick reply!
We need to set these values for our hardware for regulatory reasons. I just want to make sure that we haven't missed a config or similar for specifying our own values.
Re: Override phy_init_data
Posted: Thu Jun 28, 2018 4:58 am
by ESP_igrr
Okay, in case you haven't already, please contact Espressif via support section of the website, you can get assistance in modifying phy_init_data per your requirements.