Hello,
I have a custom board which contains SD Card and Macronix QSPI flash.
I was able to run SD Card but QSPI needs some modifications to get it working from Macronix QSPI.
Anyway, currently I am flashing my application to SD Card using Secure Provisioning Tool.
But it is painful to do this every time (build the application, build SD Image, Reset chip to Serial Downloader mode, Flash the image, return to SD Boot mode).
My questions are:
- Could I program the SD Card using JTAG port? (So I don't need to change the chip mode)
If this is not possible:
- Could I make a single script that (Build application, Create SD Boot Image, Flash the image)?
Note: I know SD is not meant to be used this way, but It is my only option right now, so I want to live with it
Thank you.