Cannot Update Bios Udoo x86 Linux

Discussion in 'UDOO X86' started by Gerardo, Apr 8, 2019.

  1. Gerardo

    Gerardo New Member

    Joined:
    Apr 8, 2019
    Messages:
    2
    Likes Received:
    1
    Some one help me? I tried to update my Udoo x86 from 1.01 to 1.06 in Ubuntu 18.04.2 LTS. I followed the procedure in the .pdf file from the next link http://download.udoo.org/files/UDOO_X86/UEFI_update/UDOOX86_B02-UEFI_Update_rel106.zip. I copy all the files in a folder of my Ubuntu disk include the Bios image file (0B020000.106)
    I'm running the commands with root privileges (sudo su), but when i run:
    chmod +x bios_updater_x64.sh
    ./bios_updater_x64.sh <0B020000.106
    the terminal response:
    Braswell BIOS updater - Linux Version

    Programming guide :
    Please enter the BIOS file parameter : ./updater.sh official_bios.xxx


    BIOS updated, please perform a full reboot for completing the operation
    Reboot my Udoo BUT THE BIOS IS STILL 1.01!!!

    I don't kwon if i did something wrond, somebody could help me?
    Thanks.
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Be sure you have the bios file on the right location (in your current folder). You have to copy/move it.
    And your command is incorrect there should be no < sign in it.:
    ./bios_updater_x64.sh 0B020000.106
     
    Gerardo likes this.
  3. Gerardo

    Gerardo New Member

    Joined:
    Apr 8, 2019
    Messages:
    2
    Likes Received:
    1
    Thank u!!, you right waltervl, the command that i used is wrong.
    Finally my BIOS is update!!
     
    waltervl likes this.

Share This Page