Install 21RC on BananaPi Bpi-R64

Hi! Can someone guide how to install Openwrt 21RC on Bpi-r64 mmc card? I can install snapshot built but having troubles with 21RC.
What rootdisk-squashfs-sysupgrade-emmc is for? I tried to flash it to /dev/mmcblk0 but it does not work for me.
Device page in wiki is not available anymore.

https://webcache.googleusercontent.com/search?q=cache:qdL8RG6GBU0J:https://openwrt.org/toh/sinovoip/sinovoip_bananapi_bpi-r64_v1.1+&cd=1&hl=en&ct=clnk&gl=se&client=firefox-b-d

After sysupgrade I can not boot into new kernel (production).

Using default Uboot config:

switch to partitions #0, OK
mmc0(part 0) is current device

MMC read: dev # 0, block # 81920, count 8 ... 8 blocks read: OK

MMC read: dev # 0, block # 81920, count 6095 ... 6095 blocks read: OK
## Loading kernel from FIT Image at 4007ff28 ...
Could not find configuration node
ERROR: can't get kernel image!
Press ENTER to return to menu

MT7622> bootm 0x4007ff28#bootconf

## Loading kernel from FIT Image at 4007ff28 ...
Could not find configuration node
ERROR: can't get kernel image!
MT7622> bootm
## Loading kernel from FIT Image at 4007ff28 ...
   Using 'config@1' configuration
   Trying 'kernel@1' kernel subimage
     Description:  ARM64 OpenWrt Linux-5.4.111
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x40080010
     Data Size:    3092879 Bytes = 2.9 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x44080000
     Entry Point:  0x44080000
     Hash algo:    crc32
     Hash value:   fa40e9cb
     Hash algo:    sha1
     Hash value:   d616c2e7c56cd81c11ce14d691238003430d790f
   Verifying Hash Integrity ... error!
Node name contains @ in 'kernel@1' image node
Bad Data Hash
ERROR: can't get kernel image!

I suppose there something wrong in uboot config, maybe $loadaddr. I just don't know too much about these things.