Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open a new terminal as super user and move to the folder where AFU utility and the firmware file are located. From inside here:

  • Make the script executable through the following command:

    Code Block
    chmod +x bios_updater_YYY.sh

    where YYY changes for 32-bit or 64-bit Linux version;

  • To update your BIOS execute the command:

    Code Block
    ./bios_updater_YYY.sh BIOSbinary.XXX

    where BIOSbinary.XXX is the name of the BIOS you would like to flash.

  • After the program advises the correctness of operation, the board can be rebooted.

...

Windows utility

  • Copy the updater tool and the BIOS binary file in a folder of the Windows Disk.

Info

bios_updater_YYY.batamifldrvYY.YYY and AFUWINIYYY.EXE must be present.

  • Run the cmd shell with Administrator privileges, then move to the folder where AFU utility and the firmware file are placed.

  • From inside here, to update your BIOS execute the command:

Code Block
./bios_updater_YYY.bat BIOSbinary.XXX

...