FX460 auf grund Bios flaschen

psy187 schrieb:
Kannst das HIER ja noch testen

Aha und statt asus .rom nehme ich dann den namen von der ROM Bios die ich habe, richtig?
Ergänzung ()

Oliko67 schrieb:
Das abgearbeitet?

Ohne den Treiber anschließend zu patchen, verhält sich Windows so als wäre kein Graka-Treiber installiert..

Ich will ja erst mal wieder ein normales BIOS auf der Graka haben so das ich kein schwarzer bildschirm wieder bekomme da sind mir die treiber gerade egal.
Ergänzung ()

Wie kann ich in den Atiflash programm bestimmen welche graka geflasht wird.
 
Mal in Dokumentationen zum Tool hinein schauen.

http://www.hardwareluxx.de/communit...ditieren-und-per-atiflash-flashen-637046.html

Punkt 5.

Code:
--- ATIFLASH v4.17 ---
-h, -?, /h, /?          Help (this screen)

Format: ATIFLASH [command] [parameter1] [parameter2] [parameter3] <option/s>
[command]:
-i [Num]                Display information of ATI adapters in the system.
                        Display information of adapter [Num] if specified.
-ai [Num]               Display advanced information of ATI adapters on system.
                        Display advanced information of adapter [Num]
                        if specified.
-biosfileinfo <File>    Displays the Bios info in file <file>
-p <Num> <File>         Write BIOS image in file <File> to flash ROM in Adapter
                        <Num>.
-pa <File>              Write BIOS image <File> to all appropriate adapters.
-s <Num> <File> [Size]  Save BIOS image from adapter <Num> to file <File>.
                        First [Size] kbytes (except for Theater in bytes) of ROM

                        content is saved if [Size] is specified.
-cf <File> [Size] [Sum] Calculate 16-bit checksum for file <File>.
                        Checksum for the first [Size] kbytes of the file is
                        calculated if [Size] is specified.
-cb <Num> [Size] [Sum]  Calculate 16-bit BIOS image checksum for adapter <Num>.
                        Checksum for the first [Size] kbytes of the ROM content
                        is calculated if [Size] is specified.
-mb <Num> <File>        Modify SSID, SVID, BIOS Pin Number, & Boot Message in
                        BIOS image of adapter <Num> to values in <filename>.
                        Input file example:
                           ssid = 715B
                           svid = 1002
                           biospn = "113-xxxxxx-xx"
                           bootmsg = "ATI graphic board"
-pak <File>             Package an executable for BIOS update according to
                        the commands in <File>.
                        Config file example:
                           outfile = update.exe
                           banner = "Update v1.0"
                           infile = a123.bin
                           command = -pa -padevid=715B infile
-isr <Num> <Build Number> <Board Number>  Set ISR number based on the given
                                          build and board number
                                          if not specified, print out ISR Number

-prod <Num> <12 digit serial number>      Set PROD number based
                                          on the given serial number
                                          if not specified, print out SN Number
-checkprodsn <Num> <12 Digit Serial Number>  Comparing the Prod SN based on
                                             existing prod sn saved in ROM
<option/s>:
-f              Force flashing regardless of security checkings (e.g. AsicID &
                BIOS file info check OR boot-up card).
-fa             Force flashing bypassing already-programmed check.
-fm             Force flashing bypassing BIOS memory config check.
-fs             Force flashing bypassing BIOS SSID check.
-fp             Force flashing bypassing BIOS P/N check.
-nw             No user interaction on test failure.
-sst            Use SST25VFxxx flashing algorithm regardless of ROMID straps.
-st             Use ST M25Pxx flashing algorithm regardless of ROMID straps.
-atmel          Use AT25Fxxx flashing algorithm regardless of ROMID straps.
-nopci          Do not enumerate PCI adapters, i.e. enumerate only AGP and
                PCIe adpaters
-pcionly        Enumerate only PCI adapters, i.e. do not enumerate AGP and
                PCIe adapters
-agp            Enumerate only AGP adapters, i.e. do not enumerate PCI and
                PCIe adapters unless used with -pcie or -pci
-noagp          Do not enumerate AGP adapters, i.e. enumerate only PCI and
                PCIe adpaters
-pcie           Enumerate only PCIe adapters, i.e. do not enumerate AGP and
                PCI adapters unless used with -agp or -pci
-nopcie         Do not enumerate PCIe adapters, i.e. enumerate only AGP and
                PCI adpaters
                PCIe adapters unless used with -agp or -pcie
-noremap        Skip BARs error detection and remapping in PCI configuration
                space
-reboot         Force a reboot of the system after successfully completing the
                specified operation
-keepisrsn      keep the ISR Number on the adapter when flashing a new VBIOS
-keepprodsn     keep the Prod SN on the adapter when flashing a new VBIOS
-siireset       Specifies the GPIO Pin to be used as the Reset when updating
                SiI1930 microcontroller firmware
                Input example:
                   -siireset=7 <No Spaces>
-siiuprog       Specifies the GPIO Pin to be used as the uprog when updating
                SiI1930 microcontroller firmware
                Input example:
                   -siiuprog=14 <No Spaces>
-scansii        Overrides normal adapter detection to enable detecting SSI
                roms with/without TPI firmware
-log            Logs output to atiflash.log, overrides existing file
-logappend      Logs and appends output to atiflash.log
-ddc            Enable DDC support
-padevid=<ID>   Use with -pa command to update adapters of specific device ID.
-passid=<ID>    Use with -pa command to update adapters of specific SSID.
-pasvid=<ID>    Use with -pa command to update adapters of specific SVID.
-pavbpn=<VBPN>  Use with -pa command to update adapters of specific VBIOS PN.
-logappend      Logs and appends output to atiflash.log
-ddc            Enable DDC support
-padevid=<ID>   Use with -pa command to update adapters of specific device ID.
-passid=<ID>    Use with -pa command to update adapters of specific SSID.
-pasvid=<ID>    Use with -pa command to update adapters of specific SVID.
-pavbpn=<VBPN>  Use with -pa command to update adapters of specific VBIOS PN.
-excl_memtrain_dtable     When flashing on new VBIOS, a pre-determined memory
                               training data table in the old VBIOS will not be
                          overwritten.
-isr <adapter num> [build num] [board num]     If build number and board number
                                               are specified, sets the ISR Number
                                               value in specified adapter.
                                               If only adapter is specified, the current
                                               ISR Number is displayed
-checkpn <adapter num> <filename>              Checks PN of the current product
                                               and compares it to external file
*<Num> = adapter number, <File> = filename
*[Size] = data block size in KBytes, except for Theater Pro in Bytes
*Use command -i to see the adapter numbers in the system.
*Theater Pro supports commands -i, p, s, cf, cr, t, v and options -f, -noremap.
 
Zuletzt bearbeitet:
Ah ok, habbe auch noch diese Anleitung gefunden.
https://www.techpowerup.com/forums/threads/how-to-use-atiflash.57750/
Ergänzung ()

Zuerst das eintippen: ATIFLASH -ai. Dann schauen welche es ist und dann das ATIFLASH -f -p 0 asus.rom das asus habe ich einfach halber so benannt. Und die 0 mit der jeweiligen zahl auswechseln. Und fertig, richtig?
 
Zuletzt bearbeitet:
Juhu, klappt wieder und in Zukunft lass ich die finger von solchen sachen.:)
 
Zurück
Oben