Hi, I was trying to install Ubuntu on an sd card but the sd card seems to be marked read only. I read on another thread I need to update the fw/bios. I downloaded the zip file but I have no idea what to do with it. From the PDF "APN - BIOS programming using H2OFFT" it seems that there's an assumption the board already has a system installed, which is not the case. Can I update the fw/bios from another system? Thanks.
Once you burn e.g. Ubuntu to USB flash, you then have option to boot from that USB without installing, and can then run the updater from within that "live" system. I created a small script which downloads and installs BIOS update in one go so you don't need to know what to do with the ZIP-file. Instructions from script comments: Burn Ubuntu 16.10 to USB flash Download ubuntu-16.10-desktop-amd64.iso from http://releases.ubuntu.com/16.10/ Download Etcher from https://etcher.io/ Burn downloaded image to USB flash using Etcher Start Ubuntu on UDOO X86 without installing connect USB flash to UDOO X86 start UDOO X86, pressing ESC repeatedly while UDOO is starting in UEFI menu select "Boot Manager" select your USB flash under "EFI Boot Devices" (NOT under "Legacy USB") from GRUB menu select "Try Ubuntu without installing" wait until Ubuntu starts Update UEFI click top icon in panel at left write "terminal" to search-field and start Terminal write following command to Terminal: curl -qfL https://iet.fi/misc/udoo-x86-uefi-update-103 | sudo bash wait until BIOS update finishes
See Post #29 of Any estimate when firmware 1.03 will be available? for instructions with a USB key with Ubuntu Live. Edit: See also Answer #2 In the update Zip there is a PDF with instructions for each OS. You can also make a bootable FreeDOS USB and update from that.
Thanks Markus. This works really well. All sorted now. Initially I went with 17.04 but had some issues with it recognizing ethernet so had to reflash 16.10 and worked wonders. UDOO is up and running!