All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Puschmann <andre.puschmann@stud.tu-ilmenau.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Dataflash and JFFS2
Date: Mon, 26 Jun 2006 14:29:53 +0200	[thread overview]
Message-ID: <e7ok08$8eq$1@sea.gmane.org> (raw)

hello folks,
we are using an atmel at91rm9200-dk based custom board with 4mb of
dataflash.
i stored the kernel image inside of an jffs2-partition on the dataflash.
to load the kernel i am trying to read the image out of the
jffs2-partition on dataflash.

i get the following error when typing "fsinfo":
<log>
no such FLASH device: nor0 (valid range 0 ... -1
incorrect device: nor0
</log>

my settings in modified at91rm9200dk.h-file are:

#undef CONFIG_JFFS2_CMDLINE
#define CONFIG_JFFS2_DEV		"nor0"
#define CONFIG_JFFS2_PART_SIZE		0x3f6fbf
#define CONFIG_JFFS2_PART_OFFSET	0xc0029040


all other configs that use jffs-read-functionality don't have
any dataflash, so is this possible generally?!

regards
andre

             reply	other threads:[~2006-06-26 12:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-26 12:29 Andre Puschmann [this message]
2006-06-26 13:07 ` [U-Boot-Users] Dataflash and JFFS2 Wolfgang Denk
2006-06-26 13:33   ` Andre Puschmann
2006-06-26 14:45     ` Andre Puschmann
2006-06-26 20:42     ` Wolfgang Denk
2006-06-27  9:49       ` Andre Puschmann
2006-06-27 10:13         ` Wolfgang Denk
2006-06-27 11:50           ` Andre Puschmann
2006-06-27 12:06 ` Marco Cavallini
2006-06-27 12:19   ` Andre Puschmann
2006-06-27 12:29     ` Andre Puschmann

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='e7ok08$8eq$1@sea.gmane.org' \
    --to=andre.puschmann@stud.tu-ilmenau.de \
    --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 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.