Ts1022 Firmware Fixed

The newly released firmware (v2.1.8) directly targets the above issues. Here is the official changelog, confirmed by independent testing:

While the major issues are resolved, the manufacturer acknowledges two minor quirks: ts1022 firmware fixed

Neither limitation affects core functionality for 99% of users. The newly released firmware (v2

  • After reboot, log in and go to Status → About to confirm version v2.1.8.
  • git clone https://github.com/rockchip/u-boot
    cd u-boot
    git checkout ts1022-fixed-branch  # or apply patches manually
    make ts1022_defconfig
    make CROSS_COMPILE=aarch64-linux-gnu-
    # Output: u-boot-rockchip.bin
    # Convert to SPI format:
    tools/mkimage -n rk3328 -T rksd -d tpl/u-boot-spl.bin idbloader.img
    cat u-boot.bin >> idbloader.img
    

    Flash idbloader.img at offset 0x40 (for RK3328). Neither limitation affects core functionality for 99% of


    The updated video decoder firmware (from Amlogic’s latest vendor package) fixes frame-pacing issues. 4K HDR (10-bit, BT.2020) now plays smoothly at 60fps. The firmware also adds proper HDR10+ metadata passthrough for compatible TVs.

    add_watchdog=setenv bootargs $bootargs watchdog=gpio_wdt