-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
[Bug] OPI3B Low Ulimit after switched to testing vendor kernel #7301
Comments
We do own kernel builds with a soft-fork of the Armbian build system. In case of Orange Pi 3B, it is the edge branch, hence mainline kernel, not Orange Pi vendor kernel. I guess the NPU requires particular drivers, which are not implemented into mainline Linux (yet)? We could provide vendor kernel builds, but I would prefer to see a way to have the needed drivers in mainline Linux. Maybe you have some more information/background, as you actually aim to make use of the NPU? |
Yes, I am currently working on getting Immich's ML running on the RKNPU. (I am still figuring out how to resolve issues with For testing, I need to swap to another SD card with Armbian installed. It's a bit inconvenient, it’s manageable for now. |
Ah, with Armbian it works? With the Linux v6.1 image, not the v6.6 image, right? |
6.1.75-vendor-rk35xx
Yes.
MichaIng ***@***.***> 於 2024年12月6日 週五 下午9:02寫道:
… Ah, with Armbian it works? With the Linux v6.1 image, not the v6.6 image,
right?
—
Reply to this email directly, view it on GitHub
<#7301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASF5CKG5CMFCJXDTBXDM6RD2EGN5NAVCNFSM6AAAAABS5R7ENWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRTGIYDONRZGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Please test this: cd /tmp
wget https://dietpi.com/downloads/binaries/linux-{image,dtb}-vendor-rk35xx.deb
dpkg -i linux-{image,dtb}-vendor-rk35xx.deb
reboot |
It boots! |
Sure it boots 😄. Or you mean the NPU works with it? |
Yep 😅
MichaIng ***@***.***> 於 2024年12月6日 週五 下午9:45 寫道:
… Sure it boots 😄. Or you mean the NPU works with it?
—
Reply to this email directly, view it on GitHub
<#7301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASF5CKFKERQ7U5NNHXN3EXL2EGS6RAVCNFSM6AAAAABS5R7ENWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRTGI4DONZWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Okay great. I'll add the vendor kernel to the APT repo component for the Orange Pi 3B, so it can then be easier installed and kept updated. |
I just noticed a issue with ulimit while trying to create a mc server
Might be this:Joshua-Riek/ubuntu-rockchip#919 |
Before we add patches, can you test the latest build of this kernel? cd /tmp
wget https://dietpi.com/downloads/binaries/testing/linux-{image,dtb}-vendor-rk35xx.deb
dpkg -i linux-{image,dtb}-vendor-rk35xx.deb
reboot |
The NPU works, what would you also want to test? |
The RKMPP also works btw. |
Is the ulimit correct with that one? |
No
|
Okay, I'll create a build with these two patches: |
Creating a feature request
Is your feature request related to a problem? Please describe:
No
Describe the solution you'd like:
Add NPU support for 3B
Describe alternatives you've considered:
Use the official image from OrangePi or the image from Armbian
Also, is that possible? It looks like we are on the mainline instead of the Rockchip one.
The text was updated successfully, but these errors were encountered: