[U-Boot-Users] Fwd: [U-Boot] EP93XX Uboot support

2008-10-14 Thread Stuart Wood
___ U-Boot mailing list [EMAIL PROTECTED] http://lists.denx.de/mailman/listinfo/u-boot -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 -- Stuart Wood Lab X Technologies, LLC 176

Re: [U-Boot-Users] How to Handel Non-Continuous Memory Regions

2008-07-25 Thread Stuart Wood
sizes of 8MBytes. U-Boot runs in the first region, and we down load into the second region. If the down load is larger than the region size it gets corrupted. So the thought is to enable the MMU to do the address translation. Or is there another way to handle this? -- Stuart Wood Lab X

Re: [U-Boot-Users] How to Handel Non-Continuous Memory Regions

2008-07-25 Thread Stuart Wood
Jerry, Excellent Idea! I will test it right away. -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 - This SF.Net email is sponsored

[U-Boot-Users] How to Handel Non-Continuous Memory Regions

2008-07-24 Thread Stuart Wood
? -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [U-Boot-Users] How to Handel Non-Continuous Memory Regions

2008-07-24 Thread Stuart Wood
[EMAIL PROTECTED] wrote: Hi Stuart I don't know waht architechture that you are using, but if you have an mmu maybe you can set it to have a virtual memory space contigous. Best regards On Thu, Jul 24, 2008 at 4:56 PM, Stuart Wood [EMAIL PROTECTED] wrote: I've got an interesting

Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512

2008-07-21 Thread Stuart Wood
+218 bytes) x 64 pages = (256k +13k) bytes Device total size = 8,608Mbit Thanks Claudio -Original Message- From: Stuart Wood [mailto:[EMAIL PROTECTED] Sent: Saturday, July 19, 2008 11:33 PM To: Spinelli, Claudio (Claudio) Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U

Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512

2008-07-21 Thread Stuart Wood
Message- From: Stuart Wood [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 4:01 PM To: Spinelli, Claudio (Claudio) Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512 Claudio, This does not appear to be a standard

Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512

2008-07-21 Thread Stuart Wood
- From: Stuart Wood [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 5:18 PM To: Spinelli, Claudio (Claudio) Cc: uboot Subject: Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512 Thanks Claudio for the information, I've taken a look at the data sheet and it does

Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512

2008-07-19 Thread Stuart Wood
-users -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: [U-Boot-Users] nand_oobinfo for 1Gbyte nand flash with oobsize=512

2008-07-19 Thread Stuart Wood
Flash so I don't know if it differers from the SLC types. I do now that both Large and Small page SLC Flash is well supported. Stuart On Sat, Jul 19, 2008 at 5:18 PM, Spinelli, Claudio (Claudio) [EMAIL PROTECTED] wrote: MICRON MT29F8G08AAA -Original Message- From: Stuart Wood [mailto

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-30 Thread Stuart Wood
. There is no nand controller, the interface is bit banged with software ecc. The ECC data seems to be loaded in the oob bytes 0-3, 6, 7 witch should not conflict right? -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707

Re: [U-Boot-Users] Ethernet stopped working after upgrading from 1.1.5 to 1.3.3

2008-06-26 Thread Stuart Wood
Warren [EMAIL PROTECTED] wrote: Stuart Wood wrote: It was pulled together from the cirrus logic Linux distribution posts done on the linux-cirrus mailing list as far as I know. I was not around when it was initially put together, and the engineer who did it has since left. That's a fun position

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-26 Thread Stuart Wood
thoughts? Stuart On Fri, Jun 13, 2008 at 11:54 AM, Grant Erickson [EMAIL PROTECTED] wrote: On 6/13/08 7:45 AM, Stuart Wood wrote: I'm having some new problems with my jffs2 root file system when it is mounted the first time from small page nand flash. I'm pretty sure its some sort of configuration

Re: [U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-26 Thread Stuart Wood
not sure what else needs to synchronized. MTD version? -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 - Check out the new SourceForge.net

[U-Boot-Users] Ethernet stopped working after upgrading from 1.1.5 to 1.3.3

2008-06-25 Thread Stuart Wood
files should be laid out. Did the config commands change to set up Ethernet? The Ethernet driver for the chip is under cpu/arm920t/ep93xx/eth.c Any suggestions would be appreciated. Thanks -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790

[U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-13 Thread Stuart Wood
2008-06-13 09:52 /home/stuart/ArmLinux/buildroot/rootfs.arm_nofpu.jffs2 /sbin/ldconfig -r /home/stuart/ArmLinux/buildroot/build_arm_nofpu/root 2/dev/null I'm using u-boot 1.3.3 to load the image like this: -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607

[U-Boot-Users] Problems with root JFFS2 on NAND Flash

2008-06-13 Thread Stuart Wood
be appriciated! Thanks -- Stuart Wood - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

[U-Boot-Users] [PATCH]jffs2_1pass.c - Adding watchdog support

2008-06-02 Thread Stuart Wood
Adds watchdog support. signed off by Stuart Wood [EMAIL PROTECTED] --- diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c index a330438..9ff8e12 100644 --- a/fs/jffs2/jffs2_1pass.c +++ b/fs/jffs2/jffs2_1pass.c @@ -116,6 +116,7 @@ #include malloc.h #include linux/stat.h #include

[U-Boot-Users] [PATCH]serial_pl010.c - Add watchdog support

2008-06-02 Thread Stuart Wood
Adding watch dog support signed off by Stuart Wood [EMAIL PROTECTED] diff --git a/drivers/serial/serial_pl010.c b/drivers/serial/serial_pl010.c index 417b6ae..134ed09 100644 --- a/drivers/serial/serial_pl010.c +++ b/drivers/serial/serial_pl010.c @@ -29,6 +29,7 @@ /* Should be fairly simple

Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeeds)

2008-06-02 Thread Stuart Wood
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 - This SF.net email

Re: [U-Boot-Users] [PATCH]env_nand.c Added bad block management for environment variables

2008-05-30 Thread Stuart Wood
off by Stuart Wood [EMAIL PROTECTED] --- diff --git a/common/env_nand.c b/common/env_nand.c index 49742f5..508d7a4 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -1,4 +1,7 @@ /* + * (C) Copyright 2008 + * Stuart Wood, Lab X Technologies [EMAIL PROTECTED] + * * (C) Copyright 2004

Re: [U-Boot-Users] Very slow JFFS2 scan time and directory listing

2008-05-29 Thread Stuart Wood
caching the inodes in RAM help? -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585

Re: [U-Boot-Users] [PATCH]env_nand.c Added bad block management for environment variables

2008-05-29 Thread Stuart Wood
..3ee42e0 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -1,4 +1,7 @@ /* + * (C) Copywrite 2008 + * Stuart Wood, Lab X Technologies [EMAIL PROTECTED] + * * (C) Copyright 2004 * Jian Zhang, Texas Instruments, [EMAIL PROTECTED] @@ -53,6 +56,10 @@ #error CONFIG_INFERNO not supported yet

[U-Boot-Users] Very slow JFFS2 scan time and directory listing

2008-05-28 Thread Stuart Wood
Hi All, It's taking an extremely long time to do a directory listing using the 'ls' command with JFFS2. Its taking nearly a minute to scan the file system and then about 1 second to print each line. What is could be the cause of this, and is there any way to speed this up currently? -- Stuart

[U-Boot-Users] What causes a 'dirty' revision?

2008-05-23 Thread Stuart Wood
Hi All, What is U-Boot looking for or not finding to cause it decide the build is dirty? Is it similar to what Linux is using? Thanks -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707

[U-Boot-Users] problem with upgrading u-boot version

2008-05-22 Thread Stuart Wood
: undefined reference to `board_nand_init' make: *** [u-boot] Error 1 Thanks -- Stuart Wood Lab X Technologies, LLC 176 Anderson Ave. Suite 302 Rochester, NY 14607 Phone: (585) 271-7790 x207 Fax: (585) 473.4707 - This SF.net email

Re: [U-Boot-Users] Status of the Yaffs patches?

2008-04-29 Thread Stuart Wood
Thanks, I'll look into it. but I will need to do quite a bit of work to bring our u-boot up to the current release. We're about 2 years old and running on an EP9302 Arm processor. I'm not sure what we're built off from, so extracting our work will take some time. I very much want to move to YAFFS

[U-Boot-Users] Status of the Yaffs patches?

2008-04-28 Thread Stuart Wood
Hi All, Can anyone give me an update on the status of integrating YAFFS binary image reading and writing into U-Boot? -- Stuart Wood Lab X Technologies, LLC - This SF.net email is sponsored by the 2008 JavaOne(SM