Friday, 2020-02-21

*** tpb has joined #tomu00:00
*** emeb has quit IRC00:11
*** johnhmay has quit IRC01:14
*** johnhmay has joined #tomu01:17
*** CarlFK has quit IRC01:30
*** rohitksingh has quit IRC01:56
*** rohitksingh has joined #tomu02:41
*** Fallen has joined #tomu03:28
FallenHi everyone I just bought a fomu and having an issue with the leds not working as soon as I plug it in. When utilize the example code micropython-fomu.dfu I'm told there is no error condition present. I was what steps I should take in trouble shooting03:31
xobsFallen: sounds like it could be a manufacturing problem. The leds might not be soldered correctly.03:35
xobs"no error condition" means that the program loaded successfully, and you can continue the workshop, but you'll probably want to contact Crowdsupply to get a replacement.03:36
FallenAppreciate it. Just wanted a second opinion before I contacted them and to see if there were any other troubleshoot procedures that might be recommended.03:38
*** CarlFK has joined #tomu03:44
*** gio has quit IRC04:07
*** gio has joined #tomu04:10
mithroxobs: https://github.com/renode/renode/commit/70ce00f346d3038e86e483e2b460c4a16ff054b604:14
tpbTitle: [#16507] Add Wishbone bus to Verilator Plugin · renode/renode@70ce00f · GitHub (at github.com)04:14
xobsmithro: hooray! we should add that to the workshop. Verilator is really cool.04:16
*** Fallen has quit IRC04:20
mithroxobs: https://github.com/timvideos/litex-buildenv/pull/339#pullrequestreview-36239182204:24
tpbTitle: Testing firmware in Renode on Travis by mateusz-holenko · Pull Request #339 · timvideos/litex-buildenv · GitHub (at github.com)04:24
mithroxobs: This PR adds Renode integration to Travis CI tests. It includes basic test suits for: LiteX BIOS, the default H2U firmware, Zephyr, micropython, Linux04:24
xobsI could definitely see that as being useful.04:25
xobsI've been spending a lot of time in Renode lately as I work on developing Xous, and while it has its surprising quirks it's overall pretty good.04:27
mithroxobs: Let's try and stamp out those quirks :-)04:41
xobsSome are hard to reproduce.  Like I have one where if I set a breakpoint, I need to reset Renode twice in order to have it hit.04:57
*** rohitksingh has quit IRC07:54
*** CarlFK has quit IRC07:55
*** xkapastel has joined #tomu08:04
*** CarlFK has joined #tomu09:45
*** GNUtoo has quit IRC10:48
*** GNUtoo has joined #tomu10:49
*** emeb has joined #tomu16:12
*** rohitksingh has joined #tomu17:56
*** xkapastel has quit IRC18:00
*** manf[m] has quit IRC18:13
*** foosinn[m] has quit IRC18:13
*** jimt[m] has quit IRC18:13
*** m2049r has quit IRC18:13
*** leons has quit IRC18:13
*** xobs has quit IRC18:13
*** promach3 has quit IRC18:13
*** tmarble2 has quit IRC18:13
*** dontrash[m] has quit IRC18:14
*** EmilKarlson has quit IRC18:14
*** jesse_m[m] has quit IRC18:14
*** nrossi has quit IRC18:14
*** alexhw[m] has quit IRC18:14
*** tiwalun has quit IRC18:14
*** kaeso[m] has quit IRC18:14
*** david-sawatzke[m has quit IRC18:14
*** bunnie[m] has quit IRC18:14
*** xobs has joined #tomu18:21
*** nrossi has joined #tomu18:22
*** jesse_m[m] has joined #tomu18:23
*** acathla has quit IRC18:27
*** manf[m] has joined #tomu18:30
*** CarlFK has quit IRC18:32
*** xobs has quit IRC18:32
*** manf[m] has quit IRC18:32
*** nrossi has quit IRC18:32
*** jesse_m[m] has quit IRC18:32
*** acathla has joined #tomu18:33
*** acathla has quit IRC18:34
*** acathla has joined #tomu18:34
*** rohitksingh has quit IRC18:40
*** rohitksingh has joined #tomu18:47
*** cdmatter has quit IRC18:50
*** cdmatter has joined #tomu18:51
*** foosinn[m] has joined #tomu19:03
*** squelch has joined #tomu19:09
squelchSo I'm getting a `dfu-util: Cannot open DFU device 1209:5bf0` error when I don't run dfu-util as sudo against the Fomu19:10
squelchwhen I do run as sudo, I get `Found DFU: [1209:5bf0] ver=0101, devnum=10, cfg=1, intf=0, path="1-1", alt=0, name="Fomu PVT running DFU Bootloader v1.9.1", serial="UNKNOWN"`19:11
*** dontrash[m] has joined #tomu19:12
*** manf[m] has joined #tomu19:12
*** david-sawatzke[m has joined #tomu19:12
*** EmilKarlson has joined #tomu19:12
*** xobs has joined #tomu19:12
*** tiwalun has joined #tomu19:12
*** leons has joined #tomu19:12
*** jimt[m] has joined #tomu19:12
*** promach3 has joined #tomu19:12
*** tmarble2 has joined #tomu19:12
*** jesse_m[m] has joined #tomu19:12
*** kaeso[m] has joined #tomu19:12
*** nrossi has joined #tomu19:12
*** alexhw[m] has joined #tomu19:12
*** bunnie[m] has joined #tomu19:12
*** m2049r has joined #tomu19:12
squelchNot sure what to do about this and a cursory Google search hasn't pulled up anything useful. I suspect I need to add someting to /etc/udev/rules.d but unsure what19:13
*** CarlFK has joined #tomu19:16
*** rohitksingh has quit IRC19:21
*** CarlFK has quit IRC19:59
*** rohitksingh has joined #tomu20:06
acathlasquelch, https://workshop.fomu.im/en/latest/requirements.html#setup-udev-rules is probably the right place to start20:11
squelch@acathla, ah hah, thanks20:14
squelchthat did the trick20:14
*** CarlFK has joined #tomu20:16
squelchNow screen seems to only work when I use sudo20:28
CarlFKsquelch: sounds like permission problem, which sounds like udev problem20:30
squelchI agree it sounds like a permission problem but I'm not fully sure it's udev related20:31
CarlFKHmm. my fomu isn't showing up in lsub, and dmesg shows [465560.166142] usb usb3-port2: unable to enumerate USB device20:38
CarlFKdfu-util -l - Found DFU: [1209:5bf0] ver=0101, devnum=109, cfg=1, intf=0, path="3-2", alt=0, name="UNKNOWN", serial="UNKNOWN"20:42
CarlFKyay.20:42
CarlFKlsusb: Bus 003 Device 115: ID 1209:5bf0 InterBiometrics20:43
CarlFKsquelch: are you in group: dialout20:52
acathlait's plugdev group if you followed the workshop, and you need to logoff/logon21:05
CarlFKplugdev gets you the tty?21:09
squelchit's plugdev group and yes, i was in plugdev and logged in/out22:09
CarlFKwhat are you loading into fomu to get a tty?  (guessing micropython? )22:11
*** squelch has quit IRC22:55
mithroxobs: I would like your thoughts on the approach I came up with in https://github.com/enjoy-digital/litex/issues/394 -- it uses git subtrees, python namespace packages and relative requirements.txt files but seems like it is *significantly* simpler way for us to do litex -- and substantially smaller too!23:49
tpbTitle: RFC: Split LiteX CPU cores into their own Python modules · Issue #394 · enjoy-digital/litex · GitHub (at github.com)23:49

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