2021-11-16 08:19 PM
Hi,
We are using Stm32mp157a processor and uboot2018.11 version.We have QSPI interface to NOR flash. We want to write,Read and erase the Data in Qspi Memory(i.e,Nor flash).We want to boot the image from Nor flash,How can we do that ?
Thanks in Advance.
Solved! Go to Solution.
2021-11-18 03:25 AM
Hello @Sindhu Vadde ,
The boot from a NOR flash is supported. This wiki page explains this mode for the ROM: https://wiki.st.com/stm32mpu/wiki/STM32MP15_ROM_code_overview#Boot_from_serial_NOR
Then you can find the environment variable to set to U-boot here: https://wiki.st.com/stm32mpu/wiki/U-Boot_overview#U-Boot_environment_variables
Do not hesitate to read the wiki, a lot of information are on it.
Regards,
Kevin
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
2021-11-18 03:25 AM
Hello @Sindhu Vadde ,
The boot from a NOR flash is supported. This wiki page explains this mode for the ROM: https://wiki.st.com/stm32mpu/wiki/STM32MP15_ROM_code_overview#Boot_from_serial_NOR
Then you can find the environment variable to set to U-boot here: https://wiki.st.com/stm32mpu/wiki/U-Boot_overview#U-Boot_environment_variables
Do not hesitate to read the wiki, a lot of information are on it.
Regards,
Kevin
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'