How to install Manjaro ARM on emmc properly? Orange Pi 5 Plus doesn't boot

I am using kernel-6.1.43-joshua-panthor-git and firmware basically from Joshua’s Riek through https://github.com/7Ji/archrepo/releases/download/aarch64/linux-firmware-joshua-git-20240429.298accd.20240610.9c10a208-1-any.pkg.tar.zst which also install “linux-firmware”.

Did download the drivers from the Xunlong link you provide and the driver has the same byte size as what I am currently using.

I got here by chance:

https://unix.stackexchange.com/questions/768396/tx20e-pci-wifi-adapter-breaks-linux-shutdown-suspend-it-boots-up-after-shutdow

He has problems with your pci 8852be chipset and resolves with deleting the kernel module and installing from github. Can be related …

Thanks. Tried this on Armbian-armsurvivors-KDE-Neon-6.1.43-vendor-boogie-panthor-rk35xx image but resulted in errors:

jfl@orangepi5-plus:~$ git clone https://github.com/lwfinger/rtw8852be.git
cd rtw8852be
make
sudo make install
Cloning into 'rtw8852be'...
remote: Enumerating objects: 9555, done.
remote: Counting objects: 100% (278/278), done.
remote: Compressing objects: 100% (113/113), done.
remote: Total 9555 (delta 191), reused 204 (delta 165), pack-reused 9277
Receiving objects: 100% (9555/9555), 20.99 MiB | 979.00 KiB/s, done.
Resolving deltas: 100% (6160/6160), done.
#rm -f .symvers.8852be
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/6.1.43-vendor-boogie-panthor-rk35xx/build M=/home/jfl/rtw8852be  modules
make[1]: *** /lib/modules/6.1.43-vendor-boogie-panthor-rk35xx/build: No such file or directory.  Stop.
make: *** [Makefile:635: modules] Error 2
[sudo] password for jfl: 
Sorry, try again.
[sudo] password for jfl: 
install -p -m 644 8852be.ko  /lib/modules/6.1.43-vendor-boogie-panthor-rk35xx/kernel/drivers/net/wireless/
install: cannot stat '8852be.ko': No such file or directory
make: *** [Makefile:644: install] Error 1
jfl@orangepi5-plus:~/rtw8852be$