[U-Boot-Users] "Question on expansion of Flash"

Hi All,
I am working on walnut board which is having 4MB flash . Currently it is working fine. We are trying to place 8MB Flash to accomidate some extra software components. Now my question is , what are the necessary modifications to the existing u-boot files to make it work with 8MB flash insted of 4MB flash?
Can anyone help me in this regard?
Thanks in Advance, Nagi Reddy

On Mon, 5 Sep 2005 nreddy@netenrich.com wrote:
Now my question is , what are the necessary modifications to the existing u-boot files to make it work with 8MB flash insted of 4MB flash?
If U-Boot is already know about the new 8MB flash then the new 8MB Flash will be detected seamlessly. Otherwise, you have modify the U-Boot's board specific flash detecting part by adding the Manufacture id, Protect id and size info.
See: ./board/walnut405/flash.c -> flash_get_size()
HTH :)

In message 34636.61.95.208.3.1125904828.squirrel@61.95.208.3 you wrote:
Now my question is , what are the necessary modifications to the existing u-boot files to make it work with 8MB flash insted of 4MB flash?
Adapt the flash configuration in the board config file and the flash driver for your board.
Best regards,
Wolfgang Denk
participants (3)
-
Bharathi Subramanian
-
nreddy@netenrich.com
-
Wolfgang Denk