*** tpb has joined #timvideos | 00:00 | |
*** sb0 has quit IRC | 00:02 | |
*** thetest has quit IRC | 00:10 | |
*** sb0 has joined #timvideos | 00:16 | |
xfxf | mithro, _florent_: i'm curious what is needed to get milkymist ported over to the opsis w/ the milkymist TOFE card? | 01:46 |
---|---|---|
xfxf | i was talking to a couple of VJ's on the weekend about it, they're v interested | 01:46 |
xfxf | and i'm interested too :) (used to VJ about a decade ago) | 01:46 |
mithro | xfxf: the amount of work needed is unclear. It should be as simple as taking the old Milkymist code (the stuff before MiSoC) adding support for DDR3 ram and then setting up the correct pin mapping file. | 02:04 |
mithro | The DDR3 part could be very hard, or it could be easy. | 02:04 |
mithro | The correct ping mapping bit should be pretty easy | 02:05 |
mithro | There might be other roadblocks that I don't know about too. | 02:05 |
xfxf | i assume this stuff takes lower priority than hdmi2usb firmware hacking? | 02:17 |
xfxf | my strong suspicion is once that's ready, a whole bunch of new opsis users will appear | 02:18 |
mithro | It is kind of parallel to HDMI2USB hacking. | 02:38 |
mithro | xfxf: The other option is to get the Milkymist software running on top of MiSoC, that is more closely related to doing stuff useful to the HDMI2USB | 02:39 |
mithro | And a more useful long term thing to do, but a lot more work I think. | 02:40 |
xfxf | i was under the impression that misoc/migen came from milkymist | 02:48 |
xfxf | evidently not? | 02:48 |
mithro | MiSoC/migen was developed by the same people who did the Milkymist for their second device, the mixxeo. | 02:50 |
mithro | I think of it as a complete rewrite type scenario | 02:52 |
mithro | For that reason there is a bunch of stuff missing from MiSoC that was in their original firmware for the Milkymist One. | 02:53 |
mithro | M-labs then pivoted to do physic experiment stuff (using MiSoC) and the mixxeo was never finished. | 02:54 |
CarlFK | mithro: https://github.com/timvideos/HDMI2USB-firmware-prebuilt/releases/new I can type in v1.0.0 and tag the current version so that we have a handle on "this is what we used for LCA, it worked pretty good" | 03:16 |
tpb | Title: Sign in to GitHub ยท GitHub (at github.com) | 03:16 |
CarlFK | which seems like a better way of managing what versions should be used for what (important events vs testing in my living room) | 03:18 |
*** sb0 has quit IRC | 03:28 | |
mithro | xfxf: Most of the work around that stuff is figuring out what needs to be done :) | 03:40 |
xfxf | mithro: right, so are we porting milkymist, or mixxeo? | 03:41 |
xfxf | i'm asking as some of the VJ's I spoke to have a FPGA background | 03:42 |
xfxf | so i am trying to coax them towards the project | 03:42 |
mithro | The stuff you think of as "milkymist" is the code that original ran on the Milkymist One - it can be found at https://github.com/m-labs/milkymist | 03:43 |
tpb | Title: GitHub - m-labs/milkymist: SoC design for Milkymist One - LM32, DDR SDRAM, 2D TMU, PFPU (at github.com) | 03:43 |
mithro | xfxf: Improving that code is a long term dead end, but a short term way to get something useful quickly | 03:44 |
*** rohitksingh_work has joined #timvideos | 04:13 | |
*** springermac has quit IRC | 04:19 | |
*** sb0 has joined #timvideos | 04:23 | |
mithro | xfxf: Here is a summary of the information above - https://docs.google.com/document/d/1YyhCqTaUrI_vQjNGHJ34TsJCoDwpMzd2XcavAEllrUg/edit# | 04:28 |
tpb | Title: Milkymist One and Numato Opsis DJ Information - Google Docs (at docs.google.com) | 04:28 |
*** springermac has joined #timvideos | 04:29 | |
*** Bertl_zZ has quit IRC | 04:51 | |
*** Bertl_zZ has joined #timvideos | 04:51 | |
xfxf | ta | 05:00 |
xfxf | ta for documenting, will help | 05:00 |
mithro | xfxf: Partly for GSoC | 05:02 |
CarlFK | mithro: can we have a gsoc meeting soon? | 05:05 |
mithro | CarlFK: what did you want to get out of that GSoC meeting again? | 05:08 |
CarlFK | mithro: ideas for students, and scope what we should and shouldn't be considering | 05:10 |
mithro | CarlFK: That is what the document at https://docs.google.com/document/d/1SQgk6YQ1OOLJr3UUv69BEfgyHWQQOZjNuGk4rXjH6QA/edit# is suppose to be capturing | 05:23 |
tpb | Title: Google Docs - create and edit documents online, for free. (at docs.google.com) | 05:23 |
*** springermac has quit IRC | 05:30 | |
*** springermac has joined #timvideos | 05:36 | |
CarlFK | mithro: I just read over it. I don't have either ideas or scope. | 05:43 |
mithro | CarlFK: ? | 05:44 |
CarlFK | and 11:42pm, I need to get food. bb in 20 min | 05:44 |
_florent_ | xfxf, mithro: to port milkymist to the opsis, I think the easiest way is to generate a verilog core for the DDR3 controller from what we are using actually with MiSoC and just provide similar interfaces than the ones used in milkymist | 05:59 |
_florent_ | same for ethernet if we need it | 06:00 |
_florent_ | but after that, we should be able to reuse all the others parts | 06:00 |
mithro | _florent_: I'm thinking it makes more sense to go in the other direction, wrap the TMU and PFPU so they can be used in MiSoC and then port RTEMS to run on the MiSoC stuff | 06:22 |
mithro | _florent_: That would produce something more longer term viable I think? | 06:24 |
*** tija has joined #timvideos | 06:35 | |
*** GChriss has quit IRC | 07:42 | |
_florent_ | mithro: yes that's also a solution | 07:42 |
*** rohitksingh_work has quit IRC | 07:54 | |
*** se6astian|away is now known as se6astian | 07:57 | |
*** amod95 has joined #timvideos | 07:57 | |
*** sb0 has quit IRC | 08:00 | |
*** rohitksingh_work has joined #timvideos | 08:01 | |
*** sb0 has joined #timvideos | 08:05 | |
*** Bertl_zZ is now known as Bertl | 08:41 | |
*** sb0 has quit IRC | 10:03 | |
*** sb0 has joined #timvideos | 10:07 | |
*** tija has quit IRC | 10:18 | |
*** miselin has quit IRC | 11:06 | |
*** miselin has joined #timvideos | 11:11 | |
*** miselin has joined #timvideos | 11:11 | |
*** sb0 has quit IRC | 11:33 | |
*** sb0 has joined #timvideos | 11:46 | |
*** CarlFK has quit IRC | 12:27 | |
*** miselin has quit IRC | 12:27 | |
*** amod95 has quit IRC | 12:28 | |
*** miselin has joined #timvideos | 12:32 | |
*** Bertl is now known as Bertl_oO | 12:50 | |
*** rohitksingh_work has quit IRC | 13:19 | |
*** CarlFK has joined #timvideos | 13:28 | |
*** ChanServ sets mode: +v CarlFK | 13:28 | |
*** rohitksingh has joined #timvideos | 15:33 | |
*** sb0 has quit IRC | 16:01 | |
*** se6astian is now known as se6astian|away | 16:11 | |
*** fumblehool has joined #timvideos | 16:40 | |
*** GChriss has joined #timvideos | 16:58 | |
*** abit has quit IRC | 16:59 | |
*** rohitksingh has quit IRC | 17:34 | |
*** ssk1328 has joined #timvideos | 17:49 | |
*** amod95 has joined #timvideos | 18:10 | |
*** ssk1328 has quit IRC | 18:53 | |
*** fumblehool has quit IRC | 19:47 | |
*** amod95 has quit IRC | 20:58 | |
CarlFK | https://wordpress.org/plugins/vipers-video-quicktags/ wordpress?!!! :p | 22:25 |
tpb | Title: Vipers Video Quicktags WordPress Plugins (at wordpress.org) | 22:25 |
*** GChriss has quit IRC | 23:00 | |
*** GChriss has joined #timvideos | 23:08 | |
*** CarlFK has quit IRC | 23:17 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!