Jump to content

serial115200

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. HI guys I'm now connecting the IMX219 camera to tinker board 2s board. accounting to /boot/config.txt info, i modify the overlay line to overlay=CSI0-IMX219, and try to do test。 # # There are two display controller, VOPB and VOPL. # The default state is VOPB connet to HDMI, VOPL to DP/mipi-dsi panel. # If you want to change VOPB to DP, please modify the overlay as following: # overlay=DP_VOPB # If you want to change VOPL to HDMI, please modify the overlay as following: # overlay=HDMI_VOPL # # There are two CSI interface for camera, CSI0 and CSI1. CSI1 can switch to DSI1 for connecting mipi-dsi panel. # The default state is OV5647 connect CSI0, IMX219 connect CSI1. # If you want to change OV5647 connect CSI1, please modify the overlay as following: # overlay=CSI1-OV5647 # If you want to change IMX219 connect CSI0, please modify the overlay as following: # overlay=CSI0-IMX219 # If you want to connect two mipi-dsi panel, you need switch CSI1 to DSI1, please modify the overlay as following: # overlay=panel-asus-DSI1-overlay # overlay=CSI0-IMX219 ffmpeg -f v4l2 -video_size 1280x720 -i /dev/video0 -frames 1 out.jpg linaro@linaro-alip:~$ ls -sl /dev/video* 4 -rw-r--r-- 1 root root 4 Feb 14 2019 /dev/video-dec0 4 -rw-r--r-- 1 root root 4 Feb 14 2019 /dev/video-enc0 0 crw-rw----+ 1 root video 81, 0 Feb 14 2019 /dev/video0 0 crw-rw----+ 1 root video 81, 1 Feb 14 2019 /dev/video1 0 crw-rw----+ 1 root video 81, 2 Feb 14 2019 /dev/video2 0 crw-rw----+ 1 root video 81, 3 Feb 14 2019 /dev/video3 0 crw-rw----+ 1 root video 81, 4 Feb 14 2019 /dev/video4 linaro@linaro-alip:~$ linaro@linaro-alip:~$ ffmpeg -f v4l2 -video_size 1280x720 -i /dev/video0 -frames 1 out.jpg librga:RGA_GET_VERSION:3.02,3.020000 ctx=0x5584964c90,ctx->rgaFd=3 Rga built version:7bf9abf ffmpeg version 4.1.6-1~deb10u1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) configuration: --prefix=/usr --extra-version='1~deb10u1' --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --disable-libaom --disable-libmysofa --disable-libvidstab --enable-libdrm --enable-librga --enable-rkmpp --enable-version3 --disable-libopenh264 --disable-vaapi --disable-vdpau --disable-decoder=h264_v4l2m2m --disable-decoder=vp8_v4l2m2m --disable-decoder=mpeg2_v4l2m2m --disable-decoder=mpeg4_v4l2m2m --disable-muxer='ac3,eac3,mlp,truehd' --disable-encoder='ac3_fixed,ac3,mlp,spdif,truehd' --disable-demuxer='ac3,eac3,mlp,truehd,dts,dtshd' --disable-parser='aac,ac3,mlp' --disable-decoder='ac3,eac3,mlp,dolby_e' --enable-shared --disable-doc libavutil 56. 22.100 / 56. 22.100 libavcodec 58. 35.100 / 58. 35.100 libavformat 58. 20.100 / 58. 20.100 libavdevice 58. 5.100 / 58. 5.100 libavfilter 7. 40.101 / 7. 40.101 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 3.100 / 5. 3.100 libswresample 3. 3.100 / 3. 3.100 libpostproc 55. 3.100 / 55. 3.100 [video4linux2,v4l2 @ 0x5584980e30] Not a video capture device. /dev/video0: No such device finally,i am in trouble,and need some help. I appreciate your kind help in advance.
  2. hi @tooz you mean that i have to build the debian image for resize the partition. I will try to do it. Are there any plans to release debian 11? thanks
  3. Hi @tooz not work. Does balenaEtcher modify the boot when it burns the image? Here is the operation process: sudo dd if=uboot.img of=/dev/mmcblk1p4 status=progress && sync burns the image by balenaEtcher reboot diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 4103342d42..e2d364fbe1 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -91,7 +91,7 @@ "name=loader1,start=32K,size=4000K,uuid=${uuid_gpt_loader1};" \ "name=loader2,start=8MB,size=4MB,uuid=${uuid_gpt_loader2};" \ "name=trust,size=4M,uuid=${uuid_gpt_atf};" \ - "name=boot,size=112M,bootable,uuid=${uuid_gpt_boot};" \ + "name=boot,size=512M,bootable,uuid=${uuid_gpt_boot};" \ "name=rootfs,size=-,uuid="ROOT_UUID root@linaro-alip:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/root 15G 2.7G 11G 20% / devtmpfs 1.9G 8.0K 1.9G 1% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 17M 1.9G 1% /run tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/mmcblk1p7 4.9M 374K 4.3M 8% /boot tmpfs 385M 12K 385M 1% /run/user/1000 tmpfs 385M 0 385M 0% /run/user/0
  4. sorry for my mistake --------------------------------------------- Hi,ALL: I want to update debian’s kernel to 5.10+ for intel ax210 wireless card. According to the article below, I did and failed. https://jensd.be/968/linux/install-a-newer-kernel-in-debian-10-buster-stable root@linaro-alip:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/root 15G 2.7G 11G 20% / devtmpfs 1.9G 8.0K 1.9G 1% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 8.7M 1.9G 1% /run tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/mmcblk1p7 4.9M 374K 4.3M 8% /boot tmpfs 385M 0 385M 0% /run/user/0 tmpfs 385M 12K 385M 1% /run/user/1000 there is not enough space for update kernel in /boot or /dev/mmcblk1p7 I rebuild the boot image with follow patch: diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 4103342d42..63be6cddcc 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -91,7 +91,7 @@ "name=loader1,start=32K,size=4000K,uuid=${uuid_gpt_loader1};" \ "name=loader2,start=8MB,size=4MB,uuid=${uuid_gpt_loader2};" \ "name=trust,size=4M,uuid=${uuid_gpt_atf};" \ - "name=boot,size=112M,bootable,uuid=${uuid_gpt_boot};" \ + "name=boot,size=512M,bootable,uuid=${uuid_gpt_boot};" \ "name=rootfs,size=-,uuid="ROOT_UUID and,I update the boot dd if=uboot.img of=/dev/mmcblk1p1 everything is fine, and size of boot is changed. When the device restarts, everything resumes as before。 I am in trouble
×
×
  • Create New...