After updating the Banana Pi R3mini on eMMC as decribed in OpenWrt-Wiki, the device does not longer boot from NAND.
Now i booted from UART while switch is set to eMMC. I tried:
mtd write /mnt/usb/openwrt-24.10.3-mediatek-filogic-bananapi_bpi-r3-mini-snand-preloader.bin /dev/mtd0
Could not open mtd device: /dev/mtd0
Can't open device for writing!
What is to do, that the device can boot from nand again?
dd if=/tmp/mtk-bpi-r3mini-NAND-20231115-single-image.bin of=/dev/mtdblock0
[ 716.305518] mtdblock: MTD device 'bl2' is NAND, please consider using UBI block devices instead.
dd: error writing '/dev/mtdblock0': Operation not permitted
1+0 records in
0+0 records out
Now i didi it as described in the Link, mentioned in the first post.
Thank you for advice and guidance!
In the firmware which is active there is no menu entry “U-Boot / U-Boot Console”. I also tried the mtk_uartboot. I was able to boot this, but for this i am overstrained. The necessary skils do i not have. I have to develop this.
I was able to fix this. I switched Bootdevice to eMMC, installed the kmod-mtd-rw. After that i proceed as described in this link OpenWRT-Wiki
Now the NAND is restored and i promise never to touch it again. Lessons learned!
I wnat to thank all of you, every single hint or answer helped me to get further.