Search found 8 matches

by zoldaten
2024-11-28 7:56
Forum: Core3566-RK3566
Topic: NPU驱动
Replies: 6
Views: 39389

Re: NPU驱动

ok. i got it working !
https://youtu.be/U_mjQs61TNg
by zoldaten
2024-11-26 15:05
Forum: Core3566-RK3566
Topic: NPU驱动
Replies: 6
Views: 39389

Re: NPU驱动

hi!
i started with this image and observe in cmd npu:
dmesg | grep -i rknpu

do it mean that npu failed to start ? if so what is wrong?
by zoldaten
2024-11-07 7:31
Forum: Core3566-RK3566
Topic: upgrade from ubuntu 20.04 to ubuntu 24.04
Replies: 3
Views: 31413

Re: upgrade from ubuntu 20.04 to ubuntu 24.04



i have successfully upgraded to ubuntu 24.04.1 and installed llama.cpp !


Can you share the process to upgrade to 24.04? Is there a build environment for it or just started with 20.04 and went from there?


just started with 20.04 and went from there - this way.

1. have to fix date each time ...
by zoldaten
2024-10-30 13:35
Forum: Core3566-RK3566
Topic: libcamera-apps built but no cameras
Replies: 0
Views: 26342

libcamera-apps built but no cameras

i have built libcamera-apps but unfortunately no cameras to work with (

1. build libcamera - https://github.com/raspberrypi/libcamera
2. build libcamera-apps -
git clone https://github.com/raspberrypi/libcamera-apps.git
meson setup build
*fix libcamera_app.cpp:
nano ~/libcamera-apps/core ...
by zoldaten
2024-10-30 9:31
Forum: Core3566-RK3566
Topic: upgrade from ubuntu 20.04 to ubuntu 24.04
Replies: 3
Views: 31413

upgrade from ubuntu 20.04 to ubuntu 24.04

i have successfully upgraded to ubuntu 24.04.1 and installed llama.cpp !
https://youtu.be/SgfUqp6_Yoc
but camera csi still doesnt work even with gstreamer (
by zoldaten
2024-10-25 10:06
Forum: Core3566-RK3566
Topic: upgrade form debian buster to debian bullseye
Replies: 1
Views: 22821

Re: upgrade form debian buster to debian bullseye

i finally did it.
upgraded to bullseye!

i have to change /var/lib/dpkg/info/util-linux.postinst
*https://askubuntu.com/questions/1208030/dpkg-configure-of-util-linux-never-end-no-errors/1531106#1531106
sudo apt -f install util-linux
sudo apt --fix-broken install

sudo nano apt.postinstall - put ...
by zoldaten
2024-10-23 15:23
Forum: Core3566-RK3566
Topic: upgrade form debian buster to debian bullseye
Replies: 1
Views: 22821

upgrade form debian buster to debian bullseye

i have upgraded to bullseye:
linaro@linaro-alip:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG ...
by zoldaten
2024-10-23 15:12
Forum: Core3566-RK3566
Topic: ov5647 csi camera not working
Replies: 0
Views: 31030

ov5647 csi camera not working

i`m on debian 10 trying to start camera with following guide - https://wiki.luckfox.com/Core3566/Core3566-pinout/6.%20CSI%20Camera
but no success (
linaro@linaro-alip:~$ sudo gst-launch-1.0 v4l2src num-buffers=1 device=/dev/video0 ! jpegenc ! filesink location=picture.jpg
Setting pipeline to PAUSED ...