I have been using the Bolt with a 65W USB-C charger and I do not own a 19V power supply. Will it be possible to update BIOS using USB-C when this or next update releases?
The fan management options do not work for me. I have it set to this AC0 temp = 80 AC1 temp = 50 Temp Hysteresis = 3 FAN Duty Cycle % = 50 Speed Change Duration = 50 But nothing changes, the fan only turns on when I get above 80C, when it's between 50 and 80 it sometimes makes a little "kick" like it rotates 5 degrees, but it never spins up to 50% like it's supposed, it just sits there until I hit 80C then it jumps to 100%
I do not recommend you use the USB-C for bios update, if the Bios update includes an USB-C revision update it will be totally wipe out and then added again during the process, this could cause the system to partially lose power or have a voltage drop on the USB-C, update with the 19v port.
I had the same problem. I created a ticket and Udoo replaced my FAN with a new one! This is working now better. I have only the problem, that the fan doesn't stop after Shutdown..
Yep, thanks. Put in a replacement request and the new fan works exactly as it should. Quite impressed actually, I set it to run at 50% speed when under 80C and I can't even get the thing to hit 80C at all anymore, even when throwing VRay renders and Prime95 at it, the 50% fan speed (which is pretty quiet) holds it at around 65C at most.
Is this the newest update? if you navigate to this page: https://www.udoo.org/docs-bolt/BIOS_UEFI_and_Tools/BIOS_UEFI_Update.html and download the UEFI BIOS Firmware + Update Utility Tool it downloads a version C4000000.108 could this possibly be newer?
after installing the update 1.06 listed on this thred I now have the option to change my fan settings in BIOS as shown in https://www.udoo.org/docs-bolt/BIOS_UEFI_and_Tools/Fan_Settings.html!!! A glorious win! I am a an early kickstarter purchase and before this update the Advanced --> Embedded Controller had no fan options. Unfortunately this update has slowed my boot time to more than 2 full earth minutes. Is there any fix for this?
Hey PNO, unfortunately there's no visual feedback to the installation of the Update, and it takes a few shutdown for it to be completely installed. That's why the reboots have been slow. Be patient and in no time the update will be completely installed and it's going to be as fast as before (if not more)
I've had my BOLT quite a while and just now getting it going, the reason I'm here is prior to installing an OS I was going to update the BIOS but see allot of differences from the instructions and the actual files. My BIOS is 1.04 and I have a green fan. I dont "think" I have a fan issue, it is running atleast. After reading all this maybe I should leave well enough alone and go ahead with the OS install. Recommendations?
As I see that now the firmware is released from beta status, I try to install it for fixing the strange fan modality. I did not have Windows in Udoo, but Linux. If I try to flash the firmware from Linux I get an error about the kernel module driver (but if I read the PDF it is stated that with AMD card the firmware installer canno't go, so this error is expected). If I try to use the efi procedure and provide the Shell.efi, I get: "Secure boot violation: invalid signature detected, check secure boot policy in setup". How so can I flash the firmware? I expect it can read the firmware directly from USB, but there are no option to update the firmware from this kind of BIos. Thanks
This topic is a littlebit out of date, are you using the v1.08 bios update from https://www.udoo.org/docs-bolt/BIOS_UEFI_and_Tools/BIOS_UEFI_Update.html With a decent linix distro (like Ubuntu) installation should succeed. With regard of the EFI method be sure you selct the correct drive. @evaloverde please change the 1st post and link to the default bios eufi update page.
Yes, version is the last 1.08 and I had on the udoo the bios released when first unit that where sended for backer users. I'm using Fedora 32 in Udoo: here the error: [root@localhost 64]# ./bios_updater_x64.sh ../../../../BIOS/C4000000.108 GHO BIOS updater - Linux 64 bit Version f - Error: Unable to make kernel driver. Please reboot the system Thanks
Fedora is a little bit different. Did you install the prerequisites (build essentials) as stated in the manual?
I didn't like to use sudo in Fedora and I always configure it to use su with login as in the classical mode (in this case I was root). But now I got to check if I have all the build essential installed or only the part I use for compile my programs. Thanks.
Just checked: I had all of dnf install @development-tools but missing some packages from: dnf groupinstall "Development Tools" "Development Libraries" this makes some progress: [root@localhost 64]# ./bios_updater_x64.sh ../../../../BIOS/C4000000.108 GHO BIOS updater - Linux 64 bit Version 24 - Error: Problem allocating BIOS buffer. Please reboot the system but still and error is raised.
Could be a permission issue. But as you run it as root it is a little bit strange. Perhaps make a Ubuntu Live USB, boot it and run the Bios update from that.
I am trying to install the BIOS update on my Ubuntu Linux machine. I get an Error though... Rebooting the system does nothing. I'm running Ubuntu 20.04.1 LTS. Any ideas?
Are you updating to v1.08? That is the latest version https://www.udoo.org/docs-bolt/BIOS_UEFI_and_Tools/BIOS_UEFI_Update.html What is the command you are using? sudo ./bios_updater_x64.sh ../../../../BIOS/C4000000.108
That was clear enough for me... I have it installed now. Thanks. If I’m running my machine hard, what are the recommended starting points for raising the Fan Duty cycle setting and lowering the AC1 & AC0 values?