Could you tell me how to let the update must be success ?
BTW I saw my console log
[ 34.695984] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 34.712181] msm_thermal:get_cpu_freq_plan_len Error reading CPU0 freq table len. error:-19
I checked the time, but sometimes I didn’t see my update.
BTW, Do you know how to add recipes ?
Does it need to make clean then make ?
I saw the error log in R16
[ 34.695984] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 34.712181] msm_thermal:get_cpu_freq_plan_len Error reading CPU0 freq table len. error:-19
[ 34.695984] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
[ 34.712181] msm_thermal:get_cpu_freq_plan_len Error reading CPU0 freq table len. error:-19
It should enable
##############################
# QCA9377 WiFi enablement.
##############################
# Common for QCA9377 BT & WiFi
# CONFIG_REGULATOR is not set
# Keep this as "y". If these are defined as modules,
# number of errors will pop up before root file system
# is moulted. For example:
# cpr_regulator_probe: apc_corner: mem_acc intialization error rc=-517
# cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
# msm_thermal:get_cpu_freq_plan_len Error reading CPU0 freq table len. error:-19
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
# CONFIG_REGULATOR_STUB is not set
# CONFIG_REGULATOR_MEM_ACC is not set
I have a question about update yocto_wp76xx.4k.cwe
I can update success when I update from original to custom image, but I failed to update some files when I update from custom to custom image.
BTW the log message show PASS to update.
I always can update success when I update to R12 and do reset then update to original R16 and update custom R16 image.
How can I do it when I no need to update to R12 then update back to R16 → custom image?