Hi,
I have an issue with booting rz/a1l from single spi ic. I'm using Stream it projects as an example. I can flash both bootloader and application into flash and verify by reading from 0x18000000 and 0x1808000 respectively. The problem is that application never starts. I'm guessing it has something to do with the fact that Stream It board uses dual spi boot. I modified header files that set up flash configuration but there must be something more to it that I missed. By looking at flash ic pins I can see that it never gets reconfigured into qspi mode. There is only activity on IO0, IO1 and CLK pins for short period of time after reset. I'm using S25FL116K memory.
Is there anything obvious I missed?