From: RISCi_ATOM Date: Sun, 31 Dec 2017 16:03:56 +0000 (-0500) Subject: Add basic unbrick inst. for u-boot_mod X-Git-Tag: v1.4.2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fce2d026b43d38cf23d2ba5acdce13bc5fc224c;p=librecmc%2Flibrecmc.git Add basic unbrick inst. for u-boot_mod --- diff --git a/docs/unbrick_with_uboot_mod.md b/docs/unbrick_with_uboot_mod.md new file mode 100644 index 0000000000..e82a1ce8d8 --- /dev/null +++ b/docs/unbrick_with_uboot_mod.md @@ -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