-
Notifications
You must be signed in to change notification settings - Fork 41
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
GPL compliance: please, provide sources for kernel modules #40
Comments
My best answer to this question:
Unfortunately, this new version does not work yet (even for MilkV) and then it will take Sipeed time to get these advancements available for LicheeRV Nano. |
The driver sources can also be found on the chip vendors git: |
Thank you so much for your response! I will give them a try. For some context, I am looking to synchronize multiple LicheeRV Nano cameras together (as best as I could) to record volumetric videos, and that requires a little more tight control over what happens in the camera path. |
Here is the result of my work: |
I tested it now with gc4653 camera module on LicheeRV Nano W(E). I could not find any rtsp demo/sample that works with gc4653, the samples from the current unmodified image did not work. So I decided to replace pre-built middleware/v2/sample/test_mmf/libmaix_mmf.a with the code found here: There are three places with hardcoded pixel format, I needed to change it to NV21 for gc4653: The updated samples are here: All together here: |
Thank you, @scpcom! I confirm that I can build an image using your repository (https://github.com/scpcom/LicheeRV-Nano-Build/tree/develop) and it boots. Unfortunately, RNDIS is broken recently (last time it worked was around 378a067), and I don't currently have a USB-Serial dongle around. Once I have it, I will try to connect through the serial console and check if everything (modulo RNDIS) is working. Thanks again for working on this! |
Hi LicheeRV Nano team,
thank you for working on supporting this great board!
I am currently trying to get a camera-based solution developed on LicheeRV Nano, and I need to debug kernel modules, in particular, soph_jpeg.ko. Unfortunately, it's only included in the binary form in this repository: https://github.com/sipeed/LicheeRV-Nano-Build/tree/main/osdrv/interdrv/v2/jpeg/phobos_riscv
Can you please provide a link to the sources for this kernel module and the instruction to build it?
Thank you in advance!
The text was updated successfully, but these errors were encountered: