Closed lriesebos closed 3 years ago
Are you allowed to redistribute that file?
Ok I found
xc2c256.map
in my own Xilinx files and attached it for other users that need it:xc2c256.zip. Feel free to add it to the wiki, I can't edit it.A couple of other things that might need an update in the wiki:
- In the wiki,
xc3sprog
is often spelled differently.- I installed
xc3sprog
on Ubuntu 20.04, it is available through the Ubuntu repositories.- For flashing, the map file needs to be in a directory and the flash command actually refers to that directory, not directly to the file. So I stored the map file in a directory
./map/
and the command to flash wasxc3sprog -c jtaghs2 -m map -v -p 0 urukul.jed
. The action:w
is not required in the command as this is the default action.
Fair point. I kind of assumed that it would be fine as the other map file is already in your repo, but tbh I do not know for sure, so I guess the answer is no. I just removed the link to that file. So that basically means flashing without Xilinx tools is not possible without access to these map files.
The other points still hold though.
It's not my repo. The person responsible for adding that file to the repo is the same one responsible for the other points.
Would you be interested in editing the wiki directly? In that case, @gkasprow could you add them?
Sure, if you give me access I can update the wiki.
closed by 945f099
When flashing an urukul rev 1.4 (without xilinx installed) I get an error message that I need the file
xc2c256.map
instead of the providedxc2c128.map
available on the wiki. see the message below. Where can I find this file, or am I doing something else wrong? @gkasprow @jbqubitOS: Ubuntu 20.04 (xc3sprog installed from Ubuntu repositories)