豆腐脑 发表于 2014-7-10 10:24:59

uboot 设置Total Size of Environment Sector

uboot :/include/configs/smdk6410.h
/* timeout values are in ticks */
#define CONFIG_SYS_FLASH_ERASE_TOUT (5 * CONFIG_SYS_HZ) /* Timeout for Flash Erase */
#define CONFIG_SYS_FLASH_WRITE_TOUT (5 * CONFIG_SYS_HZ) /* Timeout for Flash Write */
#define CONFIG_ENV_SIZE0x4000/* Total Size of Environment Sector */

网上资料写道
#define CONFIG_ENV_SIZE 0x80000    /* Total Size of Environment Sector */
为什么要改为0X80000?是什么决定了它的空间大小?

豆腐脑 发表于 2014-7-11 16:54:01

:Q:Q:Q:Q:Q:@:L:@
页: [1]
查看完整版本: uboot 设置Total Size of Environment Sector