<xobs>
_florent_: Probably something like `/wishbone-tool --ethernet-host 192.168.100.50 --server terminal --csr-csv ~/github/timvideos/litex-buildenv/build/ice40_hx8k_b_evn_base_vexriscv.minimal+debug/test/csr.csv`. The command from mithro connects over serial and not Ethernet.
<tpb>
Title: Add Windows and OSX builds by JakubJatczak · Pull Request #101 · litex-hub/litex-conda-packages · GitHub (at github.com)
<xobs>
Bit patch
<xobs>
*big patch
<mithro>
xobs: Adding windows + mac builds for most of the conda packages
<xobs>
Noticed they're missing nextpnr-ecp5, which is understandable as that one is hard to get right.
<xobs>
I'm also curious how they got around the bug that yosys first does a "make clean", and the path is ~55,000 characters long (which exceeds the NT path max length of 32768)
<xobs>
Also, do you bind python to a specific version? They use vcpkg, and vcpkg 2019.11 requires Python 3.7.4. I know that different Python standard libraries are incompatible. How does that affect the install?
<mithro>
we are currently using a specific python version 3.7.x I think
<mithro>
Conda /should/ be managing the python compatibility for us, but we will see...
rohitksingh has joined #litex
rvense has quit [Ping timeout: 260 seconds]
rvense has joined #litex
rohitksingh has quit [Ping timeout: 260 seconds]
CarlFK has quit [Ping timeout: 260 seconds]
CarlFK has joined #litex
<xobs>
For windows, then, you'll need to make sure you install python-3.7.4. Since static Python builds still require a standard library, and they're not bundling one.
futarisIRCcloud has joined #litex
synaption[m] has quit [*.net *.split]
kc8apf has quit [*.net *.split]
goran-mahovlic has quit [*.net *.split]
bunnie[m] has quit [*.net *.split]
felix_ has quit [*.net *.split]
xobs has quit [Ping timeout: 252 seconds]
nrossi has quit [Ping timeout: 250 seconds]
felix_ has joined #litex
kc8apf has joined #litex
goran-mahovlic has joined #litex
_whitelogger has joined #litex
bunnie[m] has joined #litex
nrossi has joined #litex
synaption[m] has joined #litex
xobs has joined #litex
<_florent_>
xobs: thanks for the wishbone tool command, it works perfectly :) and it's very useful for this board!
<xobs>
_florent_: happy to help! I take it the next feature to add will be file upload. I tend not to work on boards that have that, so I'm not sure how I'd test it.
<_florent_>
xobs: for the file upload, we could also use the serialboot: if wishbone-tool creates a virtual tty on the computer, we could just used flterm/lxterm on it directly and upload files as we are already doing over regular serial
<xobs>
Similar to how flterm creates a virtual pty for gdbserver.
<_florent_>
yes probably
_whitelogger has joined #litex
<xobs>
I wonder what I should do on systems that don't have a ptmx equivalent. I.e. mostly Windows.
rohitksingh has joined #litex
<keesj>
I think modern windows has a new terminal sub system (designed when they did the wsl) it is pretty cool