
tooz
Tinker Engineer-
Content Count
627 -
Joined
-
Last visited
-
Days Won
42
Content Type
Profiles
Forums
Calendar
Everything posted by tooz
-
hello @jihobot please follow along the steps in this post:
-
hello @stemmo, we've tried and cannot reproduce the issue. what commands did you execute? and what's the os/ image version you're using?
-
hello @6a5h4 and @dec, yes, the links are legit; also some instructions are up on github wiki as well: developer guide (tinker board, tinker board s, tinker board 2s): Developer Guide · TinkerBoard/TinkerBoard Wiki · GitHub user guide (tinker board, tinker board 2, tinker board 2s): User Guide · TinkerBoard/TinkerBoard Wiki · GitHub
-
hello @ledevinplombier, do you have logs or could you provide a screenshot so we can investigate the issue? thank you.
-
hello @Anand, please follow along the steps in this post: How to root Android on Tinkerboard 2 - Android - Tinker Board Forum (asus.com)
-
hello @Milanvaldez5, which board are you using? if your board is on tinker os, do you have the image os version?
-
hello @Roundsage, you can follow along the steps from this post:
- 7 replies
-
- root
- android 10
-
(and 1 more)
Tagged with:
-
Is there any Python driven video player that runs on Tinker Board
tooz replied to Arnold Chan's topic in Software
hello @Arnold Chan, for tinker edge r, there's built in"media player" available in the tinker os image for media streaming, however it's not python driven. if you're using other players, it may be laggy as tinker edge uses cpu to decode and read video. -
hello @lsearle, no, the github for tinker board / tinker board r2.0 is: Tinker Board, Tinker Board R2.0 · GitHub (debian), Tinker Board - Android · GitHub (android) and for tinker board 2s it's: Tinker Board 2 · GitHub (debian), Tinker Board 2 - Android · GitHub (android) what os are you using? if you're using tinker os, what's the os version?
-
hello @BlackMage, no worries, product names can be confusing sometimes. is your board working?
-
Hello @Dima.Shand @philc, the image for Android 7 is available to download on Tinker Board website: Tinker Board (asus.com)
-
hello @jameshue, what's the model you're using, is it Tinker Board, Tinker Board 2S, or Tinker Board R2.0? are you using Android 11? What's the OS version?
-
hello @Shadway, joe has re-uploaded the file, let us know if you have any questions, thank you.
-
hello @ken, Error -71 is a protocol error. When it occurs, it's likely that the peripheral device could get stuck in any state. Some peripheral devices have the ability to recover from this kind of state by host control, but some don’t. Looks like your PL2303 device did not respond to any request from host. So it probably can only be recovered by power resetting the PL2303 device. Could you try to unplug and replug the PL2303 device and see what happens?
-
hello @Vincèn, this is the hardware specification of tinker board 2s, the board should work fine if the temperature falls in the tolerated range. i'm not quite sure what you need, are you installing a fan apart from the heatsink? Environment Operation temperature: 0℃ ~ 60℃ Non operation temperature: -40℃ ~ 85℃ Non operation humidity: 0% ~ 85% (Non condensing) @Tinker_HWEE
-
hello @warre, you can add the command in: /etc/init.d/rockchip.sh
-
hello @JulianR, here's the GPIO config table for your reference: User Guide · TinkerBoard/TinkerBoard Wiki · GitHub
-
hello @Charlie and @JulianR, here's the compiling sample code for your reference: Developer Guide · TinkerBoard/TinkerBoard Wiki · GitHub have you executed the first step? ->Firstly, modify the /boot/config.txt file as following and then reboot to enable I2C1 and I2C4.
-
Hello @ken, for Tinker Board 2S eMMC image, instead of sdd4, -- sudo dd if=boot.img of=/dev/mmcblk1p4 status=progress && sync sudo reboot --
-
hello @philc, great to know that the board and the display are up and running, let us know if there's other issues.
-
hello @ken, If the OS image you're using is with kernel v.4.4, then there is no difference between Tinker Board & Tinker Board 2S' PL2303 driver. Tinker Board's USB controller is dwc2 and Tinker Board 2S' USB controller is xhci, the recovery mechanism are different.
-
Hello @ken, we're looking into it, meanwhile some instruction and information on code building can be found here: https://github.com/TinkerBoard/TinkerBoard/wiki/Developer-Guide#build-os-kernel--uboot-instruction
-
Loading firmware failed! Tinker Edge R Debian Stretch V1.0.13
tooz replied to Kubo's topic in General Discussion
Hello @Zoyam, the instruction can be found here: Getting Started - General Discussion - Tinker Board Forum (asus.com) -
Hello @wahaha, please update the boot.img, the file can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/FB8E093B5DCC48EA90ED5FEDEAC5DFD94 For Tinker Board 2S eMMC image: sudo dd if=boot.img of=/dev/mmcblk1p4 status=progress && sync sudo reboot For Tinker Board 2 SD image: sudo dd if=boot.img of=/dev/mmcblk0p4 status=progress && sync sudo reboot