本帖最后由 kecan 于 2014-12-31 10:42 编辑
FSL_TICS_Rita 发表于 2014-12-30 16:39 
楼主你好,我帮你找了一下,你可以参考一下我们英文论坛中的帖子:
你好,我看了这个帖子,发现和我的现象是有点相符合,但是他回复的,在我们imx287的板子上应该修改哪里?我貌似找不到对应的地方,以下是他回复的解决方法:
Hi,
The boot area shall contain both search areas and two copies of the boot stream.
The minimum size should be the following fomula
:Boot_partition_minimum_size_in_bytes = search_area_size_in_bytes * 2 + boot_stream_size * 2
search_area_size_in_bytes = (1 << md->cfg.search_exponent) * stride_size_in_bytes;
where: stride_size_in_bytes = PAGES_PER_STRIDE * mtd_writesize(md);
md->cfg.search_exponent = 2;
boot_stream_size = file_size_of(bootstream);
You have to consider that formula.
Best Regards,
Alejandro
是修改内核相关代码还是修改imx-bootlets-src-10.12.01的代码呢?
|