Jump to content

tooz

Tinker Engineer
  • Content Count

    638
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by tooz

  1. tooz

    OS Andorid

    hello @Augusto Hertz, the android releases can be found on the official website: Tinker Board the latest version is: Tinker Board 3 Android 14 (kernel 6.1) V.1.0.9
  2. hello @deanmsands3, the official distro uses x11 instead of wayland and we cannot guarantee that gpu/ diplay will function well with this massive change in terms of mali midgard driver updates, we usually integrade the software development kits release from rockchip, instead of fetching sources from arm. this way we're more confident with the hardware compatibility may we know in what cases it works and in what cases it doesn't? are you able to fetch the node in xrandr.cfg? cat /boot/display/hdmi/xrandr.cfg
  3. hello @deanmsands3, did you compile the .img by yourself, or was it downloaded from the official website: Tinker Board if it's the latter, which version are you using? we're trying to duplicate the issue and see what goes wrong
  4. hello @Vova Efcom are you looking for 4 pin female connector for tinker board or tinker board 3n?
  5. hello @deanmsands3, thank you for letting us know & updating the solution
  6. hello @deanmsands3, you will have to download the sources and re-compile the boot image in order to replace boot logo: https://github.com/TinkerBoard/TinkerBoard/wiki/Developer-Guide#changing-the-boot-logo
  7. hello @Vova Efcom, is it possible for us to have a look at the logs? ( under /var/log) what's the model name of the panel?
  8. hello @wesselTOP, we will need more logs to debug the issue 1. to collect logs via tty uart: 2. to collect kernel logs with adb shell command: adb shell dmesg > kernel.log
  9. hello @Vova Efcom, please check the wiki for image compilation: Tinker Board 3N · TinkerBoard/TinkerBoard Wiki
  10. hello @Vova Efcom, have you tried method #2 mentioned in the tinker board 3n wiki? Tinker Board 3N · TinkerBoard/TinkerBoard Wiki (method #1 works too, but it would require rebuilding kernel image)
  11. hello @tsukazaki, we're aiming to include this in the upcoming release and it will be supported in v.1.0.6 or later versions and here are the sources and docs for eapi: Tinker Board 3 & 3S · TinkerBoard/TinkerBoard Wiki
  12. hello @tsukazaki, it would be more convenient for you to use either mraa or eapi than the gpio commands for sure 1. for mraa, please flash to android (the images can be downloaded from the official website and the latest version is Tinker Board 3 Android 14 (kernel 6.1) V.1.0.9 ) for instructions and sample code of mraa, please visit the wiki: https://github.com/TinkerBoard/TinkerBoard/wiki/Tinker-Board-3N#343-mraa-library-for-android 2. will update the information of eapi later once it's available
  13. hello @FlostonParadise, it may be benefitcial to explore the dietpi forum for a solution, as the software is developed and supported by their team. they may have more specific insights and resources to address your issue https://dietpi.com/forum/t/rock-pi-4-expanding-emmc-after-sd-emmc-copy/17596
  14. tooz

    Bootup Screen

    hello @Vova Efcom, please refer to: Tinker Board 3N · TinkerBoard/TinkerBoard Wiki
  15. tooz

    AutoLogon

    hello @Vova Efcom, you have edited the wrong lines, the lines that should be uncommented are line 126 & line 127 #guest-session= #session-wrapper=lightdm-session #greeter-wrapper= #guest-wrapper= #display-setup-script= #display-stopped-script= #greeter-setup-script= #session-setup-script= #session-cleanup-script= #autologin-guest=false autologin-user=linaro autologin-user-timeout=0 #autologin-in-background=false #autologin-session= #exit-on-failure=false
  16. tooz

    AutoLogon

    hello @Vova Efcom, you can edit the lightdm config to enable auto-login sudo vi /etc/lightdm/lightdm.conf uncomment these two lines and then reboot autologin-user=linaro autologin-user-timeout=0
  17. hello @sri, 1. to flash tinker edge r to emmc: 2. to flash the os to sd card, the steps are similar -- download the image and use utilities such as balenaetcher to flash the image to sd card the board should be booting from sd card by default, if the card is inserted + has image flashed into
  18. hello @Alex M, unfortunately there's no such repository, and neither v.87 nor v.112 are supported by the vendor
  19. hello @Alex M, here's the .deb of compatible chromium package: https://www.asuswebstorage.com/navigate/a/#/s/5928EF08598041C5B97D8AD7DBDAFB924 to install the package: sudo dpkg -i /path/to/deb/file sudo apt-get install -f
  20. hello @Alex M, chromium package built in tinker board 2s was tweaked by the chip manufacturer for compatibility and only a few (customized) versions can be used/ are compatitble. i will send a link with a customized chromium deb later, so you can replace and remove the chromium x11 that you're using
  21. hello @ryo, sorry for the late reply. we've fixed the issue and enabled the functions needed for gpio. please download the sources from the link (the installation guide is included in the file) and see if it fixes the issue. https://www.asuswebstorage.com/navigate/a/#/s/C0207D0873FB43C8992205ECE564BF064 also as wiringpi is deprecated, we have shifted our focus and support to eapi and mraa
  22. hello @Manu512, thank you for the advice, we will take it into consideration and refine the documentation
  23. hello @billierios, 1. are the jumper caps attached to the board? (see https://tinker-board.asus.com/download/E22240_Tinker_System_2_EM_V2_WEB.pdf page 17 section 7 'power on header and maskrom jumper') 2. is it possible for you to screenshot the access denied error? 3. have you tried using balenaetcher to flash?
  24. hello @michiksdjfklsdjfl, the steps are correct, is it possible for you to screenshot after every execution of the commands? sudo chmod a+x ./rt_UAC_utility sudo ./rt_UAC_utility --force 0x49F6_ALC4030U_ASUS_Tinker_Board_0x0BDA_V13_20220718.rfw --reset RST_2_ATTACH sudo ./rt_UAC_utility --status --reset RST_2_ATTACH after the driver installation, reboot and use these two command to verify: sudo reboot sudo ./rt_UAC_utility --status --reset RST_2_ATTACH
  25. hello @magixx, yes, still working on it and will keep you posted
×
×
  • Create New...