All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khalid Tourabi <khalid.tourabi@planar.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] U-boot : compare read and expect value
Date: Mon, 10 Dec 2012 19:24:07 +0100	[thread overview]
Message-ID: <50C628C7.5070007@planar.com> (raw)
In-Reply-To: <20121210145822.446DB200FDD@gemini.denx.de>

Dear Wolfgang Denk

> Dear Khalid Tourabi,
>
> please don't top post / full quote,  and keep the mailing list on Cc:
     Ok sorry thanks.

>
> In message<50C5F2D6.5060204@planar.com>  you wrote:
>>       Thanks for your answer.
>>
>>       setexpr command allows set the result operation in an environment
>> variable.
>>       But I want to set the result command (string) in an environment
>> variable to compare it with the expect value.
> Build it from parts.  Start with putting the expected value in an
> environment variable, so you can use setexpr to compareit against the
> actual value.  Then use conditionals to react as needed.  Use standard
> shell scripting methods.
>
> Best regards,
>
> Wolfgang Denk
>

I added setexpr command, but I don't understand how to use it for my need.

For example :

     u-boot# set expct "FF7F7F7F7F7F7FC2"
     u-boot# sspi 8 64 9F
     FF7F7F7F7F7F7FC2
     u-boot#

This SPI command allows to read the NVRAM code ID, I want to compare 
with $expct unsuccessfully

     u-boot# if test "sspi 8 64 9F" = $expct ; then echo Success; else 
echo Error; fi;
     Success
     u-boot# set expct "FF7F7F7F7F7F7FC"
     u-boot# if test "sspi 8 64 9F" = $expct ; then echo Success; else 
echo Error; fi;
     Success

     $expct either equal to "FF7F7F7F7F7F7FC2" or "FF7F7F7F7F7F7FC" the 
result of if condition is the same.


  Many Thanks for your help.

Khalid

      reply	other threads:[~2012-12-10 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-10 10:58 [U-Boot] U-boot : compare read and expect value Khalid Tourabi
2012-12-10 12:06 ` Wolfgang Denk
     [not found]   ` <50C5F2D6.5060204@planar.com>
2012-12-10 14:58     ` Wolfgang Denk
2012-12-10 18:24       ` Khalid Tourabi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50C628C7.5070007@planar.com \
    --to=khalid.tourabi@planar.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.