From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Puschmann Date: Tue, 27 Jun 2006 14:19:55 +0200 Subject: [U-Boot-Users] Dataflash and JFFS2 In-Reply-To: <44A11F36.9000207@koansoftware.com> References: <44A11F36.9000207@koansoftware.com> 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 Marco Cavallini wrote: > Andre, > I read all the other thread under your message. > I didn't understand what are you trying to do. i am trying to store the kernel image (uImage) inside of the jffs2-filesystem .. thus i need the fsload command to load it from the filesystem into sram. > If this can help, I can say I am successfully using Dataflash with a > couple of different custom boards based on AT91RM9200 (DK like) > Please post your u-boot configuration, your memory specification, and > what you want to do. we are using dataflash as well, and it works! but we store the kernel image directly on the dataflash .. if we can store the kernel inside of an jffs2-image which is mounted during the system runs it would be much easier to update the kernel, or am i wrong? that is what the whole discussion is about. here is some output: U-Boot 1.1.4 (Jun 26 2006 - 16:38:12) DRAM: 32 MB Flash: 0 kB DataFlash:AT45DB321 Nb pages: 8192 Page Size: 528 Size= 4325376 bytes Logical address: 0xC0000000 Area 0:\0x09C0000000 to C0007FFF (RO) Area 1:\0x09C0008000 to C001FFFF (RO) Area 2:\0x09C0020000 to C0027FFF Area 3:\0x09C0028000 to C041FFFF In: serial Out: serial Err: serial OPENDO> flinfo DataFlash:AT45DB321 Nb pages: 8192 Page Size: 528 Size= 4325376 bytes Logical address: 0xC0000000 Area 0:\0x09C0000000 to C0007FFF (RO) Area 1:\0x09C0008000 to C001FFFF (RO) Area 2:\0x09C0020000 to C0027FFF Area 3:\0x09C0028000 to C041FFFF OPENDO> attached the modified at91rm9200dk.h configuration file .. regards andre > > =========== > > U-Boot 1.1.4 (May 20 2006 - 11:18:53) > > U-Boot code: 21F00000 -> 21F165A4 BSS: -> 21F33404 > RAM Configuration: > Bank #0: 20000000 64 MB > Atmel: AT49BV6416 (64Mbit) > Flash: 8 MB > DataFlash:AT45DB642 > Nb pages: 8192 > Page Size: 1056 > Size= 8650752 bytes > Logical address: 0xC0000000 > Area 0: C0000000 to C0007FFF (RO) > Area 1: C0008000 to C001FFFF (RO) > Area 2: C0020000 to C0027FFF > Area 3: C0028000 to C083FFFF > In: serial > Out: serial > Err: serial > > U-Boot> flinfo > DataFlash:AT45DB642 > Nb pages: 8192 > Page Size: 1056 > Size= 8650752 bytes > Logical address: 0xC0000000 > Area 0: C0000000 to C0007FFF (RO) > Area 1: C0008000 to C001FFFF (RO) > Area 2: C0020000 to C0027FFF > Area 3: C0028000 to C083FFFF > > Bank # 1: Atmel: AT49BV6416 (64Mbit) > Size: 8 MB in 135 Sectors > Sector Start Addresses: > 10000000 (RO) 10002000 (RO) 10004000 (RO) 10006000 (RO) 10008000 (RO) > 1000A000 (RO) 1000C000 (RO) 1000E000 (RO) 10010000 (RO) 10020000 (RO) > 10030000 (RO) 10040000 (RO) 10050000 (RO) 10060000 (RO) 10070000 > .snip. > > =========== > > Ciao > -------------- next part -------------- A non-text attachment was scrubbed... Name: at91rm9200dk.h Type: text/x-chdr Size: 8838 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20060627/608e269c/attachment.h