Open X3msnake opened 5 years ago
Hi, I'm also interested in migrate this project to cyclone 10 FPGA. the board is an MKR vidor 4000 from arduino with just 2 data lines insted of 4 in this project. I'm looking at the code and is all hdl without xilinx IP.I'lll try to compile it but not sure about the 2-4 lines difference. you manage to do something?.
thanks!
the lines are important for the screen you choose. no luck on my side but i have little knowlage of FPGA
yes I know and looking at the code there is some changes to do to adapt the 4 to 2 lines system but still not sure if I'm missing anything else.
also there ir 2 IP from xilinx (a ROM and a FIFO) than has to be implemented with intel IP.
from what i have seen from other designs with altera they usually need a toshiba rgb2mipi converter since altera fpgas dont have mipi capability unlike xilinx
No dia quinta-feira, 7 de maio de 2020, eljuligallego < notifications@github.com> escreveu:
yes I know and looking at the code there is some changes to do to adapt the 4 to 2 lines system but still not sure if I'm missing anything else.
also there ir 2 IP from xilinx (a ROM and a FIFO) than has to be implemented with intel IP.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daveshah1/DSITx/issues/1#issuecomment-625118665, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUR56TWSZ5J3QTQEHB3JXTRQJYOHANCNFSM4GLJM7NQ .
-- Com os melhores cumprimentos, Vinicius Silva
what do you mean for "toshiba rgb2mipi"?
eljuligallego notifications@github.com escreveu no dia quinta, 7/05/2020 à(s) 16:38:
what do you mean for "toshiba rgb2mipi"?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daveshah1/DSITx/issues/1#issuecomment-625331216, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUR56SQXJUFR7QGA43AC4TRQLIX3ANCNFSM4GLJM7NQ .
-- Com os melhores cumprimentos, Vinicius Silva
Vinicius Silva x3msnake@gmail.com escreveu no dia quinta, 7/05/2020 à(s) 19:00:
eljuligallego notifications@github.com escreveu no dia quinta, 7/05/2020 à(s) 16:38:
what do you mean for "toshiba rgb2mipi"?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daveshah1/DSITx/issues/1#issuecomment-625331216, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUR56SQXJUFR7QGA43AC4TRQLIX3ANCNFSM4GLJM7NQ .
-- Com os melhores cumprimentos, Vinicius Silva
-- Com os melhores cumprimentos, Vinicius Silva
Xilinx has integrated mipi decoding
https://www.xilinx.com/support/documentation/ip_documentation/mipi_dphy/v4_2/pg202-mipi-dphy.pdf
Vinicius Silva x3msnake@gmail.com escreveu no dia quinta, 7/05/2020 à(s) 19:01:
Vinicius Silva x3msnake@gmail.com escreveu no dia quinta, 7/05/2020 à(s) 19:00:
eljuligallego notifications@github.com escreveu no dia quinta, 7/05/2020 à(s) 16:38:
what do you mean for "toshiba rgb2mipi"?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daveshah1/DSITx/issues/1#issuecomment-625331216, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUR56SQXJUFR7QGA43AC4TRQLIX3ANCNFSM4GLJM7NQ .
-- Com os melhores cumprimentos, Vinicius Silva
-- Com os melhores cumprimentos, Vinicius Silva
-- Com os melhores cumprimentos, Vinicius Silva
that's not not true at least in modern devices like cyclone 10 they can implement MIPI interfaces in the FPGA.
take a look at MKR vidor 4000 from arduino for example.
ok if you say so i have no reason not to believe you.
just sharing what i know about old models like cyclone2
No dia quinta-feira, 7 de maio de 2020, eljuligallego < notifications@github.com> escreveu:
that's not not true at least in modern devices like cyclone 10 they can implement MIPI interfaces in the FPGA.
take a look at MKR vidor 4000 from arduino for example.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daveshah1/DSITx/issues/1#issuecomment-625419511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUR56XKRZ6TZKXYXGLV4J3RQL32DANCNFSM4GLJM7NQ .
-- Com os melhores cumprimentos, Vinicius Silva
I have been looking for a solution to reuse the old mobile phones screens on hackerspaces and makerspaces, and the cheapest board out there is a cyclon II
Do you think it is doable to port your code to these boards, what issues did you have to amke this work on the xilinx and why did you chose the xilinx in the first place.
Best regards