-
Notifications
You must be signed in to change notification settings - Fork 63
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
Raspberry Pi 4 and VideoCore VI #75
Comments
You can't find any specs because they aren't released (yet, hopefully). The VC6 isn't that much faster; it has a higher clock rate and more efficient design, so that there are less instructions stalls in the pipeline. However, the number of QPU's has been brought down to 8 from 12. This results in a significant but slight performance increase:
|
@wimrijnders You're right, I mistakenly thought there was a huge performance advantage. It's a shame though that they're not releasing the specs. |
Seems like it's figured out here: https://github.com/Idein/py-videocore6. Any plan to support Pi4? |
That's the very repo I'm investigating for VideoCore 6 functionality.
I'm looking into it.
…On 5/19/20, Gavin Li ***@***.***> wrote:
Seems like it's figured out here: https://github.com/Idein/py-videocore6.
Any plan to support Pi4?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#75 (comment)
--
Met vriendelijke groet,
Wim Rijnders
http://axizo.nl
|
@wimrijnders you making any progress? you think this may work? |
Maybe share some of your preliminary findings so that we can see if we can help? |
Nothing worth publishing, I'm afread. The issue is that there is no documentation at all to be found about using VC6. The other thing I tried is looking at similar projects in other languages (notably python, the project link is above) and destill the relevant stuff from there. That went well up to a certain extent. TBH it's an ordeal. If you know of a better approach, please tell. |
On 09/07/2020 14:53, wimrijnders wrote:
Nothing worth publishing, I'm afread.
The issue is that there is no documentation at all to be found about
using VC6.
So, I downloaded the relevant driver code in the linux kernel (more
specifically: the entire kernel and culling it), and I'm trying to get
the relevant funtionality working from there.
The other thing I tried is looking at similar projects in other
languages (notably python) and destill the relevant stuff from there.
That went well up to a certain extent.
TBH it's an ordeal. If you know of a better approach, please tell.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#75 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJUUC24JPNQMA6DRGG2RHLR2XDWJANCNFSM4JNKAYUQ>.
Would contacting the device drivers code authors be of help?
Tom
|
Not really. All they have to say about using vc4 and vc6 is in the code.
…On Fri, Jul 10, 2020 at 5:30 PM madtom1999 ***@***.***> wrote:
On 09/07/2020 14:53, wimrijnders wrote:
>
> Nothing worth publishing, I'm afread.
>
> The issue is that there is no documentation at all to be found about
> using VC6.
> So, I downloaded the relevant driver code in the linux kernel (more
> specifically: the entire kernel and culling it), and I'm trying to get
> the relevant funtionality working from there.
>
> The other thing I tried is looking at similar projects in other
> languages (notably python) and destill the relevant stuff from there.
> That went well up to a certain extent.
>
> TBH it's an ordeal. If you know of a better approach, please tell.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#75 (comment)>, or
> unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABJUUC24JPNQMA6DRGG2RHLR2XDWJANCNFSM4JNKAYUQ
>.
>
Would contacting the device drivers code authors be of help?
Tom
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF3YDO2RH3R63TV344CTADR24XYJANCNFSM4JNKAYUQ>
.
|
Also noting that you can overclock the GPU cores to 750 MHz (using |
@geerlingguy Hey, interesting! So I add that line to |
@wimrijnders - Yes, though I would also recommend either a good heatsink or any kind of fan to move air over the SoC after the overclock, as it will make it a little warmer and could lead to throttling if it hits 85°C. |
Hi @wimrijnders, sorry for ask again. But do you have any news about PI4 support? Thank you in advanced for all the great job on QPULib! |
@wimrijnders there are no words to say how it is amazing! Looking forward to check it there! Cloning V3Dlib in 3... 2... 1... |
Is it supported?
I couldn't find that detailed of specs on the VideoCore VI but it seems like it's suppose to be a lot faster.
The text was updated successfully, but these errors were encountered: