-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HDMI2USB] Get Milkymist "Video DJing" functionality on the Numato Opsis board #33
Comments
I am more of an collaborator/artist enabler and am an EXTREMELY poor C coder (I am dyslexic and have struggled for long years to attempt be a programmer)... how ever I am a long time systems architect and admin for film and video production... I am working on an FPGA real time image synth (and have been not very successfully for a while) I acquired the Atlys board in late 2014 but but the project stalled. After seeing this Numato Opsis board and the Milkymist IO board I ordered a set that and I am wanting for a shipping notification. My current plan is to use as the Atlys as a front end switcher/frame-buffer/image preprocessor and the Opsis as the primary processor frame buffer. I am currently getting my dev env chops up by enabling the Atlys board I have until I get the Opsis ... let me know how I can help move this project. |
The capture firmware already runs on both the Opsis and Atlys board, so you can already get started with the HDMI2USB firmware on your Atlys board. Features developed with MiSoC will be portable to the Opsis. Thus, the first step would be to get the development environment set up, you should follow the instructions at https://github.com/timvideos/HDMI2USB-misoc-firmware/tree/master/scripts - once you have that working there are a bunch of simple bugs you could try tackling in our issue tracker at https://github.com/timvideos/HDMI2USB-misoc-firmware Once you have all that going, we can discuss more about how to get the MilkyMist stuff going. I think Option (2) from the Google Doc listed above is probably going to end up being the best solution. |
Tim, When I followed the recipe on the web page it failed to creat the build I will do the jumpering and flashing tomrow I look forward to using it with exiting opensource applications that accept Dyslexics Untie On Sun, Mar 20, 2016 at 6:44 PM, Tim Ansell notifications@github.com
|
Which instructions were you following? The ones I linked (https://github.com/timvideos/HDMI2USB-misoc-firmware/tree/master/scripts)? If so, please do report any issues with the instructions. I'm unsure why you said that you think you will be the last to follow them? The plan is to add the functionality to this repository. |
Tim ... sorry I aid that just because they do not make the board any more -Brad On Sun, Mar 20, 2016 at 10:57 PM, Tim Ansell notifications@github.com
|
We plan to support the Atlys board for at least another year or more. I'm pretty sure it will be worth continuing to support the Atlys board for as long as the Opsis board (which uses the same FPGA) is in use. The Atlys was actually popular enough that after Digilent "discontinued it" they had to do another limited run of them. See https://store.digilentinc.com/atlys-spartan-6-fpga-trainer-board-limited-time-see-nexys-video/
I think we also have roughly 8-10 of these boards in the whole team and they weren't cheap to purchase :). |
Tim, On Mon, Mar 21, 2016 at 12:17 AM, Tim Ansell notifications@github.com
|
We should get the VmodMIB working (there is a bug open at timvideos/HDMI2USB-litex-firmware#31). I believe @enjoy-digital fried his Atlys board however? I'm afraid you can't use all the extra VmodMIB connectors for extra HDMI inputs. The Spartan 6 only has 4 x Phase Lock Loops (PLL) and you need one 1 x PLL per HDMI input. You also need 1 x PLL for driving the memory and CPU. This means there is at most 1 x PLL free for usage with the VmodMIB which means only 1 more input is possible. |
So that makes that a 1 HDMI and many Pmod in... still worth while... right On Mon, Mar 21, 2016 at 7:26 AM, Tim Ansell notifications@github.com
|
Tim, I am having 2 problems ... no matter what I do input 0 is not detected -B On Mon, Mar 21, 2016 at 10:34 AM, Bradley Laboe bradlaboe@gmail.com wrote:
|
Tim sorry I was tired last night... here's where I stand 1.) no matter what monitor I try mode 11 will not work from either output 3.) I could use more test patterns split bars... stair steps.. circles for Dyslexics Untie On Mon, Mar 21, 2016 at 11:18 PM, Bradley Laboe bradlaboe@gmail.com wrote:
|
Regarding 1) and 2) - Are you using an Atlys board or an Opsis board?
|
Get Milkymist "Video DJing" functionality on the Numato Opsis board
Brief explanation
The Milkymist board provided a bunch of cool Video DJing output options (see following pictures), we want the same type of thing working on the Numato Opsis board.
Expected results
The Numato Opsis when combined with a Milkymist Expansion board is able to reproduce all functionality of the original Milkymist device.
Detailed Explanation
Very detailed explanation of the options around implementation can be found in the following Google Doc;
https://docs.google.com/document/d/1YyhCqTaUrI_vQjNGHJ34TsJCoDwpMzd2XcavAEllrUg/edit#
Further reading
Knowledge Prerequisites
Contacts
The text was updated successfully, but these errors were encountered: