
tooz
Tinker Engineer-
Content Count
626 -
Joined
-
Last visited
-
Days Won
42
Content Type
Profiles
Forums
Calendar
Everything posted by tooz
-
hello @RogueFox37, you will need to plug a m.2 wireless networking card to make the wifi work, here i'm using liteon rtl8822ce, and then go to settings: wi-fi and then choose the network you might want to have a look at the qualified vendor list to choose the components that are supported on tinker edge r: https://tinker-board.asus.com/download/Tinker_Edge_R_Device_QVL.pdf
-
hello @wiki11, good to know it works and thank you for the instruction
-
hello @wiki11, this link should work: https://www.asuswebstorage.com/navigate/a/#/s/8C768DB9E19B46FC85A66C56634C40F34
-
hello @Yakiug, it's in the directory /var/logs
-
hello @wiki11, i've updated the boot.img with kernel config CONFIG_IP_MULTIPLE_TABLES enabled: https://www.asuswebstorage.com/navigate/a/#/s/8C768DB9E19B46FC85A66C56634C40F34 can you follow the stepts in my previous post to switch the boot.img and see if the error persists?
-
hello @wiki11, here's a boot.img with wireguard enabled in kernel config: https://www.asuswebstorage.com/navigate/a/#/s/8C768DB9E19B46FC85A66C56634C40F34 please install the linux-headers-5.10.160_5.10.160-1_arm64 for this version (v.3.0.11) to replace the boot.img: lsblk //to check the partitions if you're using sd card image: sudo dd if=boot.img of=/dev/mmcblk1p4 status=progress && sync sudo reboot for emmc: sudo dd if=boot.img of=/dev/mmcblk0p4 status=progress && sync sudo reboot and then execute sudo wg-quick up wg0 if the .conf is set for wg0 then it should be no errors
-
hello @yagiz, you certainly can, there are lots of projects on youtube and github if you search words like 'tensorflow' 'object detection'. this one is using tensorflow on tinker board 2s for object detection: https://blog.cavedu.com/2022/02/17/tinker2s-tflite/
-
hello @wiki11, with debian 11 v.3.0.11 install the linux header: sudo dpkg -i linux-headers-5.10.160_5.10.160-1_arm64.deb sudo reboot now install wireguard and the related packages: sudo apt update sudo apt install -y wireguard-dkms wireguard-tool that's all you need to do to get wireguard working -- no need to sudo modprobe
-
hello @wiki11, if you're to use the linux-header 5.10.160 then you will have to use the debian 11 image v.3.0.11 instead of v.3.0.6
-
hello @wiki11, if you're using debian 11 v.3.0.6 os, please install linux-headers-5.10.110_5.10.110-2_arm64.deb: sudo dpkg -i linux-headers-5.10.110_5.10.110-2_arm64.deb sudo apt install -y wireguard-dkms wireguard-tools you should be able to use wireguard after the package/ header installation and modprobe wireguard is not required
-
hello @wiki11, when you apt install wireguard wireguard-dkms was there any dependency errors?
-
hello @JFB, we've tested lte modules with both hat + mpcie interface & usb dongle +m.2 interface and confirm they both work. however please notice that not all lte modules are supported, here are the modules enabled on tinker board 2s for your reference: Vendor Product VID:PID Firmware Quectel EG25-G 2C7C:0125 EG25GGBR07A08M2G_01.003.01.003 EG21-G 2C7C:0121 EG21GGBR07A11M1G_01.002.01.002 EC25-AU 2C7C:0125 EC25AUFAR06A01M4G EC25-E 2C7C:0125 EC25EFAR06A08M4G_01.007.01.007 EC25-J 2C7C:0125 EC25JFAR06A05M4G_01.008.01.008 EC25-AF 2C7C:0125 EC25AFFDR07A10M4G_01.004.01.004 BG96 2C7C:0296 BG96MAR04A04M1G_01.005.01.005 EM06-E 2C7C:0306 EM06ELAR03A08M4G other lte modules that are not listed may or may not work on tinker board 2s, it's just that the list are the modules we actually got & tested
-
hello @lloydhussell, most of the touch drivers work on tinker board 2s if it's usb interface; the 240hz would be the tricky part since it depnds on the cpu
-
hello @ChaJH, no, just checking the environment this panel's resolution is 1600x600, which is supported on tinker board 2s, but it might be blocked by resolution_white.xml please use commands below to remove resolution white adb root adb remount adb shell rm -rf /system/usr/share/resolution_white.xml and then reboot tinker board 2s the expected result is the 1600x600 resolution is supported on tinker board 2s
-
hello @ChaJH, are you using android 12 os ( Tinker Board 2 /2S Android 12 V3.0.2 ) or android 11?
-
hello @rugfk, the os download page of tinker edge r: https://tinker-board.asus.com/download-list.html?product=tinker-edge-r
-
hello @shizimi, these are the logs for device management service, your tinker board r2.0 shall stop printing related logs once dmprovider.service is stopped.
-
tinkerboard 2s の gpio 40pin セッティング説明はこちらです: Tinker Board 2 & 2S · TinkerBoard/TinkerBoard Wiki (github.com)
-
hello @Alexandre Baiocco, the new release (kernel 5.10, debian 11) of tinker board 3n supports asus.gpio by default: Tinker Board 3N Debian 11 (Kernel 5.10) V1.0.17
-
hello @Alexandre Baiocco, the documentation for asus gpio (tinker board 3n) can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/5D3F8EFB2B2D4EDD96C4AF57334C5B434
-
こんにちは @jun0129 この製品のスペックがありますか?
-
hello @Alexandre Baiocco, the asus.gpio for tinker board 3n can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/C48903C16D79411E96C4FB3DB82621014 it'll be supported by default in our next os release
-
hello @Alexandre Baiocco, i'll check with my team and see if i can get you the sources for gpio