public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Question about md output
@ 2012-05-12 13:26 ffileppo at libero.it
  2012-05-12 14:32 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: ffileppo at libero.it @ 2012-05-12 13:26 UTC (permalink / raw)
  To: u-boot

Dear all,

I need to access data values stored in flash for integrity checking.

Thus, I would like to parse the output of md (memory display) and store its 
output to enviromental varaibles.

For example, when invoking:

=> md 0x100000 1
00100000: 8083764e bd86200a 60a19054 2c12c402

I would like to store one ore more memory values in some env variables.

1) Is it feasible with the current uboot scripting features?

2) Would it be possible to modify the md command so that it also store its 
output to env variables?

3) Or, would it be possible to modify the md command so that its output is 
just a word value which can be used for uboot scripting capabilities?
e.g. 

=> md 0x100000 1 2 
bd86200a

=> md 0x100000 1 4 
2c12c402

Best Regards,

FF

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] Question about md output
  2012-05-12 13:26 [U-Boot] Question about md output ffileppo at libero.it
@ 2012-05-12 14:32 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2012-05-12 14:32 UTC (permalink / raw)
  To: u-boot

Dear "ffileppo at libero.it",

In message <28478089.7028571336829211206.JavaMail.defaultUser@defaultHost> you wrote:
> 
> I need to access data values stored in flash for integrity checking.

This is something where teh test / itest commands come in handy.

> Thus, I would like to parse the output of md (memory display) and store its 
> output to enviromental varaibles.

This is probably the wrong approach to do what you have in mind.

> 1) Is it feasible with the current uboot scripting features?

No.  But actually it is not needed either.  Use itest instead.

> 2) Would it be possible to modify the md command so that it also store its 
> output to env variables?

It would be possible, but it makes little sense to me.

> 3) Or, would it be possible to modify the md command so that its output is 
> just a word value which can be used for uboot scripting capabilities?
> e.g. 

Ditto.

Have a look at itest; if you still make no progress then please
describe what you actually want to do, so we can show you how to do it
efficiently - without need to modify code.

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
America has been discovered before, but it has always been hushed up.
- Oscar Wilde

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-12 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 13:26 [U-Boot] Question about md output ffileppo at libero.it
2012-05-12 14:32 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox