Hi,
I am trying to program the QSPI without using the SD card. I am aware that I can use JTAG and I want to; however, in the boot guide 14.1 doc, it states to still use the SD to load BOOT.BIN.
Programming the QSPI via SD is really simple (fatload then sf write) and all you need is BOOT.BIN, zImage, ramdisk.image.gz, and devicetree.dtb.
Can someone outline how to program the QSPI via JTAG or USB using the same programming approach as SD (not having to use the SDK)?