blob: a4b2fcff33eb109306f02482fd03e14a7102cd88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# How to make tct-plans for tizeniot and apply them to the TCT tool
0. Install the Native-TCT-tizeniot.
1. Move the directory of make_tct_plan.
$ cd make_tct_plan
2. Make a tct-plan - headless, headed and iotbb.
You can get the bb list of your image from ./output/info/.bb_list.txt after making a image.
usage : mk_iotheadless <platform ver> <bb list> [profile name]
$ ./mk_iot_plan.sh 6.0 bb_list_speaker.txt speaker
3. Copy output xml file to TCT manager plan directory.
$ cp *.xml /opt/tct/tizen_native_6.0/manager/plan/
<Caution : You should do this step after installing TCT tool.>
4. Now you can select a plan for tizeniot in TCT tool.
|