On Mon, Feb 25, 2008 at 12:05 PM, rodolfo <[EMAIL PROTECTED]> wrote: > Hey everybody, > > I'm in trouble; > > 1) The EDK flow: I set the OS in the Software Plataform Settings to > linux_2_6 version 1.00.a. after that, in OS and Library section I have to > fill out the fields "memory size" , "connected_periphs" , "ramdisk size" > ... ? How would I do it ? > > 2) Do I place xparametera_ml300.h in /opt/ELDK/ppc_4xx/usr/src/linux-2.6.15 > ? if not where?
You should download a current release of the linux kernel. Don't use the one that comes with ELDK. in arch/ppc/platforms/4xx/xparameters/xparameters_ml403.h. If you're using the ml403 reference design, it is already there. If you're using a custom design then you'll need to replace it. See here for hints: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex > 3) I downloaded "ppc-2006-01-11.iso" from denx (ELDK) website and I'm > trying to follow their instructions for ppc 4xx plataform. > [ website: http://www.denx.de/wiki/view/DULG/ELDK ] This is an old release of ELDK. You should probably move up to a more recent release. > > In /opt/ELDK/ppc_4xx/usr/src/u-boot-1.1.4/ I do: > > "make distclen" and "make ml300_config" are ok! After "make all" in I've > got an error: > > a - ppc_longjmp.o > a - ppc_setjmp.o > a - stubs.o > make[1]: *** No rules for processing the target `hello_world.srec', needed > by `all'. Stop. --> note: "TRANSLATION FROM PORTUGESE" > make[1]: Exiting `/opt/ELDK/ppc_4xx/usr/src/u-boot-1.1.4/examples' > make: ** [examples] Error 2 You're using an ancient copy of u-boot that breaks with certain versions of the 'make' program. You should try using a recent release of u-boot. Alternately, you can hack the u-boot makefile to not build the examples directory. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
