Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
RT_OTA 使用外部spi flash 作为download 分区 失败
发布于 2019-06-27 18:08:21 浏览:2001
订阅该版
平台: STM32F407 探索者 开发板 参考[Bootloader](https://www.rt-thread.org/document/site/application-note/system/rtboot/an0028-rtboot/) 文档,制作 Bootloader 分区如图所示: ![2019-06-27_180115.jpg](/uploads/201906/27/180308o9ftf32943b88cbz.jpg) 执行下载命令后,卡住,如图: ```cpu usg:0.0 [SFUD]Find a Winbond flash chip. Size is 16777216 bytes. [SFUD]spi flash device is initialize success. _ ____ ____ ____ / \__/|/ _ \/ __\/ ___\ | |\/||| | \|| \/|| \ | | ||| |_/|| __/\___ | \_/ \|\____/\_/ \____/ Powered by RT-Thread. V0.9.1 build Jun 27 2019 [D/FAL] (fal_flash_init:63) Flash device | onchip_flash_16k_part | addr: 0x08000000 | len: 0x00020000 | blk_size: 0x00004000 |initialized finish. [D/FAL] (fal_flash_init:63) Flash device | onchip_flash | addr: 0x08020000 | len: 0x000e0000 | blk_size: 0x00020000 |initialized finish. [D/FAL] (fal_flash_init:63) Flash device | nor_flash | addr: 0x00000000 | len: 0x01000000 | blk_size: 0x00001000 |initialized finish. [I/FAL] ==================== FAL partition table ==================== [I/FAL] | name | flash_dev | offset | length | [I/FAL] ------------------------------------------------------------- [I/FAL] | app | onchip_flash | 0x00000000 | 0x00080000 | [I/FAL] | download | nor_flash | 0x00000000 | 0x00080000 | [I/FAL] | factory | nor_flash | 0x00080000 | 0x00080000 | [I/FAL] ============================================================= [I/FAL] RT-Thread Flash Abstraction Layer (V0.4.0) initialize success. [I/FAL] System initialization successful. [I]RT-Thread OTA package(V0.2.1) initialize success. [E]Get firmware header occur CRC32(calc.crc: de89557e != hdr.info_crc32: 00000000) error on 'download' partition! [E]Get OTA download partition firmware header failed! [E]Get firmware header occur CRC32(calc.crc: e50d5c70 != hdr.info_crc32: ca2cdcb0) error on 'app' partition! [I]Begin to execute the program on app partition. [I/FAL] Find user firmware at app partition 0x08020000 successfully. [I/FAL] Bootloader jumps to user firmware now. \ | / - RT - Thread Operating System / | \ 4.0.1 build Jun 27 2019 2006 - 2019 Copyright by rt-thread team lwIP-2.0.2 initialized! [SFUD] Find a Winbond flash chip. Size is 16777216 bytes. [SFUD] W25Q128 flash device is initialize success. [I/sal.skt] Socket Abstraction Layer initialize success. [D/FAL] (fal_flash_init:61) Flash device | onchip_flash_16k | addr: 0x08000000 | len: 0x00010000 | blk_size: 0x00004000 |initialized finish. [D/FAL] (fal_flash_init:61) Flash device | onchip_flash_64k | addr: 0x08010000 | len: 0x00010000 | blk_size: 0x00010000 |initialized finish. [D/FAL] (fal_flash_init:61) Flash device | onchip_flash_128k | addr: 0x08020000 | len: 0x000e0000 | blk_size: 0x00020000 |initialized finish. [I/FAL] ==================== FAL partition table ==================== [I/FAL] | name | flash_dev | offset | length | [I/FAL] ------------------------------------------------------------- [I/FAL] | app | onchip_flash_128k | 0x00000000 | 0x00080000 | [I/FAL] | download | onchip_flash_128k | 0x00000000 | 0x00080000 | [I/FAL] ============================================================= [I/FAL] RT-Thread Flash Abstraction Layer (V0.4.0) initialize success. [E/DFS] There is no space to register this file system (rom). Root File System initialized! [I/wn] RT-Thread webnet package (V2.0.0) initialize success. msh /> cpu usg:0. http_ota http://console.ubibot.cn/temp/rtthread.rbl http file_size:227940 [I/http_ota] Start erase flash (download) partition! ``` 然后就卡住,想问问大神,在APP代码里面怎么修改,才能让固件下载到片外 flash 。
查看更多
1
个回答
默认排序
按发布时间排序
来一颗糖
2019-06-28
这家伙很懒,什么也没写!
[attach]9312[/attach] 看你的日志信息,app 应用程序没有片外 flash 分区。 加一个 片外 flash 分区应该就行了。 至于如何加,请参考链接: [https://www.rt-thread.org/document/site/application-note/system/rtboot/an0028-rtboot/](https://www.rt-thread.org/document/site/application-note/system/rtboot/an0028-rtboot/) [https://github.com/RT-Thread-packages/fal](https://github.com/RT-Thread-packages/fal) [https://github.com/RT-Thread-packages/fal/tree/master/samples/porting](https://github.com/RT-Thread-packages/fal/tree/master/samples/porting)
撰写答案
登录
注册新账号
关注者
0
被浏览
2k
关于作者
xiaoxu5271
这家伙很懒,什么也没写!
提问
3
回答
6
被采纳
0
关注TA
发私信
相关问题
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
RT-Thread项目助手v0.2.0 - 支持Env Windows
2
RttreadV5.10上,GD32F450Z RTC时间显示问题
3
rt-smart启动流程分析
4
EtherKit快速上手PROFINET
5
RTThread USB转串口无法接收数据
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
UART
WIZnet_W5500
ota在线升级
PWM
cubemx
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
MicroPython
C++_cpp
本月问答贡献
出出啊
1517
个答案
342
次被采纳
小小李sunny
1444
个答案
290
次被采纳
张世争
813
个答案
177
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
149
次被采纳
本月文章贡献
出出啊
1
篇文章
2
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
3
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部