Forum Discussion
Altera_Forum
Honored Contributor
16 years agoJFFS2 kernel support
Hello all I'm trying to add jffs2 support to a kernel (3c120 dev board) and I'm facing an strange problem. If I checked in jffs2 support in menuconfig, _after_ compiling the kernel core and ...
Altera_Forum
Honored Contributor
15 years agoThanks very much Urmel !!!!!!! \o/
i have success compiling the kernel .......... i add this file system in config.c => mtd_partition nios2_partitions[] { .name = "fpga", .size = 0x0200000, .offset = 0x0, }, { .name = "nios_baremetal", .size = 0x0200000, .offset = 0x01C00000, }, { .name = "uImage1", .size = 0x00400000, .offset = 0x02000000, }, { .name = "romfs", .size = 0x01400000, .offset = 0x04400000, } but in uClinux booting i have this problem physmap platform flash device: 04000000 at 0c000000 physmap-flash physmap-flash.0: map_probe failed do you have any ideia ???????? thank you so much !!!!!