Jump to content

tooz

Tinker Engineer
  • Content Count

    627
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by tooz

  1. hello @Fu-., and are you using yolov5? the debian 11 os that just released?
  2. hello @brick, the partition table: what's the issue you're facing now?
  3. hello @Oswald, i don't think this gsm shield is on the qualivied vendor list but i'll see if it's compatible with tinker board s r2.0 from the specification. do you have a model name of the shield or a product page link? and if possible, is it okay to share the dmesg logs?
  4. hello @Vaa, the debian 11 header file for tinker board 2s can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/4A6FF93C2E304C2598FB3D74DE583F824
  5. hello @s1s1s1sg / @jons, debian 11 for tinker board 2s is now released and can be downloaded here: Tinker Board 2 /2S Debian 11 (kernel 5.10) v3.0.6
  6. tooz

    support wake on lan

    hello @shizimi i've uploaded a simple instruction on wol in the attachment. Tinker Board R2.0_Enable WoL-230728.pdf
  7. tooz

    support wake on lan

    hello @shizimi, wake on lan from sleep = supported wake on lan from shutdown = not supported are you trying to perform wake on lan from sleep?
  8. tooz

    support wake on lan

    hello @shizimi, yes, wake on lan is enabled by default. more information on wake on lan: https://wiki.debian.org/WakeOnLan
  9. hello @walter if you're using tinker board (first gen, no s, just tinker board): rx: pin10, tx: pin8 otherwise it’s pin36 for rx and pin37 for tx to connect to the serial please set the baud rate to 115200
  10. hello @walter, tinker board r2.0 rx: pin36, tx: pin37
  11. hello @christian w, to check the hardware version: cat /proc/boardinfo and cat /proc/boardver if you're using the first generation of tinker board that the command above doesn't work, please use this command instead: cat /proc/board_info to check the os version: cat /etc/version
  12. hello @jons, we're targeting to release it in august, sorry for the wait
  13. hello @jons, please add the following configs: CONFIG_CAN=y CONFIG_CAN_GS_USB=y
  14. hello @AdamTheTinkr, the chipset of wifi module for tinker board (not tinker board r2.0) are: rtl8723bs / rtl8723ds
  15. hello @s1s1s1sg, yes and we're planning to release debian 11 os image for tinker board 2s soon
  16. tooz

    ssh is not working

    hello @Mahendra, will need more information to debug: 1. what's the tinker os version that you're using? 2. what's the ssh program you're using/ steps to reproduce the issue
  17. hello @lepton16, to disable hdmi completely you'll need to modify some kernel codes, however it will make a very difference in terms of power consumption -- i'd suggest to not plug the hdmi monitor if you're not using it, so it won't consume power via hdmi port. you can try using this command to disable wi-fi: nmcli radio wifi off apparently there are various ways to do so, it might be easier to have a look at volumio community or super best audio friends
  18. hello @nishi and @Thinh Nguyen, you can control the vbus power through echo commands 1. check the kernel version with command: uname -a keep in mind that if you're using a usb keyboard, the power will be off immediately after you execute the echo off command. if you wish to turn it back on without reboot, please: 1. use a type c keyboard, or 2. connect tinker board to a pc with a ttys dongle so the commands can be executed from the putty console here are the commands to control the vbus power: linux4.4 debian10 (v.2.0.20 2023/07/13 and later): TypeA port: echo on > /sys/kernel/debug/fe900000.dwc3/vbus echo off > /sys/kernel/debug/fe900000.dwc3/vbus TypeC port: echo on > /sys/kernel/debug/fe800000.dwc3/vbus echo off > /sys/kernel/debug/fe800000.dwc3/vbus linux4.19 debian10 (v.2.1.16 2023/07/14 and later): TypeA port: echo on > /sys/kernel/debug/fe900000.dwc3/vbus echo off > /sys/kernel/debug/fe900000.dwc3/vbus TypeC port (for cc chip fusb302): echo on > /sys/kernel/debug/fe800000.dwc3/vbus echo off > /sys/kernel/debug/fe800000.dwc3/vbus TypeC port (for cc chip rt1715): echo sink >/sys/class/typec/port0/port_type echo dual >/sys/class/typec/port0/port_type linux5.10 debian11 (v.3.0.6 2023/07/31 and later): typeA port: echo on > /sys/kernel/debug/usb/fe900000.usb/hub_vbus echo off > /sys/kernel/debug/usb/fe900000.usb/hub_vbus TypeC port (both fusb302 & rt1715 use the same commands): echo sink >/sys/class/typec/port0/port_type echo dual >/sys/class/typec/port0/port_type android12 (v.3.0.2 2023/07/13 and later): typeA port: echo on > /sys/kernel/debug/fe900000.dwc3/hub_vbus echo off > /sys/kernel/debug/fe900000.dwc3/hub_vbus typeC port (for cc chip fusb302): echo on > /sys/kernel/debug/fe800000.dwc3/hub_vbus echo off > /sys/kernel/debug/fe800000.dwc3/hub_vbus TypeC port (for cc chip rt1715): echo sink >/sys/class/typec/port0/port_type echo dual >/sys/class/typec/port0/port_type
  19. hello @skubeda, if your windows pc is not recognising tinker board as a universal mass storage perhaps you want to look at this post on microsoft community and update the driver accodingly: https://answers.microsoft.com/en-us/windows/forum/all/usb-mass-storage-driver/6cb297a3-d35e-4daf-888c-66bba5e2c34a
  20. hello @skubeda, glad to hear the problems been solved
  21. hello @skubeda, i’m not in the office and don’t have a tinker board in hand but will try reproduce your case on monday when i’m back. was tinker board recognized as a mass storage usb when you flashed it?
  22. hello @skubeda, 1. are you using tinker board a, or tinker board s r2.0? 2. was the power led indicator on when you’re using it? 3. is the debian os you currently using a sdcard image or it’s flashed onto emmc?
  23. tooz

    yolov8

    hello @shenouda, for now rk3399pro supports yolov5, yolov7 and yolox reference: rknn_model_zoo/models/CV/object_detection/yolo at main · airockchip/rknn_model_zoo · GitHub
  24. hello @Yakiug, are the logs kept? may i have a look at it?
  25. hello @Alvin Kwek, there are 2 sets of uart on the 40pin header (uart0 & uart4), one is for console, and the other one will require pin soldering https://tinker-board.asus.com/images/doc/download/Tinker_Board_2_Schematics_20201214.pdf
×
×
  • Create New...