Quote:
Originally Posted by giorgio130
Thanks for the explanation, I couldn't find the cause anywhere.
|
It's at
include/configs/imx50_yoshi_bist.h:
Code:
#define CONFIG_FASTBOOT_MAX_DOWNLOAD_LEN ((get_dram_size()) - (2*1024*1024) - (CONFIG_FASTBOOT_TEMP_BUFFER - CONFIG_SYS_SDRAM_BASE))
Quote:
Originally Posted by giorgio130
But I actually think that android phones don't have this kind of limitation... Or maybe they just keep their partition size under the amount of available ram? 
|
Exactly.
Quote:
Originally Posted by giorgio130
I'll do some research. BTW, do you know if the limit of 72 kb for the first-stage u-boot applies even to the kindle 3? I didn't find any reference to a "bist" u-boot on this platform, so I'd assume no...
|
I can't answer, I don't know. 72kb limit was found by reading of Reference Manual for Kindle Touch SoC. I think you should read similar manual for K3 SoC.