Hi Carlos,
Thank you for your reply, but sorry I did not understand what was wrong from the posts.
Actually, we have set BOOT_CFG pins as below, I believe it is not wrong for QSPI2 boot with i.MX6SX SABRE.
=====
Switch D1 D2 D3 D4 D5 D6 D7 D8
SW10 OFF OFF OFF OFF OFF OFF OFF OFF
SW11 OFF OFF OFF OFF OFF OFF OFF OFF
SW12 OFF OFF OFF ON ON OFF OFF OFF
=====
And programmed image is u-boot-imx6sxsabresd_qspi2.imx included in L4.1.15_1.0.0-ga-images_MX6SXALL.tar.gz, so it should not be wrong image.
So I guess our following procedure to programming the image to QSPI NOR.
=====
1. Boot from SD card
2. tftpboot ${loadaddr} u-boot-imx6sxsabresd_qspi2.imx
3. sf probe
4. sf erase 0 0x80000
5. sf write ${loadaddr} 0x400 0x7FC00
=====
Please advise us what was wrong.
Best Regards,
Satoshi Shimoda