This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好!
1、使用开发包ti-sdk-am335x-evm-08.00.00.00,Uoot2014.07版本。
2、从NAND启动,在uboot启动时,启动时间很长,跟踪发现在int nand_default_bbt(struct mtd_info *mtd) 这个函数耗时3s多时间。
3、int nand_default_bbt(struct mtd_info *mtd) 作用,是建立坏块信息表,网上看到有些做法,是直接return 0,优化启动时间。
4、使用NAND 芯片,是三星K9F8G08UXM的料。
请问大家,UBOOT能否这样优化。
请问TI工程师,TI 启动时间优化指南,怎么没有NAND相关指南?
谢谢!
谢谢! 时钟频率100M的时钟, 现在读取速度实测2MB/S! 配置时序用附件AM335X-NAND-O2这个sheet配置的!
我觉得这个scan_bbt的函数是和NAND本身相关的,如果耗时,应该深入分析下函数内部。
我觉得可以看看有没有针对这个函数的优化办法:
http://www.xuebuyuan.com/2209413.html