I suppose that you mean the SUOTA TOOL ZIP FILE, your account seems ok and at least on my side i am able to download the .zip file, can you please log out and log in again in case that solves your problem ? Also i suppose that you are trying to access the file through the Documents page and not from the link that i have provided in my previous post (since what i ve provided is obsolete and there is an indication about this on my latter post).
As per the tutorial the fw_multi_part_spi.bin is generated in the output folder, and i burned the FW into the board using smart snippet, but the board seems to be not booting. And while i'm also tried to run the code of "fw_1" on a debug mode and i could able to track the device in the SUOTA app, while i tried to update the "FW_2.image" to it "produces "invalid product header". kindly let me know the next step to proceed.
This will give more space between your images. The value 0x8000 is the 1st image offset, the 0x1F000 is the second image offset and the 0x38000 is the offset of your product header. After you are done with that, you should burn the image into the flash of the 585.
Apologies, but I thought that you was referring on 585 chip. If you get an "Invalid product header" error that means that the product header is corrupted, the SUOTA expects to read from the product header the location of the images, before doing that it checks the product header signature, which is 0x70 and 0x52 from position 0x1F000, if the product header doesn't match the signature bytes I have mentioned then the application returns the “Invalid product header” message. So, I recommend you to check the flash at that specific location and check if the data matches the data of the product header signature. Also, could you please clarify in which example are you working on?
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.
嗨罗纳德,
Check this linkhttps://support.dialog-semicondiondiondumenta.com/resource/tutorial-3-suota-tool -...
谢谢mt_dialog.
谢谢
此链接表示您需要注册或登录。我登录了,它不起作用。
Hi JBaczuk,
自从我做过那篇文章以来,链接已经改变,现在应该是好的,请再次检查。
谢谢mt_dialog.
Yeah, it works now, thanks.
Hi :
我想收到这个文件,但此链接表示您需要注册或登录。我登录了,它不起作用。
你能帮助我吗 ?
龙龙科,
您将能够在“文档”选项卡中获取文件,根据“教学”部分,教程在教程中的名称6:Suota工具ZIP文件,因为在每个文档版本中,链接可能更改,请检查自链路以来上面提到的路径有时可能会被打破。无论如何,我在这里附上了新的链接。
https://support.dialog-semicondiondiondum/resource/tutorial-6-suota-tool -...
谢谢mt_dialog.
我在哪里可以找到这个工具?链接不再有效
Hi hchan,
请按照上面提到的描述才能到达.zip文件,经常更新文档,链接继续更改,请导航到教程部分中的文档。
谢谢mt_dialog.
此链接表示您需要注册或登录。我登录了,它不起作用。
嗨Henson-Qui,
I suppose that you mean the SUOTA TOOL ZIP FILE, your account seems ok and at least on my side i am able to download the .zip file, can you please log out and log in again in case that solves your problem ? Also i suppose that you are trying to access the file through the Documents page and not from the link that i have provided in my previous post (since what i ve provided is obsolete and there is an indication about this on my latter post).
谢谢mt_dialog.
甚至我也在使用DA14583。
我找不到“da1458x_suota_multipart_binary_generator.zip”文件
Where to get the file?
Hi jagath,
用于下载DA1458x_suota_multipart_binary_generator.zip文件,请点击以下链接:
https://support.dialog-seminile.com/resource/tutorial-6-suota-tool-zip-file.
为了获取有关Suota的更多信息,强烈建议读取Training_06_suota_example_v1.3培训文档:
https://support.dialog-semicondiondiondum/resource/tutorial-6-adding-sotware-update-over-air-suota.
You are able to down load all the available documentation and trainings for the DA1458x chips, from our BLE portal page:
https://support.dialog-semicondiondiondum/connectivity.
谢谢,PM_DIALOG.
嗨PM_Dialog,
As per the tutorial the fw_multi_part_spi.bin is generated in the output folder, and i burned the FW into the board using smart snippet, but the board seems to be not booting. And while i'm also tried to run the code of "fw_1" on a debug mode and i could able to track the device in the SUOTA app, while i tried to update the "FW_2.image" to it "produces "invalid product header". kindly let me know the next step to proceed.
嗨PM_Dialog,
通过我附加了我生成的输出zip文件夹,请验证它或发送由您生成的输出文件夹。
Hi jagath,
您获得“无效产品标题”的最可能原因是图像的偏移驻留。请注意,DA14585支持更大的图像,因此您必须增加闪存中偏移量的大小。请打开project_multipart_binary_v2.py并更改以下变量中的值,如下所示:
mem_loc_for_fw_1_img =“0x8000”
MEM_LOC_FOR_FW_2_IMG = "0x1F000"
MEM_LOC_FOR_PRODUCT_HEADER = "0x38000"
This will give more space between your images. The value 0x8000 is the 1st image offset, the 0x1F000 is the second image offset and the 0x38000 is the offset of your product header. After you are done with that, you should burn the image into the flash of the 585.
谢谢,PM_DIALOG.
嗨pm_dialog ,,
我改变了这些值
mem_loc_for_fw_1_img =“0x8000”
MEM_LOC_FOR_FW_2_IMG = "0x1F000"
mem_loc_for_product_header =“0x38000”。
在多部分.py,并附上屏幕截图的错误我挂在一起。
嗨pm_dialog ,,
参考上一个注释,我们不使用DA14585,我们正在使用DA14583 SoC。
Hi jagath,
Apologies, but I thought that you was referring on 585 chip. If you get an "Invalid product header" error that means that the product header is corrupted, the SUOTA expects to read from the product header the location of the images, before doing that it checks the product header signature, which is 0x70 and 0x52 from position 0x1F000, if the product header doesn't match the signature bytes I have mentioned then the application returns the “Invalid product header” message. So, I recommend you to check the flash at that specific location and check if the data matches the data of the product header signature. Also, could you please clarify in which example are you working on?
谢谢,PM_DIALOG.
嗨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.
Hi jagath,
如果您使用定制董事会或我们的任何开发套件,请澄清您是否可以澄清?我使用SDK的Prox_reporter示例在iOS设备中测试了Suota功能,但我无法复制您的问题。您将找到da1458x_suota_multipart_binary_generator_v0的输出文件夹。
谢谢,PM_DIALOG.
你好,
我正在使用da14531。
我找不到“da1458x_suota_multipart_binary_generator.zip”文件。
Thanks
嗨divyesh,
谢谢你的问题。您能否提出一个新的论坛票,因为这个是非常古老和关闭的?在DA14531的情况下,请检查以下教程:
http://lpccs-docs.dialog-semiciondiond.com/tutorial-ble-suota-da145x/index.html.
谢谢,PM_DIALOG.