Jump to content

Search the Community

Showing results for tags 'tinkerboard-2'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Volunteering opportunities
  • Part time jobs

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

Found 16 results

  1. Hello, I have installed the "Armbian_community_25.2.0-trunk.124_Tinkerboard-2_bookworm_current_6.6.63_minimal.img.xz" image on my tinkerboard-2 to develop a library for one wire devices. There is a problem with the usage of armbian-config on activating overlays. The entry in armbianEnv.txt includes the prefix in the overlay name. This can be workarounded manually, e.g. for w1-gpio the correct entry needs to be: overlays=rk3399-w1-gpio2 If anyone can point me to the source code I maybe can provide a PR to fix it. Another problem is the content of the overlay of this w1-gpio. After activating the dmesg give an error (the first warning is normal and also exist on my working w1-gpio with tinkerboard1): sudo dmesg | grep one [ 8.630758] gpio-36 (onewire@0): enforced open drain please flag it properly in DT/ACPI DSDT/board file [ 8.630883] OF: /onewire@0: could not get #gpio-cells for /vop@ff8f0000/port/endpoint@3 [ 8.630926] w1-gpio onewire@0: gpio_request_one (ext_pullup_enable_pin) failed [ 8.630934] w1-gpio: probe of onewire@0 failed with error -22 Reloading the module "w1_gpio" each time leads to the same output. Decompiling the overlay gives this content: /dts-v1/; / { compatible = "rockchip,rk3399"; fragment@0 { target-path = "/"; __overlay__ { onewire@0 { compatible = "w1-gpio"; pinctrl-names = "default"; gpios = <0xffffffff 0x04 0x00 0xae>; status = "okay"; phandle = <0x01>; }; }; }; __symbols__ { w1 = "/fragment@0/__overlay__/onewire@0"; }; __fixups__ { gpio1 = "/fragment@0/__overlay__/onewire@0:gpios:0"; }; }; The difference to the tinkerboard1 overlay seems to be the structure of the "gpios" line. Normally there are 3 values only. Some searching in the latest Kernel documentation do not give me a hint that there is something changed in the past, but maybe I'm wrong here. My first try was to remove the last value, compiling the dtbo and test it. There is no error anymore in the dmesg output. Also the gpio-36 is now shown: sudo cat /sys/kernel/debug/gpio gpiochip0: GPIOs 0-31, parent: platform/ff720000.gpio, gpio0: gpio-3 ( |act-led ) out lo gpio-4 ( |pwr-led ) out hi gpio-10 ( |rsv-led ) out lo gpio-12 ( |ep ) out hi gpiochip1: GPIOs 32-63, parent: platform/ff730000.gpio, gpio1: gpio-35 ( |vbus-5vout ) out lo gpio-36 ( |onewire@0 ) out lo gpio-46 ( |vsel ) out lo gpio-49 ( |vsel ) out lo Nevertheless it is not working. On the tinkerboard1 the gpio output is a bit different (gpio-17 is "out hi"): sudo cat /sys/kernel/debug/gpio gpiochip0: GPIOs 0-23, parent: platform/ff750000.gpio, gpio0: gpio-3 ( |led-2 ) out hi gpio-5 ( |GPIO Key Power ) in hi IRQ ACTIVE LOW gpio-11 ( |dvs ) out hi gpio-12 ( |dvs ) out lo gpio-17 ( |onewire@0 ) out hi How can I proceed at this point with debugging and error catching? Thanks Thomas
  2. Downloaded Armbian_community_25.2.0-trunk.110_Tinkerboard-2_bookworm_current_6.6.63_minimal.img.xz from GitHub. Burned with Balena. Filesystem is different from what I'm expecting. But it's Rockchip so I don't know what to expect. I'm used to Asus Tinker 2 Bullseye's 8 or 9 partitions. Plug it in. Doesn't boot. I'm able to see the root fs so I know it's there. What am I doing wrong?
  3. Good morning, I'm triying to move to armbian for tinker. Currently i'm using Debian Distro from Asus for tinkerboard and i want to move to a CLI only OS. Armbian seems to be the best option for what i want, but currently i'm unable to use the GPIO pins on the tinkerboard2. I tried to install wiringpi from here (https://github.com/TinkerBoard/gpio_lib_c/tree/sbc/tinkerboard/c) but i always recieve an error code. Anyone facing this problem? Any help will be very much appreciated, i really want to move to a non-GUI OS, but asus does't offer any option besides uninstalling X-10 GUI Thank you for your time
  4. Hi, Currently working on building the kernel modules for tinkerboard-2. But wonder how to deploy my local build (kernel, device tree and full kernel modules) to my boards without re-flashing the SD card image. Could anyone provide me a instruction guide? Thanks
  5. flashing Armbian 23.5 Bookworm to tinkerboard 2. everything is working well except the USB otg.
  6. I am using Armbian 23.5 Jammy XFCE on a Tinker Board 2S. I have a number of issues to sort, one of them being display. The display is receiving a 16:9 signal, but the right hand side of the screen is covered by a black-white-green pattern under which I can move windows (image attached). How can I change the settings to avoid this?
  7. If I am using SSH over a WIFI connection and then plug in the ethernet cable, then I lose my SSH connection. Simply disconnecting the cable doesn't resolve the issue; I need to reboot without the ethernet cable connected to reestablish the SSH over WIFI. The system diagnosis is here.
  8. I downloaded "Armbian Lunar XFCE desktop" image from https://www.armbian.com/tinkerboard-2/ and mounted it to the SD card. Then I booted the board but it couldn't boot. Only the red LED is on. The tinker os can boot and work well. The red LED is on and the green LED keeps blinking. How could I do to boot Armbian on this board?
  9. I just got my tinker board r2.0 today and installed the cli version of armbian. But it seems the wifi module is not regocnized. So also in the armbian-config under network there is no wifi option with SSID and Password fields. Any Idea how I can get it up and running? Also the ifconfig -a command does not show wlan0
  10. I have been trying to power on the Tinkerboard, but I haven't had any luck. The red power light never turns on What have i tried so far: I have tried connecting it to my PC using USB-C using a 12V power supply Using the Raspberry Pi USB-C Power Supply have even exchanged the device, but the issue persists.
  11. Hello everybody, I'm new with the SBC and with Armbian and I hope you can help me. I'm working with a Tinkerboard 2 R2.0, where i would like to be able to cut the USB ports supply. I have noticed on the Tinkerbords R2.0 schematics the USB_OUT_EN_5 line. I'm wondering if this line is conneted to a CPU pin and, if it is possible to drive it? Does anybody know a way to cut the USB ports power supply? Thank you
  12. Hello, is there an armbian available for Tinkerboard 2 (RK3399)? Mainly I need to setup a headless system with working i2c, pwm and gpio . Thanks!
  13. Hi, I'm interested in getting a compact ARM-based processor (something like a RPI or ASUS TinkerBoard) that can output a 2560x720 output resolution. The current available documentation seems quite sparce and Google searches are littered with people having problems with establishing their chosen video resolutions so I am sceptical! Any pointers would be gratefully received. Thank You, Dave
  14. I have a problem with touch screen, i must each time after power on calibrate touch screen. Looks like dont save parameters. Any help?
  15. Dear all I have a question concerning the Tinker Board video playback function. Until now I used some raspberry PIs 3b to create a simple system that video playbacks in loop after booting for my video installations. Now as the raspberries are not in stock at the moment but i need very urgently another working system, i saw that i can buy the tinker board 2.0 for a reasonable price. However, I'm not a programming specialist and was happy when I got the raspberry to run, I couldn't found anything about the tinker board and specially about a video loop function. I imagine that it is possible, just wondering how complicated it is. Can someone tell me how to do it or does someone have a simple instruction ? For the Pi i followed the Adafruit instructions and it works perfectly. Thank you all for your precious help. Best regards, Martin
  16. Hello, I've been just started using Armbian on my Tinker Board 2s and i'm facing problem that i dont get any output on my acer portable monitor using usb type - c. But when i use tinker os i get output on my acer portable monitor. Please help
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines