* Problem with strata flash in 2 x 16bit config
@ 2006-09-01 11:41 Nils Faerber
2006-09-01 15:48 ` Justin Clacherty
0 siblings, 1 reply; 4+ messages in thread
From: Nils Faerber @ 2006-09-01 11:41 UTC (permalink / raw)
To: linux-mtd
Hi!
I have a little bit of an issue here and am already quite despereate...
We have a PXA270 based board here running a Linux kernel 2.6.10 which is
to almost 100% based on the Mainstone kernel. Also the board is mostly
based on Mainstone.
The board contains, besides other less important stuff, two Intel Strata
flash chips (64MByte each) in 32-bit (2 x 16) data bus configuration
connected to CS0 and the appropriate address bus lines. The address bus
and CS0 are both equally connected to both flash chips. The data bus is
connected D0-D15 to chip one and D16-D31 to chip two.
In general the flash chips are detected properly and can be read
properly (programmed via BLOB). But as soon as I write to a flash
partition from a booted Linux system I get chip timeouts and other MTD
errors. (see buttom of email for some log output...)
According to other mailinglists and patches this configuration should be
supported by MTD if 32-bit banksize (CONFIG_MTD_MAP_BANK_WIDTH_4) and
CONFIG_MTD_CFI_I2 is enabled, correct?
This is enabled in our kernel config.
Is there anything else that needs to be taken care of to properly enable
32-bit data bus width with two chips? The bankwidth is detected
properly, but just to make sure I already hard-coded this in the
map_info struct. But still no proper write.
This is the first time we use a 32-bit configuration so I am not very
experienced with this - the 16-bit config worked quite well ;)
If anyone has a hint for me I would be very happy ;)
And if desired I would gladly post my experience and potential solution
here too.
Many thanks in advance!
Cheers
nils faerber
Some logged messages...
Kernel startup:
(yes, I know, we did not make that kernel, the author used the PXA270
on-chip map-driver as template...)
---
Probing Intel PXA27x On-Chip ROM at physical address 0x00000000 (32-bit
bankwidth)
Intel PXA27x On-Chip ROM: Found 2 x16 devices at 0x0 in 32-bit bank
Intel/Sharp Extended Query Table at 0x010A
Intel/Sharp Extended Query Table at 0x010A
Intel/Sharp Extended Query Table at 0x010A
Using buffer write method
cfi_cmdset_0001: Erase suspend on write enabled
No RedBoot partition table detected in Intel PXA27x On-Chip ROM
cmdlinepart partition parsing not available
Using static partitions on Intel PXA27x On-Chip ROM
Creating 4 MTD partitions on "Intel PXA27x On-Chip ROM":
0x00000000-0x00040000 : "Bootloader"
0x00040000-0x00240000 : "Kernel"
0x00240000-0x01240000 : "Filesystem"
0x01240000-0x01740000 : "User"
---
Writing to root-fs:
---
[root@Linux /root]#dd if=/dev/zero of=./blub2 bs=1k count=1k
Waiting for chip to be ready timed out. Status afd908
Write of 68 bytes at 0x00dd2f0c failed. returned -5, retlen 0
Not marking the space at 0x00dd2f0c as dirty because the flash driver
returned retlen zero
Waiting for chip to be ready timed out. Status afd908
Write of 68 bytes at 0x00dd2f0c failed. returned -5, retlen 0
Not marking the space at 0x00dd2f0c as dirty because the flash driver
returned retlen zero
dd: ./blub2: Input/output error
---
and from here on the root-fs is damaged.
Writing to the fourth yet unused "User" partition:
---
[root@Linux /root]#dd if=/dev/zero of=/dev/mtdblock3 bs=1k count=1
1+0 records in
1+0 records out
[root@Linux /root]#dmesg
Node CRC 00800080 != calculated CRC 4bf2ff8d for node at 000d4704
-sh: dmesg: Input/output error
---
and after that the root-fs is effectively broken. Sometimes it works
again after reboot.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem with strata flash in 2 x 16bit config
2006-09-01 11:41 Problem with strata flash in 2 x 16bit config Nils Faerber
@ 2006-09-01 15:48 ` Justin Clacherty
2006-09-03 20:21 ` Nils Faerber
0 siblings, 1 reply; 4+ messages in thread
From: Justin Clacherty @ 2006-09-01 15:48 UTC (permalink / raw)
To: Nils Faerber; +Cc: linux-mtd
Nils Faerber wrote:
> Node CRC 00800080 != calculated CRC 4bf2ff8d for node at 000d4704
> -sh: dmesg: Input/output error
Is it P30 flash? I've seen something similar if you don't unlock the flash.
Justin.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem with strata flash in 2 x 16bit config
2006-09-01 15:48 ` Justin Clacherty
@ 2006-09-03 20:21 ` Nils Faerber
2006-09-03 21:33 ` Justin Clacherty
0 siblings, 1 reply; 4+ messages in thread
From: Nils Faerber @ 2006-09-03 20:21 UTC (permalink / raw)
To: Justin Clacherty; +Cc: linux-mtd
Justin Clacherty schrieb:
> Nils Faerber wrote:
>> Node CRC 00800080 != calculated CRC 4bf2ff8d for node at 000d4704
>> -sh: dmesg: Input/output error
> Is it P30 flash? I've seen something similar if you don't unlock the flash.
Yes, that's correct!
The board has two P30 flashes.
The BLOB bootloader flashes the complete 16MB root partition first.
After that, if I try to write to root using Linux-MTD, I get those errors.
But I would expect that BLOB has already unlocked the complete 16MB for
writing the image.
And even if some are still locked, how do I unlock them?
> Justin.
Cheers
nils faerber
--
kernel concepts GbR Tel: +49-271-771091-12
Dreisbachstr. 24 Fax: +49-271-771091-19
D-57250 Netphen Mob: +49-176-21024535
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem with strata flash in 2 x 16bit config
2006-09-03 20:21 ` Nils Faerber
@ 2006-09-03 21:33 ` Justin Clacherty
0 siblings, 0 replies; 4+ messages in thread
From: Justin Clacherty @ 2006-09-03 21:33 UTC (permalink / raw)
To: Nils Faerber; +Cc: linux-mtd
Nils Faerber wrote:
> But I would expect that BLOB has already unlocked the complete 16MB for
> writing the image.
>
Not sure how blob works with this, I'm using u-boot.
> And even if some are still locked, how do I unlock them?
>
This would need to be done in blob so that it's available to the kernel
for mounting.
When I get in to work this morning I'll try mounting flash with it
locked to see if that is the error I was receiving.
Justin.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-03 21:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-01 11:41 Problem with strata flash in 2 x 16bit config Nils Faerber
2006-09-01 15:48 ` Justin Clacherty
2006-09-03 20:21 ` Nils Faerber
2006-09-03 21:33 ` Justin Clacherty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox