All Activity
This stream auto-updates
- Past hour
-
igfuti joined the community
- Last week
-
sputnik3 joined the community
-
cocolangot joined the community
-
bj9421 joined the community
-
zxv10208@zbock.com joined the community
-
priya singh joined the community
-
can imx219 8MB be used on Tinkerboard or Tinkerboard S
tooz replied to captain kirk's topic in Hardware
hello @captain kirk, also please use sudo tinker-config- 2 replies
-
- imx219
- tinkerboard
-
(and 3 more)
Tagged with:
-
baotrihethongpccc1 joined the community
- Earlier
-
baoduonghethongpccc joined the community
-
Ming-Ta Yu started following how to reset i2cbus in software and can imx219 8MB be used on Tinkerboard or Tinkerboard S
-
can imx219 8MB be used on Tinkerboard or Tinkerboard S
tooz replied to captain kirk's topic in Hardware
hello @captain kirk, imx219 is supported on tinker board r2.0, i don't think you need to add an overlay, but if you must, try modify the last line: overlay=CSI0-IMX219 save and then reboot to test and see if the camera works: gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=NV12,width=640,height=480 ! videoconvert ! autovideosink reference: Tinker Board (asus.com)- 2 replies
-
- imx219
- tinkerboard
-
(and 3 more)
Tagged with:
-
Hello Has any one used IMX219 8MP camera with Tinkerboard or Tinkerboard S hardware? Please kindly provide me information about how to connect and use imx219 8MB camera., In my /boot/config.txt i haven't seen any info about how to set/activate camera on the device. There is a section for loading device tree overlays (I assume these are kind of device drivers) but could"n find any information on the internet, Even I do not know how to activate them there are "camera-ov5647-overlay.dts" and "camera-ov5647-overlay.dtbo" files In the /boot/overlays folder . There is no file for `imx219`, so does that mean tinkerboard and tinkerboard s do not support imx219 cameras at all? here is my boot config.txt: ##### Hardware Interface Config ##### ## Note: fiq_debugger and uart3 use the same pin. Set fiq_debugger first while both on. ## ## Note: uart4 and spi0 are the same pins. Set the latter one while both on. ## ## Note: uart2 is the same pins to pwm2 and pwm3. Set the latter one while both on. ## intf:fiq_debugger=on #intf:i2c1=off #intf:i2c4=off #intf:spi0=off #intf:spi2=off #intf:pwm2=off #intf:pwm3=off intf:pcm_i2s=on #intf:uart1=off #intf:uart2=off #intf:uart3=off #intf:uart4=off ##### Driver Config ##### ## Note: auto_ums: Auto enable ums mode while power on with USB connected. ## conf:auto_ums=on ##### Tinker Power Management ##### cpu_governor=ondemand a17_minfreq=126000 a17_maxfreq=1800000 gpu_governor=simple_ondemand t76x_minfreq=200000000 t76x_maxfreq=600000000 ##### List of device tree overlays to load. Format: overlay=<dtbo name, no extension> <dtbo2> ... ##### ## Note: Put dtbo files under the overlays folder. ## overlay= Any help is really appreciated
- 2 replies
-
- imx219
- tinkerboard
-
(and 3 more)
Tagged with:
-
hello @Ethan_Lin, 1. from what you've described i'd suggest to check the devices (the dac, adc) 2. please collect the logs when the issue occurs, you can use adb with the command: adb shell su -c dmesg > dmesg.log
-
captain kirk joined the community
-
thanks for reply tooz I have connected ADC and DAC. Initially, they functioned properly, but after frequent input and output data operations, I noticed that the returned data became incorrect.
-
hello @Ethan_Lin, what's the os/ version and i2c bus you're using? did you connect it to other peripherals?
-
Devices :Tinker board 2s Sometimes, devices will block the I2C bus, but I want to resolve this issue through software without the need for a reboot or power cycling. I have some ideas, such as altering GPIO status, but this method has proven unsuccessful. I hope someone can provide a viable solution.
-
baotrihethongpccc2 joined the community
-
hello @gavin67890, for csi cameras, the coral camera is the only camera module supported on tinker edge t thus far: https://tinker-board.asus.com/download/Tinker_Edge_T_Device_QVL.pdf though there's no qvl for the uvc cameras, we use logictec c930e for testing
-
Coral Dev Board Camera? But I am struggling to locate any suppliers with stock, maybe heading towards EoL. I keep coming across this document quite a lot, but I can't see how it could be correct. Both the "Raspberry Pi CM1 Adaptors Adapter" and the Pi NoIR Camera V2 have different ribbon cable pins. Ideally, as you state, this document would be a good place to identify compatible cameras. "... for Coral Dev Board" and "... for Tinker Edge T" not in same place as Raspberry Pi or Jetson Nano. Perhaps UVC would be a solution to the camera above. This from Arducam looks encouraging. I'm going to try a UVC cam with my Coral Dev Board. This is maybe too adventurous/exotic.
-
hello @wahaha, sorry for the delay -- the sources of debian 11 for tinker board 2s have been uploaded repo init -u https://github.com/TinkerBoard-Linux/rockchip-linux-manifest.git -b linux5.10-rk3399-debian11 repo sync
-
wahaha started following wlp1s0 not found
-
Yea I think it'll work. I copied the modules over. Will enable it and try. But I believe it'll work. Thanks! Also, can I please trouble you to help upload the kernel resources for 5.10 to git so that I can customize my kernel and the modules?
-
hello @wahaha, looks like the driver isn't initialised, please try: sudo modprobe 8822ce uname -a
-
hi @tooz jakew@tk0:~$ lspci 00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3399 PCI Express Root Port 01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter jakew@tk0:~$ sudo lsmod Module Size Used by jakew@tk0:~$ jakew@tk0:~$ ifconfig -a eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.50.146 netmask 255.255.255.0 broadcast 192.168.50.255 inet6 fe80::7e10:c9ff:feed:f504 prefixlen 64 scopeid 0x20<link> ether 7c:10:c9:ed:f5:04 txqueuelen 1000 (Ethernet) RX packets 416 bytes 37385 (37.3 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 386 bytes 228443 (228.4 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 35 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 84 bytes 6308 (6.3 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 84 bytes 6308 (6.3 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 jakew@tk0:~$ lspci 00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3399 PCI Express Root Port 01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter jakew@tk0:~$ sudo lsmod Module Size Used by jakew@tk0:~$ seems like might be a driver issue? since lscpi is showing hardware results. Note: I used debian 11 v3.0.6 --> but I used debootstrap to install a variant of ubuntu instead. which probably didn't install the driver (i think?)
-
hello @wahaha, not sure if it's a hardware or driver issue, to get a little further: 1. what is the image version you're using? is it debian 11 v.3.0.6? 2. what are the results when you execute the commands: ifconfig -a sudo lspci sudo lsmod
-
I reinstalled debian onto the tinkeboard 2s, and added the below to /etc/network/interfaces # Add the following (for ethernet): auto lo eth0 allow-hotplug eth0 iface lo inet loopback iface eth0 inet dhcp However, when I did: ifconfig It produced the below result: eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.50.146 netmask 255.255.255.0 broadcast 192.168.50.255 inet6 fe80::7e10:c9ff:feed:f504 prefixlen 64 scopeid 0x20<link> ether 7c:10:c9:ed:f5:04 txqueuelen 1000 (Ethernet) RX packets 1536 bytes 159578 (159.5 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 908 bytes 199763 (199.7 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 35 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 90 bytes 6869 (6.8 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 90 bytes 6869 (6.8 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 As you can see, wlan / wlp1s0 is not found in there. As such, I am unable to connect via wifi / bluetooth. Is there a driver / kernel / firmware that I can use to update the drivers so that the wifi and bluetooth modules are detectable?
-
I reinstalled debian onto the tinkeboard 2s, and added the below to /etc/network/interfaces # Add the following (for ethernet): auto lo eth0 allow-hotplug eth0 iface lo inet loopback iface eth0 inet dhcp However, when I did: ifconfig It produced the below result: eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.50.146 netmask 255.255.255.0 broadcast 192.168.50.255 inet6 fe80::7e10:c9ff:feed:f504 prefixlen 64 scopeid 0x20<link> ether 7c:10:c9:ed:f5:04 txqueuelen 1000 (Ethernet) RX packets 1536 bytes 159578 (159.5 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 908 bytes 199763 (199.7 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 35 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 90 bytes 6869 (6.8 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 90 bytes 6869 (6.8 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 As you can see, wlan / wlp1s0 is not found in there. As such, I am unable to connect via wifi / bluetooth. Is there a driver / kernel / firmware that I can use to update the drivers so that the wifi and bluetooth modules are detectable?
-
Didjya7 changed their profile photo
-
hi @tooz, Sorry - I hate to be the guy that keeps chasing people 😅.. But just wanted to check if we have an update for this please?
-
a little late, but not sure if this is gonna help you: https://github.com/wahahawasabi/TinkerBoard2s. It's a guide on how to crosscompile with Ubuntu build
-
hello @aki, the @800000000Hz here means the gpu frequency is set to 800mhz, 0 means the gpu usage = 0 is the gpu governor set to performance? and please use these commands to check gpu when you're running applications that might be using gpu to accelerate -- for exmaple, you can use the commands while running glmark2-es2 and the gpu usage should not be 0. if the apis you are using support gpu accelerating then it (gpu usage = 0) should not be the case
-
Hello @tooz, I tried the commands you suggested to check the GPU loading and usage on my Tinker Board 2/2S. The results are as follows: linaro@linaro-alip:~$ cat /sys/devices/platform/ff9a0000.gpu/utilisation 0 linaro@linaro-alip:~$ cat /sys/devices/platform/ff9a0000.gpu/devfreq/ff9a0000.gpu/load 0@800000000Hz Could you provide further guidance on what these results indicate regarding the Rockchip driver issue and any additional steps I might need to take to resolve it? Thank you for your help!!
-
hello @aki, the embedded gpu uses GLES instead of GL please use the commands below to check the gpu loading/ usage instead of glxinfo: cat /sys/devices/platform/ff9a0000.gpu/utilisation cat /sys/devices/platform/ff9a0000.gpu/devfreq/ff9a0000.gpu/load