
Hi Wolfgang,
I'm working with Nicholas on the dataflash driver for U-Boot. The dataflash is used to store big amount of data(up to 128 Mbits for the AT45DB128). In our case, we use it to store and boot an image of linux(the dataflash contains the linux zImage and the ramdisk). This dataflash can be used also for a filesystem.
regards, Hamid,
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: mercredi 4 juin 2003 11:56 To: Nicolas Lacressonnière Cc: u-boot Mailing List; Hamid Ikdoumi; Olivier Debicki Subject: Re: [U-Boot-Users] [PATCH] DataFlash for AT91RM9200DK board
In message 004f01c32a6f$63dcd860$91f59f0a@pc0752 you wrote:
Why do we need a special command to access the DataFlash? I would like to see the same interface as for all other flash devices.
The DataFlash is a serial flash which is accessed like a serial eeprom.
That
is why we decided to create a special command to access it.
What is it being used for, then?
Concerning the other points, we will make the corrections.
Thanks.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de Always try to do things in chronological order; it's less confusing that way.