You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Using OpenWrt's toolchain toolchain-mipsel_mips32_gcc-5.2.0_musl-1.1.11 will require [this patch](http://lists.denx.de/pipermail/u-boot/2015-July/217911.html) to be applied.
2. Erase and write u-boot image on bootloader partition of Ci40
18
+
19
+
$ flashcp -v u-boot-pistachio-nor.img /dev/mtd0
20
+
21
+
Note: flashcp needs to be manually selected in OpneWrt menuconfig
22
+
23
+
Base system -> busybox -> Cutomize busybox options -> Miscellaneous Utilities -> flashcp
24
+
25
+
3. Reboot
26
+
27
+
$ reboot
28
+
29
+
_Please be aware that you may brick the board if you flashed a wrong bootloader. Only way to re-cover back the board is to use Dedi-prog SF100 programmer to flash the pre-built bootloader again._
0 commit comments