All of lore.kernel.org
 help / color / mirror / Atom feed
* Bad Data CRC
@ 2022-10-10 21:31 momo aubin
  2022-10-10 22:33 ` Simon Glass
  2022-10-12 13:05 ` Fabio Estevam
  0 siblings, 2 replies; 7+ messages in thread
From: momo aubin @ 2022-10-10 21:31 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List

Hello Simon,

My board boots well . When I added the second partition into my kernel I
got this message
*Verifying Checksum ... Bad Data CRC*
what could be the root cause ?

Which data is talking about ? u boot data or kernel data ?

Thanks in advance.

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

* Re: Bad Data CRC
  2022-10-10 21:31 Bad Data CRC momo aubin
@ 2022-10-10 22:33 ` Simon Glass
  2022-10-11  6:13   ` momo aubin
  2022-10-12 13:05 ` Fabio Estevam
  1 sibling, 1 reply; 7+ messages in thread
From: Simon Glass @ 2022-10-10 22:33 UTC (permalink / raw)
  To: momo aubin; +Cc: U-Boot Mailing List

Hi Momo,

On Mon, 10 Oct 2022 at 15:31, momo aubin <aubinno@gmail.com> wrote:
>
> Hello Simon,
>
> My board boots well . When I added the second partition into my kernel I got this message
> Verifying Checksum ... Bad Data CRC
> what could be the root cause ?
>
> Which data is talking about ? u boot data or kernel data ?

Sorry, I don't know what you are referring to here. Can you reply to
the original thread?

Regards,
Simon

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

* Re: Bad Data CRC
  2022-10-10 22:33 ` Simon Glass
@ 2022-10-11  6:13   ` momo aubin
  2022-10-12 12:59     ` Simon Glass
  0 siblings, 1 reply; 7+ messages in thread
From: momo aubin @ 2022-10-11  6:13 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List

Hi Simon 

> On 11 Oct 2022, at 12:33 AM, Simon Glass <sjg@chromium.org> wrote:
> 
> Hi Momo,
> 
>> On Mon, 10 Oct 2022 at 15:31, momo aubin <aubinno@gmail.com> wrote:
>> 
>> Hello Simon,
>> 
>> My board boots well . When I added the second partition into my kernel I got this message
>> Verifying Checksum ... Bad Data CRC
>> what could be the root cause ?
>> 
>> Which data is talking about ? u boot data or kernel data ?
> 
> Sorry, I don't know what you are referring to here. Can you reply to
> the original thread?
> 
> Regards,
> Simon

Sorry this is the new thread. Should I create a new thread ?
Regards,
Aubin 

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

* Re: Bad Data CRC
  2022-10-11  6:13   ` momo aubin
@ 2022-10-12 12:59     ` Simon Glass
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Glass @ 2022-10-12 12:59 UTC (permalink / raw)
  To: momo aubin; +Cc: U-Boot Mailing List

Hi Momo,

On Tue, 11 Oct 2022 at 00:13, momo aubin <aubinno@gmail.com> wrote:
>
> Hi Simon
>
> > On 11 Oct 2022, at 12:33 AM, Simon Glass <sjg@chromium.org> wrote:
> >
> > Hi Momo,
> >
> >> On Mon, 10 Oct 2022 at 15:31, momo aubin <aubinno@gmail.com> wrote:
> >>
> >> Hello Simon,
> >>
> >> My board boots well . When I added the second partition into my kernel I got this message
> >> Verifying Checksum ... Bad Data CRC
> >> what could be the root cause ?
> >>
> >> Which data is talking about ? u boot data or kernel data ?
> >
> > Sorry, I don't know what you are referring to here. Can you reply to
> > the original thread?
> >
> > Regards,
> > Simon
>
> Sorry this is the new thread. Should I create a new thread ?

OK, I just wondered why you were asking me :-)

Can you post the full boot log?

Regards,
Simon

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

* Re: Bad Data CRC
  2022-10-10 21:31 Bad Data CRC momo aubin
  2022-10-10 22:33 ` Simon Glass
@ 2022-10-12 13:05 ` Fabio Estevam
  2022-10-12 13:50   ` momo aubin
  1 sibling, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2022-10-12 13:05 UTC (permalink / raw)
  To: momo aubin; +Cc: Simon Glass, U-Boot Mailing List

On Mon, Oct 10, 2022 at 6:31 PM momo aubin <aubinno@gmail.com> wrote:
>
> Hello Simon,
>
> My board boots well . When I added the second partition into my kernel I
> got this message
> *Verifying Checksum ... Bad Data CRC*
> what could be the root cause ?

Try to run "saveenv",

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

* Re: Bad Data CRC
  2022-10-12 13:05 ` Fabio Estevam
@ 2022-10-12 13:50   ` momo aubin
  2022-10-12 22:14     ` Simon Glass
  0 siblings, 1 reply; 7+ messages in thread
From: momo aubin @ 2022-10-12 13:50 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Simon Glass, U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]

Thanks Fabio and Simon,

find attached the log picture.
When I changed the size of the one partition in the kernel, I got this
message. Does the calculation of CRC in uboot depended on the size ?

[image: image.png]

Thanks,
Aubin

On Wed, 12 Oct 2022 at 15:05, Fabio Estevam <festevam@gmail.com> wrote:

> On Mon, Oct 10, 2022 at 6:31 PM momo aubin <aubinno@gmail.com> wrote:
> >
> > Hello Simon,
> >
> > My board boots well . When I added the second partition into my kernel I
> > got this message
> > *Verifying Checksum ... Bad Data CRC*
> > what could be the root cause ?
>
> Try to run "saveenv",
>

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 44647 bytes --]

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

* Re: Bad Data CRC
  2022-10-12 13:50   ` momo aubin
@ 2022-10-12 22:14     ` Simon Glass
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Glass @ 2022-10-12 22:14 UTC (permalink / raw)
  To: momo aubin; +Cc: Fabio Estevam, U-Boot Mailing List

Hi,

On Wed, 12 Oct 2022 at 07:50, momo aubin <aubinno@gmail.com> wrote:
>
> Thanks Fabio and Simon,
>
> find attached the log picture.
> When I changed the size of the one partition in the kernel, I got this message. Does the calculation of CRC in uboot depended on the size ?

It seems like your kernel is corrupt and the crc is failing. Yes the
crc is calculated based on the full size of the kernel data as shown.


- Simon

>
>
>
> Thanks,
> Aubin
>
> On Wed, 12 Oct 2022 at 15:05, Fabio Estevam <festevam@gmail.com> wrote:
>>
>> On Mon, Oct 10, 2022 at 6:31 PM momo aubin <aubinno@gmail.com> wrote:
>> >
>> > Hello Simon,
>> >
>> > My board boots well . When I added the second partition into my kernel I
>> > got this message
>> > *Verifying Checksum ... Bad Data CRC*
>> > what could be the root cause ?
>>
>> Try to run "saveenv",

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

end of thread, other threads:[~2022-10-12 22:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 21:31 Bad Data CRC momo aubin
2022-10-10 22:33 ` Simon Glass
2022-10-11  6:13   ` momo aubin
2022-10-12 12:59     ` Simon Glass
2022-10-12 13:05 ` Fabio Estevam
2022-10-12 13:50   ` momo aubin
2022-10-12 22:14     ` Simon Glass

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.