I am working with the DA14583. I read Training_06_suota_example_v1.1.pdf 我使用的是sdk5.0.3。 I cannot find "DA1458x_SUOTA_Multipart_Binary_Generator.zip" file
You will be able to get the file in the Documents tab, under the Tutoral section, the tutorial's name in Tutorial 6 : SUOTA TOOL ZIP FILE, since on every document release the link is probably changed, please check the path mentioned above since the links sometimes might be broken. Anyway i ve attached the new link here.
Please follow the description mentioned above in order to reach the .zip file, the documents are updated frequently and the links keep changing, please navigate to the Documents in the Tutorials section.
The most possible reason why you get “invalid product header” is that the offsets of the images reside. Be aware that the DA14585 supports larger images, so you will have to increase the size of the offsets in the flash. Please, open the project_multipart_binary_v2.py and alter the values in the following variables just like below:
I'm using the "prox_reporter" example for checking the SUOTA on IOS device, so if possible send a zip file compressed of the FW1 and FW2 as specified in the SUOTA tutorial, As i attached mine earlier. Thanks in advance.
Could you please clarify if you are using a custom board or any of our developments kits? I tested the SUOTA feature in iOS device using the prox_reporter example of the SDK, but I am not able to replicate your problem. You will find attached the output folder of the DA1458x_SUOTA_Multipart_Binary_Generator_v0.
谢谢for your question. Could you please raise a new forum ticket as this one is very old and closed? In case of DA14531, please check the following tutorial:
Hi ronald,
检查此链接https://support.dialog-semiconductor.com/resource/tutorial-3-suota-tool-...
谢谢MT_dialog
thanks
This link says you need to register or login. I'm logged in, and it is not working.
Hi JBaczuk,
The link has been changed since i ve made that post, should be ok now, please check again.
谢谢MT_dialog
是的,现在可以用了,谢谢。
你好:
I want to get this file, but this link says you need to register or login. I'm logged in, and it is not working.
Can you help me ?
Hi dragonzhangcl,
You will be able to get the file in the Documents tab, under the Tutoral section, the tutorial's name in Tutorial 6 : SUOTA TOOL ZIP FILE, since on every document release the link is probably changed, please check the path mentioned above since the links sometimes might be broken. Anyway i ve attached the new link here.
https://support.dialog-semiconductor.com/resource/tutorial-6-suota-tool-...
谢谢MT_dialog
Where can I find this tool? The link is no longer valid
嗨,赫尚,
Please follow the description mentioned above in order to reach the .zip file, the documents are updated frequently and the links keep changing, please navigate to the Documents in the Tutorials section.
谢谢MT_dialog
This link says you need to register or login. I'm logged in, and it is not working.
Hi Henson-Qui,
我想你的意思是SUOTA工具的ZIP文件,你的帐户似乎没有问题,至少在我这方面,我可以下载.ZIP文件,你能注销并再次登录,以防解决你的问题吗?另外,我假设您试图通过文档页面而不是从我在上一篇文章中提供的链接访问该文件(因为我提供的内容已过时,并且在我的后一篇文章中对此有指示)。
谢谢MT_dialog
Even I am working with the DA14583.
I cannot find "DA1458x_SUOTA_Multipart_Binary_Generator.zip" file
从哪里得到文件?
你好,贾加思,
For downloading the DA1458x_SUOTA_Multipart_Binary_Generator.zip file, please hit to the link below:
https://support.dialog-semiconductor.com/resource/tutorial-6-suota-tool-zip-file
For getting more information about the SUOTA, it is strongly recommended to read the Training_06_suota_example_v1.3 training document:
https://support.dialog-semiconductor.com/resource/tutorial-6-adding-sotware-update-over-air-suota
您可以从我们的BLE门户页面下载DA1458x芯片的所有可用文档和培训:
https://support.dialog-semiconductor.com/connectivity
谢谢, PM_Dialog
hi PM_Dialog,
根据教程的fw\u多\u部分_spi.bin文件是在输出文件夹中生成的,我使用smart snippet将FW烧录到板中,但板似乎没有启动。我也试着在调试模式下运行“fw\u1”的代码,我可以在SUOTA应用程序中跟踪设备,同时我试着更新“fw\u2.image”到它“生成”无效的产品头”。请告诉我下一步要做什么。
hi PM_Dialog,
Here by i attached the output zip folder which i generated, kindly verify it or send the output folder generated by you.
你好,贾加思,
The most possible reason why you get “invalid product header” is that the offsets of the images reside. Be aware that the DA14585 supports larger images, so you will have to increase the size of the offsets in the flash. Please, open the project_multipart_binary_v2.py and alter the values in the following variables just like below:
MEM_LOC_FOR_FW_1_IMG = "0x8000"
MEM \u LOC \u FOR \u FW \u 2 \u IMG=“0x1F000”
MEM \u LOC \u FOR \u PRODUCT \u HEADER=“0x38000”
这将在图像之间提供更多的空间。值0x8000是第一个图像偏移,0x1F000是第二个图像偏移,0x38000是产品标题的偏移。完成后,您应该将图像刻录到585的闪光灯中。
谢谢, PM_Dialog
hi PM_Dialog,,
i have changed these values
MEM_LOC_FOR_FW_1_IMG = "0x8000"
MEM \u LOC \u FOR \u FW \u 2 \u IMG=“0x1F000”
MEM_LOC_FOR_PRODUCT_HEADER = " 0 x38000”。
on the multi part .py , and attached the screen shot of the error i was hanging up with.
hi PM_Dialog,,
On reference to the previous comment, we are not using DA14585 , we are using DA14583 SOC.
你好,贾加思,
抱歉,我以为你指的是585芯片。如果您得到一个“无效产品头”错误,这意味着产品头已损坏,SUOTA希望从产品头读取图像的位置,然后检查产品头签名,如果产品头与我提到的签名字节不匹配,则从位置0x1F000检查0x70和0x52然后应用程序返回“Invalid product header”消息。因此,我建议您检查该特定位置的flash,并检查数据是否与产品头签名的数据匹配。另外,你能澄清一下你在用哪个例子吗?
谢谢, PM_Dialog
hi PM_Dialog,
I'm using the "prox_reporter" example for checking the SUOTA on IOS device, so if possible send a zip file compressed of the FW1 and FW2 as specified in the SUOTA tutorial, As i attached mine earlier. Thanks in advance.
你好,贾加思,
Could you please clarify if you are using a custom board or any of our developments kits? I tested the SUOTA feature in iOS device using the prox_reporter example of the SDK, but I am not able to replicate your problem. You will find attached the output folder of the DA1458x_SUOTA_Multipart_Binary_Generator_v0.
谢谢, PM_Dialog
Hi,
I am working with the DA14531.
I cannot find "DA1458x_SUOTA_Multipart_Binary_Generator.zip" file.
谢谢
Hi divyesh,
谢谢for your question. Could you please raise a new forum ticket as this one is very old and closed? In case of DA14531, please check the following tutorial:
http://lpccs-docs.dialog-semiconductor.com/Tutorial-BLE-SUOTA-DA145x/index.html
谢谢, PM_Dialog