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

targets: add imxrt105x build project #810

Merged
merged 2 commits into from
Aug 30, 2023
Merged

targets: add imxrt105x build project #810

merged 2 commits into from
Aug 30, 2023

Conversation

gerard5
Copy link
Contributor

@gerard5 gerard5 commented Aug 25, 2023

Description

This change adds build.project for imxrt105x-evk, defines memory maps accordingly to FlexRAM setup in the plo,

  • XIP (flash0) is 8 MiB
  • ITCM is 160 KiB, ~68 KiB is used by the kernel
  • DTCM is 288 KiB, ~78 KiB is utilized by apps
  • OCRAM is 64 KiB

Update of submodules:

* phoenix-rtos-devices f6160c9...74fd28f (1):
  > makes: Add imxrt105x-evk support

* phoenix-rtos-utils b27790a...7c653bd (1):
  > makes: add support for imxrt105x

* plo 14bef44...b0c20fa (1):
  > imxrt: add support for rt1050

JIRA: RTOS-575

Final result after merge:

just upload with psu and phoenixd (in phoenix-rtos-project root)

$ (cd _boot/armv7m7-imxrt105x-evk;psu ./plo-ram.sdp)
$ phoenixd -s ./_boot/armv7m7-imxrt105x-evk/ -p /dev/ttyACM1

and using terminal on /dev/ttyACM0 (e.g. picocom) enter:

(plo)% copy usb0 phoenix.disk flash0 0 0

like on attached screen shot:

2023-08-30-181613_1908x1377_scrot

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: imxrt-1050-evk(a)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

@gerard5 gerard5 self-assigned this Aug 25, 2023
agkaminski
agkaminski previously approved these changes Aug 25, 2023
This change adds build.project for imxrt105x-evk, defines memory
maps accordingly to FlexRAM setup in plo:
 * XIP (flash0) is 8 MiB
 * ITCM is 160 KiB, ~68 KiB is used by the kernel
 * DTCM is 288 KiB, ~63 KiB is used by apps
 * OCRAM is 64 KiB

JIRA: RTOS-575
* phoenix-rtos-devices f6160c9...74fd28f (1):
  > makes: Add imxrt105x-evk support

* phoenix-rtos-utils b27790a...7c653bd (1):
  > makes: add support for imxrt105x

* plo 14bef44...b0c20fa (1):
  > imxrt: add support for rt1050

JIRA: RTOS-575
@gerard5 gerard5 merged commit d59e187 into master Aug 30, 2023
25 checks passed
@gerard5 gerard5 deleted the gerard5/RTOS-575 branch August 30, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants