Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| toh:sinovoip:bananapi_bpi_r3_mini [2024/09/12 20:51] – [Installation] turboproc | toh: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 118: | Line 118: | ||
| 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 | ||
| + | | ||