[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] creating uClinux kernel image



Hi Eric

The memory test was passed and this output was shown in hyperterminal.  But I don’t understand what you mean by the auto-config file?  Do you mean I have to compare auto-config the file in C:\uClinux_auto_6_30_b to the file on my linux machine where I built the kernel?


The uClinux kernel is a highly parameterized software system. For MicroBlaze uClinux, It uses auto-config.in (generated by uCLinux BSP package) to manage these parameters ( such as memory, I/O addresses and  IRQ parameters ). Hence, if your uClinux image is not build base on your auto-config.in, you are likely to have problems.

Copy the auto-config file in C:\uClinux_auto_6_30_b directory to ~/uClinux-dist/linux-2.4.x/arch/microblaze/platform/uclinux-auto directory, and recreate the kernel image again.


Regards,

Jason