What is the X3 and X3CE Flash Types?

cerealkilla

Noob Account
Jan 22, 2006
6
0
I'm creating an autoinstaller CD and I've been searching for about 2 hours and still can't find it. I already have the MD5 hash's for all the bios's I need, but I can't find the flash type for the chip.

Here is an example of what I need:

Flash = 0xb04d,"Sharp LH28F800BVxx-BV series",0x100000
Flash = 0xbf10,"SST 29EE020",0x40000
Flash = 0xbf12,"SST 29LE020/29VE020",0x40000
Flash = 0xbfd6,"SST 39LF020/39VF020",0x40000
Flash = 0xbfb6,"SST 39SF020A",0x40000
Flash = 0xbf57,"SST 49LF002A",0x40000
Flash = 0xbf61,"SST 49LF020",0x40000
Flash = 0xbf52,"SST 49LF020A",0x40000
Flash = 0xbf1b,"SST 49LF003A",0x60000
Flash = 0xbf1c,"SST 49LF030A",0x60000
Flash = 0xbf13,"SST 29SF040",0x80000
Flash = 0xbf14,"SST 29VF040",0x80000
Flash = 0xbfd7,"SST 39LF040/39VF040",0x80000
Flash = 0xbfb7,"SST 39SF040",0x80000
Flash = 0xbf60,"SST 49LF004A/B",0x80000
Flash = 0xbf51,"SST 49LF040",0x80000
Flash = 0xbfd8,"SST 39LF080/39VF080/39VF088",0x100000
Flash = 0xbf5a,"SST 49LF008A",0x100000
Flash = 0xbf5b,"SST 49LF080A",0x100000
Flash = 0x20b0,"ST M29F002T/NT/BT/BNT",0x40000
Flash = 0x2034,"ST M29F002B/BB",0x40000
Flash = 0x20d3,"ST M29F200BT",0x40000
Flash = 0x20d4,"ST M29F200BB",0x40000
Flash = 0x20e2,"ST M29F040 series",0x80000
Flash = 0x20d5,"ST M29F400T/BT",0x80000
Flash = 0x20d6,"ST M29F400B/BB",0x80000
Flash = 0x20f1,"ST M29F080 series",0x100000
Flash = 0x20ec,"ST M29F800DT",0x100000
Flash = 0x2058,"ST M29F800DB",0x100000
Flash = 0xda45,"Winbond W29C020",0x40000
Flash = 0xdab5,"Winbond W39L020",0x40000
Flash = 0xda0b,"Winbond W49F002U",0x40000
Flash = 0xda8c,"Winbond W49F020",0x40000
Flash = 0xdab0,"Winbond W49V002A",0x40000
Flash = 0xda46,"Winbond W29C040",0x40000
Flash = 0xdab6,"Winbond W39L040",0x80000
Flash = 0xda3d,"Winbond W39V040A",0x80000

Any help with this would be greatly appreciated.
 

Poida^

VIP Member
Jul 13, 2005
1,088
0
Australia
There is no need to do this.
 

cerealkilla

Noob Account
Jan 22, 2006
6
0
I am trying to add flash support for the X3 and X3CE (they might be different, i don't know) to a evox.ini file. Basically I'm building my installer from Slayers2.6 and I need to add support for the X3 so that I can flash different bios's to it. Basically from my installer disk I should be able to flash say the EvoX m8 bios, which I have the bios and MD5 for, but can't flash, because my chip isn't supported.

So when I run my installer, when I select it to flash a bios, it goes to do it, but it says "unknown flash type".

It might seem to you that it's not needed, but I can't test any other bios's to even know if everything is working.
 
Last edited:

cerealkilla

Noob Account
Jan 22, 2006
6
0
I feel like the biggest noob ever! I had my flash protect enabled on my chip. I have another box X3 chipped and that one is always off, so I thought I had this one set to off all the time too.

Even after disabling the flash protect I still get problems though. I'm not sure if part of the flash thing is the banks. Meaning I think it has a flash type for 1MBx2, 512kbx4, and 256kbx8. It recognizes my 1mb bios, but not my 256kb, when I try to flash the 1mb it starts but stops at erasing (that's another problem I've got to fix), but on my bank 8 256kb, it still says unknown flash type when I try to flash.

I don't know if anybody will be able to help me with that flash type thing, but hopefully I will figure all that out tonight.