Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A detailed changelog since the last release RDK-B_2018Q1 can be found here.

Baseline

Baselinenightly/2018062620180626 baseline.
Post-baseline updates
  


TDKM59https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M59
Manifestrdkb-2018q2
 

Highlights since RDK-B_2018Q1

...

Note: The manifests repository is only available to RDK licensees.


$ mkdir rdkb
$ cd rdkb
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2018q2
$ repo sync -j4 --no-clone-bundle

...

Building for the emulator


$ source meta-cmf-bsp-emulator/setup-environment (select qemux86broadband)
$ bitbake rdk-generic-broadband-image

...

To build TDK, follow the steps as for a normal build, above, but use the following bitbake command:


$ bitbake rdk-generic-broadband-tdk-image

...

  1. Start VirtualBox.
  2. Click New -> Enter name -> Select type Linux -> Select version Other Linux (32 bit) -> Click Next
  3. Select Memory size - 512MB -> Click Next
  4. Select option Use an existing virtual hard drive -> Select the built image above -> Click Create
  5. Once the VM has been created, select the new image and click Settings -> Network -> Select Attached to: 'Bridged Adapter' -> Click Ok
  6. Click Start. This will bring up the emulator with the initial splash screen

Building for RaspberryPi


$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2018q2-rpi
$ repo sync -j4 --no-clone-bundle
$ source meta-cmf-raspberrypi/setup-environment

Select option raspberrypi-rdk-broadband.conf


$ bitbake rdk-generic-broadband-image

...