I think its bricked. I was trying to update BIOS from 1 to 6 via bootable usb with dos (because my hard drive crashed). I folowed the instructions, and also read here to make an autoexec file and it looked ok. But after taking too long I reset the x86 (I read it only takes a short time to update). Now only the green light stays on but no video output or keyboard power. And it wont turn off via the button, unless I hold for some seconds. HELP
That is not so nice.... What did you already do: 1. Use another monitor? The Udoo UEFI is rather picky with resolution, perhaps your monitor cannot handle this. 2. Remove the rtc battery as it will reset the Bios/UEFI settings to default. But only if the update has succeeded. That the keyboard is not working is not a good sign.
I do not think someone has a repair service for these boards. This is a too niche SBC. You could try to ask Udoo if they can repair it (with costs).
Hello, In gerneral BIOS is a software lived in an EEPROM chip, you could figure out where is it within the board. The cpu execute what inside it as soon as you turn the device on. so if for any reason update what inside it get wrong. the device will not boot. the only way to fix this issue by locate the BIOS chip, which is an EEPROM kind of flash, second you have to obtained the binary file, that you have to inject inside the chip, now you have 2 way, remove the chip and programme it outside the board with the right bin file, which it is the bios version, then solder it back. or programme it with external programmer. to be sure this mission will successful 100%, you need to have skills in soldering, and skills about programm the chip with external programmer. I hope this post will help you solve your issue, and good luck