[J-core] MimasV2Config.py issues

Geoff Salmon gsalmon at se-instruments.com
Sat Apr 16 13:52:33 EDT 2016


On 16-04-16 01:37 PM, Trevor Woerner wrote:
> On Sat 2016-04-16 @ 12:05:54 PM, Geoff Salmon wrote:
>>    virtualenv -p /usr/bin/python3 env
>>    source env/bin/activate
>>    pip install pyserial
>>    sudo python MimasV2Config.py /dev/ttyACM0 numato.bin
>
> python3?

Either one. The "virtualenv -p /usr/bin/python3 env" sets up an 
environment that uses python3. Look in the resulting env/bin directory 
and you'll see python is a link to python3. After running "source 
env/bin/activate" your PATH is changed to use the python and pip from 
the env/bin.

> Also, both here and the instructions on the website keep mentioning
> numato.bin, but the build actually creates a mimas_v2.bin, these are the same
> file?

They're not the exact same file, but both are bitstreams to load into 
the FPGA. There's a pre-built bitstream you can download 
http://j-core.org/numato.bin or you can build your own which gets named 
mimas_v2.bin. If you've built mimas_v2.bin, then that's likely the one 
you want to pass to MimasV2Config.py to load.

- Geoff


More information about the J-core mailing list