root@swi-mdm9x15:~# cm adc read EXT_ADC0 EXT_ADC0:24758
root@swi-mdm9x15:~# cm adc read EXT_ADC1 EXT_ADC1:41509
If I use the following file “9999999_9904559_SWI9X15Y_07.11.11.00_00_GENERIC_001.026_000.spk” available on your site, There is no problem.
Correct values can be read:
root@swi-mdm9x15:~# cm adc read EXT_ADC1 EXT_ADC1:1654
root@swi-mdm9x15:~# cm adc read EXT_ADC0 EXT_ADC0:8
Can you explain the differences between the two firmwares and the elements that fix the problem of ADC reading ?
This is problematic when I download my final firmware in my factory (Production tests failed).
I am therefore obliged to go through an additional step which consists in loading the 9999999_9904559_SWI9X15Y_07.11.11.00_00_GENERIC_001.026_000.spk file before the final firmware.
When we received the WP85 modules from SWI, the release pre-installed is: 11.
Presumably you used swicwe to build an spk file because you have customized either yocto or legato. Which components did you modify and which version did you use as a baseline?
Sorry for the confusion. My understanding is that you tried to build an SPK using the following:
mcufw_001.005.cwe
boot-yocto_wp85.cwe
legato.cwe
The created file will differ from WPx5xx_Release-12.2_GENERIC.spk in that your SPK will not include the Firmware-Generic component. This means that you will be running whatever modem firmware was installed in your module prior to installing your SPK. I think what you probably want to do is create an SPK that uses all 4 components:
Because of your customized board, you probably want to replace the boot-yocto_wp85.cwe with your own and possibly the legato.cwe as well if you are deploying custom apps.
9999999_9904559_SWI9X15Y_07.11.11.00_00_GENERIC_001.026_000.spk (Provided by SWI),
mcufw_001.005.cwe (Provided by SWI),
My custom boot-yocto_wp85.cwe image,
My custom legato.cwe.
I did not include the 9999999_9904559_SWI9X15Y_07.11.11.00_00_GENERIC_001.026_000 file today.
Tomorrow morning, I try on new device with missing 9999999_9904559_SWI… file.