OK - I think i'm on a roll now.  I downloaded the necessary files for the 
uClinux distribution.  Two questions:
   
  1. I'm having a problem with two steps
          Step 5.  In your uClinux-dist directory, create a symbolic link 
called linux-2.4.x which points to the linuxppc-2.4 directory (linux-2.4.x -> 
../linuxppc-2.4). 
          Step 6.  Ensure that you have the latest uClinux EDK Board Support 
Package installed (version 1.00d or later is required). 
   
  Now, as far as step 5, am I supposed to have a symbolic link that is named 
linux-2.4.x placed into the uClinux-dist directory?  Because there's already a 
folder named linux-2.4.x which was in there already when I untarred everything. 
 At the command prompt in the uClinux-dist directory I entered the following 
line:
   
  ln -s ../linuxppc-2.4 linux-2.4.x 
   
  and the result of this operation was to put a symbolic link into my 
linuxppc-2.4 directory with the name of linux-2.4.x  - is this correct?
   
  Now on to Step 6 problem.  
    How am I supposed to make use uClinux EDK Board Support Package 1.0 files?  
I'm not sure how to go about using them in the Xilinx Platform Studio in order 
to generate the necessary auto-config.in file.  
   
  -Vincent
   
  
Aidan Williams <aidan at nicta.com.au> wrote:
  Grant Likely wrote:
> If you use 2.4: You need to use rsync to get the linuxppc-2.4 tree
> because I don't think anyone is maintaining .tar.gz of the rsync
> snapshot. Email Tom Rini and ask him. The linuxppc-2.4 tree is
> special because it's one of the trees that actually has the ML300
> patches integrated. Mainline does not.
> 

For 2.4, I've had good success on two different boards
using the v2pro and virtex4 parts with:

http://www.itee.uq.edu.au/~pml/uclinux_powerpc/

The kernel tarball there has support for various xilinx
supplied peripheral cores..

The neat thing about this approach is that there is a
uclinux BSP for the EDK that is used to generate an
auto-config.in file which you then drop directly
into the linux kernel tree.

Even though it is about the microblaze rather than
the PPC, a helpful "getting started" document is:
http://www.itee.uq.edu.au/~wu/downloads/uClinux_ready_Microblaze_design.pdf

- aidan


-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060417/c8ddb8b7/attachment.htm
 

Reply via email to