I thought the same thing at 1st as well, but since I only flashed once, and it went to bank 8.. I dont think I did, and thats why im shocked I cant get into my backup flash..
im looking thru the code of the modded flashbios now, and I cant see my flash in it at all.. here the code :
const KNOWN_FLASH_TYPE aknownflashtypesDefault[] = {
{ 0xbf, 0x61, "SST49LF020", 0x40000 }, // default flash types
{ 0x01, 0xd5, "Am29F080B", 0x100000 }, // default flash types
{ 0x04, 0xd5, "Fujitsu MBM29F080A", 0x100000 }, // default flash types
{ 0xad, 0xd5, "Hynix HY29F080", 0x100000 }, // default flash types
{ 0x20, 0xf1, "ST M29F080A", 0x100000 }, // default flash types
{ 0x89, 0xA6, "Sharp LHF08CH1", 0x100000 }, // default flash types
{ 0xbf, 0x50, "256 bank 1", 0x100000 },
{ 0xbf, 0x51, "256 bank 2", 0x100000 },
{ 0xbf, 0x52, "256 bank 3", 0x100000 },
{ 0xbf, 0x53, "256 bank 4", 0x100000 },
{ 0xda, 0x8c, "Winbond W49F020",0x40000 },
{ 0x01, 0xa4, "AMD - Am29F040B",0x80000 },
{ 0xda, 0x0b, "Winbond - W49F002U",0x40000 },
{ 0xc2, 0x36, "MACRONIX - MX29F022NTPC",0x40000 },
{ 0x20, 0xb0, "ST M29f002BT",0x40000 },
only one looks close is the { 0xad, 0xd5, "Hynix HY29F080", 0x100000 }, // default flash types
Actually { 0x01, 0xa4, "AMD - Am29F040B",0x80000 }, looks REALLY close to what I have.
im guessing this is why I cant get it to load the flash..
and would you happen to know where the source for 3.0.1 regular is so I could possibly compare these side by side..