From: Darius <augulis.darius@gmail.com>
To: linux-mtd@lists.infradead.org
Subject: XIP Kernel freeze
Date: Wed, 23 Jul 2008 15:06:02 +0300 [thread overview]
Message-ID: <g6776j$n5p$1@ger.gmane.org> (raw)
Hi All,
I'm using XIP kernel on i.MXL board MXLADS V2.0
This board has two 16bit NOR Flahs devices configured as one 32bit memory.
Overall 32Mbytes Flash. Memory chips are Spansion S29PL127.
kernel freezes when booting on this line from cfi_probe.c:
cfi_send_gen_cmd(0xF0, 0, base, map, cfi, cfi->device_type, NULL);
cfi_send_gen_cmd(0xFF, 0, base, map, cfi, cfi->device_type, NULL);
--->>> cfi_send_gen_cmd(0x98, 0x55, base, map, cfi, cfi->device_type, NULL);
First two commands are sent successful, but after last one kernel freezes.
This happens almost everytime when booting kernel, but not allways.
Sometimes, very rare, kernel is booting normaly.
When kernel is booted successful, everything works ok - i can write and erase to and from flash memory.
Where can be a problem? Is it possible that it is caused by hardware?
next reply other threads:[~2008-07-23 12:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-23 12:06 Darius [this message]
2008-07-23 13:05 ` XIP Kernel freeze Darius
2008-07-29 16:35 ` Jared Hulbert
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='g6776j$n5p$1@ger.gmane.org' \
--to=augulis.darius@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox