Re: [U-Boot] Specifying flash page sizes

2012-09-06 Thread Scott Wood
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

[U-Boot] Specifying flash page sizes

2012-08-29 Thread Ellis Andrew
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.