From: xuxian <lsfdxuxian@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Intel 28F256J3C
Date: Wed, 31 May 2006 15:15:45 +0800 [thread overview]
Message-ID: <447d42b2.45c5968f.442a.ffff9351@mx.gmail.com> (raw)
Hi all,
I try to make u-boot work on my board which is similar with OMAP5912OSK. But
the flash we using is 28F256J3C. I have already added 28F256J3C's
manufacture code and device id in the proper position of u-boot. But there
are several questions I can't figure out.
1) How many sectors does 28F256J3C have? 256 or 259? How to divide 259
sectors in OSK which have two 16M flash.
2) What's the meaning of "Internal FLASH identification codes" in flash.h
file. It defines like this:
#define FLASH_28F320J3A 0x00C0 /* INTEL 28F320J3A ( 32M = 128K x
32)*/
#define FLASH_28F640J3A 0x00C2 /* INTEL 28F640J3A ( 64M = 128K x
64)*/
#define FLASH_28F128J3A 0x00C4 /* INTEL 28F128J3A (128M = 128K x
128)*/
But I can't find this kind of information on 28F256J3C's datasheet. And what
the code should be in 28F256J3C?
3) Should I modify the read manufacture and device id command? I have some
trouble with the following codes:
/* Write auto select command: read Manufacturer ID */
addr[0x5555] = (FPW) 0x00AA00AA;
addr[0x2AAA] = (FPW) 0x00550055;
addr[0x5555] = (FPW) 0x00900090;
Sorry for my English. Any help will be appreciated. Thank in advance.
Best Regard,
xuxian
next reply other threads:[~2006-05-31 7:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-31 7:15 xuxian [this message]
2006-05-31 7:48 ` [U-Boot-Users] Intel 28F256J3C Wolfgang Denk
2006-05-31 8:07 ` Stefan Roese
2006-05-31 7:52 ` [U-Boot-Users] Which configuration? Norman Baier
2006-05-31 8:11 ` Stefan Roese
[not found] ` <20060531124311.64780@gmx.net>
2006-05-31 12:55 ` Stefan Roese
2006-05-31 12:56 ` [U-Boot-Users] (no subject) Norman Baier
2006-05-31 9:50 ` [U-Boot-Users] Which configuration? Wolfgang Denk
2006-05-31 12:15 ` Norman Baier
2006-05-31 12:38 ` Wolfgang Denk
2006-05-31 13:07 ` Norman Baier
2006-05-31 14:07 ` Wolfgang Denk
2006-05-31 20:11 ` Tolunay Orkun
2006-06-06 20:51 ` Norman Urs Baier
2006-06-10 6:58 ` Norman Urs Baier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=447d42b2.45c5968f.442a.ffff9351@mx.gmail.com \
--to=lsfdxuxian@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox