Browse Source

Fix firmware image links and add bit about lack of NAND flash support

RISCi_ATOM 4 years ago
parent
commit
f6d9ce3b08
1 changed files with 18 additions and 10 deletions
  1. 18 10
      docs/TPE_R1200.md

+ 18 - 10
docs/TPE_R1200.md

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