On Tue, Sep 11, 2012 at 9:55 AM, Raul Rosetto Munoz <[email protected]> wrote: > Hello All, > > I need to use the command NAND in the imx28 u-boot. > > I did a patch that put the line "#define COMFIG_CMD_NAND" in the
It is a typo; use: #define CONFIG_CMD_NAND and it should work. > "/include/configs/mx28evk.h" file, and if I look at > "/tmp/work/imx28evk-poky-linux-gnueabi/u-boot-v2012.04.01-r3/git/include/configs/mx28evk.h" > I can see that the patch was sucessful. > > My problem is that when I stop u-boot, u-boot tell me that nand command > don't exist. > > Some one can help me to insert nand comand in u-boot? It seems you should add a new board definition to your custom board, if this is not mx28evk. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
