Dear Igor-san,
I am the customer of Miyamoto-san.
Thank you very much for your support.
We want to switch boot mode as Miyamoto-san said,
When BOOT_MODE[1:0] = 10, i.MX6X on their board acts as Boot from SD card.
When BOOT_MODE[1:0] = 00, i.MX6X acts as Boot from eFuse mode (we have set to QSPI).
However, if BT_FUSE_SEL = 1, we can not switch the modes by setting BOOT_MODE[1:0] because
BOOT_MODE[1:0] = 10 -> Boot from eFuse mode (QSPI), not from the board settng (SD card)
BOOT_MODE[1:0] = 00 -> Boot from eFuse mode (QSPI)
Moreover, if BT_FUSE_SEL = 0, we can not switch too.
BOOT_MODE[1:0] = 10 -> Boot from serial downloader, not from the board settng (SD card)
BOOT_MODE[1:0] = 00 -> Boot from eFuse mode (QSPI).
It seems there is no way to switch the modes by setting BOOT_MODE[1:0].
Is it right? If so, could you tell us another way to switch the modes by CPU external pins?
Best regards,