DietPi on RK3328 Rk3318 TVBOX

Hi

Dietpi IMG for RK3328/18 TVBOX
DietPi_ROCK64-ARMv8-Bullseye_RK3328_RK3318.img

  1. Burn to sdcard (balenaEtcher)
  2. Boot from sdcard and setup Dietpi on TVBOX

TVBOX run on 1.1 Ghz
Edit /boot/armbianEnv.txt to enable 1.3 Ghz

Add

overlays=rk3318-box-cpu-hs

Fix led
Add to overlays=…

overlays=rk3318-box-cpu-hs rk3318-box-led-conf1

Tested on H96max+ RK3328 RAM 4GB ROM 32

Modification to DietPi_ROCK64-ARMv8-Bullseye.img

Added RK3328 TVBOX uboot to DietPi_ROCK64-ARMv8-Bullseye.img
Added DTB fdtfile=rockchip/rk3318-box.dtb to /boot/armbianEnv.txt

Uboot extracted from Multitool IMG . Armbian for RK3318/RK3328 TV box boards

sudo dd if=multitool.img of=uboot_multitool_rk3328.img bs=1M count=16 conv=fsync

Uboot write to DietPI IMG.
Replace /dev/SDCARD (sdcard Dietpi)

sudo dd if=uboot_multitool_rk3328.img of=/dev/SDCARD conv=fsync bs=1 count=442
sudo dd if=uboot_multitool_rk3328.img of=/dev/SDCARD conv=fsync bs=512 skip=1 seek=1

Credits go to jock. Maintainer of Armbian project for RK3318/RK3328 TV box img and developer of Multitool
U-boot from Multitool to boot dietpi.

1 Like

Nice. This is a quite cheap hardware option.
Could you post a link of the system you used? There are a couple of such TV boxes with a RM3328 available (also with a RM3318), I do not know if all H96max systems are identical and can be used.

H96 MAX Plus RK3328

Look at forum:Armbian for RK3318/RK3328 TV box boards

For more HW info.

I am testing a img for amlogic s90Xx tvboxes.
Got it running on X96mini s905w.
Need some more testing before posting back her.

1 Like