Hi.
I'm working on a PB42 reference board, which uses Redboot. This board uses SPI for the CFI compliant MTD device, an ST M25P64. Redboot recognizes the MTD partitions using a pre-compiled linux image supplied with the board.
I can't see an SPI map in OpenWRT that looks like it is correct for this combination, even if I go looking through the source tree.
I've tried a number of kernel settings, but I cannot get the kernel to recognize the SPI based Redboot partitions with the OpenWRT kernel. I'm almost certain I have all the necessary other options in the kernel enabled for the AR7100 chipset, including USB, SPI, MTD, etc. My only question is if you need to set CONFIG_MTD_CFI_NOSWAP to BIG_ENDIAN_BYTE for the mips processor, or should this be left at NO?
Is anyone else using this combination?
Eric.