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

RE : [microblaze-uclinux] creating uClinux kernel image



Hi Eric,

 

I’ve the same problema while ago.

I fact you need to copy the file auto-config.in from the Windows box to the linux one. You can find it in the directory :

            in C:\uClinux_auto_6_30_b\microblaze_0\uclinux_v1_00_a

 

ATTENTION: The windows post add CR LF in the file that should be repalced by CR when it has been copied on Linux machine.

To do this just use dos2unix perl script (dos2unix auto-config.in).

 

Note: the file should be copied in the directory -dist/linux-2.4.x/arch/microblaze/platform/uclinux-auto

Then you can start all the process, I suggest that you start by make clean, then make menuconfig dep all

 

The process should pass,  an last error may occur at the end of the process when it try to copy kernel image to /tftpboot directory, if this directory did not exist of course the copy will fail.

 

Regards

 

CRESITT INDUSTRIE

12 Rue de Blois, BP6744

45067 ORLEANS Cedex 2

Tel : 02.38.49.45.59

Fax :02.38.49.45.55

Email : christophe.alayrac@cresitt.com

Web : http://www.cresitt.com

 

-----Message d'origine-----
De : owner-microblaze-uclinux@itee.uq.edu.au [mailto:owner-microblaze-uclinux@itee.uq.edu.au] De la part de Eric Lynum
Envoyé : lundi 3 octobre 2005 06:51
À : microblaze-uclinux@itee.uq.edu.au
Objet : RE: [microblaze-uclinux] creating uClinux kernel image

 

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?


From: owner-microblaze-uclinux@itee.uq.edu.au [mailto:owner-microblaze-uclinux@itee.uq.edu.au] On Behalf Of Jason Wu
Sent: Sunday, October 02, 2005 10:04 PM
To: microblaze-uclinux@itee.uq.edu.au
Subject: Re: [microblaze-uclinux] creating uClinux kernel image

 

Hi Eric

Did you enable the memory test? If you did, when you download the bitstream, did you get any output from the hyperterminal?
One more thing, did your auto-config file in C:\uClinux_auto_6_30_b directory to ~/uClinux-dist/linux-2.4.x/arch/microblaze/platform/uclinux-auto directory before you create your kernel image?

Regards,

Jason