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

Add a doc to describe build and run lighting app for i.mx 8mmevk #9204

Merged
merged 2 commits into from
Aug 24, 2021
Merged

Add a doc to describe build and run lighting app for i.mx 8mmevk #9204

merged 2 commits into from
Aug 24, 2021

Conversation

FaqiangZhu-nxp
Copy link
Contributor

This is a document describes how to:

  • generate the Yocto SDK and the SD card image with NXP released
    Yocto source code.
  • cross-compile the Linux lighting example on a host machine with
    the Yocto SDK.
  • run the output executable file on i.MX 8M Mini EVK.
  • run the ChipDeviceController on Raspberry Pi to communicate
    with i.MX 8M Mini EVK.

Below directory is created to hold the document:
examples/lighting-app/nxp/

NXP SoC related content like the lighting example implementation
on k32w is planned to be moved to this directory.

Signed-off-by: faqiang.zhu [email protected]

This is a document describes how to:
  * generate the Yocto SDK and the SD card image with NXP releassed
    Yocto source code.
  * cross-compile the Linux lighting example on a host machine with
    the Yocto SDK.
  * run the output executable file on i.MX 8M Mini EVK.
  * run the ChipDeviceController on Raspberry Pi to communicate
    with i.MX 8M Mini EVK.

Below directory is created to hold the document:
  examples/lighting-app/nxp/

NXP SoC related content like the lighting example implementation
on k32w is planned to be moved to this directory.

Signed-off-by: faqiang.zhu <[email protected]>
@github-actions
Copy link

Size increase report for "esp32-example-build" from 948dd7b

File Section File VM
chip-bridge-app.elf .flash.text 48 48
chip-ipv6only-app.elf .flash.text -172 -172
chip-temperature-measurement-app.elf .flash.text -60 -60
chip-shell.elf .flash.text -56 -56
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-pigweed-app.elf and ./pull_artifact/chip-pigweed-app.elf:

sections,vmsize,filesize

Comparing ./master_artifact/chip-persistent-storage.elf and ./pull_artifact/chip-persistent-storage.elf:

sections,vmsize,filesize

Comparing ./master_artifact/chip-bridge-app.elf and ./pull_artifact/chip-bridge-app.elf:

sections,vmsize,filesize
.flash.text,48,48
[Unmapped],0,-48

Comparing ./master_artifact/chip-ipv6only-app.elf and ./pull_artifact/chip-ipv6only-app.elf:

sections,vmsize,filesize
[Unmapped],0,172
.flash.text,-172,-172

Comparing ./master_artifact/chip-temperature-measurement-app.elf and ./pull_artifact/chip-temperature-measurement-app.elf:

sections,vmsize,filesize
[Unmapped],0,60
.flash.text,-60,-60

Comparing ./master_artifact/chip-lock-app.elf and ./pull_artifact/chip-lock-app.elf:

sections,vmsize,filesize

Comparing ./master_artifact/chip-shell.elf and ./pull_artifact/chip-shell.elf:

sections,vmsize,filesize
[Unmapped],0,56
.flash.text,-56,-56

Comparing ./master_artifact/chip-all-clusters-app.elf and ./pull_artifact/chip-all-clusters-app.elf:

sections,vmsize,filesize


@woody-apple
Copy link
Contributor

@woody-apple woody-apple merged commit d0e46b1 into project-chip:master Aug 24, 2021
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