tooz
Tinker Engineer-
Content Count
563 -
Joined
-
Last visited
-
Days Won
40
Content Type
Profiles
Forums
Calendar
Everything posted by tooz
-
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
- 1 reply
-
- tensorflow
- npu
- (and 8 more)
-
hello @Kerps, we're working on to add this in our future official release, please stay tuned
-
hello @doggedly, you can use third party tools such as https://magiskmanager.com/ for rooting.
- 7 replies
-
- 1
-
- root
- android 10
-
(and 1 more)
Tagged with:
-
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
-
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.
-
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
-
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
-
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
-
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
-
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:
-
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
-
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
- 7 replies
-
- root
- android 10
-
(and 1 more)
Tagged with:
-
hello @Italo Lins please follow the steps of GitHub - TinkerBoard2-Android/manifest let us know if you have other issues, thank you!
-
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
-
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
-
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
-
hello @vladest, no, for tinker edge r, the uboot output port is different from uart logs.
-
hello @Pirate, no need to solder, just mount it
-
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
-
First flash to emmc went fine issues flashing since
tooz replied to mikejbedford's topic in Software
2. I cannot figure out how to erase emmc or install a new version now that it is initially flashed. I can do all of the steps the same (going into mask rom mode) but the flash tool fails to flash anything any longer. @mikejbedford are you able to get your board boot successfully? if not, is there any error messages or logs? -
First flash to emmc went fine issues flashing since
tooz replied to mikejbedford's topic in Software
hello @mikejbedford and @und, currently, the builds do not support to boot from SD card. We are working on a new build that supports the feature and will announce once it's released! -
hello @Brian Van Den Beuken the version is glmark2 201.07 these commands can be used to test the graphic performance: echo performance | tee $(find /sys/ -name *governor) su linaro -c "DISPLAY=:0.0 taskset -c 4-5 glmark2-es2 --off-screen" previous thread for your reference: https://tinkerboarding.co.uk/forum/archive/index.php/thread-939.html
-
hello @Lionel Leyko, gotcha. the 3 LEDs have been registered with LED GPIO subsystem. here are the commands to control the LEDs: sudo su echo 1 > /sys/class/leds/led1/brightness echo 0 > /sys/class/leds/led1/brightness echo 1 > /sys/class/leds/led2/brightness echo 0 > /sys/class/leds/led2/brightness echo 1 > /sys/class/leds/led3/brightness echo 0 > /sys/class/leds/led3/brightness
-
hello @kevco03, Tinker Edge R will fit your needs of using a 1080p USB webcam in YUV format. However, we'd suggest to use MIPI camera module for better performance.