UDOO-X86: No RISC slice of the X86 Pi // Review
Another X86 based SBC hits the market. What’s this new board like? How good is it?
In Part 1 of the UDOO-X86 review, I take a look at how this board performs for the electronics Maker.
Unboxing
I originally thought that this board was a review board sent to me by UDOO, but due to a mix up on my part it was actually a pre-order I placed a couple months back.
The UDOO-X86 is packed with features and comes in 4 different variants. The Ultra, Advanced Plus, Advanced and Basic. The only things separating the four are the CPU, RAM size, and on-board eMMC. The price-point puts them fairly within the Pro-Maker, advanced Maker and small-business.
- Arduino compatible headers, coming from the Intel Curie below.
- A second line of GPIOs, from the Braswell Intel CPU and STM32, which is underneath.
- JTAG header.
- Two mini Display Ports,
- and HDMI all of which are 4K capable.
- GbE.
- USB3.0 port.
- DC power jack.
- Up to 8G DDR3 RAM.
- Infrared transceiver.
- Intel Curie reset button.
- Power button, and LED.
- PC style front panel connector, giving you reset and power buttons as well as system status.
- Brick connector.
- Fan power, which is PWM controlled by the on-board STM32.
- Two more USB3.0 ports.
- 32G eMMC on the Ultra and Advanced Plus.
- STM32 JTAG connector.
- TRRS audio jack.
- And unusually, amplified stereo speaker connectors.
- Both of which are connected to an ALC283, (U36), audio chip.
- An RT5041A, (U18), power chip that isn’t a PMIC, so you can’t control any voltages from the O/S.
- SPI flash - N25Q064A11E, (U2).
- Even more SPI flash - W25Q16DVSSIG, (U55).
- A handful of power control chips, (U23, U24, U25, U26).
- and Logic level converters - 74CBTLV3125BQ, (U30, U32).
On the flip side there is:
- More Gigs of RAM.
- Interestingly, there’s also a MIPI-CSI connector, but my board didn’t have the connector soldered on.
- Two M.2 key slots for Wireless and SSD cards.
- SATA power, and SATA connector.
- And it seems they ran out of space for the Arduino SPI connector and so it’s placed underneath.
- Micro SD slot.
- RTC battery.
- SPI EEPROM - CAT25010YI, (U58).
- Speaker amplifiers - AP2142AMP, (U33,U34,U35).
- DDR RAM power control - RT8231AGQW, (U22).
- More logic level converters - LSF0108, (U52,U53,U54).
- Ethernet driver, (U28).
- STM32 - STM32F100R4H6B, (U43).
- and there’s no shortage of bus converters - PCA9517DP, (U45).
- 74LVC07ABQ, (U17,U20,U44). A lot of effort has been taken to ensure that this board has 5 volt tolerant GPIOs. So far I can’t fault the design.
In terms of physical size, it’s quite a bit bigger than the similar LattePanda, around the same size as the HiKey960 and twice the size of the humble Pi.
So, the usual HDMI, Ethernet and keyboard and mouse, but remember the smoke Genie from my Orange Pi video? Well I decided to risk it again and use my bench power supply. I connected this inline with a voltage and current logger, which I’ll be reviewing soon.
Then powered it all up. Of course like any male I don’t read any instructions until I hit a problem and discovered that the onboard eMMC hadn’t been flashed.
Installing the O/S
So, a simple matter of fetching the latest testing Debian ISO image, because I like to live on the edge, and burn this to a USB flash drive, which I chucked in to a spare USB port.
I also added a 2.5" SATA disk for some performance testing, which will be included in part 2 of this video.
Powering on for the first time I had to go into the BIOS and force a boot of the USB drive.
Network Tests
So, the first thing is to install the firmware for the GbE. This is contained in the firmware-realtek package.
apt-get install firmware-realtek
Then the easiest thing is to reboot and you’ll have the new interface running at Gigabit speeds.
Time for some network tests. The UDOO-X86 is essentially a desktop, so I would have been surprised if there were any issues here. Fortunately, TCP bandwidth was hitting the theoretical maximum of 949Mbit/s and UDP jitter was very low at .092 mS. Nice.
Arduino IDE
Next - to testing one of the main advantages of this board. So, downloaded the latest Arduino IDE and installed. The first time you run the Arduino IDE it will detect the Intel Curie as an Arduino 101 board and prompt you to install the board package. Man, this is so simple to setup you could do it blind-folded.
Arduino Testing
Next on to the rest of the GPIO tests. If you want to use any Arduino shields then you’ll need to remove these “pluggy things” first. I used my ILI9341 touch display first up, which fits in as expected. Note, however, that there’s no connector for the SPI header. This is located on the underside of the board. This may cause some issues for shields that rely on this SPI connector.
There’s also an onboard IMU on this little sucker, along with a bunch of example code which all worked.
But all I ended up doing was halting communications to the Curie, which forced me to reset it.
So, what about Bluetooth? Seems the basic Bluetooth scan sketch works without issue, and so does the BLE MIDI example, which creates a bluetooth based MIDI device that plays random notes. Connecting to it from my Mac was trivial.
Arduino Power Control
One of the big advantages to the UDOO-X86 is the ability to power on and off the main CPU from the Intel Curie. So was keen to try this out. They have a nice little section of their documentation showing you how to do this easily enough. All you have to do is send a 20mS pulse on GPIO9.
It would seem that when the board is powered down, the Curie isn’t being powered.
As it turns out there’s a post from the UDOO people about the current firmware not being able to power on the board. As of this video it hasn’t yet been fixed, but looking forward to it.
Simple Power Measurements
Over the course of a couple of days of testing I logged both voltage and current. The maximum current draw I saw was 1.1A and that would have been during power up, with an average of 374mA. That’s not much current draw, but I wasn’t really hammering the CPU. Wait until I get into the performance tests in the next video. The results will be interesting.
Summary
So, what do I think of the UDOO-X86? Well, from the electronics Maker perspective it’s a board that does everything as advertised.
Apart from the Curie Power Management issue I couldn’t fault this board at all. The board is very well designed and they have made available all schematics & documentation. They are also making every effort to support the community which seems to be growing well. So far, I haven’t seen many complaints.
In Part 2 of this video I’ll be taking a look at the performance side of this board as well as running alternative Operating Systems and upgrading the BIOS.