public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Resolved -- Problems accessing flash on OMAP 1510 Innovator
@ 2004-10-13 18:41 Stephen Johnson
  2004-10-14  4:28 ` George G. Davis
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Johnson @ 2004-10-13 18:41 UTC (permalink / raw)
  To: u-boot

After studying code in rrload and doing some googling, I tried an experiment
and it worked.  In the file board/omap1510inn/flash.c I changed the function
get_flash_size() so that it now contains the following code:

 /* Write auto select command: read Manufacturer ID */
 // addr[0x5555] = (FPW) 0x00AA00AA;
 // addr[0x2AAA] = (FPW) 0x00550055;
 // addr[0x5555] = (FPW) 0x00900090;

 addr[0] = (FPW) 0x00900090;

In other words I got rid of three lines of code and added my own.  I can now
access -- both read and write -- the flash.  My only concern is what have I
broken by this change!  But for now I'm happy.

Thanks for everyone's help.

                Steve

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

end of thread, other threads:[~2004-10-14  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-13 18:41 [U-Boot-Users] Resolved -- Problems accessing flash on OMAP 1510 Innovator Stephen Johnson
2004-10-14  4:28 ` George G. Davis

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