You can subscribe to this list here.
2010 |
Jan
(18) |
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Xavier L. <Sup...@us...> - 2010-01-15 20:25:41
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT". The branch, master has been updated via acdc9b71a05928bcdd16a71b9ccf4ec5b785c41d (commit) from 66d4bfac078a34ddae1f90f2a8381051846e1cf9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit acdc9b71a05928bcdd16a71b9ccf4ec5b785c41d Author: Xavier Lagorce <Xav...@cr...> Date: Fri Jan 15 21:23:39 2010 +0100 Ajout d'une règle udev créant un symlink vers la carte FPGA lorsque le nouveau firmware est installé dessus. + quelques modifications des explications ----------------------------------------------------------------------- Changes: diff --git a/fpga/usb_jtag/udev/92-fpga.rules b/fpga/usb_jtag/udev/92-fpga.rules index 26a8b3b..a5cf00a 100644 --- a/fpga/usb_jtag/udev/92-fpga.rules +++ b/fpga/usb_jtag/udev/92-fpga.rules @@ -1 +1,3 @@ SUBSYSTEM=="usb" ATTR{idVendor}=="1443" ATTR{idProduct}="0005" RUN+="/usr/local/lib/udev/fpga-nexys2.sh %k" + +SUBSYSTEM=="usb" ATTR{idVendor}=="16c0" ATTR{idProduct}="06ad" SYMLINK+="nexys2" diff --git a/fpga/usb_jtag/udev/README b/fpga/usb_jtag/udev/README index e5061c5..a17fc57 100644 --- a/fpga/usb_jtag/udev/README +++ b/fpga/usb_jtag/udev/README @@ -4,10 +4,11 @@ When you'll plug the card, udev will automatically update its firmware with the version provided in this repository. To do so under Debian : - * install fxload - * copy the script 92-fpga.rules to your /etc/udev/rules.d/ directory - * copy the script fpga-nexys2.sh to your /usr/local/lib/udev/ directory. + * Install fxload + * Copy the script 92-fpga.rules to your /etc/udev/rules.d/ directory + * Copy the script fpga-nexys2.sh to your /usr/local/lib/udev/ directory. Be certain that the file can be executed by the user running udev * Build and install the new firmware : - * in the src directory do "make" - * copy firmware.bin to /usr/local/lib/firmware/nexys2-firmware.bin \ No newline at end of file + * In the src directory do "make" + * Copy firmware.bin to /usr/local/lib/firmware/nexys2-firmware.bin + * Restart udev (sudo /etc/init.d/udev restart) hooks/post-receive -- UNNAMED PROJECT |