build and flash hello_world to mimxrt1170-evk thru native windows build get stuck after reset #87347
Unanswered
weiqifan2025
asked this question in
Q&A
Replies: 2 comments
-
Hello @weiqifan2025, can you please double check that you are using the correct SDK? We have an i.MX RT1170 EVK and an i.MX RT1170 EVKB. When you have one board and use the SDK for the other, it fails to run. Please provide information about your Zephyr SDK version as well. Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi David,
I am able to make a working build with vs code, the identified difference is indeed the revision.
In west command build, the revision is B. While in vs code build, the revsion is A.
[cid:7e76feb6-43f0-456f-b108-c6fed3c5105a]
However this build_info.yml file is generated when running west build command.
So I don’t know what is the original place to decide the revision when I run command
west build --pristine -b mimxrt1170_evk/mimxrt1176/cm7 samples/hello_world
Both build use same Zephyr sdk.
Could you advise what is the place to choose revision of mimxrt1170-evk when generating build_info.yml?
Thanks and best regards,
Dehong
…________________________________
From: David Piškula ***@***.***>
Sent: Tuesday, March 25, 2025 8:49 PM
To: zephyrproject-rtos/zephyr ***@***.***>
Cc: weiqifan2025 ***@***.***>; Mention ***@***.***>
Subject: Re: [zephyrproject-rtos/zephyr] build and flash hello_world to mimxrt1170-evk thru native windows build get stuck after reset (Discussion #87347)
Hello @weiqifan2025<https://github.com/weiqifan2025>, can you please double check that you are using the correct SDK? We have an i.MX RT1170 EVK and an i.MX RT1170 EVKB. When you have one board and use the SDK for the other, it fails to run.
Please provide information about your Zephyr SDK version as well.
Thanks,
David
—
Reply to this email directly, view it on GitHub<#87347 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BQUTXDVLENJQ2LGEA5GZU4D2WE7EPAVCNFSM6AAAAABZK2SJJ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRRGQ3TMNY>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I build and flash hello_world to mimxrt1170-evk thru native windows build. no error seen in building and flashing. However application is stuck at memory access 0x40030000, What could be the reason?
Beta Was this translation helpful? Give feedback.
All reactions