Learn MoreFAQsTutorials

24 posts / 0 new
Last post
罗纳德
Offline
Last seen:4 years 1 month ago
加入:2016-03-03 15:01
SUOTA tools

Hi,

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

从哪里得到文件?

thanks

设备:
MT_dialog
Offline
Last seen:6 days 8 hours ago
Staff
加入:2015-06-08 11:34
Hi ronald,
罗纳德
Offline
Last seen:4 years 1 month ago
加入:2016-03-03 15:01
thanks

thanks

JBaczuk
Offline
Last seen:1 year 6 months ago
加入:2014-12-31 23:41
This link says you need to

This link says you need to register or login. I'm logged in, and it is not working.

MT_dialog
Offline
Last seen:6 days 8 hours ago
Staff
加入:2015-06-08 11:34
Hi JBaczuk,

Hi JBaczuk,

The link has been changed since i ve made that post, should be ok now, please check again.

谢谢MT_dialog

JBaczuk
Offline
Last seen:1 year 6 months ago
加入:2014-12-31 23:41
是的,现在可以用了,谢谢。

是的,现在可以用了,谢谢。

dragonzhangcl
Offline
Last seen:2年5个月前
加入:2016-08-24 02:03
你好:

你好:
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 ?

MT_dialog
Offline
Last seen:6 days 8 hours ago
Staff
加入:2015-06-08 11:34
Hi dragonzhangcl,

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

hchan
Offline
Last seen:2年6个月前
加入:2015-01-21 19:05
Where can I find this tool?

Where can I find this tool? The link is no longer valid

MT_dialog
Offline
Last seen:6 days 8 hours ago
Staff
加入:2015-06-08 11:34
嗨,赫尚,

嗨,赫尚,

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

Henson-Qiu
Offline
Last seen:3 years 2 months ago
加入:2017-06-06 04:47
This link says you need to

This link says you need to register or login. I'm logged in, and it is not working.

MT_dialog
Offline
Last seen:6 days 8 hours ago
Staff
加入:2015-06-08 11:34
Hi Henson-Qui,

Hi Henson-Qui,

我想你的意思是SUOTA工具的ZIP文件,你的帐户似乎没有问题,至少在我这方面,我可以下载.ZIP文件,你能注销并再次登录,以防解决你的问题吗?另外,我假设您试图通过文档页面而不是从我在上一篇文章中提供的链接访问该文件(因为我提供的内容已过时,并且在我的后一篇文章中对此有指示)。

谢谢MT_dialog

贾加特
Offline
Last seen:1 year 6 months ago
加入:2018-04-19 09:28
I am working with the DA14583

Even I am working with the DA14583.
I cannot find "DA1458x_SUOTA_Multipart_Binary_Generator.zip" file

从哪里得到文件?

PM_Dialog
Online
Last seen:1 min 56 sec ago
Staff
加入:2018-02-08 11:03
你好,贾加思,

你好,贾加思,

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

贾加特
Offline
Last seen:1 year 6 months ago
加入:2018-04-19 09:28
hi PM_Dialog,

hi PM_Dialog,

根据教程的fw\u多\u部分_spi.bin文件是在输出文件夹中生成的,我使用smart snippet将FW烧录到板中,但板似乎没有启动。我也试着在调试模式下运行“fw\u1”的代码,我可以在SUOTA应用程序中跟踪设备,同时我试着更新“fw\u2.image”到它“生成”无效的产品头”。请告诉我下一步要做什么。

贾加特
Offline
Last seen:1 year 6 months ago
加入:2018-04-19 09:28
hi PM_Dialog,

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.

Attachment:
PM_Dialog
Online
Last seen:1 min 56 sec ago
Staff
加入:2018-02-08 11:03
你好,贾加思,

你好,贾加思,

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

贾加特
Offline
Last seen:1 year 6 months ago
加入:2018-04-19 09:28
hi 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.

Attachment:
贾加特
Offline
Last seen:1 year 6 months ago
加入:2018-04-19 09:28
hi PM_Dialog,,

hi PM_Dialog,,

On reference to the previous comment, we are not using DA14585 , we are using DA14583 SOC.

PM_Dialog
Online
Last seen:1 min 56 sec ago
Staff
加入:2018-02-08 11:03
你好,贾加思,

你好,贾加思,

抱歉,我以为你指的是585芯片。如果您得到一个“无效产品头”错误,这意味着产品头已损坏,SUOTA希望从产品头读取图像的位置,然后检查产品头签名,如果产品头与我提到的签名字节不匹配,则从位置0x1F000检查0x70和0x52然后应用程序返回“Invalid product header”消息。因此,我建议您检查该特定位置的flash,并检查数据是否与产品头签名的数据匹配。另外,你能澄清一下你在用哪个例子吗?

谢谢, PM_Dialog

贾加特
Offline
Last seen:1 year 6 months ago
加入:2018-04-19 09:28
hi 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.

PM_Dialog
Online
Last seen:1 min 56 sec ago
Staff
加入:2018-02-08 11:03
你好,贾加思,

你好,贾加思,

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

Attachment:
divyesh
Offline
Last seen:1 week 5 days ago
加入:2020-04-20 13:19
Hi,

Hi,

I am working with the DA14531.
I cannot find "DA1458x_SUOTA_Multipart_Binary_Generator.zip" file.

谢谢

PM_Dialog
Online
Last seen:1 min 56 sec ago
Staff
加入:2018-02-08 11:03
Hi divyesh,

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