在线时间13 小时
UID1776266
注册时间2016-3-14
NXP金币0
TA的每日心情 | 奋斗 2017-6-1 13:48 |
---|
签到天数: 5 天 连续签到: 1 天 [LV.2]偶尔看看I
注册会员

- 积分
- 162
- 最后登录
- 2017-6-1
|

楼主 |
发表于 2016-4-6 09:54:38
|
显示全部楼层
uboot 本身好像是支持把
#define __ASSEMBLY__
#include <config.h>
/* image version */
IMAGE_VERSION 2
/*
* Boot Device : one of spi, sd, sata
* the board has no nand and eimnor
* spinor: flash_offset: 0x0400
* sata: flash_offset: 0x0400
* sd/mmc: flash_offset: 0x0400
*/
/* the same flash_offset as sd */
BOOT_FROM sd
这个是mx6qsabresd 的 .cfg配置文件,从这看貌似代码上是支持的,我用的uboot-imx2014 |
|