All of lore.kernel.org
 help / color / mirror / Atom feed
From: kingseft@samsung.co.kr
To: linuxppc-embedded@lists.linuxppc.org
Subject: Flash Device Driver
Date: Sat, 24 Mar 2001 10:13:10 +0900	[thread overview]
Message-ID: <H00002af04b2e173@MHS> (raw)


 Hello,

 I found Flash Device driver related files in linux-2.4.3-pre3-2001-03-11
 I have Intel TE28F160B3(2MBytes, 16bit port size, bottom boot type) flash memory.

 Question1:
 Can I use my intel flash memory for your flash device driver?
 I got flash vendor id : CFI_VENDOR_INTEL_STANDARD
 so , I modified your code like this.
  } else if ((primary_vendor == CFI_VENDOR_INTEL_SHARP_EXTENDED) ||
           (primary_vendor == CFI_VENDOR_INTEL_STANDARD) ) {
 Is it possible ??

 Question2:
 when kernel booted, I found this messages.
 Found 1x16bit 2MBytes CFI Flash device of type Intel Standard at 0xFFE00000
 registered flash device /dev/flasha (minor 0, 4 partitions)
 and when I got shell prompt. I made like this.
 mknod /dev/flasha c 60 0
 mknod /dev/flasha1 c 60 1
 mknod /dev/flasha2 c 60 2
 mknod /dev/flaaha3 c 60 3
 mknod /dev/flasha4 c 60 4

 I tried like this.
 ls -al >> result.txt
 cat result.txt >> /dev/flasha4
 cat /dev/flasha4
 but I coudn't find my result.txt contents..
 Is it impossible??

 Questions3:
 I read your README but I had a question.
 Where can I find flash_erase ??
 W. Denx wrote flash_erase /dev/flasha start_addr end_addr
 Thanks for any comments and replyings...

 kingseft


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2001-03-24  1:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-24  1:13 kingseft [this message]
2001-03-28 19:26 ` Stability of MontaVista's 2.4.0-test2-1.2.2-1 Sébastien Côté
2001-03-28 21:10   ` Mark A. Greer
2001-03-29 14:33     ` Alex Shnitman
2001-03-29 15:28       ` Tom Rini
2001-03-29 16:40       ` Sébastien Côté
2001-03-29 18:11         ` Mark A. Greer
2001-03-29 17:29       ` Mark A. Greer
2001-03-30  1:08         ` Alex Shnitman
2001-03-30 22:52     ` Sébastien Côté
2001-03-30 23:19       ` Mark A. Greer
2001-03-30 23:29         ` Mark A. Greer
2001-03-31  0:25         ` Ron Bianco
  -- strict thread matches above, loose matches on Subject: below --
2001-03-24  1:37 Flash Device Driver Wolfgang Denk

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=H00002af04b2e173@MHS \
    --to=kingseft@samsung.co.kr \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.