Hi,
I am able to read data from am335x spi flash, but I can't write data into it.
It stuck at getting flash status which is always 0xff. The same driver works fine
with am387x and from the wiki page I see that the spi module in am335x is the
same with that in am387x. I wonder is there some "write enable" jumper that I need to
set like am387x ? Thanks.
OK, I found that I need set sw8 to profile 2 configuration to operation SPI flash.
But it won't boot from NAND anymore, does that mean I don't have SPI and NAND at the same time ?