how to let i.mx8 boot by cortex m4 only?
12-17-2021
02:07 AM
1,233件の閲覧回数
monosail
Contributor I
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I want to test ddr4 chip by i.mx8m mini, because it has a ddr4 controller.
Here is my plan:
1. Run a cortex-m4 program on TCM to access ddr4 controller ( I cannot use linux because ddr4 dram is not available, I need ddr4 interface for testing the ddr4 chip).
2. Do not use cortex-a53 core.
And my question is: how can I boot the cortex-m4 directly (do not start cortex-a53)?
3 返答(返信)
12-17-2021
05:02 PM
1,221件の閲覧回数


NXP Employee
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Mono
>my question is: how can I boot the cortex-m4 directly (do not start cortex-a53)?
I am afraid it is not possible as i.MX8M Mini boots only from cortex-a53.
Best regards
igor
12-17-2021
09:33 PM
1,213件の閲覧回数
monosail
Contributor I
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you! And I think I need to modify u-boot code to implement my ddr test function...
Where can I download the source code of u-boot for i.mx8 ?
12-18-2021
03:19 AM
1,207件の閲覧回数


NXP Employee
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
