public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Specifying flash page sizes
@ 2012-08-29  8:48 Ellis Andrew
  2012-09-06 22:08 ` Scott Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Ellis Andrew @ 2012-08-29  8:48 UTC (permalink / raw)
  To: u-boot

Hi 


I have been using uboot to with a number of devices which have a 256 byte page. Currently I'm using a device with a 512 byte page. I have had problems getting Linux to run on my system, the initial problem was caused by the flash drivers in linux specifying a page of 256 bytes and not 512. I am still having numerous issues with Linux, and I'm wondering whether it is because the kernel flash images are not being programmed correctly? Ho do I specify the flash page size in uboot source code? I've not been able to find how to do that.

Kind regards

Andrew

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

* [U-Boot] Specifying flash page sizes
  2012-08-29  8:48 [U-Boot] Specifying flash page sizes Ellis Andrew
@ 2012-09-06 22:08 ` Scott Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2012-09-06 22:08 UTC (permalink / raw)
  To: u-boot

On 08/29/2012 03:48 AM, Ellis Andrew wrote:
> Hi
> 
> 
> I have been using uboot to with a number of devices

Using U-Boot to do what with a number of devices?

> which have a 256
> byte page. Currently I'm using a device with a 512 byte page. I have
> had problems getting Linux to run on my system, the initial problem
> was caused by the flash drivers in linux specifying a page of 256
> bytes and not 512. I am still having numerous issues with Linux, and
> I'm wondering whether it is because the kernel flash images are not
> being programmed correctly? Ho do I specify the flash page size in
> uboot source code? I've not been able to find how to do that.

What kind of flash are you talking about?  NOR? NAND? SPI?

I'm not too familiar with SPI flash, but NOR flash has much larger erase
blocks than that (and no pages for read/write), and 256-byte-page NAND
chips are listed as "museum" pieces in the code.

Or do you mean some sort of compact flash with integrated controller,
that looks like an IDE device?  Or something else?

What sort of boards are you using?  Is there any U-Boot question here,
or did you mean to post this to a Linux list?

There's just not enough information in this e-mail to give a helpful
response.

-Scott

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

end of thread, other threads:[~2012-09-06 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29  8:48 [U-Boot] Specifying flash page sizes Ellis Andrew
2012-09-06 22:08 ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox