Re: [U-Boot] R: Re: Question about md output

2012-05-30 Thread Anthony Foiani
Wolfgang Denk writes: > Basicly yes, except that the crc32 command does not operate on 32 > bit "words", but on an area of memory (i. e. a number of octets). > Depending on your expectations on endianess etc. this may or may bot > be the same. The "32" in the crc32 command name is just an > indi

Re: [U-Boot] R: Re: Question about md output

2012-05-29 Thread Wolfgang Denk
Dear "ffile...@libero.it", In message <809266.7065381336839126651.JavaMail.defaultUser@defaultHost> you wrote: > > for example, I have a block of 8 words, starting at 0x0: > > : a b c d > 0010: e f g h > > where a is the crc32 computed on b,c,d,e,f,g,h > > Within uboot, I would li

[U-Boot] R: Re: Question about md output

2012-05-12 Thread ffile...@libero.it
> >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 > Dear Wolfgang, thanks for your support. Let me understand if I get