Developing with Fuchsia on a NUC

This document describes how to get a NUC up and running with Fuchsia.

1. Get Parts
2. Prepare the NUC
3. Install Fuchsia
4. Update NUC BIOS to allow netbooting


1. Get Parts

You’ll need the following:

  • USB 3.0 Drive
  • NUC
  • RAM
  • m.2 SSD
  • Keyboard
  • Mouse
  • Monitor that supports HDMI
  • HDMI cable
  • ethernet cable
  • Magnetic tip phillips head screwdriver.

This table shows what I bought from Amazon.

ItemLinkNotes:
NUCB01MSZLO9PGet a NUC7 or NUC6 for gpu support.
RAMB01BIWKP58Works fine.
SSD (Only need one,B01IAGSDJ0Works fine.
I bought some of each)B00TGIVZTWWorks fine.
B01M9K0N8IWorks fine.
Optional:
Keyboard and MouseB00B7GV802Works fine. Next time I'd get a keyboard with a smaller foot print.
MonitorB015WCV70WWorks fine.
HDMI CableB014I8SIJYWorks fine.
USB 3.0 driveB01BGTG41WWorks fine.

2. Prepare the NUC

NUCs don’t come with RAM or an SSD so you need to install them.

  1. Remove the phillips screws in the bottom feet of the NUC.



  2. Install the RAM.
  3. Remove the phillips screw that will hold the SSD in place (phillips screwdriver with magnetic tip is useful here).
  4. Install the SSD.
  5. Screw the SSD in place using screw from 3.


  6. Replace bottom and screw feet back in. 1.(Optional) Apply fuchsia logo.


  7. Plug power, ethernet, HDMI, keyboard, and mouse into NUC.

3. Update NUC BIOS to enable EFI booting

  1. Reboot NUC.
  2. Press F2 while booting to enter BIOS.
  3. In the Boot Order window on the left click the Legacy tab.
  4. Uncheck ‘Legacy Boot’.


  5. Press the X in the top right to leave the BIOS. Ensure you save before exiting.

4. Build Fuchsia

  1. Follow the getting started guidelines

5. Pave Fuchsia

  1. Plug in your USB key to your build workstation
  2. Identify the path to your USB key by running fx list-usb-disks
  3. Create a Zedboot USB by running fx mkzedboot /path/to/usb/disk
  4. Plug the Zedboot USB key into the NUC and boot it
  5. Run fx pave on your workstation

All done!