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

Re: [microblaze-uclinux] Problem with the examples



Hi Augusto

Hi all.

 

I have finally got my hands on the SP2 for the EDK that was supposed to help me compiled the examples for the Xilinix ML 401 board that are posted on the official microblaze-uclinux web page but I keep having the same result.

I just unzip and generate bitstream and I get this ( in the txt attached ).

the Xilinx ML401 reference design was dedicated for ISE6.3 and EDK6.3.
The log shows that you the timing
constraints
were not meet during par process.

 

On the other hand, I followed carefully the step that are indicated in the document that Jason Wu kindly putted together (the edk part) , then compiled the linux kernel from snapgear  (with this patch microblaze-vendors-20050215.patch applied and the xilinix auto option ) , got the image and then went to my windows, opened the EDK and downloaded the image, run, and nothing happened, any ideas?

You can either manually download the kernel image or using dl.sh
if you are using the dl.sh, can post your dl.sh output log.
With manual download, you must use correct options with commands,
in xmd, assume you are using virtex4 device, you need to change image_location point to where you store your kernel image and memory address point it to your DDR memory's base address in mhs file
$xload mhs system.mhs
$connect mb mdm -bscan USER1
$targest 0
$dow -data image_location memory_address
$con memory_address

If any one want I can send the project files and the kernel, think that it may help, kind of in the edge here.

 

Thanks for your help and hope that with time I will get some experience and can start giving back to this list that has been really helpful up to this moment.

 

:-)

cheers

Jason