7635.board-am335xevm.cHi guys,
I changed the nand configuration to increase the number of partitions, archive:
ti-sdk-am335x-evm-05.06.00.00/board-support/linux-3.2.0-psp05.06.00.00/arch/arm/mach-omap2/board-am335xevm.c
attached is the file: board-am335xevm.c
but this modification results in the below error:
...
VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)
[ 2.723022] Please append a correct "root=" boot option; here are the available partitions:
[ 2.731781] 1f00 128 mtdblock0 (driver?)
[ 2.737060] 1f01 128 mtdblock1 (driver?)
[ 2.742340] 1f02 128 mtdblock2 (driver?)
[ 2.747589] 1f03 128 mtdblock3 (driver?)
[ 2.752899] 1f04 1920 mtdblock4 (driver?)
[ 2.758148] 1f05 128 mtdblock5 (driver?)
[ 2.763427] 1f06 5120 mtdblock6 (driver?)
[ 2.768707] 1f07 124672 mtdblock7 (driver?)
[ 2.773986] 1f08 5120 mtdblock8 (driver?)
[ 2.779266] 1f09 124672 mtdblock9 (driver?)
[ 2.784545] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
...