Hi,
I am confusing on the bootmode[10:12] setting. If I connect GPIO[13:11] to 3'b001, according to datasheet this indicate that the offset start from 0x2000 is it we need to program SPI flash start from 0x2000.
How about address 0x0 - 0x2000 inside flash, do we need to program param table data into that location?
On our custom board, we able to boot up if we connect GPIO[13:11] to '000 and program spi flash at offset 0x0.
But we set the GPIO[13:11] to '001 and program spi flash at offset 0x2000, it was not able to boot up.
Thanks,
Ks