View Issue Details

IDProjectCategoryView StatusLast Update
0001291BuildRootNAND-FMDpublic2012-10-30 13:59
ReporterDKuhneAssigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Versionfss5pv210-V2.0Fixed in Versionfss5pv210-V2.0 
Summary0001291: Add busybox tools to access MTD
DescriptionAdd busybox tools to access MTD.

Add: CONFIG_NANDWRITE and CONFIG_FLASH_ERASEALL

Then we can download kernel image from running linux to nand with:

flash_eraseall -j /dev/mtd3
nandwrite -p /dev/mtd3 zImage

Note: to be able to do this the access parameters for the Kernel partition need to be set up (remove 'ro').
Forum Link

Activities

DKuhne

2012-10-30 13:58

developer   ~0000867

added to board/f+s/common/busybox-1.19.x.config