From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Puschmann Date: Mon, 26 Jun 2006 14:29:53 +0200 Subject: [U-Boot-Users] Dataflash and JFFS2 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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": no such FLASH device: nor0 (valid range 0 ... -1 incorrect device: nor0 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