Jump to content

tooz

Tinker Engineer
  • Content Count

    518
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by tooz

  1. hello @EdwardKhoh if you're developing machine learning applications, you can use the NPU to acccelerate, here are some documents on RKNN: https://github.com/rockchip-linux/rknn-toolkit/blob/master/doc/Rockchip_User_Guide_RKNN_Toolkit_V1.7.0_EN.pdf https://github.com/rockchip-linux/rknn-toolkit
  2. hello @Hitchcock, just dm'd you the boot.img along with steps, pleae check your inbox
  3. hello @doggedly which image are you using? may i know the version?
  4. hello @Rhircyn, looks like you're having a similar issue to this: please try the following commands and see if it solves the problem: sudo su echo "deb http://http.debian.net/debian/ buster main contrib non-free" >> /etc/apt/sources.list apt-get update sudo apt-get install vlc sed -i '/buster/'d /etc/apt/sources.list apt-get update
  5. hello @dead henry you'll have to use root level access, so the complete process should be: sudo su echo "deb http://http.debian.net/debian/ buster main contrib non-free" >> /etc/apt/sources.list apt-get update sudo apt-get install vlc sed -i '/buster/'d /etc/apt/sources.list apt-get update let me know if it helps
  6. hello @Safi, here are some documents on RKNN toolkit: https://github.com/rockchip-linux/rknn-toolkit/blob/master/doc/Rockchip_User_Guide_RKNN_Toolkit_V1.7.0_EN.pdf https://github.com/rockchip-linux/rknn-toolkit
  7. tooz

    No wireguard headers

    hello @Kerps, we're working on to add this in our future official release, please stay tuned
  8. hello @doggedly, you can use third party tools such as https://magiskmanager.com/ for rooting.
  9. hello @serene you can use overlay to enable console on UART0 or UAR1 at bootup, change the last line of overlay= in /boot/config.txt to overlay=console-uart0-overlay there's no need to edit cmdline.txt
  10. tooz

    No ttyS0-4

    hello @Mich, for now this feature is only available for debian builds. we're still working on it for android.
  11. hello @And_Zammit if you're planning to train BERT models using Tinker Edge R, you will need to first convert BERT models to RKNN models(otherwise the NPU/AI accelerator will not work). here's a document for RKNN conversion https://github.com/rockchip-linux/rknn-toolkit/blob/master/doc/Rockchip_User_Guide_RKNN_Toolkit_V1.7.0_EN.pdf since each Tinker Edge R is an individual processing unit, you'll need an app to control from the host and switch between the boards.
  12. hello @drluckyspin, those steps were correct, we'll need console logs to see what exactly went wrong; perhaps there's something wrong with image, please make sure that 1. .img file is in correct format, 2. the switches 1, 2, 3, 4 are: on, off, on, on, 3. after the switch adjustment, insert sdcard and power the board
  13. hello @Khoh Choon Hwa, please check out the wiki for the instructions: https://github.com/TinkerBoard/TinkerBoard/wiki#boot-the-device-into-the-ums-from-a-sd-card
  14. hello @dead henry, commands below shall solve the issue: echo "deb http://http.debian.net/debian/ buster main contrib non-free" >> /etc/apt/sources.list apt-get update sudo apt-get install vlc sed -i '/buster/'d /etc/apt/sources.list apt-get update
  15. hello @Zaryob & @Spectrum, tinker board 2s now supports debian 10, and the os can be downloaded here: https://tinker-board.asus.com/download-list.html?product=tinker-board-2s
  16. hello @taj_19, sounds like a flash fail to me, perhaps you want to flash the board again and see if you can boot up the board afterwards. here's a short video on how to flash/ boot:
  17. hello @Dima.Sh, there are some 3rd party apps that provide android rooting solutions, such as magisk: Download Magisk Manager Latest Version 23.0 For Android 2021
  18. hello @Sohrab the Android 10 OS v.1.0.0 can be downloaded here: https://tinker-board.asus.com/download-list.html?product=tinker-board-2s
  19. hello @Italo Lins please follow the steps of GitHub - TinkerBoard2-Android/manifest let us know if you have other issues, thank you!
  20. hello @serene Connect Tinker Board 2S to PC with a USB serial cable On PC, open Putty and select Serial. The Serial line can be checked from Windows >Device Manager >Ports (COM & LPT). The speed is 115200 baud. Click the Open button on Putty and power the board, and some boot logs will be printed on Putty from PC
  21. hello @AlexSavo please use the latest image as it's Debian 10, it should solve the problem: https://tinker-board.asus.com/download-list.html?product=tinker-board-2s
  22. hello @Renato, follow the steps in the pic below for python 2: if you'd like to use python 3, please execute the commands below to install: $ cd /usr/local/share/gpio_lib_python_rk3399 $ sudo python3 setup.py install
  23. hello @vladest, no, for tinker edge r, the uboot output port is different from uart logs.
  24. hello @Pirate, no need to solder, just mount it
  25. hello @vladest, 8: GPIO2_C1/UART0 = TX 10: GPIO2_C0/UART0 = RX more information about 40 pin header: https://tinker-board.asus.com/doc_er.html#qsg
×
×
  • Create New...