Jump to content

tooz

Tinker Engineer
  • Content Count

    638
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by tooz

  1. hello @LucD, sorry to hear that. could you provide a screencap of the failure so we can further investigate the issue?
  2. 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
  3. hello @jovanpn, could we have the logs and/ or steps to repro the issue?
  4. 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
  5. 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
  6. hello all, the support site's been fixed and the images are available to download: Tinker Board
  7. hello @Vinculum, tinker edge t image mendel v.3.0.5 can be downloaded at here .
  8. hello @a_s_hari, i've copied android 11 v.1.0.6 to here . this link is good through this friday
  9. hello @LucD, the download site is under a security mantainence and files will not be available until the mantainence is complete. i've copied the latest debian image release for tinker board 3/ 3s (v.1.0.6, debian 11, kernel 5.10) to here . please note that the link is valid until friday (8/1)
  10. hello @Vinculum, we're fixing the technical issues and will let you know once the support site is fixed. sorry for the inconvenience
  11. hello @hannaconner, have you tried running the win32 disk image with administrator priviledge?
  12. hello @danfoxley, you can purchase tinker board 3/ 3s from rutronik: https://www.rutronik24.com/product/asus/90me09b0m0eay0/24367710.html
  13. hello @Frank, 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
  14. hello @Frank, sorry for the confusion, that's correct. the latest version is v.3.0.27
  15. hello @Frank 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
  16. hello @Frank, were you able to use buildroot? may i have the full log please?
  17. 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
  18. 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
  19. hello @Frank, 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/bin and then restart the system systemctl restart systemd-binfmt.service
  20. hello @syse-miya, you'll need to disable it through dtoverlay, similar to: which os are you using? debian 11?
  21. hello @Frank, yes, please refer to wiki: Developer Guide · TinkerBoard/TinkerBoard Wiki · GitHub >change the boot logo yes
  22. 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
  23. hello @robotmyst, how do you test it and what commands do you use? have you tried accessing the gpios from sysfs?
  24. 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
  25. 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 reboot to 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"; }; }; };
×
×
  • Create New...