UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
General Description:
When attempting to program multiple devices at the same time, JDRIVE returns
the following error message:
...Error - only 1 action is allowed and 2 are defined.
Aborted.
JDRIVE cannot program multiple devices in the same run. Only one device may
be programmed at a time, with the others in bypass.
To resolve this problem, create a new .cmd file with the correct commands.
Example:
2 Virtex devices in the same chain.
CORRECT command file:
device2 -b"xcv100_pq240_1532.bsd" -a "program" -d"xcv100_pq240.isc";
device1 -i5;
INCORRECT command file:
device2 -b"xcv100_pq240_1532.bsd" -a "program" -d"xcv100_pq240.isc";
device1 -b"xcv100_pq240_1532.bsd" -a "program" -d"xcv100_pq240.isc";
AR# 10778 | |
---|---|
Date | 05/14/2014 |
Status | Archive |
Type | General Article |