boot程序

[复制链接]
1690|10
 楼主| jiahy 发表于 2014-1-27 14:05 | 显示全部楼层 |阅读模式
LM3S6965的boot程序可不可以通过串口从0起始地址开始?
dengdc 发表于 2014-1-27 14:06 | 显示全部楼层
啥意思了?
 楼主| jiahy 发表于 2014-1-27 14:08 | 显示全部楼层
我在开发板上试,发现没有偏移地址,从0开始在串口下载boot程序,总是失败,这是boot程序不允许从零覆盖flash还是什么别的原因
 楼主| jiahy 发表于 2014-1-27 14:09 | 显示全部楼层
如果我改bl_boot的内容,可不可以解决这个问题?
huangchui 发表于 2014-1-27 14:11 | 显示全部楼层
bl_config.h里面有一个是否需要更新bootload的配置,如果不开启的话,bootload区是被保护的。
//*****************************************************************************
//
// Enables updates to the boot loader.  Updating the boot loader is an unsafe
// operation since it is not fully fault tolerant (losing power to the device
// part way though could result in the boot loader no longer being present in
// flash).
//
// Depends on: None
// Exclusive of: None
// Requires: None
//
//*****************************************************************************
//#define ENABLE_BL_UPDATE
 楼主| jiahy 发表于 2014-1-27 14:11 | 显示全部楼层
那TI出厂时固化的boot,bootloader是不是也是被保护的?
liliang9554 发表于 2014-1-27 14:14 | 显示全部楼层
出厂时的bootloader是同0开始的
liliang9554 发表于 2014-1-27 14:14 | 显示全部楼层
但载入用户程序后,该boot就覆盖了。
 楼主| jiahy 发表于 2014-1-27 14:15 | 显示全部楼层
嗯,了解了
 楼主| jiahy 发表于 2014-1-27 14:16 | 显示全部楼层
结贴了,多谢大家啊
heshenggui 发表于 2014-1-27 20:26 | 显示全部楼层
这么快就搞定了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

862

主题

9861

帖子

4

粉丝
快速回复 在线客服 返回列表 返回顶部