Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
toh:sinovoip:bananapi_bpi_r3_mini [2024/08/15 18:09] – Add installation manual wiagntoh:sinovoip:bananapi_bpi_r3_mini [2024/12/16 23:26] (current) – added info about trouble with en8811h-firmware after NAND flashing. (P.P.S. part)) bulat-ch
Line 114: Line 114:
   ubiupdatevol /dev/ubi0_4 /tmp/openwrt-*-bananapi_bpi-r3-mini-initramfs-recovery.itb   ubiupdatevol /dev/ubi0_4 /tmp/openwrt-*-bananapi_bpi-r3-mini-initramfs-recovery.itb
   volsize=$(wc -c < /tmp/openwrt-*-bananapi_bpi-r3-mini-squashfs-sysupgrade.itb)   volsize=$(wc -c < /tmp/openwrt-*-bananapi_bpi-r3-mini-squashfs-sysupgrade.itb)
-  ubimkvol /dev/ubi0 -n 5 -N fip -s $volsize+  ubimkvol /dev/ubi0 -n 5 -N fit -s $volsize
   ubiupdatevol /dev/ubi0_5 /tmp/openwrt-*-bananapi_bpi-r3-mini-squashfs-sysupgrade.itb   ubiupdatevol /dev/ubi0_5 /tmp/openwrt-*-bananapi_bpi-r3-mini-squashfs-sysupgrade.itb
  
 3. Remove the device from power, set boot switch to NAND, power up and boot into OpenWrt. 3. Remove the device from power, set boot switch to NAND, power up and boot into OpenWrt.
 +
 +
 +
 +P.S.: in case write to MTD results in error, apply the following
 +  insmod mtd-rw.ko i_want_a_brick=1 
 +  
 +  
 +P.P.S.: If after NAND flashing to 24.10.0-rc2 and trying flash using TFTP you got an error like this: 
 +  Volume en8811h-fw not found! 
 +  [Airoha] read firmware from UBI failed. 
 +  EN8811H load firmware fail.
 +Please change in instucion above:
 +  ubimkvol /dev/ubi0 -N en8811h-firmware -n 1 -s 147456 -t static
 +to:
 +  ubimkvol /dev/ubi0 -N en8811h-fw -n 1 -s 147456 -t static
 +  
  • Last modified: 2024/12/16 23:26
  • by bulat-ch