tooz
-
Content Count
638 -
Joined
-
Last visited
-
Days Won
44
Posts posted by tooz
-
-
hello @deanmsands3,
16 hours ago, deanmsands3 said:I'm running Chromium w/Wayland turned on inside Cage kiosk 0.12.1 compiled for Bullseye.
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
16 hours ago, deanmsands3 said:I compiled the Mali Midgard Wayland GBM driver from the Rockchip libmali repo and it works in some but not all cases.
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 -
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
-
-
-
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
-
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?
-
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 -
hello @Vova Efcom,
please check the wiki for image compilation: Tinker Board 3N · TinkerBoard/TinkerBoard Wiki
-
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)
-
hello @tsukazaki,
9 hours ago, tsukazaki said:By the way, is the gpio command already installed on the TinkerBoard3S OS image (ver 1.0.4) a customized version of WiringPi for TinkerBoard 3S?
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
-
1
-
-
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
-
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
-
-
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 -
hello @Vova Efcom,
you can edit the lightdm config to enable auto-login
sudo vi /etc/lightdm/lightdm.confuncomment these two lines and then reboot
autologin-user=linaro autologin-user-timeout=0 -
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
-
hello @Alex M,
unfortunately there's no such repository, and neither v.87 nor v.112 are supported by the vendor
-
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 -
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
-
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
-
hello @Manu512,
thank you for the advice, we will take it into consideration and refine the documentation
-
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?
-
hello @michiksdjfklsdjfl,
On 9/19/2024 at 8:43 PM, michiksdjfklsdjfl said:a. Unzip and copy the file to Tinker Board
b. cd ALC4030U-FW-Tool
sudo chmod a+x ./rt_UAC_utility
sudo ./rt_UAC_utility --status
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
sudo rebootsudo ./rt_UAC_utility --status => using this command to check the driver FW version.
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_ATTACHafter the driver installation, reboot and use these two command to verify:
sudo reboot sudo ./rt_UAC_utility --status --reset RST_2_ATTACH -

OS Andorid
in Android
Posted
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