Jump to content

tooz

Tinker Engineer
  • Content Count

    514
  • Joined

  • Last visited

  • Days Won

    36

Posts posted by tooz


  1. hello @Jovan

    the cc logic controllers between tinker board 2s and tinker board 3n are different -- for tinker board 3n, if both the ports connected are type c port, the controller will not be able to recognise which port should be in host mode and which port should be in device mode. 

    for tinker board 3n i would recommend to connect type c port from tinker board 3n to type a (macbook)

     

    • Like 1

  2. if you'd like to flash tinker edge r back to debian os from android, please enable ums before flashing; please note that a m.2 wifi card is necessary in order to make wifi work, so be sure to install it before flashing: 

    1. power on tinker edge r, connect it to the pc with a usb-type c cable (type c port: tinker edge r, type a port: pc), and download the adb platform tools from android developer: https://developer.android.com/tools/releases/platform-tools (i'm using a windows laptop so i downloaded the tools for windows)

    2. unzip the file and excute adb.exe

    3. open a terminal -- you can do so by typing 'cmd' on the bar

    4. use 'adb devices' to check if tinker edge r is listed, if it shows nothing, maybe you want to do 'adb kill-server' and try again

    adb devices

    5. use 'adb reboot ums' to reboot tinker edge r (& keep it in ums mode)

    adb reboot ums

    09MOC2c.png

    6.  download balenaetcher: https://etcher.balena.io/ 

    click 'flash from file' and select the .img (in my case Tinker_Edge_R-Debian-Buster-v2.0.5-20220217.img )

    select 'linux ums disk usb device' (which is tinker edge r) as drive, and then flash

     

    xuCwCwj.png

    7. unplug the usb type c cable and reboot tinker edge r -- it will reboot twice, which is expected

    8. when it boots into the system, click the computer icon next to the bluetooth icon on the lower right to select wifi network 


  3. hello @wiki11

    On 3/9/2024 at 4:33 AM, wiki11 said:

    I still have errors anymore😓. It is looks like

    
    
     

    i've updated the boot.img with kernel config CONFIG_IP_MULTIPLE_TABLES enabled:

    https://www.asuswebstorage.com/navigate/a/#/s/8C768DB9E19B46FC85A66C56634C40F34

    can you follow the stepts in my previous post to switch the boot.img and see if the error persists?

    On 3/8/2024 at 5:59 PM, tooz said:

    to replace the boot.img: 

    
    lsblk //to check the partitions

    if you're using sd card image:

    
    sudo dd if=boot.img of=/dev/mmcblk1p4 status=progress && sync
    sudo reboot

    for emmc:

    
    sudo dd if=boot.img of=/dev/mmcblk0p4 status=progress && sync
    sudo reboot

    and then execute

    
    sudo wg-quick up wg0

     


  4. hello @wiki11

    here's a boot.img with wireguard enabled in kernel config: https://www.asuswebstorage.com/navigate/a/#/s/8C768DB9E19B46FC85A66C56634C40F34

    please install the linux-headers-5.10.160_5.10.160-1_arm64 for this version (v.3.0.11)

    to replace the boot.img: 

    lsblk //to check the partitions

    if you're using sd card image:

    sudo dd if=boot.img of=/dev/mmcblk1p4 status=progress && sync
    sudo reboot

    for emmc:

    sudo dd if=boot.img of=/dev/mmcblk0p4 status=progress && sync
    sudo reboot

    and then execute

    sudo wg-quick up wg0

    if the .conf is set for wg0 then it should be no errors


  5. hello @wiki11

    with debian 11 v.3.0.11

    install the linux header:

    sudo dpkg -i linux-headers-5.10.160_5.10.160-1_arm64.deb
    sudo reboot now

    install wireguard and the related packages:

    sudo apt update
    sudo apt install -y wireguard-dkms wireguard-tool

    that's all you need to do to get wireguard working -- no need to sudo modprobe


  6. hello @wiki11

    if you're using debian 11 v.3.0.6 os, please install linux-headers-5.10.110_5.10.110-2_arm64.deb:

    sudo dpkg -i linux-headers-5.10.110_5.10.110-2_arm64.deb 
    sudo apt install -y wireguard-dkms wireguard-tools

    you should be able to use wireguard after the package/ header installation and modprobe wireguard is not required

×
×
  • Create New...