*** tpb <[email protected]> has joined #litex | 00:00 | |
*** feldim2425_ <feldim2425_!~feldim242@2001:871:25a:803d:e6d8:4e00:bb6a:7c4> has quit IRC (Quit: ZNC 1.8.2+deb2build5 - https://znc.in) | 01:16 | |
*** feldim2425 <[email protected]> has joined #litex | 01:16 | |
*** Degi_ <[email protected]> has joined #litex | 01:53 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 265 seconds) | 01:53 | |
*** Degi_ is now known as Degi | 01:53 | |
*** bl0x <[email protected]> has joined #litex | 02:47 | |
*** bl0x_ <[email protected]> has quit IRC (Ping timeout: 268 seconds) | 02:49 | |
*** jtf <jtf!~jtf@2601:285:8000:87::4fc> has quit IRC (Ping timeout: 265 seconds) | 07:07 | |
*** jtf <jtf!~jtf@2601:285:8000:87::4fc> has joined #litex | 07:21 | |
*** FabM <FabM!~FabM@2a03:d604:103:600:2e60:8c7c:e8fb:7990> has joined #litex | 07:25 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 11:23 | |
*** TMM_ <[email protected]> has joined #litex | 11:23 | |
*** Guest6747 <[email protected]> has quit IRC (Quit: WeeChat 3.6) | 12:00 | |
*** genpaku <[email protected]> has quit IRC (Read error: Connection reset by peer) | 12:05 | |
*** genpaku <[email protected]> has joined #litex | 12:08 | |
acathla | I'm trying to use LiteX on a Papilio Pro board (spartan 6), it works but the sdram initialization fails. What's the best way to debug that? | 12:09 |
---|---|---|
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 13:31 | |
*** TMM_ <[email protected]> has joined #litex | 13:32 | |
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Ping timeout: 252 seconds) | 14:28 | |
*** FabM <FabM!~FabM@2a03:d604:103:600:2e60:8c7c:e8fb:7990> has joined #litex | 14:40 | |
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Ping timeout: 246 seconds) | 16:36 | |
geertu | Is there an easy way to reinstall litex after an OS upgrade? I upgraded from Ubuntu 20.04 to 22.04 LTS, and now lxterm can no longer find the litex Python packages | 19:50 |
somlo | geertu: maybe `python3 setup.py develop --user` in each of the distinct litex[-*] and pythondata-* repos will put the right symlinks back into your .local/<whatever> directory? | 19:56 |
somlo | that is, if you're reluctant to just let `litex_setup.py` do its thing (which I haven't in a loooong time) :) | 19:57 |
geertu | somlo: I did try messing with litex_setup.py, but I got lots of scary warnings and errors. Probably my copy is too old to work well with the new Python in 22.04 | 19:58 |
geertu | FWIW, my .local has almost no symlinks, and the few that are present are not related. | 20:00 |
geertu | I have litex stuff under /usr/local/lib/python3.6/ and /usr/local/lib/python3.8/ | 20:03 |
geertu | Using "python3.6 /usr/local/bin/lxterm" instead of plain "lxterm | 20:03 |
geertu | " does something, but fails later when trying to talk to the OrangeCrab. Doh | 20:03 |
geertu | "sudo python3 setup.py develop" in the litex dir worked | 20:08 |
geertu | However, download fails after a few seconds. Seems like the USB device disappears at random times. | 20:09 |
geertu | Replugging the board fixed that. Back into business, booting 6.2-rc3... | 20:12 |
geertu | somlo: thx! | 20:13 |
cr1901 | Huh, I think litex_setup.py has gotten much better over the years. I run it once per week | 20:16 |
somlo | geertu: I have a bunch of *.egg-link files in $HOME/.local/lib/python3.XX/site-packages, and I'm sure they got there via `setup.py develop --user`, a long time ago | 21:32 |
somlo | they match the "pythonic" folder structure of my various litex* git repositories | 21:33 |
somlo | but this would all break if I upgraded my python version (.local/lib/python3.XX -> python3.YY), at which point I'd probably have to re-learn how to set things up :) | 21:34 |
somlo | litex_setup.py used to 1. do a `git clone [--recursive]` on a list of repos, then 2. do a `setup.py ...` driven by a bunch of options on the command line | 21:35 |
somlo | and probably still does -- haven't needed to touch it in a while :) | 21:35 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!