跳转到主要内容

Installation

Boot from SD Card

  1. Download the Image.

  2. Flash the image to the SD card using Balena Etcher or Rufus.

  3. Insert the SD card into the Fydetab Duo.

    注意

    Ensure the SD card slot is slightly open to boot from UEFI firmware.

Install to eMMC

  • Install rkdeveloptool

    sudo apt-get update
    sudo apt-get install -y libudev-dev libusb-1.0-0-dev dh-autoreconf pkg-config libusb-1.0 build-essential git wget
    git clone https://github.com/rockchip-linux/rkdeveloptool
    cd rkdeveloptool
    wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
    wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
    git am *.patch
    autoreconf -i
    ./configure
    make -j$(nproc)
    sudo cp rkdeveloptool /usr/local/sbin/
  • ⚡ Flash the Image

    1. Check if the device is detected
    sudo rkdeveloptool ld
    1. Download the SPI Loader and enter
    sudo rkdeveloptool db ~/Downloads/rk3588_spl_loader_v1.09.111.bin
    1. Uncompress the image
    unxz xx-xx.img.xz
    1. Flash the image
    sudo rkdeveloptool wl 0 ~/Downloads/xx-xx.img
    1. Reboot the device
    sudo rkdeveloptool rd

🔑Credentials

  • debian : debian