mtdparts phyFlex

Balasa, Bogdan BBalasa at Morganschaffer.com
Tue Nov 11 13:27:54 PST 2014


Hi,

I am using barebox 2014.11.0 with phyFlex imx6 and when I add in '/env/init/mtdparts-nand'
to specify the size of different partitions:
----------------------------------------------------------------------------------------------
#!/bin/sh

if [ "$1" = menu ]; then
               init-menu-add-entry "$0" "NAND partitions"
               exit
fi

mtdparts="5M(nand0.oftree),10M(nand0.kernel),50M(nand0.root) "
kernelname="gpmi-nand"
mtdparts-add -b -d nand0 -k ${kernelname} -p ${mtdparts}
---------------------------------------------------------------------------------------------

at next power-up I get an error:

'cannot create nand0.oftree: File exists'

It seems like barebox adds  'nand0.oftree' before is specified by mtdparts-nand?!

Any help is appreciated.

Bogdan




More information about the barebox mailing list