*** tpb has joined #litex | 00:00 | |
*** rohitksingh has joined #litex | 00:58 | |
xobs | Let me try running the documentation generator on a full Fomu design. I'll need to convert eptri over to using the new CSR documentation mechanism. | 01:18 |
---|---|---|
xobs | mithro: I'm not sure how we'd make a Sphinx plugin. Right now I'm generating the documentation by creating a reStructured Text file after the build stage, then post-processing that in sphinx. | 01:18 |
*** freemint has quit IRC | 01:26 | |
*** freemint has joined #litex | 01:37 | |
*** freemint has quit IRC | 01:49 | |
*** freemint has joined #litex | 01:50 | |
*** CarlFK has joined #litex | 02:16 | |
*** pizzaman has joined #litex | 02:57 | |
*** rohitksingh has quit IRC | 03:01 | |
pizzaman | hi, I was wondering to what extent the instructions on this howto are still accurate: https://github.com/litex-hub/linux-on-litex-vexriscv | 03:03 |
tpb | Title: GitHub - litex-hub/linux-on-litex-vexriscv: Linux on LiteX-VexRiscv (at github.com) | 03:03 |
pizzaman | when getting to the ./sim.py step I only get the 20 lines of output pasted here: https://pastebin.com/wjfj05Fd | 03:04 |
shenki | pizzaman: we were disucssing that yesterday in this channel | 03:05 |
pizzaman | not, as the instructions suggest, a booting Linux kernel | 03:05 |
shenki | you've seen the smae results as the rest of us | 03:05 |
shenki | the insturctions do work for hardware | 03:05 |
shenki | i have it booting on the arty | 03:05 |
pizzaman | sorry just joined 5 minutes ago... I saw the link to the logs will dig there | 03:05 |
pizzaman | oh, so ./sim.py is not supposed to work then :-/ | 03:06 |
shenki | I think it's supposed to work. We need to work out what the bug is and fix it | 03:06 |
shenki | _florent_ said he reguarly tests with it. It wasn't clear if he meant the simulator or on hardware | 03:06 |
pizzaman | gotcha, is there a good way to add/report some missing dependencies for a fresh 18.04 installation? | 03:06 |
shenki | pull reqest? :) | 03:07 |
shenki | i just tried the sim and it works for me | 03:07 |
pizzaman | incoming ;-) | 03:07 |
shenki | what does 'git describe' tell you? | 03:07 |
shenki | (there were some changes pushed yesterday that might have fixed it) | 03:07 |
shenki | ah there are no tags. what is your HEAD? | 03:08 |
shenki | 563ec5ade7c825ca46588e1d791a82ae181f9d73 is what works forme | 03:08 |
*** rohitksingh has joined #litex | 03:18 | |
pizzaman | just swiched to that revision, now I see the LiteX ascii-art all the way 'til Booting Linux ====-- ... and nothing thereafter | 03:36 |
pizzaman | interesting, should switching to that revision not update the LiteX git hash that's printed on startup? I get these: | 03:42 |
pizzaman | Migen git sha1: 57a7311 | 03:42 |
pizzaman | LiteX git sha1: 99ed0877 | 03:42 |
pizzaman | neither correspond to HEAD | 03:42 |
xobs | There, I documented the current state of Foboot: https://doctest.xobs.io/ | 03:51 |
tpb | Title: Welcome to foboot’s documentation! foboot documentation (at doctest.xobs.io) | 03:51 |
xobs | _florent_: This is what I had in mind for the `values` list: https://doctest.xobs.io/version.html#version-model | 03:54 |
tpb | Title: VERSION_MAJOR foboot documentation (at doctest.xobs.io) | 03:54 |
shenki | pizzaman: no, the repo only contains the binaires you run and then soc_linux.py, which glues to together migen/litex bits and pieces | 04:03 |
pizzaman | I see, so the reported hash is the revision the binary was built from | 04:08 |
shenki | those hashes are the litex and migen repos that you downloaded at some point | 04:11 |
pizzaman | gotcha litex_setup.py pulled those in | 04:13 |
shenki | +1 | 04:14 |
*** freemint has quit IRC | 04:19 | |
*** rohitksingh has quit IRC | 04:39 | |
*** rohitksingh has joined #litex | 04:40 | |
*** _whitelogger has quit IRC | 04:57 | |
*** _whitelogger has joined #litex | 05:00 | |
*** forksand has quit IRC | 05:06 | |
*** forksand has joined #litex | 05:21 | |
*** forksand has quit IRC | 05:38 | |
*** forksand has joined #litex | 05:52 | |
*** CarlFK has quit IRC | 06:18 | |
*** rohitksingh has quit IRC | 08:10 | |
futarisIRCcloud | https://twitter.com/ktemkin/status/1174461384286826496?s=09 | 09:47 |
xobs | Thanks for the merge, florent. The only thing I need to do now is figure out how to grab the EventSources from a SharedIRQ and I should be able to generate documentation for interrupts automatically. | 09:53 |
xobs | I'm not sure whether to have it save the contents of [*event_sources] or to look through a module comparing Signals. I might need to have a look at it tomorrow. | 09:55 |
xobs | I think I might need to save the managers... | 09:56 |
*** freemint has joined #litex | 12:51 | |
*** CarlFK has joined #litex | 12:56 | |
guan | daveshah: thanks for your help, i rebuilt at 115200 and it's now uploading buildroot/Image very slowly, fingers crossed | 12:57 |
guan | no dice, been stopped like this for 5 or 10 minutes https://pastebin.com/znWWKyZj | 13:14 |
_florent_ | guan: i regenerated the bistream this morning and can do a test if you want, you are using nexys4ddr right? | 13:17 |
guan | _florent_: versa_ecp5 | 13:17 |
_florent_ | ok | 13:18 |
*** CarlFK has quit IRC | 13:37 | |
*** pizzaman has quit IRC | 13:54 | |
*** pizzaman has joined #litex | 13:55 | |
*** pizzaman has quit IRC | 14:03 | |
*** freemint has quit IRC | 14:10 | |
*** freemint has joined #litex | 14:11 | |
*** pizzaman has joined #litex | 14:53 | |
xobs | Also, florent, thanks to the merge you did earlier, I can now generate EV documentation: https://doctest.xobs.io/timer0.html#timer0-ev-status | 15:22 |
tpb | Title: TIMER0_LOAD3 foboot documentation (at doctest.xobs.io) | 15:22 |
*** CarlFK has joined #litex | 16:14 | |
*** freemint has quit IRC | 17:37 | |
*** freemint has joined #litex | 17:37 | |
*** rohitksingh has joined #litex | 17:39 | |
*** freemint has quit IRC | 18:59 | |
*** freemint has joined #litex | 19:00 | |
*** freemint has quit IRC | 19:01 | |
*** freemint has joined #litex | 19:02 | |
_florent_ | xobs: thanks, nice | 19:15 |
*** rohitksingh has quit IRC | 19:19 | |
*** freemint has quit IRC | 20:05 | |
*** freemint has joined #litex | 20:07 | |
*** rohitksingh has joined #litex | 20:26 | |
*** rohitksingh has quit IRC | 21:10 | |
*** pizzaman1 has joined #litex | 21:13 | |
*** rohitksingh has joined #litex | 21:15 | |
*** pizzaman has quit IRC | 21:16 | |
*** pizzaman1 has quit IRC | 21:19 | |
*** pizzaman has joined #litex | 21:54 | |
*** rohitksingh has quit IRC | 22:35 | |
*** rohitksingh has joined #litex | 22:36 | |
*** rohitksingh has quit IRC | 23:15 | |
*** rohitksingh has joined #litex | 23:41 | |
*** freemint has quit IRC | 23:46 | |
*** rohitksingh has quit IRC | 23:48 | |
*** rohitksingh has joined #litex | 23:51 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!