Hi all,
I am having tough time to boot from QSPI Flash on i.MX6SX Sabre SDB board. I am using the Manufacturing tool from NXP site, I am flashing the following files to the QSPI Flash:
U-BOOT File:
files/u-boot-imx6sxsabresd_qspi2.imx
Flash Configuration File:
files/qspi-nor-micron-n25q256a-config
U-BOOT offset:
seek=1
Flash Configuration Offset:
hdrseek=0
Following are the Boot Configuration Switch Settings:
SW10=>00000000
SW11=>00000000
SW12=>00011000
The board does not boot. Is there anything that I am missing? Am I using the correct files? or Should I use different files?
Any suggestions/pointers/references are greatly appreciated.
Regards,
Balaji.V
解決済! 解決策の投稿を見る。
Hi Balaji
for programming please use *.vbs script mfgtool2-yocto-mx6-sabresd-qspi-nor.vbs
and look at below links
https://community.freescale.com/thread/357869
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Balaji
for programming please use *.vbs script mfgtool2-yocto-mx6-sabresd-qspi-nor.vbs
and look at below links
https://community.freescale.com/thread/357869
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you Igor,
I could get it working. Following are the files that I used:
u-boot binary that is flashed onto QSPI Flash (N25Q256A): u-boot-imx6sxsabresd_qspi2.imx (available as a part of mfgtool)
Also attaching the cfg.ini and the NOR Config file that worked.
Hope this information might help someone.