You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From time to time I recommend people to use an image with pre-installed mesa-vpu extension. Though, also more or less reasonable, they don't want to start over just to have this. For now all I can tell is 'this is the source code what the extension does, try to follow its steps' which isn't ideal.
So maybe it is possible to modify it in a way to allow running on a running Armbian image directly on hw.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Sounds like a good possible use case of APA. Who knows about what this extension does in detail? Please ping me so we can implement this in APA together.
Sounds like a good possible use case of APA. Who knows about what this extension does in detail? Please ping me so we can implement this in APA together.
mesa-vpu deals with multi kernel famlies and distros:
For legacy family, it will add two ubuntu ppa: panfork-mesa for gpu panfork driver and rockchip-multimedia for vpu drivers
For vendor family, it will:
enable a devicetree overlay panthor-gpu to enable mainline panthor gpu driver
add ppa kisak for mainline mesa 24.1 if mesa version in ubuntu repo is lower than 24.1
install mesa from bookworm-backports for bookworm
add ppa rockchip-muiltimedia for vpu drivers
If ppa rockchip-multimedia is added, the extension will pin the packages from this ppa.
I've already implemented some of that in armbian-desktop-common package yesterday. I still need to push that. Details will need to be worked out and I hope for some guidance from @amazingfate in that regard. There's also some info in the forum from somebody who did this on a running system.
Activity
github-actions commentedon Feb 28, 2025
Jira ticket: AR-2619
defencedog commentedon Feb 28, 2025
I second the idea ...
igorpecovnik commentedon Feb 28, 2025
I had this in mind too, but there is a mess of tasks in my mind ;)
This fits into armbian-config, under Desktop department. I think 1st step is transferring the issue there and second, implementing it.
I am happy to help you adding this, even that will costs more of my time then just adding it. It is actually not that difficult. Its "just" porting from extension to https://docs.armbian.com/Contribute/Armbian-config/
leggewie commentedon Jun 22, 2025
Sounds like a good possible use case of APA. Who knows about what this extension does in detail? Please ping me so we can implement this in APA together.
EvilOlaf commentedon Jun 22, 2025
I think @amazingfate knows best
amazingfate commentedon Jun 23, 2025
mesa-vpu deals with multi kernel famlies and distros:
For legacy family, it will add two ubuntu ppa: panfork-mesa for gpu panfork driver and rockchip-multimedia for vpu drivers
For vendor family, it will:
If ppa rockchip-multimedia is added, the extension will pin the packages from this ppa.
leggewie commentedon Jun 23, 2025
I've already implemented some of that in armbian-desktop-common package yesterday. I still need to push that. Details will need to be worked out and I hope for some guidance from @amazingfate in that regard. There's also some info in the forum from somebody who did this on a running system.
Moved the ticket to APA
leggewie commentedon Jun 25, 2025
Is it the vast majority of boards or only a small subset that need this extension?
amazingfate commentedon Jun 25, 2025
all boards in rk35xx family can enable this extension.