-
Hi Everyone, Below is the compilation log:west build -p auto -b mimxrt1050_evk_qspi samples/basic/blinky The cmake-policies(7) manual explains that the OLD behaviors of all -- Application: /home/mahesh/zephyrproject/zephyr/samples/basic/blinky [136/143] Linking C executable zephyr/zephyr_prebuilt.elf [143/143] Linking C executable zephyr/zephyr.elf
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just for clarification: I have made hardware changes to the board to boot from QSPI flash and my boot switches are at internal boot settings. I am able to run the blinky example from MCUXpresso IDE (Modified the evkbimxrt1050_flexspi_nor_config.c to hold the QSPI flash configuration instead of hyperflash configuration. This may be the issue here). |
Beta Was this translation helpful? Give feedback.
-
It seems that the problem was indeed with the wrong memory configuration. ~/zephyrproject/modules/hal/nxp/mcux/boards/evkbimxrt1050/evkbimxrt1050_flexspi_nor_config.c contains the configuration suitable for hyperflash only. (Same as NXP's MCUXpresso SDK). I replaced the correct configuration for the QSPI flash and then the blinky example works. |
Beta Was this translation helpful? Give feedback.
It seems that the problem was indeed with the wrong memory configuration. ~/zephyrproject/modules/hal/nxp/mcux/boards/evkbimxrt1050/evkbimxrt1050_flexspi_nor_config.c contains the configuration suitable for hyperflash only. (Same as NXP's MCUXpresso SDK). I replaced the correct configuration for the QSPI flash and then the blinky example works.
I am attaching the updated file for your reference. I think now I should create an issue for this.
evkbimxrt1050_flexspi_nor_config.txt