Hi,
I am using TI TNETV1051 EVB.
I've connected NAND to CS0 (using jumpers) and set SW2 to NAND.
I do see that with pspboot I am able to use NAND (able to use NBL), however when i try to load the kernel, i get a kernel panic.
I tracked the kernel panic to do_map_probe in avalanche_flash_init.
I am using Linux 2.6.10, and changed the following configuration in config files:
CONFIG_MTD_AVALANCHE_CHIP0_START=0x10000000
CONFIG_MTD_NAND_AVALANCHE_CS=0
However still get same kernel panic since i faile to successfully probe NAND mtd.
I searched documentation but couldn't find any usefull data.
Can you please assit?
Thanks,
Idan.