[U-Boot] Issue with running commands

Wolfgang Denk wd at denx.de
Mon Jul 2 23:07:00 CEST 2012


Dear Sughosh Ganu,

In message <CAM6zRufYHPfuSNxEAtOaoCTyKpYRGFn0U6+YxkNCtD6_cL2j6g at mail.gmail.com> you wrote:
>
> While testing on hawkboard with the latest commit, i hit an issue of
> commands not being accepted.
>
> hawkboard > reset
> Unknown command '�����' - try 'help> '
> hawkboard >
>
> Running git bisect showed that this is caused due to commit 054ea170f271:
> cmd_mem: cmp: unify size code paths. Has anyone seen this issue -- i don't
> think this is board/arch specific.

You must have a different kind of problem with your board.  Commit
054ea170f271 is only changing the code of common/cmd_mem.c, which is
not used in any way by the reset command or by the command handler or
so - this cannot be causing such an effect; it could only trigger
another problem by changing code size or alignment or such.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It is easier to write an incorrect program than understand a  correct
one.


More information about the U-Boot mailing list