Jump to content

tooz

Tinker Engineer
  • Content Count

    518
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by tooz

  1. hello @Chridster1, the complete source code of linux kernel 4.19 can be downloaded from github: To download source code from GitHub, execute the following commands in the terminal: $ repo init -u https://github.com/TinkerBoard2/manifest.git -b linux4.19-rk3399-debian10 $ repo sync
  2. hello @sachlj, 3.3v schematics: f1_maker (Restored) (asus.com)
  3. hello @Vinita, have you set the baud rate to 115200?
  4. hello @Chridster @Chridster1, here's a thread on how to root Android on Tinker Board 2: How to root Android on Tinkerboard 2 - Android - Tinker Board Forum (asus.com)
  5. hello @sachlj, yes, both the username and password are: mendel
  6. hello @Arnold Chan, only gstreamer is supported, please add the following command to the script for testing: $gst-play-1.0 “videopath”
  7. hello @JasonS, please set the baud rate to 115200 instead of 230400.
  8. hello @Yoshio, sorry for the late reply, we've tried to reproduce the problem with image v.2.0.4. libssl was installed successfully. we'd suggest to flash the image again and see if it solves the problem. the image can be downloaded at: https://tinker-board.asus.com/download-list.html?product=tinker-board-2s
  9. hello @MThompson, being in the QVL means the parts' have been enabled and the driver's ported in kernel. please download the latest os image (v.2.0.5) from Tinker Board (asus.com) the connectivity manager is enabled and will start the connection soon when sim card's been detected. other than that, no specific instructions needed.
  10. hello @JasonS, build.sh is located in the top level directory of source code
  11. hello @hisataro, thanks for the details. at this point, we would suggest to re-flash the device first: User Guide · TinkerBoard/TinkerBoard Wiki (github.com) once the flashing is done, please copy the boot image to the device. the boot.img file (TB2_Android11_v2.0.6_boot_img) is re-uploaded and can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/50AF1C5364224C2BA8C8A5802DD779064 adb push boot.img /storage/emulated/0/Download/ then you can start rooting the device using magisk, please follow along the steps:
  12. hello @hisataro, please continue follow the instruction, now you'll need execute this command adb push boot.img /storage/emulated/0/Download to flash the image 2. Copy the boot image to your device adb push boot.img /storage/emulated/0/Download/ 3. Download the latest version of Magisk Installation | Magisk (topjohnwu.github.io) 4. Install Magisk adb install Magisk.apk 5. Launch Magisk from your device 6. Press the Install button 7. Choose “Select and Patch a File” in method, and select the boot.img file, The Magisk app will patch the boot.img file to [Internal Storage]/Download/magisk_patched_[random_strings].img 8. Pull magisk_patched_[random_strings].img to your PC adb pull /storage/emulated/0/Download/magisk_patched_[random_strings].img 9. Flash boot image patched by magisk in fastboot mode adb reboot-bootloader fastboot flash boot magisk_patched_[random_strings].img fastboot reboot
  13. hello @hisataro, please try the following and see if the device can be found: fastboot devices if the device has been detected, you can try the reboot fastboot command otherwise, we'd suggest to re-flash the device
  14. Hello @hisataro, you can use the command: adb reboot fastboot
  15. hello @hisataro instead of "tinker board 2 android11 v2.0.6-20220303.img", please use the actual boot.img it can be downloaded here: https://www.asuswebstorage.com/navigate/a/#/s/FB8E093B5DCC48EA90ED5FEDEAC5DFD94
  16. Hello @hisataro, here's instruction on how to change boot logo for tinker board 2s: Developer Guide · TinkerBoard/TinkerBoard Wiki (github.com)
  17. hello @jihobot please follow along the steps in this post:
  18. 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?
  19. 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
  20. hello @ledevinplombier, do you have logs or could you provide a screenshot so we can investigate the issue? thank you.
  21. tooz

    Root Tinkerboard S

    hello @Anand, please follow along the steps in this post: How to root Android on Tinkerboard 2 - Android - Tinker Board Forum (asus.com)
  22. tooz

    PPP on Android

    hello @Milanvaldez5, which board are you using? if your board is on tinker os, do you have the image os version?
  23. hello @Roundsage, you can follow along the steps from this post:
  24. hello @Arnold Chan, vlc is not supported on rockchip-based sbcs.
  25. 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.
×
×
  • Create New...