Raxda rockpi N10 ver A 4GB RAM

Image Debian 10 XFCE 4.12 works only till first reboot ( update )
after reboot system hangs
dhd_module init Exit error=-19

When i install packages that error demaged image
processing triggers for initramfs-tools
failed to create hard link /boot/initrd.img-4.4.167-5 rockchip operation not permitted

After this cant boot system from sd-card

so you are running the whole system on sd card? I think you can just dd the image to the internal eMMC.

I did acorrding to this.:
sudo su
cd ~
wget https://dl.radxa.com/rockpin10/images/debian/rockpin10_debian_buster_xfce4_arm64_20200106_0710-gpt.img.gz # get system image
dd if=/dev/zero of=./zero.img bs=4M count=100 status=progress
sync
dd if=./zero.img of=/dev/mmcblk2 bs=4M status=progress
sync
dd if=./rockpin10_debian_buster_xfce4_arm64_20200106_0710-gpt.img of=/dev/mmcblk2 bs=4M status=progress
sync

BUT IT HARM BOOTLOADER and i have to flash emmc by Android 8.1. This restored bootloader. Debian Buster XFCE image does not start from eMMC. It does not work !!! I can boot Debian only from micro-sd card and only if i have android bootloader flashed.