Hello All,
Sorry if this sounds familiar. I wanted to start a new thread to express my query clearly.
I am using zedboard(Petalinux 2014.4, vivado 2014.4) in QSPI boot mode. I divided QSPI into 6 partitions to have two copies of (BOOT.bin+uboot env + image.ub) and used flashcp to program images from userspace.
In the second image I changed offsets in uboot env correctly.
As a quick test, I deleted mtd0 which has BOOT.bin. My expectation is that on a power reset BootROM will keep increment and find my second BOOT.bin(thus appropriate header+fsbl) and execution would proceed from there.
But I don't see any output on terminal.
Is my assumption correct or am I missing some component to make this work.
My reference design is xapp1078 for 2014.4
Thanks