找回密码
 注册
搜索
查看: 699|回复: 3

[讨论] 手机自带内存的起始地址?

[复制链接]
发表于 2008-4-15 10:48:10 | 显示全部楼层 |阅读模式
custom_MemoryDevice.h中定义如#define PARTITION_SECTORS  2048之后,该内存的起始地址如何得知?谢谢![em13]
发表于 2008-4-15 11:19:46 | 显示全部楼层
我也希望得到答案.#define PARTITION_SECTORS  2048   具体的用处
点评回复

使用道具 举报

发表于 2008-4-15 20:47:13 | 显示全部楼层
Define the first partition size on NOR-flash FAT; if no additional
         partition on NOR-flash disk, it should be 0.

         It is special for NOR-flash disk which has two partitions, the
         first leading is user drive, visible on USB disk, the second may be
         system drive, and invisible from USB disk.

         [VERY IMPORTANT NOTICE]
         =======================
         Please assign the exact value in terms of sectors (one srctor equal
         to 512Bytes).
         MUST NOT assign as
         (TOTAL_FAT_SIZE - SIZE_OF_SYSTEM_DRIVE), because system will keep
         some spaces for disk management.

以Samsung的K5L2731CAM为例,总共flash大小为16M,如果scatfile定义给bin的大小为14M,PARTITION_SECTORS 如果定义为2048,那么手机FAT的大小就是2048*512B=1MB,剩余还有1M可以给NV,具体空间分配可查看ckSysDrv.log
点评回复

使用道具 举报

发表于 2008-4-16 17:53:56 | 显示全部楼层
ckSysDrv.log只是每个nvram模块占用的空间大小,并没有地址定义之类的东西。
去看scat...txt和编译后生成的lis文件吧。
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-12-26 11:17 , Processed in 0.057958 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表