ota_downloader icon indicating copy to clipboard operation
ota_downloader copied to clipboard

The firmware downloader which using on RT-Thread OTA component.

Results 4 ota_downloader issues
Sort by recently updated
recently updated
newest added

FAL已从软件包移到组件里,PKG_USING_FAL应改为RT_USING_FAL

在 iot.rt-thread.org 生成的 bootloader,勾选了固件 AES256 加密 + 固件压缩(gzip),固件打包器也选择了 gzip 与 AES256,密钥和 IV 与网页端生成 bootloader 时填写的一致。 ![image](https://user-images.githubusercontent.com/18170226/97539767-8264da80-19fd-11eb-8436-2559694f25e8.png) 如果 bootloader 不使用 AES,打包也不勾选 AES,升级是正常的。

希望你研究下解决措施在指导文档中进行说明一下,ps:app是keil下hal库的裸机程序。 问题链接地址:https://club.rt-thread.org/ask/question/427248.html ![图片](https://user-images.githubusercontent.com/20244991/93034945-49032600-f66e-11ea-9b0b-c746fbbe3930.png)

超级终端:SecureCRT if (!rym_recv_on_device(&rctx, rt_console_get_device(), RT_DEVICE_OFLAG_RDWR | RT_DEVICE_FLAG_INT_RX, ymodem_on_begin, ymodem_on_data, NULL, RT_TICK_PER_SECOND)) 在这个操作时间内,rt_kprintf输出信息,下载就会出现错误并中断升级,是否可以考虑忽略rt_kprintf输出呢?