Greetings,
Here it is finally!
If some of you could test:
- SD Card (TS-7260) support
- NAND support (using generic nand plarform driver)
Concerning the last point, you may need this patch:
---
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index 475559e..52873d9 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -142,7 +142,7 @@ static int ts72xx_nand_device_ready(struct mtd_info
*mtd)
static const char *ts72xx_nand_part_probes[] = { "cmdlinepart", NULL };
-#define TS72XX_BOOTROM_PART_SIZE (SZ_16K)
+#define TS72XX_BOOTROM_PART_SIZE (SZ_128K)
#define TS72XX_REDBOOT_PART_SIZE (SZ_2M + SZ_1M)
static struct mtd_partition ts72xx_nand_parts[] = {
---
Note that this partition size issue is important because the patch is
currently in 2.6.35-rcX (with SZ_16K).
It appears that Technologic Systems made a new "nand layout" with
SZ_128K, but, is this for big flash (128mb) or all of them ?
Thanks!
Matthieu Crapet
PS: Oops forgot url: http://mcrapet.free.fr/
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|