[yocto] imx28 u-boot without NAND command

Otavio Salvador otavio at ossystems.com.br
Tue Sep 11 06:12:47 PDT 2012


On Tue, Sep 11, 2012 at 9:55 AM, Raul Rosetto Munoz
<munoz0raul at gmail.com> 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: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



More information about the yocto mailing list