
In message 20040927182244.23840.qmail@web53408.mail.yahoo.com you wrote:
I am a new user, try to get the u-boot(with jffs2) work on a ppc405ep board(32M Ram, 8M flash disk, one serial port, one network port), it will has one partition for u-boot(128k), the rest make one jffs2 partition, the kernel and initrd will locate in this JFFS2 partition.
So you have at least these two partitions, right?
But after I configure u-boot JFFS2 support in include/configs/PPC405EPVV.h, add 4 lines:
#define CONFIG_COMMANDS ( CFG_CMD_JFFS2 )
#define CFG_JFFS2_FIRST_BANK 0 #define CFG_JFFS2_FIRST_SECTOR 0 #define CFG_JFFS2_NUM_BANKS 1
(the 8M flash memery havs one bank, 64 sector.)
How many partitions did you configure here, and which sizes do they have?
Best regards,
Wolfgang Denk