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

[microblaze-uclinux] uClinux can make config under Fedora3.0 now




Hi,
        According these step, I meet an error!
 This is my detail steps:
Use WinCVS get the dist and kernal
$ cvs -d:pserver:anonymous@cvs.uclinux.org:/var/cvs login
 $cvs -z3 -d:pserver:anonymous@cvs.uclinux.org:/var/cvs co uClinux-dist 
$ cvs -z3 -d:pserver:anonymous@cvs.uclinux.org:/var/cvs co uClinux-2.4.x

Copy them via eathernet to my linux host, and download toolchain to linux host then do this:
 $ cd ~/uClinux-dist
$ ln -s ../uClinux-2.4.x linux-2.4.x
after all the steps I execute "make menuconfig"
it's fail at "config/mkconfig > config.in" of Makefile
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
According yashi's direct, I download the uClinux from: http://www.uclinux.org/pub/uClinux/dist/uClinux-dist-20040408.tar.gz
withe follow step:

$ tar xfvz uClinux-dist-20040408.tar.gz
$ cd uClinux-dist
$ make config

[follow what it says]

Choose "Target Platform Selection", and make the following selections:

 

(Insight/mbvanilla_net) Vendor/Product
(uClibc) LibC version
[*] Default all setting


$ make dep

  1. Unzip the design files into a directory, say ~/microblaze/mbvanilla_net
     
  2. Change to the project directory, and simply type

    $ make init_bram

    This may take some time, depending upon the speed and memory capacity of your build system. 
     
  3. The result should be a file called download.bit in the "implementation" directory.  Now you have a couple of options.  Simplest is to execute

    $ make download

    to download the configuration to the board.  However, you'll need to repeat this each time you run the kernel, which gets a bit boring. 
     
  4. To automatically create and download a PROM file, simply run "make download_prom".  The FPGA will be automatically configured with the mbvanilla_net hardware each time it is powered up.

$ make

I can't do the red part, who can show me the detail steps of the red part

Thanks for yashi's help!