There are two install options for the Intel NUC: Ubuntu Core or Ubuntu Desktop. This page is for Ubuntu Core.
We will walk you through the steps of flashing Ubuntu Core on an Intel NUC. At the end of this process, you will have a board ready for production or testing snaps.
Minimum requirements
An Ubuntu SSO account is required to create the first user on an Ubuntu Core installation.
md5sum command on most Linux distributions.
sudo fdisk -l
<disk label> is the label of the second USB flash drive:
xzcat /media/ubuntu/<disk label>/dawson-uc18-m7-20190122-10.img.xz | sudo dd of=/dev/<target disk device> bs=32M status=progress; sync
console-conf will download the SSH key registered with your Store account and configure it so you can log into the device via ssh <Ubuntu SSO account name>@<device IP address> without a password.
ubuntu user on these images, but you can run sudo passwd <account name> to set a password if you need a local console login.
Your board is now ready to have snaps installed, it's time to use the snap command to install your first snap.
The Snap Store is where you can find the best Linux apps packaged as snaps to install on your Ubuntu device and get started with your secure IoT journey.