Install Intel CEFDK PR29 - ihipop/winsun_mininas_v1 GitHub Wiki

ISO images and Flavors

There are six iso images: base, gpl, cefdk, gateway, media, and xwindow.

They are essentially two flavors of (embedded) linux distro.

Gateway flavor: base, gpl, cefdk, gateway. (I didn't go this way)

Multimedia / Set-Top-Box flavor: base, gpl, cefdk, media, and xwindow.

Installation order

The installation should follow this order:

  1. base
  2. gpl
  3. cefdk
  4. media or xwindow, the order doesn't matter.

Layout Directories

<PROJECT_DIR>
    iso         # directory, for mounting ISO
    PR_29       # directory, put all six ISO images here
    workspace   # directory, we will work here  

cd into the PROJECT_DIR

$ sudo mount -t iso9660 -o loop PR_29/IntelCE-BASE-29.0.12364.325671.iso iso
$ iso/installer -d workspace

[accept license]

$ sudo umount iso

Repeat this procedure until all five ISOs are installed, then:

cd workspace/IntelCE-29.0.12364.325671

This directory is mentioned as build root. We will issue make command here in most case.