Jump to content

tooz

Tinker Engineer
  • Content Count

    626
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by tooz

  1. 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
  2. tooz

    No wireguard headers

    hello @wiki11, good to know it works and thank you for the instruction
  3. tooz

    No wireguard headers

    hello @wiki11, this link should work: https://www.asuswebstorage.com/navigate/a/#/s/8C768DB9E19B46FC85A66C56634C40F34
  4. tooz

    No wireguard headers

    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?
  5. tooz

    No wireguard headers

    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
  6. tooz

    image proccesing

    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/
  7. tooz

    No wireguard headers

    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
  8. tooz

    No wireguard headers

    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
  9. tooz

    No wireguard headers

    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
  10. tooz

    No wireguard headers

    hello @wiki11, when you apt install wireguard wireguard-dkms was there any dependency errors?
  11. tooz

    Compiling Android

    hello @MarciS, ./build.sh -UCKAu not working is not an expected result, what is your build environment?
  12. 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
  13. 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
  14. 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
  15. hello @ChaJH, are you using android 12 os ( Tinker Board 2 /2S Android 12 V3.0.2 ) or android 11?
  16. hello @rugfk, the os download page of tinker edge r: https://tinker-board.asus.com/download-list.html?product=tinker-edge-r
  17. tooz

    dmprovider.service

    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.
  18. hello @sanma, i've uploaded a folder named 'audio patches for tinker board 2s', please apply the three patches in the folder to enable hdmi audio output: https://www.asuswebstorage.com/navigate/a/#/s/7AC916CB836740359132FEDCC45B06194
  19. tinkerboard 2s の gpio 40pin セッティング説明はこちらです: Tinker Board 2 & 2S · TinkerBoard/TinkerBoard Wiki (github.com)
  20. 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
  21. hello @Alexandre Baiocco, the documentation for asus gpio (tinker board 3n) can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/5D3F8EFB2B2D4EDD96C4AF57334C5B434
  22. こんにちは @jun0129 この製品のスペックがありますか?
  23. 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
  24. hello @Alexandre Baiocco, i'll check with my team and see if i can get you the sources for gpio
×
×
  • Create New...