Thursday, 2018-10-18

*** tpb has joined #timvideos00:00
*** Guest71072 has left #timvideos00:25
*** Toba has joined #timvideos00:27
*** tac-tics_ has quit IRC00:34
futarisIRCcloudAnyone here tried the PMOD-USB-RAW and Xilinx Series 7 tinyUSB bootloader yet?00:42
*** tac-tics has quit IRC01:09
*** tac-tics has joined #timvideos01:10
*** CarlFK has joined #timvideos01:10
*** ChanServ sets mode: +v CarlFK01:10
*** CarlFK has quit IRC02:33
*** CarlFK has joined #timvideos04:07
*** ChanServ sets mode: +v CarlFK04:07
*** rohitksingh has quit IRC05:21
*** rohitksingh has joined #timvideos05:27
*** rohitksingh has quit IRC05:55
*** rohitksingh has joined #timvideos06:03
*** Kripton has quit IRC06:10
*** rohitksingh has quit IRC06:13
*** rohitksingh has joined #timvideos06:13
*** rohitksingh has quit IRC06:38
cr1901_modern_florent_: Could you elaborate on what you mean by this commit? I want to update to a future version which provides Lite and Min variants: https://github.com/enjoy-digital/litex/commit/948527b0fe8e4bfee8b5010dd8dc119655db275806:54
tpbTitle: cores/cpu: revert vexriscv (it seems there is a regression in last ve… · enjoy-digital/litex@948527b · GitHub (at github.com)06:54
cr1901_modernmithro: If you read the above, I used my own local copy w/ changes to test "vexriscv.lite". But at present there is no such thing in litex itself07:00
cr1901_modernupstream*07:00
*** CarlFK has quit IRC07:29
*** rohitksingh has joined #timvideos07:41
_florent_cr1901_modern: it seems there was a regression with vexriscv version later than this one, it was not working correctly on hardare. I haven't found time to see if it was related to vexriscv itself or integration in litex07:47
_florent_cr1901_modern: basically, with new version, it was not possible to load a firmware with serialboot and then execute it07:48
cr1901_modernWell I guess I could try to duplicate your setup and run a bisect this weekend07:49
cr1901_modern_florent_: Do you remember the commit and your setup from when it started crashing (which board? was it custom firmware? litex-buildenv? Just the LitexBIOS plus serialboot?)?07:50
cr1901_modernI can't bisect if I can't duplicate your problem :P07:51
_florent_cr1901_modern: that's related to the vexriscv update07:58
_florent_cr1901_modern: to reproduce, use latest litex, prepare a design where you load a firmware with serialboot and verifiy it works08:00
_florent_cr1901_modern: then just update vexriscv to latest version and see if it's working or not08:00
cr1901_modern_florent_: Okay will do08:03
*** rohitksingh has quit IRC08:27
*** rohitksingh has joined #timvideos08:31
*** futarisIRCcloud has quit IRC09:05
*** rohitksingh1 has joined #timvideos09:08
*** rohitksingh has quit IRC09:09
*** rohitksingh1 has quit IRC09:30
*** rohitksingh has joined #timvideos09:30
*** CarlFK has joined #timvideos09:44
*** ChanServ sets mode: +v CarlFK09:44
*** Kripton has joined #timvideos09:53
*** sc00bz1 has joined #timvideos11:43
*** rohitksingh has quit IRC11:45
*** Sc00bz has quit IRC11:46
*** futarisIRCcloud has joined #timvideos12:05
shorne_florent_: mithro: FYI I got ping on arty with liteeth working too with current litex-linux kernel12:29
shorneit just works12:29
*** swalladge has quit IRC12:43
*** rohitksingh has joined #timvideos13:05
shornehmm, network is kind of working too13:05
shorneI can ssh13:06
CarlFKohh nice13:13
CarlFKdoes it do dhcp?13:13
shorneCarlFK: I just did 'ifconfig eth0 192.168.100.50 up'13:15
shorneand I ssh'd back to 192.168.100.100 on my local machine13:15
shorneand it worked13:15
shorneThe prompt to access the host identity didn't work , so I did 'ssh [email protected] -y'13:16
shorne-y to disable key checking13:16
*** mauz555 has joined #timvideos13:17
shornethere is an ssh server running by default too, it seems to work, I cant log in though even after creating a user13:21
shorneanyway, need to go to sleep13:22
CarlFKsee ya13:24
_florent_shorne: cool thanks. Are there some instructions i can follow to replicate your results?13:51
*** mauz555 has quit IRC14:14
*** futarisIRCcloud has quit IRC14:15
*** mauz555 has joined #timvideos14:15
*** mauz555 has quit IRC14:19
*** mauz555_ has joined #timvideos14:34
*** mauz555 has joined #timvideos15:18
*** mauz555_ has quit IRC15:19
*** mauz555 has quit IRC16:16
*** sc00bz1 is now known as Sc00bz16:48
*** swalladge has joined #timvideos16:58
*** thaytan has quit IRC17:12
*** thaytan has joined #timvideos17:13
*** ChanServ sets mode: +v thaytan17:13
CarlFKhttp://paste.ubuntu.com/p/jD92qDHdy6/  # cat /proc/litex ... revision: 000000000000000000000000000000000000000017:59
tpbTitle: Ubuntu Pastebin (at paste.ubuntu.com)17:59
CarlFKthis is qemu and master - wasn't this spzoed to work?18:00
*** tac-tics_ has joined #timvideos18:42
*** Kripton has quit IRC19:10
*** Kripton has joined #timvideos19:10
*** rohitksingh has quit IRC19:36
*** Kripton has quit IRC19:51
*** Kripton has joined #timvideos20:05
shorneCarlFK: that hardware doesnt exist in qemu20:06
shornethat is expected20:07
CarlFKshorne: got it - thanks20:07
shorneWe probably should add something that provides the details, there might actually be something in qemu20:08
CarlFKI really just want to tell me what I have done - I look at my screen, I see a prompt, I'm not sure how I got there20:19
shorne_florent_: I updated the "random notes doc here"20:59
shornehttps://docs.google.com/document/d/1GfWKjrcfA27qbF8F9EtvRP5mzsaBjRzADfZTb5H8irw/edit#20:59
tpbTitle: LiteX Linux Support Random Notes - Google Docs (at docs.google.com)20:59
shorneI am not sure if there is a better one20:59
shornehttps://github.com/timvideos/litex-buildenv/wiki/Linux21:00
tpbTitle: Linux · timvideos/litex-buildenv Wiki · GitHub (at github.com)21:00
shornemithro: I updated that old linux bootstrap docs from H2U to Litex-Buildenv, I hope that is OK, also I added a few notes on network setup21:01
shorneCarlFK: what instructions are you following?21:02
shorneCarlFK: when you say "tell what I have done" you mean just to know that you are on qemu or a real board?  If its a real board you will usually see "[FLTERM]" because we use that to connect to the boards serial device at '/dev/tty...'21:04
shorneshenki: FYI, I was able to see linux networking working on my arty board with the latest litex firmware.  i.e. SSH works21:05
shorne(using your liteeth linux driver) did you have problems with that before?21:06
shenkishorne: i recall initially having issues. I think the last time I touched it it was working22:21
shenkishorne: the driver is very inefficant, due to very simple hardware22:22
shenkishorne: you also might find it does not free memory, so your system will eventually oom22:22
*** futarisIRCcloud has joined #timvideos23:53

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!