Fix firmware image links and add bit about lack of NAND flash support
authorRISCi_ATOM <Bob@bobcall.me>
Wed, 29 Apr 2020 22:11:34 +0000 (18:11 -0400)
committerRISCi_ATOM <Bob@bobcall.me>
Wed, 29 Apr 2020 22:11:34 +0000 (18:11 -0400)
docs/TPE_R1200.md

index cb2f6d5a34f381a2f029a4ca91cdf020c2fcd6df..b618967f8c0d83b77125265391d563b8d888a838 100644 (file)
@@ -21,6 +21,18 @@ Some common uses include:
 * IRC bouncer.\r
 * Meshnet node (CJDNS, Batman...).\r
 \r
+# Notes\r
+\r
+With the release of v1.5.0, NAND flash support is not available yet. Before upgrading the router,\r
+the u-boot environment variable `bootcount` needs to be set higher than 3. This can be achieved\r
+by ssh'ing into the router and running : \r
+\r
+\r
+`fw_setenv bootcount 4` \r
+\r
+\r
+After rebooting the router,the router can be upgraded using a `nor` image. When upgrading, it is important that any settings\r
+are not saved and that the "Keep Settings" box is unchecked in luci or that the `-n` flag is specified when using `sysupgrade`.\r
 \r
 # Firmware Images\r
 \r
@@ -28,24 +40,20 @@ See our [flavors](https://librecmc.org/flavors.html) page for a description of e
 \r
 ## Main\r
 \r
-[TPE-R1200 NOR](https://librecmc.org/librecmc/downloads/snapshots/current/main/ar71xx/generic/librecmc-ar71xx-generic-tpe-r1200-squashfs-sysupgrade.bin)\r
-[TPE-R1200 NAND](https://librecmc.org/librecmc/downloads/snapshots/current/main/ar71xx/nand/librecmc-ar71xx-generic-tpe-r1200-squashfs-sysupgrade.tar)\r
-\r
+[TPE-R1200 NOR](https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/librecmc-ath79-generic-thinkpenguin_tpe-r1200-nor-squashfs-sysupgrade.bin)\r
 \r
 ## Core\r
 \r
-[TPE-R1200 NOR](https://librecmc.org/librecmc/downloads/snapshots/current/core/ar71xx/generic/librecmc-ar71xx-generic-tpe-r1200-squashfs-sysupgrade.bin)\r
-[TPE-R1200 NAND](https://librecmc.org/librecmc/downloads/snapshots/current/core/ar71xx/nand/librecmc-ar71xx-generic-tpe-r1200-squashfs-sysupgrade.tar)\r
-\r
+[TPE-R1200 NOR](https://librecmc.org/librecmc/downloads/snapshots/current/core/targets/ath79/generic/librecmc-ath79-generic-thinkpenguin_tpe-r1200-nor-squashfs-sysupgrade.bin)\r
 \r
 ## Image File Signatures \r
 \r
-[Main sha256sums](https://librecmc.org/librecmc/downloads/snapshots/current/main/ar71xx/generic/sha256sums)\r
+[Main sha256sums](https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/sha256sums)\r
 \r
-[Main sha256sums.asc](https://librecmc.org/librecmc/downloads/snapshots/current/main/ar71xx/generic/sha256sums.asc)\r
+[Main sha256sums.asc](https://librecmc.org/librecmc/downloads/snapshots/current/main/targets/ath79/generic/sha256sums.asc)\r
 \r
 \r
-[Core sha256sums](https://librecmc.org/librecmc/downloads/snapshots/current/core/ar71xx/generic/sha256sums)\r
+[Core sha256sums](https://librecmc.org/librecmc/downloads/snapshots/current/core/targets/ath79/generic/sha256sums)\r
 \r
-[Core sha256sums.asc](https://librecmc.org/librecmc/downloads/snapshots/current/core/ar71xx/generic/sha256sums.asc)\r
+[Core sha256sums.asc](https://librecmc.org/librecmc/downloads/snapshots/current/core/targets/ath79/generic/sha256sums.asc)\r
 \r