Monday 29 August 2016

Lubuntu 16.10 Beta 1 Released for Intel Compute Sticks

UpdateThis work is superseded by my 'isorespin.sh' script which can respin an official ISO suitable for use on Intel Atom devices.


There is not too much to see as it only contains a small selection of bug fixes and core application updates but there is a brand new default wallpaper.

My ISO can be downloaded from and supports all Intel Compute Stick models.

Also released is an updated kernel: 4.4.0-9136. You can download my update script from and install after making it executable (enter 'chmod 755 <script>') and then running it as 'root' ('./<script>').


Once the script has finished executing GRUB will not update automatically so run 'update-grub' as 'root'. Your device will then need to be rebooted to use the new (patched) kernel.

Lubuntu 16.10 Beta 1 Released for Intel Compute Sticks

UpdateThis work is superseded by my 'isorespin.sh' script which can respin an official ISO suitable for use on Intel Atom devices.


There is not too much to see as it only contains a small selection of bug fixes and core application updates but there is a brand new default wallpaper.

My ISO can be downloaded and supports all Intel Compute Stick models.

Also released is an updated kernel: 4.4.0-9136. You can download my update script from and install after making it executable (enter 'chmod 755 <script>') and then running it as 'root' ('./<script>').


Once the script has finished executing GRUB will not update automatically so run 'update-grub' as 'root'. Your device will then need to be rebooted to use the new (patched) kernel.

Micro SD card support on Intel Compute Cherry Trail Sticks

UpdateThis work is superseded by my 'isorespin.sh' script which can respin an official ISO suitable for use on Intel Atom devices.

The latest stable 4.7.2 Ubuntu kernel for Intel Compute Cherry Trail Sticks (STK1AW32SC/STK1A32SC) now supports micro SD cards albeit with limitations.


It seems most Class 10 and below cards from any manufacturer (update: except Sandisk - see comment below) work without problem.  However not all UHS cards work. I've found Samsung UHS Speed Class 3 and UHS Speed Class 1 work:


Whereas similar Sandisk cards fail, crashing the device sometimes on inserting or removing or erroring with:

        mmc1: error -110 whilst initialising SD card
        mmc1: card never left busy state

Still getting any micro SD cards working on these devices is a great forward step. I've patched the 4.7.2 Ubuntu kernel to make it work on Intel Compute Sticks and you can download the upgrade script and install this latest kernel after making it executable (enter 'chmod 755 <script>') and then running it as 'root' ('./<script>'). Once the script has finished executing GRUB should update automatically but if it doesn't then simply run 'update-grub' as 'root'. Your device will then need to be rebooted to use the new (patched) kernel.

Tuesday 16 August 2016

Is Fuchsia the new orange?


Google's new operating system Fuchsia (https://fuchsia.googlesource.com/fuchsia/) has been widely reported in the last few days. But how much fun would it be to stand round the water cooler and impress everyone with your hands-on experience in using it? Whilst you could compile it yourself you'd probably be disappointed with the result. That's because a new operating system is a bit like an egg. It's somewhat fragile and doesn't appear to do much. Like an egg a lot has happened before it was laid that wasn't particularly visible. Also a lot will happen that will not be particularly visible for most people before it hatches and the full operating system will emerge along with criticizers, sceptics, fans and zealots.

So how to give it a try, the easy way? If you are running Ubuntu (and I've tested this on 14.04 and 16.04) on x86-64 architecture (e.g. an Intel Compute Stick) then download this file, make it executable (enter 'chmod 700 linuxium-install-fuchsia.sh') and run it (enter 'sudo ./linuxium-install-fuchsia.sh') to install a version of Fuchsia that runs in a machine emulator (QEMU) and uses a prebuilt Magenta kernel and my vanilla build of the Fuchsia userspace.


It doesn't take up much space (less than 150 MB) and everything is installed under '/usr/local' and consists of a kernel image file, userspace image file, a couple of scripts to run the emulator and the license file.

Depending on the the processor speed, once you type 'fuchsia' to start the emulator you'll have to wait up to 30 seconds for the MXCONSOLE to load. Once loaded you will get a '> ' prompt (just press return a couple of times to confirm this).


You can then enter commands such as 'ls', 'fortune' or 'cowsay' although the options are somewhat limited at this stage.


Once finished enter 'ctrl-a x' to exit MXCONSOLE and terminate the emulation. If at any time you find yourself stuck with no response then simply run another terminal and enter 'ps -ef | grep qemu' to find the process ID (pid) for the emulator and kill it by entering 'sudo kill -HUP <pid>'.

Acknowledgements:  Google Inc.

Thursday 4 August 2016

Running the latest Ubuntu on the Intel Compute Stick

UpdateThis work is superseded by my 'isorespin.sh' script which can respin an official ISO suitable for use on Intel Atom devices.



The Intel Compute Stick has formalised a new standard for computing devices. Plugged into any HDMI TV or monitor and with a keyboard and mouse connected either wirelessly, via Bluetooth or by USB it becomes a fully functional mini PC. While the first ARM SOC 'sticks' that appeared were to facilitate the conversion to a smart TV, the re-purposing as a mini PC was hampered by the restrictive shortfall of lack of HD graphics due to closed source drivers. With Intel SOC 'sticks' and the availability of open-source software, a 'stick' mini PC is finally achievable. And because Intel fully support the Compute Stick with updated drivers and most importantly updated BIOS which are all available as downloads from the Intel website, it is my chosen device for development.

When Intel released their first Compute Stick with Ubuntu, an open-source operating system based on Debian, it was the restrictive hardware specification that impacted the performance needed to run productivity applications, stream media or play games. Trying to install Ubuntu on the more powerful Windows model resulted in the loss of HDMI audio, WiFi and Bluetooth. Fortunately the latest Core M Intel Compute Sticks address all of these issues and perform exceptionally well although they come at a cost.
The challenge now became how to use a lower cost Intel Compute Stick with fully working hardware and Ubuntu or a recognised flavour that uses Ubuntu as its foundation. Because having the option of running a fast but lightweight operating system can take advantage of the lesser hardware specifications.

The difference between Ubuntu flavours is the set of packages included within the release and I've concentrated on the following:
  • Ubuntu uses Unity (a graphical shell for the GNOME desktop environment)
  • Lubuntu uses LXDE (the Lightweight X11 Desktop Environment)
  • Xubuntu uses the Xfce desktop environment
  • Kubuntu uses KDE's Plasma desktop environment
  • Ubuntu GNOME uses the GNOME desktop environment
  • Ubuntu MATE uses the MATE desktop environment
Officially supported releases are provided as ISO images which are single files that represent an entire CD/DVD of software. An ISO image can be written to a USB to create a 'live' USB drive that containing a full operating system that can be booted or used as installation media.

I've created ISO images specifically to work on the Intel Compute Stick with the latest 16.04.1 release by combining recent patches and source code and ported them with Canonical's kernel source to fully support HDMI audio, WiFi and Bluetooth. I've also included the latest patches that try to reduce the random freezes that have been known to occur. But because the ISOs include a patched kernel to provide the missing functionality it means no automatic kernel updates from Canonical although other application packages will update as standard. Consequently I've also developed a manual patching process where a script can be downloaded and then executed to update the kernel to match those provided by Canonical.

All ISOs work on all of the Intel Compute Stick models including the Core M models which are supported for the sake of completeness. Lubuntu being a lightweight Ubuntu is highly suitable for the minimalist STCK1A8LFC model especially as I've configured it to use ZRAM both in the ISO and once installed. I've also configured them all to both run and install using either a 32-bit or 64-bit bootloader to provide the ability to easily dual-boot without needing to modify the BIOS. The BIOS settings can be accessed by powering-on the Intel Compute Stick and pressing the 'F2' option. On the Atom models in the 'Configuration' page the 'Select Operating System' option can be toggled between 'Ubuntu 64-bit'/'Windows 64-bit' and 'Windows 32-bit'. Finally each ISO can be written to a USB using either 'Rufus' in Windows or 'dd' in Linux. The USB can then be used to boot from by pressing the 'F10' option immediately after powering-on the device. For installation to the device's internal storage simply run the installer and follow the on-screen instructions.

Some cautionary advice: The initial menu screen takes slightly longer to appear than with the official ISOs. Depending on the speed of the USB drive used it can be anything from fifteen to forty-five seconds before anything appears on the screen. After installing with a 32-bit bootloader booting sometimes results just in a blank/coloured (e.g. purple) screen. To prevent this and to ensure a successful boot it is best go through the BIOS using the F10 option followed by selecting the Ubuntu option. If dual booting on the latest Atom models (STK1A32SC and STK1AW32SC) I recommend installing/re-installing 64-bit Windows to circumvent this issue. Also the ISOs only work on Intel Compute Sticks but they can be used with any model (STCK1A8LFC, STCK1A32WFC, STK1AW32SC, STK1A32SC, STK2M3W64CC, STK2M364CC and STK2MV64CC). Occasionally the Baytrail systems (STCK1A8LFC and STCK1A32WFC) have been observed to sometimes hang or freeze randomly. Further details are posted below.

To try an ISO download it from one of the links (in red) below and write it to a USB using either 'Rufus' in Windows or 'dd' in Linux.


Ubuntu
Ubuntu comes with everything. All the essential applications, like an office suite, browsers, email and media apps come pre-installed and thousands more games and applications are available in the Ubuntu Software Centre.


Lubuntu
Lubuntu is a fast, energy saving and lightweight variant of Ubuntu using LXDE. It is popular with PC and laptop users running on low-spec hardware.


Xubuntu
Xubuntu is an elegant and easy to use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.


Kubuntu
Kubuntu offers the KDE Plasma Workspace experience, a good-looking system for home and office use.


Ubuntu GNOME
Ubuntu GNOME uses GNOME Shell along with a plethora of applications from the GNOME Desktop Environment.


Ubuntu MATE
Ubuntu MATE expresses the simplicity of a classic desktop environment. MATE is the continuation of the GNOME 2 desktop which was Ubuntu's default desktop.


To upgrade the kernel to match a version released for Ubuntu 16.04 first download the upgrade script, make it is executable (use 'chmod 755 <script>') and then run as 'root' ('./<script>'). Once the script has finished executing the device will need to be rebooted to use the updated (patched) kernel.

4.4.0-31-50

4.4.0-34-53

4.4.0-36-55

4.4.0-38-57 (Update: current latest Xenial)

One issue that has been reported with Linux kernel versions newer than 3.16 on Baytrail processors (i.e. not specific to just on the Intel Compute Stick or with the Z3735F SOC) is a random freeze where the whole system hangs. Unfortunately no complete fix currently exists however if you encounter freezes an accepted workaround is to limit the processor (CPU) to a certain power state, or 'C-state', if such freezes are encountered.

I incorporate this solution along with disabling IPv6 system wide (which may or may not of use) through editing the boot options on STCK1A8LFC and STCK1A32WFC devices.

Open a terminal session and enter the following command (on a single line):

sudo sed -i 's/\(GRUB_CMDLINE_LINUX=\)""/\1"ipv6.disable=1 intel_idle.max_cstate=1"/' /etc/default/grub

To implement the change enter:

sudo update-grub

and then reboot the system by entering:

sudo reboot

The above change only needs to be made once, typically following installation to eMMC storage.

I've also compiled the latest stable 4.7.x kernel with configs based on Ubuntu and provide as an update script for anyone who wants a bleeding edge kernel:

4.7.0-040700

Note that this kernel does not include the HDMI audio and C-state patches as they need further work on porting.

Update: The latest stable 4.7.2 (Edit: 4.8.0) Ubuntu kernel for Intel Compute Cherry Trail Sticks (STK1AW32SC/STK1A32SC) now supports micro SD cards albeit with limitations (see http://linuxiumcomau.blogspot.com.au/2016/08/micro-sd-card-support-on-intel-compute.html).

I've patched the 4.7.2 Ubuntu kernel to make it work on Intel Compute Sticks and the update script is available from:

4.7.2-040702 (current latest Stable)

And this kernel does include the HDMI audio.

Alternatively for anyone who wants to do additional testing my latest WIP v4.8-rc3 mainline build for Intel Compute Sticks is available from:

4.8-rc3 (Mainline)

Ignore the missing firmware issue (see https://bugzilla.kernel.org/show_bug.cgi?id=151911).

Finally Lubuntu Yakkety Yak Alpha 2 (i.e. 16.10) has just been released:


So I've also created a version suitable for Intel Compute Sticks. It can be downloaded from here and used as LiveUSB or it can be installed.

If you want to upgrade the Yakkety kernel from Alpha 1 to Alpha 2 then use the following script:

4.4.0-33-52

Update: Lubuntu 16.10 Beta 1 has now been released for Intel Compute Sticks together with an updated kernel:

4.4.0-9136 (current latest Yakkety 16.10 kernel)

Acknowledgements:  Linux Kernel Organization (kernel.org), Canonical Ltd. (Ubuntu), Pierre-Louis Bossart (HDMI audio), Linuxium (v4.8 HDMI audio), Daniel Bilik (C-state), Bastien Nocera (WiFi) and Larry Finger (Bluetooth).