All of lore.kernel.org
 help / color / mirror / Atom feed
* minimal-image doesn't boot
@ 2010-09-02 16:02 Marco Cavallini
  2010-09-02 16:20 ` Florian Boor
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Cavallini @ 2010-09-02 16:02 UTC (permalink / raw)
  To: openembedded-devel

Hi,
I have been trying to run a minimal-image on an ARM system, because I
plan to use it on a 16MB NOR Flash.

I started wirh a PXA270 based board but I faced to puzzling jffs2
errors, then I tried on a more reliable machine (for me) Ronetix-pm9263
with same results.

Does anybody tested minimal-image recently?
Did it work?
With which machine?

Any hint will be greatly appreciated.


IP-Config: Complete:
     device=eth0, addr=192.168.3.222, mask=255.255.255.0, gw=192.168.3.1,
     host=PM9263, domain=, nis-domain=(none),
     bootserver=192.168.3.1, rootserver=192.168.3.1, rootpath=
uncorrectable error : <3>uncorrectable error : <3>uncorrectable error :
<3>uncorrectable error : <3>uncorrectable errorr
jffs2_scan_eraseblock(): Node at 0x000006a4 {0x1985, 0xe001, 0x00000020)
has invalid CRC 0x78262e60 (calculated 0xaa27e)
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006a8:
0x0020 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006ac:
0x2e60 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006b4:
0x000f instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006b8:
0x0011 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006c4:
0x181c instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006c8:
0x3443 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006cc:
0x6461 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006d0:
0x0900 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000006d4:
0x0004 instead
Further such events for this erase block will not be printed
Old JFFS2 bitmask found at 0x0000a480
You cannot use older JFFS2 filesystems with newer kernels
Old JFFS2 bitmask found at 0x00018d94
You cannot use older JFFS2 filesystems with newer kernels
Old JFFS2 bitmask found at 0x0001b0f8
You cannot use older JFFS2 filesystems with newer kernels
uncorrectable error : <3>uncorrectable error : <3>uncorrectable error :
<3>uncorrectable error : <4>mtd->read(0x400 bytr
jffs2_scan_eraseblock(): Node at 0x00020000 {0x1985, 0xe002, 0x00000a1c)
has invalid CRC 0x3a21180e (calculated 0x9bd95)
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004:
0x0a1c instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020008:
0x180e instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002000c:
0x0014 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020010:
0x0029 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020014:
0x89ed instead


/marco



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

* Re: minimal-image doesn't boot
  2010-09-02 16:02 minimal-image doesn't boot Marco Cavallini
@ 2010-09-02 16:20 ` Florian Boor
  2010-09-03  7:56   ` Marco Cavallini
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Boor @ 2010-09-02 16:20 UTC (permalink / raw)
  To: openembedded-devel

Hi Marco,

Marco Cavallini schrieb:
> I have been trying to run a minimal-image on an ARM system, because I
> plan to use it on a 16MB NOR Flash.
> 
> I started wirh a PXA270 based board but I faced to puzzling jffs2
> errors, then I tried on a more reliable machine (for me) Ronetix-pm9263
> with same results.
> 
> Does anybody tested minimal-image recently?
> Did it work?
> With which machine?
> 
> Any hint will be greatly appreciated.

this looks like either the jffs2 image are completely messed up (not very
likely) or something went wrong while flashing. Do the bootloader agree with the
kernels about the partition layout and was the root flash partition erased
completely?

I do not have a Ronetix board around which would be useful to verify but I could
try it with the SimOne I have - I built a minimal image for it recently but
didn't test it so far.

Greetings

Florian

-- 
The dream of yesterday                  Florian Boor
is the hope of today                    Tel: +49 271-771091-15
and the reality of tomorrow.            Fax: +49 271-771091-19
[Robert Hutchings Goddard, 1904]        florian.boor@kernelconcepts.de
                                        http://www.kernelconcepts.de/en



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

* Re: minimal-image doesn't boot
  2010-09-02 16:20 ` Florian Boor
@ 2010-09-03  7:56   ` Marco Cavallini
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Cavallini @ 2010-09-03  7:56 UTC (permalink / raw)
  To: openembedded-devel

Florian Boor ha scritto, Il 02/09/2010 18:20:
> Hi Marco,
> 
> Marco Cavallini schrieb:
>> I have been trying to run a minimal-image on an ARM system, because I
>> plan to use it on a 16MB NOR Flash.
>>
>> I started wirh a PXA270 based board but I faced to puzzling jffs2
>> errors, then I tried on a more reliable machine (for me) Ronetix-pm9263
>> with same results.
>>
>> Does anybody tested minimal-image recently?
>> Did it work?
>> With which machine?
>>
>> Any hint will be greatly appreciated.
> 
> this looks like either the jffs2 image are completely messed up (not very
> likely) or something went wrong while flashing. Do the bootloader agree with the
> kernels about the partition layout and was the root flash partition erased
> completely?
> 
> I do not have a Ronetix board around which would be useful to verify but I could
> try it with the SimOne I have - I built a minimal image for it recently but
> didn't test it so far.

Dear Florian,
a complete root flash partition clean solved the problem
Thank you

/marco



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

end of thread, other threads:[~2010-09-03  7:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 16:02 minimal-image doesn't boot Marco Cavallini
2010-09-02 16:20 ` Florian Boor
2010-09-03  7:56   ` Marco Cavallini

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.