Newsgroups: comp.arch.fpga
From: "Luzerne" <luzerne.gan...@gmail.com>
Date: 23 Mar 2007 01:16:00 -0700
Subject: Re: Xilinx Platform cable USB and impact on linux without windrvr
On 23 mar, 07:25, carlos.as...@gmail.com wrote:
> I'm very new to linux but I undestand that you propose an alternative Here is my "step by step newbie" installation howto for Ubuntu Dapper > to windrvr that seems to work well. > [...] > I've spent many hours trying to get the windrvr and your driver to > work without success. > [...] > I would really appreciate some help. I'm new to Linux and I use > Kubuntu 6.10. 6.06 :) Open a terminal (Application menu : Accessory > Terminal), where you We suppose we are in your prefered directory. For you it is probably $ pwd First, you donwload the program's archive in your prefered "/path/ $ mkdir Download Now you go in your prefered work directory (for me it is called $ cd /path/Travail First thing to do is to check if README or INSTALL files exist, and $ ls -l Now you know what to do. First you check the required module are $ lsmod | grep parport If you get something like that, it's ok. You can compile. $ make You may get this kind of error : gcc -fPIC -Wall usb-driver.c -o libusb-driver.so -ldl -lusb -lpthread - It's because you have not installed one of the required libusb and $ sudo apt-get install libusb-dev Now you can retry the compilation. $ make This time, if everything goes right, you can try impact :) As $ export LD_PRELOAD=/path/Travail/usb-driver/libusb-driver.so Now, you can run impact. But you may get an error : Can't open /dev/parport0: Permission denied It means you have not the required right on the /dev/parport0 device. $ ls -l /dev/parport0 A fast work arround solution is to change the owner of this device : $ whoami Before retrying to program a device with impact, it may be necessary $ impact -batch > setMode -bscan Now, you can retry to program a device with impact. This was my "step > cleancablelock > quit by step" personnal log. http://www.chezmoicamarche.org / YMMV / HTH Luzerne GANHIR You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||