Thanks 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 !!!!!