View Issue Details

IDProjectCategoryView StatusLast Update
0001257UBootNAND-FMDpublic2014-01-28 11:31
ReporterKeller Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionarmStoneA8-V1.1 
Target Versionfss5pv210-V2.0Fixed in Versionfss5pv210-V2.0 
Summary0001257: Allow dynamic MTD partition sizes depending on NAND flash type
DescriptionUp to now, the mtdparts defaults setting was a fix setting given in the U-Boot configuration. However this setting depends on the block size of the NAND chip. On boards that allow NAND chips with different block sizes (e.g. PicoMOD6, PicoCOM3), this should be set depending on the actually mounted NAND chip.
Forum Link

Activities

Keller

2012-08-24 17:25

manager   ~0000777

If the default setting for mtdparts is empty, the mtdparts command now calls function board_get_mtdparts_default() where we can dynamically return a setting reflecting the current NAND setup. In addition we also set the mtdparts environment variable if it is empty. This saves a call to mtdparts default if the board is initialized for the first time.