tooz
-
Content Count
638 -
Joined
-
Last visited
-
Days Won
43
Posts posted by tooz
-
-
hello @sonyan11,
apologies for the late reply, the usb 3.0 has 2.4ghz signal that might disrupt, please try using wi-fi 5ghz and see if the problem persists
-
1
-
-
-
hello @a_s_hari,
the ideal way would be creating a .xml for resulation configurations and push the .xml to make the configuration available in settings > display > hdmi
what's the resolution of the display you're using? please follow the steps and provide logs:
1.
dmesg -c $echo 0x0c > /sys/module/drm/parameters/debug
2. disconnect and then reconnect the hdmi cable
3.dmesg -
hello @Nathan,
i believe you can make some changes when compiling debian and raspian iso files. the sources for tinker board 2s are available on github
references:
https://github.com/philpagel/debian-headless
-
-
-
-
-
hello @Vinculum,
we're fixing the technical issues and will let you know once the support site is fixed. sorry for the inconvenience
-
-
hello @danfoxley,
you can purchase tinker board 3/ 3s from rutronik: https://www.rutronik24.com/product/asus/90me09b0m0eay0/24367710.html
-
hello @Frank,
On 4/10/2025 at 8:14 PM, Frank said:1. Do you have some kind of documentation for the commands of the asus-docker-env. We were not able to find something.
To set up the environment:
- Install docker and asus-docker-env
- Follow GitHub - asus-iot/asus-docker-env to run asus_docker_env_run
- Install necessary packages below :
sudo apt-get install libgmp-dev sudo apt-get install libmpc-dev sudo apt-get install bsdmainutils sudo apt-get remove live-build git clone https://salsa.debian.org/live-team/live-build.git --depth 1 -b debian/1%20230131 cd live-build rm -rf manpages/po/ sudo make install -j8- Use build.sh to build code base
-
-
hello @Frank
22 hours ago, Frank said:2. The other question is if there is a documentation about the changes from the v3.0.27 to the latest manifest?
- Disable auto login for the uart console and the dekstop environment.
- Force the user linaro to change its password at the linaro's next login
- Eable ROCKCHIP_EFUSE config for u-boot to set cpuid from efuse to fix the issue that all CPU has the same ID
-
-
if you're using a x86 wsl there might be something relates to architecture similar to: https://askubuntu.com/questions/1006846/chroot-onto-arm-based-image it's necessary to have qemu supported in aarch64/ arm64. some reference: https://www.cnx-software.com/2016/05/10/how-to-run-ubuntu-16-04-aarch64-64-bit-arm-cloud-images-on-your-intelamd-linux-computer/
the easiest way to cross compile would be having a ubuntu host machine
-
hello @Frank,
is your host machine an x86 host? if so, the steps above is to set up the right environment as tinkerboard is arm based
-
hello @Frank,
34 minutes ago, Frank said:chroot: failed to run command '/usr/bin/env': Exec format error
did this happen when you run ./build.sh? you might want to install qemu-user-static and then copy it to the mounted point e.g. /mnt/usr/bin
sudo apt install qemu-usr-static sudo cp /usr/bin/qemu-arm-static /path/to/mount/usr/binand then restart the system
systemctl restart systemd-binfmt.service -
hello @syse-miya,
you'll need to disable it through dtoverlay, similar to:
which os are you using? debian 11?
-
hello @Frank,
12 minutes ago, Frank said:Is it still possible to remove the TinkerBoard bootimage when recompiling the kernel with an empty black image?
yes, please refer to wiki: Developer Guide · TinkerBoard/TinkerBoard Wiki · GitHub >change the boot logo
6 minutes ago, Frank said:Is it possible to use v3.0.27 für the TinkerBoard S too?
yes
-
hello @Frank,
https://tinkerboard.github.io/docs/tinker_os-releases/tinker_board
the branch is: linux4.4-rk3288-tinker_board
manifest: tinker_board-debian-3.0.23.xml
if you'd like to use the latest:
repo init -u https://github.com/TinkerBoard-Linux/rockchip-linux-manifest.git -b REVISION -
hello @robotmyst,
how do you test it and what commands do you use? have you tried accessing the gpios from sysfs?
-
hello @HaTo,
if you're using a supported lte module and it's recognised by the os, there's no extra work in order to make the module work. i tried to use a quectel em05 m.2 lte + sim to reproduce the issue and i'm not able to present the issue. (you can use command networkcli or the network manager on the top right to check if the lte is working)
the design of nano sim slot connection of tinker board 3n follows the specifications of quectel lte modules. i'd recommend to check with quinton hazell for details, or try using another module that's officially supported: Tinker Board
-
hello @Sebastian,
to compile the dtbo:
dtc -@ -O dtb -o disable-gpu-wifi.dtbo disable-gpu-wifi.dts(or, you can download the dts & dtbo from this link )
once you have the dts and dtbo, move them to the /boot/overlays and modify the config.txt
cp disable-gpu-wifi.dtbo /boot/overlays/ sudo vim /boot/config.txt overlay=disable-gpu-wifi sudo rebootto verify that gpu is disabled:
check if the directory /sys/devices/platform/ffa30000.gpu/ exists; if it's non existent = gpu is disabled
this is what in the disable-gpu-wifi.dts:
/dts-v1/; /plugin/; / { compatible = "rockchip,rk3288"; fragment@0 { target = <&gpu>; __overlay__ { status = "disabled"; }; }; fragment@1 { target-path = "/wireless-wlan"; __overlay__ { status = "disabled"; }; }; };

Download Tinkerboard 3S OS
in Software
Posted
hello @LucD,
sorry to hear that. could you provide a screencap of the failure so we can further investigate the issue?