openwrt--bananapi_bpi-r3-mini-squashfs-sysupgrade.itb
Write them to the appropriate partitions:
echo 0 > /sys/block/mmcblk0boot0/force_ro
dd if=/tmp/openwrt--bananapi_bpi-r3-mini-emmc-preloader.bin of=/dev/mmcblk0boot0
dd if=/tmp/openwrt--bananapi_bpi-r3-mini-emmc-bl31-uboot.fip of=/dev/mmcblk0p3
dd if=/tmp/openwrt--bananapi_bpi-r3-mini-initramfs-recovery.itb of=/dev/mmcblk0p4
dd if=/tmp/openwrt-*-bananapi_bpi-r3-mini-squashfs-sysupgrade.itb of=/dev/mmcblk0p5
sync
Everything worked fine for about 30 minutes or so…My WWAN card was online and I was testing range of the WiFi. Walked out of my office to the bedroom and saw the WiFi shutoff…
So I came back to the router and the only lights on were the main power and 2 blue lights.
I have not been able to get the board to boot into NAND or EMMC and get no output when connected via serial. The board just bricked itself.
Ok. I was able to get some out put now. With the selector switch set to Nand, I get:
NOTICE: NMBM management region starts at block 960 [0x07800000]
NOTICE: NMBM has been initialized in read-only mode
ERROR: BL2: Failed to load image id 3 (-2)
From here…Do I follow the instructions in your post @frank-w to try to reflash EMMC or should I be trying to reflash Nand?