Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tizen] Docker image with QEMU for IoT app tests #24813

Merged
merged 5 commits into from
Feb 2, 2023

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Feb 2, 2023

Problem

Currently there are no Tizen tests on CI - Tizen runs on ARM. In order to run Tizen tests we need new Docker image with preconfigured QEMU image with Tizen IoT.

Changes

  • added new Docker image: chip-build-tizen-qemu
  • added GN SDK for Tien QEMU runner (it will be used in the follow-up PR with Tizen CI tests)
  • optimized chip-build Docker image (saved ~150MB)

Testing

Changes tested locally with added Tizen tests.

src/test_driver/tizen/integration_tests/lighting-app/BUILD.gn

import("//build_overrides/chip.gni")
import("//build_overrides/tizen.gni")

import("${tizen_sdk_build_root}/tizen_sdk.gni")

declare_args() {
  # Default to builds generated by the build_examples.py script
  tizen_chip_tool = rebase_path("//out/tizen-arm-chip-tool/chip-tool")
  tizen_lighting_app_tpk = rebase_path(
          "//out/tizen-arm-light/package/out/org.tizen.matter.example.lighting-1.0.0.tpk")
}

tizen_qemu_mkisofs("test-runner") {
  runner = "runner.sh"
  assets = [
    "${tizen_chip_tool}",
    "${tizen_lighting_app_tpk}",
  ]
}

tizen_qemu_run("check") {
  deps = [ ":test-runner" ]
  mkisofs_outputs = get_target_outputs(":test-runner")
  iso_image = rebase_path(mkisofs_outputs[0])
}

src/test_driver/tizen/integration_tests/lighting-app/runner.sh

#!/bin/sh
set -e

# Install lighting Matter app
pkgcmd -i -t tpk -p /mnt/chip/org.tizen.matter.*
# Launch lighting Matter app
app_launcher -s org.tizen.matter.example.lighting
# TEST: pair app using network commissioning
/mnt/chip/chip-tool pairing onnetwork 1 20202021

Manual setup for testing (in the followup PR it might be wrapped by build_examples.py script):

gn gen --check --fail-on-unused-args --args='target_os="all" enable_tizen_builds=true
   tizen_sdk_root="/opt/tizen-sdk" tizen_sdk_sysroot="/opt/tizen-sdk/platforms/tizen-6.0/mobile/rootstraps/mobile-6.0-device.core"
   tizen_chip_tool="/home/arkq/connectedhomeip/out/tizen-arm-chip-tool-no-ble/chip-tool"
   tizen_lighting_app_tpk="/home/arkq/connectedhomeip/out/tizen-arm-light-no-ble/package/out/org.tizen.matter.example.lighting-1.0.0.tpk"' \
   /home/arkq/connectedhomeip/out/tizen-tests

ninja -C out/tizen-tests check:tizen

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

PR #24813: Size comparison from cd919db to 95080b9

Increases (7 builds for bl602, bl702, telink)
platform target config section cd919db 95080b9 change % change
bl602 lighting-app bl602+rpc .text 1053222 1053224 2 0.0
bl702 lighting-app bl702 (read/write) 1183451 1183467 16 0.0
.debug_info 40198206 40198207 1 0.0
.text 951584 951586 2 0.0
bl702+rpc (read/write) 1276143 1276159 16 0.0
.debug_info 44594578 44594579 1 0.0
.text 1028608 1028610 2 0.0
telink all-clusters-app tlsr9518adk80d text 685422 685424 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 951908 951916 8 0.0
text 647804 647806 2 0.0
light-switch-app tlsr9518adk80d (read/write) 873136 873144 8 0.0
text 592908 592910 2 0.0
lighting-app tlsr9518adk80d text 658304 658306 2 0.0
Full report (27 builds for bl602, bl702, cc13x2_26x2, k32w, mbed, nrfconnect, qpg, telink)
platform target config section cd919db 95080b9 change % change
bl602 lighting-app bl602 (read/write) 1345474 1345474 0 0.0
.bss 94826 94826 0 0.0
.data 9736 9736 0 0.0
.text 1022544 1022544 0 0.0
bl602+rpc (read/write) 1390666 1390666 0 0.0
.bss 102874 102874 0 0.0
.data 10128 10128 0 0.0
.text 1053222 1053224 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1183451 1183467 16 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 69937 69937 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4056 4056 0 0.0
.debug_abbrev 1550158 1550158 0 0.0
.debug_aranges 134056 134056 0 0.0
.debug_frame 490960 490960 0 0.0
.debug_info 40198206 40198207 1 0.0
.debug_line 5266044 5266044 0 0.0
.debug_loc 3400632 3400632 0 0.0
.debug_ranges 371672 371672 0 0.0
.debug_str 3534920 3534920 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106752 106752 0 0.0
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 571683 571683 0 0.0
.symtab 173184 173184 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
951584 951586 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1276143 1276159 16 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 77985 77985 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4608 4608 0 0.0
.debug_abbrev 1698572 1698572 0 0.0
.debug_aranges 142280 142280 0 0.0
.debug_frame 518664 518664 0 0.0
.debug_info 44594578 44594579 1 0.0
.debug_line 5664512 5664512 0 0.0
.debug_loc 3596881 3596881 0 0.0
.debug_ranges 395376 395376 0 0.0
.debug_str 3938158 3938158 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121296 121296 0 0.0
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 632280 632280 0 0.0
.symtab 191536 191536 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028608 1028610 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676779 676779 0 0.0
(read/write) 174436 174436 0 0.0
.bss 80908 80908 0 0.0
.data 3384 3384 0 0.0
.rodata 87515 87515 0 0.0
.text 588948 588948 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640867 640867 0 0.0
(read/write) 157600 157600 0 0.0
.bss 80100 80100 0 0.0
.data 3384 3384 0 0.0
.rodata 77467 77467 0 0.0
.text 563080 563080 0 0.0
lock-ftd LP_CC2652R7 (read only) 673831 673831 0 0.0
(read/write) 174728 174728 0 0.0
.bss 78340 78340 0 0.0
.data 3312 3312 0 0.0
.rodata 76311 76311 0 0.0
.text 597040 597040 0 0.0
lock-mtd LP_CC2652R7 (read only) 660199 660199 0 0.0
(read/write) 183624 183624 0 0.0
.bss 73604 73604 0 0.0
.data 3312 3312 0 0.0
.rodata 102775 102775 0 0.0
.text 556944 556944 0 0.0
pump-app LP_CC2652R7 (read only) 686883 686883 0 0.0
(read/write) 162412 162412 0 0.0
.bss 78308 78308 0 0.0
.data 3276 3276 0 0.0
.rodata 90435 90435 0 0.0
.text 595968 595968 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672315 0 0.0
(read/write) 177092 177092 0 0.0
.bss 78420 78420 0 0.0
.data 3300 3300 0 0.0
.rodata 86515 86515 0 0.0
.text 585320 585320 0 0.0
shell LP_CC2652R7 (read only) 668030 668030 0 0.0
(read/write) 185256 185256 0 0.0
.bss 82980 82980 0 0.0
.data 3380 3380 0 0.0
.rodata 84254 84254 0 0.0
.text 583464 583464 0 0.0
k32w contact k32w0+release (read/write) 659436 659436 0 0.0
.bss 76592 76592 0 0.0
.data 2112 2112 0 0.0
.text 561620 561620 0 0.0
light k32w0+release (read/write) 671388 671388 0 0.0
.bss 74376 74376 0 0.0
.data 2064 2064 0 0.0
.text 592220 592220 0 0.0
lock k32w0+release (read/write) 630768 630768 0 0.0
.bss 75144 75144 0 0.0
.data 2084 2084 0 0.0
.text 550812 550812 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463320 2463320 0 0.0
.bss 215924 215924 0 0.0
.data 5880 5880 0 0.0
.text 1425964 1425964 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160656 1160656 0 0.0
bss 143563 143563 0 0.0
rodata 133436 133436 0 0.0
text 803804 803804 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1365948 1365948 0 0.0
bss 106022 106022 0 0.0
rodata 210876 210876 0 0.0
text 763556 763556 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1106920 1106920 0 0.0
bss 142719 142719 0 0.0
rodata 110580 110580 0 0.0
text 773876 773876 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147696 1147696 0 0.0
.bss 99908 99908 0 0.0
.data 848 848 0 0.0
.text 594796 594796 0 0.0
lock-app qpg6105+debug (read/write) 1115424 1115424 0 0.0
.bss 96428 96428 0 0.0
.data 860 860 0 0.0
.text 562520 562520 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1015248 1015248 0 0.0
bss 98012 98012 0 0.0
text 685422 685424 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 951908 951916 8 0.0
bss 97060 97060 0 0.0
text 647804 647806 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 857444 857444 0 0.0
bss 89184 89184 0 0.0
text 578864 578864 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873136 873144 8 0.0
bss 89272 89272 0 0.0
text 592908 592910 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950460 950460 0 0.0
bss 97420 97420 0 0.0
text 658304 658306 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887304 887304 0 0.0
bss 90220 90220 0 0.0
text 604278 604278 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877352 877352 0 0.0
bss 90660 90660 0 0.0
text 594486 594486 0 0.0

@github-actions
Copy link

github-actions bot commented Feb 2, 2023

PR #24813: Size comparison from cd919db to b5eeb2d

Increases (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section cd919db b5eeb2d change % change
bl602 lighting-app bl602 (read/write) 1345474 1345714 240 0.0
.text 1022544 1022772 228 0.0
bl602+rpc (read/write) 1390666 1390898 232 0.0
.text 1053222 1053448 226 0.0
bl702 lighting-app bl702 (read/write) 1183451 1183691 240 0.0
.debug_abbrev 1550158 1550344 186 0.0
.debug_aranges 134056 134104 48 0.0
.debug_frame 490960 491108 148 0.0
.debug_info 40198206 40210595 12389 0.0
.debug_line 5266044 5266876 832 0.0
.debug_loc 3400632 3400982 350 0.0
.debug_ranges 371672 371752 80 0.0
.debug_str 3534920 3535301 381 0.0
.rodata 106752 106768 16 0.0
.strtab 571683 572034 351 0.1
.symtab 173184 173280 96 0.1
.text 951584 951808 224 0.0
bl702+rpc (read/write) 1276143 1276383 240 0.0
.debug_abbrev 1698572 1698758 186 0.0
.debug_aranges 142280 142328 48 0.0
.debug_frame 518664 518812 148 0.0
.debug_info 44594578 44607076 12498 0.0
.debug_line 5664512 5665344 832 0.0
.debug_loc 3596881 3597273 392 0.0
.debug_ranges 395376 395456 80 0.0
.debug_str 3938158 3938539 381 0.0
.rodata 121296 121312 16 0.0
.strtab 632280 632631 351 0.1
.symtab 191536 191632 96 0.1
.text 1028608 1028832 224 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676779 676935 156 0.0
.rodata 87515 87527 12 0.0
.text 588948 589092 144 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640867 641023 156 0.0
.rodata 77467 77479 12 0.0
.text 563080 563224 144 0.0
lock-ftd LP_CC2652R7 (read only) 673831 673995 164 0.0
.rodata 76311 76323 12 0.0
.text 597040 597192 152 0.0
lock-mtd LP_CC2652R7 (read only) 660199 660355 156 0.0
.rodata 102775 102787 12 0.0
.text 556944 557088 144 0.0
pump-app LP_CC2652R7 (read only) 686883 687071 188 0.0
.rodata 90435 90447 12 0.0
.text 595968 596144 176 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672495 180 0.0
.rodata 86515 86527 12 0.0
.text 585320 585488 168 0.0
shell LP_CC2652R7 (read only) 668030 668190 160 0.0
.rodata 84254 84262 8 0.0
.text 583464 583616 152 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 583890 584042 152 0.0
.app_xip_area 460676 460828 152 0.0
lock cyw930739m2evb_01 (read/write) 587614 587758 144 0.0
.app_xip_area 459104 459248 144 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549358 549546 188 0.0
.app_xip_area 431624 431812 188 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037560 1037792 232 0.0
.text 853900 854132 232 0.0
BRD4187C (read/write) 1150832 1151080 248 0.0
.text 990804 991052 248 0.0
lock-app BRD4161A+wf200 (read/write) 1065248 1065392 144 0.0
.text 910052 910200 148 0.0
window-app BRD4187C (read/write) 1145732 1145972 240 0.0
.text 984172 984412 240 0.0
esp32 all-clusters-app c3devkit (read only) 1046618 1046806 188 0.0
(read/write) 1518650 1518658 8 0.0
.flash.rodata 220640 220648 8 0.0
.flash.text 1046618 1046806 188 0.0
m5stack (read only) 1098355 1098555 200 0.0
(read/write) 500271 500291 20 0.0
.flash.rodata 249388 249408 20 0.0
.flash.text 1092971 1093171 200 0.0
k32w contact k32w0+release (read/write) 659436 659592 156 0.0
.text 561620 561776 156 0.0
light k32w0+release (read/write) 671388 671564 176 0.0
.text 592220 592396 176 0.0
lock k32w0+release (read/write) 630768 630924 156 0.0
.text 550812 550968 156 0.0
linux chip-tool-ipv6only arm64 (read only) 11040124 11040268 144 0.0
(read/write) 704904 704920 16 0.0
.data.rel.ro 648312 648336 24 0.0
.text 8789812 8789892 80 0.0
thermostat-no-ble arm64 (read only) 2506620 2507500 880 0.0
(read/write) 144680 144712 32 0.0
.data.rel.ro 76968 76992 24 0.0
.got 5392 5400 8 0.1
.text 2093936 2094720 784 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2463320 2463448 128 0.0
.text 1425964 1426092 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1160656 1160828 172 0.0
rodata 133436 133448 12 0.0
text 803804 803952 148 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1365948 1366080 132 0.0
rodata 210876 210880 4 0.0
text 763556 763688 132 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1106920 1107076 156 0.0
rodata 110580 110592 12 0.0
text 773876 774024 148 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1755652 1755868 216 0.0
.debug_abbrev 1251513 1251867 354 0.0
.debug_aranges 111280 111320 40 0.0
.debug_frame 373628 373756 128 0.0
.debug_info 27505600 27519315 13715 0.0
.debug_line 3779127 3779822 695 0.0
.debug_loc 3673110 3673607 497 0.0
.debug_ranges 362248 362360 112 0.0
.debug_str 3485030 3485356 326 0.0
.strtab 577246 577498 252 0.0
.symtab 424288 424448 160 0.0
.text 1554760 1554976 216 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1697516 1697748 232 0.0
.debug_abbrev 1237224 1237538 314 0.0
.debug_aranges 110544 110584 40 0.0
.debug_frame 376072 376200 128 0.0
.debug_info 27063360 27075189 11829 0.0
.debug_line 3787502 3788168 666 0.0
.debug_loc 3656841 3657337 496 0.0
.debug_ranges 360216 360328 112 0.0
.debug_str 3470783 3471109 326 0.0
.strtab 538662 538914 252 0.0
.symtab 409728 409888 160 0.0
.text 1497440 1497672 232 0.0
light cy8ckit_062s2_43012 (read/write) 1611100 1611332 232 0.0
.debug_abbrev 1071614 1071872 258 0.0
.debug_aranges 102800 102840 40 0.0
.debug_frame 346616 346744 128 0.0
.debug_info 22490611 22500527 9916 0.0
.debug_line 3340294 3340931 637 0.0
.debug_loc 3336389 3336889 500 0.0
.debug_ranges 319440 319552 112 0.0
.debug_str 3274807 3275133 326 0.0
.strtab 474072 474324 252 0.1
.symtab 377632 377792 160 0.0
.text 1419344 1419576 232 0.0
lock cy8ckit_062s2_43012 (read/write) 1645124 1645340 216 0.0
.debug_abbrev 1073262 1073576 314 0.0
.debug_aranges 103192 103232 40 0.0
.debug_frame 348448 348576 128 0.0
.debug_info 22711588 22723411 11823 0.1
.debug_line 3341775 3342441 666 0.0
.debug_loc 3357746 3358245 499 0.0
.debug_ranges 321304 321416 112 0.0
.debug_str 3291255 3291581 326 0.0
.strtab 477035 477287 252 0.1
.symtab 379504 379664 160 0.0
.text 1448384 1448600 216 0.0
qpg lighting-app qpg6105+debug (read/write) 1147696 1147860 164 0.0
.text 594796 594960 164 0.0
lock-app qpg6105+debug (read/write) 1115424 1115588 164 0.0
.text 562520 562684 164 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1015248 1015420 172 0.0
text 685422 685584 162 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 951908 952088 180 0.0
text 647804 647966 162 0.0
contact-sensor-app tlsr9518adk80d (read/write) 857444 857616 172 0.0
text 578864 579028 164 0.0
light-switch-app tlsr9518adk80d (read/write) 873136 873316 180 0.0
text 592908 593072 164 0.0
lighting-app tlsr9518adk80d (read/write) 950460 950640 180 0.0
text 658304 658470 166 0.0
ota-requestor-app tlsr9518adk80d (read/write) 887304 887476 172 0.0
text 604278 604440 162 0.0
thermostat tlsr9518adk80d (read/write) 877352 877524 172 0.0
text 594486 594648 162 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section cd919db b5eeb2d change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 174436 174280 -156 -0.1
lock-ftd LP_CC2652R7 (read/write) 174728 174564 -164 -0.1
lock-mtd LP_CC2652R7 (read/write) 183624 183468 -156 -0.1
pump-app LP_CC2652R7 (read/write) 162412 162224 -188 -0.1
pump-controller-app LP_CC2652R7 (read/write) 177092 176912 -180 -0.1
shell LP_CC2652R7 (read/write) 185256 185096 -160 -0.1
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section cd919db b5eeb2d change % change
bl602 lighting-app bl602 (read/write) 1345474 1345714 240 0.0
.bss 94826 94826 0 0.0
.data 9736 9736 0 0.0
.text 1022544 1022772 228 0.0
bl602+rpc (read/write) 1390666 1390898 232 0.0
.bss 102874 102874 0 0.0
.data 10128 10128 0 0.0
.text 1053222 1053448 226 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1183451 1183691 240 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 69937 69937 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4056 4056 0 0.0
.debug_abbrev 1550158 1550344 186 0.0
.debug_aranges 134056 134104 48 0.0
.debug_frame 490960 491108 148 0.0
.debug_info 40198206 40210595 12389 0.0
.debug_line 5266044 5266876 832 0.0
.debug_loc 3400632 3400982 350 0.0
.debug_ranges 371672 371752 80 0.0
.debug_str 3534920 3535301 381 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106752 106768 16 0.0
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 571683 572034 351 0.1
.symtab 173184 173280 96 0.1
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
951584 951808 224 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1276143 1276383 240 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 77985 77985 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4608 4608 0 0.0
.debug_abbrev 1698572 1698758 186 0.0
.debug_aranges 142280 142328 48 0.0
.debug_frame 518664 518812 148 0.0
.debug_info 44594578 44607076 12498 0.0
.debug_line 5664512 5665344 832 0.0
.debug_loc 3596881 3597273 392 0.0
.debug_ranges 395376 395456 80 0.0
.debug_str 3938158 3938539 381 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121296 121312 16 0.0
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 632280 632631 351 0.1
.symtab 191536 191632 96 0.1
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028608 1028832 224 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 676779 676935 156 0.0
(read/write) 174436 174280 -156 -0.1
.bss 80908 80908 0 0.0
.data 3384 3384 0 0.0
.rodata 87515 87527 12 0.0
.text 588948 589092 144 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640867 641023 156 0.0
(read/write) 157600 157600 0 0.0
.bss 80100 80100 0 0.0
.data 3384 3384 0 0.0
.rodata 77467 77479 12 0.0
.text 563080 563224 144 0.0
lock-ftd LP_CC2652R7 (read only) 673831 673995 164 0.0
(read/write) 174728 174564 -164 -0.1
.bss 78340 78340 0 0.0
.data 3312 3312 0 0.0
.rodata 76311 76323 12 0.0
.text 597040 597192 152 0.0
lock-mtd LP_CC2652R7 (read only) 660199 660355 156 0.0
(read/write) 183624 183468 -156 -0.1
.bss 73604 73604 0 0.0
.data 3312 3312 0 0.0
.rodata 102775 102787 12 0.0
.text 556944 557088 144 0.0
pump-app LP_CC2652R7 (read only) 686883 687071 188 0.0
(read/write) 162412 162224 -188 -0.1
.bss 78308 78308 0 0.0
.data 3276 3276 0 0.0
.rodata 90435 90447 12 0.0
.text 595968 596144 176 0.0
pump-controller-app LP_CC2652R7 (read only) 672315 672495 180 0.0
(read/write) 177092 176912 -180 -0.1
.bss 78420 78420 0 0.0
.data 3300 3300 0 0.0
.rodata 86515 86527 12 0.0
.text 585320 585488 168 0.0
shell LP_CC2652R7 (read only) 668030 668190 160 0.0
(read/write) 185256 185096 -160 -0.1
.bss 82980 82980 0 0.0
.data 3380 3380 0 0.0
.rodata 84254 84262 8 0.0
.text 583464 583616 152 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 583890 584042 152 0.0
.app_xip_area 460676 460828 152 0.0
.bss 65664 65664 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587614 587758 144 0.0
.app_xip_area 459104 459248 144 0.0
.bss 70952 70952 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549358 549546 188 0.0
.app_xip_area 431624 431812 188 0.0
.bss 60224 60224 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037560 1037792 232 0.0
.bss 181592 181592 0 0.0
.data 2044 2044 0 0.0
.text 853900 854132 232 0.0
BRD4187C (read/write) 1150832 1151080 248 0.0
.bss 132888 132888 0 0.0
.data 2544 2544 0 0.0
.text 990804 991052 248 0.0
lock-app BRD4161A+wf200 (read/write) 1065248 1065392 144 0.0
.bss 153120 153120 0 0.0
.data 2052 2052 0 0.0
.text 910052 910200 148 0.0
window-app BRD4187C (read/write) 1145732 1145972 240 0.0
.bss 134392 134392 0 0.0
.data 2572 2572 0 0.0
.text 984172 984412 240 0.0
esp32 all-clusters-app c3devkit (read only) 1046618 1046806 188 0.0
(read/write) 1518650 1518658 8 0.0
.dram0.bss 77992 77992 0 0.0
.dram0.data 13792 13792 0 0.0
.flash.rodata 220640 220648 8 0.0
.flash.text 1046618 1046806 188 0.0
.iram0.text 72896 72896 0 0.0
m5stack (read only) 1098355 1098555 200 0.0
(read/write) 500271 500291 20 0.0
.dram0.bss 83040 83040 0 0.0
.dram0.data 34072 34072 0 0.0
.flash.rodata 249388 249408 20 0.0
.flash.text 1092971 1093171 200 0.0
.iram0.text 124855 124855 0 0.0
k32w contact k32w0+release (read/write) 659436 659592 156 0.0
.bss 76592 76592 0 0.0
.data 2112 2112 0 0.0
.text 561620 561776 156 0.0
light k32w0+release (read/write) 671388 671564 176 0.0
.bss 74376 74376 0 0.0
.data 2064 2064 0 0.0
.text 592220 592396 176 0.0
lock k32w0+release (read/write) 630768 630924 156 0.0
.bss 75144 75144 0 0.0
.data 2084 2084 0 0.0
.text 550812 550968 156 0.0
linux chip-tool-ipv6only arm64 (read only) 11040124 11040268 144 0.0
(read/write) 704904 704920 16 0.0
.bss 34248 34248 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 648312 648336 24 0.0
.dynamic 560 560 0 0.0
.got 14128 14128 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 577084 577084 0 0.0
.text 8789812 8789892 80 0.0
thermostat-no-ble arm64 (read only) 2506620 2507500 880 0.0
(read/write) 144680 144712 32 0.0
.bss 56456 56456 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 76968 76992 24 0.0
.dynamic 560 560 0 0.0
.got 5392 5400 8 0.1
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 150856 150856 0 0.0
.text 2093936 2094720 784 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463320 2463448 128 0.0
.bss 215924 215924 0 0.0
.data 5880 5880 0 0.0
.text 1425964 1426092 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160656 1160828 172 0.0
bss 143563 143563 0 0.0
rodata 133436 133448 12 0.0
text 803804 803952 148 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1365948 1366080 132 0.0
bss 106022 106022 0 0.0
rodata 210876 210880 4 0.0
text 763556 763688 132 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1106920 1107076 156 0.0
bss 142719 142719 0 0.0
rodata 110580 110592 12 0.0
text 773876 774024 148 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840840 840840 0 0.0
(read/write) 1755652 1755868 216 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189832 189832 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2672 2672 0 0.0
.debug_abbrev 1251513 1251867 354 0.0
.debug_aranges 111280 111320 40 0.0
.debug_frame 373628 373756 128 0.0
.debug_info 27505600 27519315 13715 0.0
.debug_line 3779127 3779822 695 0.0
.debug_loc 3673110 3673607 497 0.0
.debug_ranges 362248 362360 112 0.0
.debug_str 3485030 3485356 326 0.0
.heap 840840 840840 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 577246 577498 252 0.0
.symtab 424288 424448 160 0.0
.text 1554760 1554976 216 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841656 841656 0 0.0
(read/write) 1697516 1697748 232 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189024 189024 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1237224 1237538 314 0.0
.debug_aranges 110544 110584 40 0.0
.debug_frame 376072 376200 128 0.0
.debug_info 27063360 27075189 11829 0.0
.debug_line 3787502 3788168 666 0.0
.debug_loc 3656841 3657337 496 0.0
.debug_ranges 360216 360328 112 0.0
.debug_str 3470783 3471109 326 0.0
.heap 841656 841656 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 538662 538914 252 0.0
.symtab 409728 409888 160 0.0
.text 1497440 1497672 232 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849976 849976 0 0.0
(read/write) 1611100 1611332 232 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180904 180904 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1071614 1071872 258 0.0
.debug_aranges 102800 102840 40 0.0
.debug_frame 346616 346744 128 0.0
.debug_info 22490611 22500527 9916 0.0
.debug_line 3340294 3340931 637 0.0
.debug_loc 3336389 3336889 500 0.0
.debug_ranges 319440 319552 112 0.0
.debug_str 3274807 3275133 326 0.0
.heap 849976 849976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474072 474324 252 0.1
.symtab 377632 377792 160 0.0
.text 1419344 1419576 232 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 844992 844992 0 0.0
(read/write) 1645124 1645340 216 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185880 185880 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1073262 1073576 314 0.0
.debug_aranges 103192 103232 40 0.0
.debug_frame 348448 348576 128 0.0
.debug_info 22711588 22723411 11823 0.1
.debug_line 3341775 3342441 666 0.0
.debug_loc 3357746 3358245 499 0.0
.debug_ranges 321304 321416 112 0.0
.debug_str 3291255 3291581 326 0.0
.heap 844992 844992 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 477035 477287 252 0.1
.symtab 379504 379664 160 0.0
.text 1448384 1448600 216 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1147696 1147860 164 0.0
.bss 99908 99908 0 0.0
.data 848 848 0 0.0
.text 594796 594960 164 0.0
lock-app qpg6105+debug (read/write) 1115424 1115588 164 0.0
.bss 96428 96428 0 0.0
.data 860 860 0 0.0
.text 562520 562684 164 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1015248 1015420 172 0.0
bss 98012 98012 0 0.0
text 685422 685584 162 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 951908 952088 180 0.0
bss 97060 97060 0 0.0
text 647804 647966 162 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 857444 857616 172 0.0
bss 89184 89184 0 0.0
text 578864 579028 164 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873136 873316 180 0.0
bss 89272 89272 0 0.0
text 592908 593072 164 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950460 950640 180 0.0
bss 97420 97420 0 0.0
text 658304 658470 166 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887304 887476 172 0.0
bss 90220 90220 0 0.0
text 604278 604440 162 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877352 877524 172 0.0
bss 90660 90660 0 0.0
text 594486 594648 162 0.0

@bzbarsky-apple bzbarsky-apple merged commit fbf362a into project-chip:master Feb 2, 2023
@arkq arkq deleted the tizen-qemu-run branch February 2, 2023 19:13
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
* [Tizen] Docker image with QEMU for IoT app tests

* [Tizen] Simplify QEMU docker image

* Uniform way for testing targets

* Provide GN SDK for Tizen QEMU runner

* Test Tizen QEMU Docker image

---------

Co-authored-by: Damian Michalak-Szmaciński <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants