 rec9140Provoice just DO it join:2003-07-29 Mulberry, FL | reply to voiplover
Re: WRTP54G-ER JTAG Unlock using windowsThis link may shed some light on the Spansion
»www.the-scream.co.uk/forums/t22917-13.html
And getting the 29GL064M Flash support
Other changes to wrtg54.c
flash_area_type flash_area_list[] = {
//--------- ---------- ----------- ------------
//chip_size area_name area_start area_length
//--------- ---------- ----------- ------------
{ size8MB, "CFE", 0x1F800000-0x400000, 0x40000 },
{ size16MB, "CFE", 0x1F800000-0x400000, 0x40000 },
{ size8MB, "KERNEL", 0x1F900010-0x400000, 0xAFFF0 },
{ size16MB, "KERNEL", 0x1F900010-0x400000, 0xAFFF0 },
{ size8MB, "USER", 0x1F840000-0x400000, 0xC0000 },
{ size16MB, "USER", 0x1F840000-0x400000, 0xC0000 },
{ size8MB, "ROOT", 0x1F9B0000-0x400000, 0x650000 },
{ size16MB, "ROOT", 0x1F9B0000-0x400000, 0x650000 },
{ size8MB, "WHOLEFLASH", 0x1F800000-0x400000, 0x800000 },
{ size16MB, "WHOLEFLASH", 0x1F000000, 0x1000000 },
{ 0, 0, 0, 0 }
};
flash_chip_type flash_chip_list[] = {
// --- Add a few new Flash Chip Definitions ---
{ 0x0001, 0x2210, size8MB, CMD_TYPE_AMD, "S29GL064M 4Mx16 BotB (8MB)" ,8,size8K, 127,size64K, 0,0, 0,0 },
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};
|