User Tools

Site Tools


intel_nuc:nexcom_ndis_166:nexcom_vtc_1010

This is an old revision of the document!


To install the AGL reference platform on Intel NUC, Nexcom NDIS 166 and Nexcom VTC 1010 system please follow the instructions below.

NOTE: Current coding and validation is being done on the VTC - 1010.

Downloading the Binary Image

Current binary images:

All binary images:

Preparing the USB Key

To prepare a USB key on a Microsoft Windows system perform the following steps:

  1. Download the GParted Live zip file from http://gparted.sourceforge.net/download.php
  2. Take a 8GB or greater USB memory stick formatted with the FAT32 file system. Named “GPARTED”
  3. Extract all the contents of the GParted zip file to FAT16/FAT32 partition on your USB flash drive. Keep the directory architecture, for example, file “GPL” should be in the USB flash drive's top directory (e.g. G:\GPL).
  4. Browse to your USB flash drive and as an administrator, click the makeboot.bat in the dir utils\win32\.

WARNING! Makeboot.bat must be run from your USB flash drive.

  1. Follow the on-screen instructions.
  2. Copy the imagefile to the USB key

Imaging the USB Key for the Target Hardware

To copy the AGL reference platform image on the USB key perform these steps:

  1. Boot the system from the GParted USB stick.
  2. Start GParted with the defaults. You may need failsafe mode (hit Enter through options).
  3. Open up a Terminal

sudo gunzip –c /live/image/imagefile.img.gz | sudo dd of=/dev/sda bs=16M NOTE: raw files can be imaged with sudo dd if=imagefile.raw of=/dev/sda bs=16M Simply replace imagefile.raw with the actual image file name.

  1. Close the Terminal
  2. In GParted window, refresh the devices. You may need to restart before stretching partition.
  3. Increase the size of sda3 to the maximum for the drive
  4. Apply the changes
  5. Shut down the machine.
  6. Remove the USB key.
  7. Power on the machine.

Installing the Image on the Target Hardware from the USB Key

After the target hardware has booted the AGL reference platform from the USB key you can install the image on the system's internal drive by performing the following steps:

  1. Boot POC machine to Linux using a usb or network.
  2. Open a Terminal/Console window.( can be done with CTRL-ALT-F4)
  3. Login as necessary.(Not covered here)
  4. Image the device with the following command
    • for raw image file format:

sudo dd if=imagefile.raw of=/dev/sda bs=16M

  • for image files that end in img.gz in most cases use.

dd if=imagefile.img.gz | gunzip –c | sudo dd of=/dev/sda bs=16M

  • for image files that end in img.bz2 in most cases use.

dd if=imagefile.img.bz2 | bzip2 –d –c | sudo dd of=/dev/sda bs=16M NOTE: You will know the file is complete when the console returns. This image process can take up to 30Min for a 4gb image.

  1. Now restart the POC machine. Your POC machine should boot the Tizen demo. Be sure to remove the usb boot device and turn off the Network boot prior to booting the box. See the instructions for your POC machine for configuration and setup of Network booting.
intel_nuc/nexcom_ndis_166/nexcom_vtc_1010.1574784472.txt.gz · Last modified: 2019/11/26 16:07 by jsmoeller