Add basic unbrick inst. for u-boot_mod
authorRISCi_ATOM <bob@bobcall.me>
Sun, 31 Dec 2017 16:03:56 +0000 (11:03 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 31 Dec 2017 16:03:56 +0000 (11:03 -0500)
docs/unbrick_with_uboot_mod.md [new file with mode: 0644]

diff --git a/docs/unbrick_with_uboot_mod.md b/docs/unbrick_with_uboot_mod.md
new file mode 100644 (file)
index 0000000..e82a1ce
--- /dev/null
@@ -0,0 +1,26 @@
+Unbrick libreCMC routers from u-boot_mod
+======================================================
+
+1. Make sure the router is powered off.
+
+2. On the host machine, disable network management (NetworkManager, wicd, etc..)
+
+3. Set the host machine IP address to 192.168.1.2
+
+4. Hold down the reset button.
+
+5. Power on the router with the reset button held.
+
+6. The red LED will light up, then flash every second.
+After the 3rd flash, release the reset button (it may
+take some coordination. From power on to the release of
+the button is exactly 3 sec.
+
+7. Open a web browser and go to 192.168.1/index.html
+
+8. Click the "browse" button and select the firmware image for your router
+
+`librecmc-ar71xx-generic-*-squashfs-*.bin`
+
+
+# WIP