Skip to content

MK22FN512VLH12 Zephyr build error #63716

Answered by mondalaci
mondalaci asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @DerekSnell,

Thank you very much for elaborating on the details!

I was able to build the Zephyr firmware not only for nRF528* but also for the K22, using the following west.yml:

manifest:
  self:
    path: uhk
  remotes:
    - name: sdk
      url-base: https://github.com/nrfconnect
    - name: zephyr
      url-base: https://github.com/zephyrproject-rtos

  projects:
    - name: sdk-nrf
      remote: sdk
      path: nrf
      revision: v2.4.2
      import:
        path-prefix: nrfconnect
      clone-depth: 1
    - name: hal_nxp
      remote: zephyr
      path: zephyr-hal-nxp
      clone-depth: 1

west has taken care of importing the hal-nxp CMake dependencies, so the MK22FN512VLH12-pinc…

Replies: 3 comments 12 replies

Comment options

You must be logged in to vote
9 replies
@nordicjm
Comment options

@mondalaci
Comment options

@nordicjm
Comment options

@mondalaci
Comment options

@nordicjm
Comment options

Comment options

You must be logged in to vote
2 replies
@mondalaci
Comment options

@carlescufi
Comment options

Comment options

You must be logged in to vote
1 reply
@mondalaci
Comment options

Answer selected by mondalaci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants