Rock 5C problems when update packages

Hi, I’m new to rock boards. I have bought a Rock5c and an eMMc module. I have followed the tutorial https://docs.radxa.com/en/rock5/rock5c/getting-started/install-os?install-os=eMMC&maskrom=Linux&install-os-emmc-using-maskrom=Linux&host-os=debian for install the OS on the eMMc. All the steps have been OK, but when I have connected the board to the power supply and to a screen it does not produce any output and the user LED remains blinking blue.

I used:

1996  sudo rkdeveloptool ld
 1997  sudo rkdeveloptool db ~/Downloads/rk3588_spl_loader_v1.08.111.bin 
 1998  sudo rkdeveloptool wl 0 ~/Downloads/rock-5c_debian_bullseye-test_kde_t2.img
 1999  sudo rkdeveloptool rd

When I view the eMMc module has the system partitions in fat32 and ext4 but does not boot.

I have verified that through SSH it does access the board.

radxa@rock-5c:~$ xrandr
Can't open display

I tried to update the software but obtains this error:

radxa@rock-5c:~$ sudo apt install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-5.10.110-36-rockchip (5.10.110-36-4bf76ce4f) ...
dkms: running auto installation service for kernel 5.10.110-36-rockchip:.
update-initramfs: Generating /boot/initrd.img-5.10.110-36-rockchip
/etc/kernel/postinst.d/yz-update-overlays: line 36: __parameter_type_check: command not found
run-parts: /etc/kernel/postinst.d/yz-update-overlays exited with return code 127
P: Checking for EXTLINUX directory... found.
P: Writing config for vmlinuz-5.10.110-36-rockchip...
P: Writing config for vmlinuz-5.10.110-32-rockchip...
dpkg: error processing package linux-image-5.10.110-36-rockchip (--configure):
 installed linux-image-5.10.110-36-rockchip package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-rock-5c:
 linux-image-rock-5c depends on linux-image-5.10.110-36-rockchip; however:
  Package linux-image-5.10.110-36-rockchip is not configured yet.

dpkg: error processing package linux-image-rock-5c (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-5.10.110-36-rockchip
 linux-image-rock-5c
E: Sub-process /usr/bin/dpkg returned an error code (1)