Skip to content

Commit

Permalink
Changed checksums to md5.
Browse files Browse the repository at this point in the history
  • Loading branch information
chill1Penguin committed Jul 31, 2023
1 parent 9b62ea1 commit 9499879
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ The initramfs image is currently using OpenWrt version 23.05.0-rc2. If you would
3. SSH into your ER605. Follow the steps below for the firmware version you have installed:<br>
***v2.0.1 and below:*** Login using the username `root` and the "root password" generated in the previous step.<br>
***v2.1.1 and above:*** Login using your web configuration GUI credentials. Then run the `enable` command followed by the `debug` command. When you are prompted for a password, enter the "CLI debug mode password" generated in the previous step.
4. Backup your MTD partitions (recommended). The backup process will not be covered here. You can find some more information on how to do this here: [https://openwrt.org/docs/guide-user/installation/generic.backup?do=#create_full_mtd_backup](https://openwrt.org/docs/guide-user/installation/generic.backup?do=#create_full_mtd_backup)
5. Download openwrt-initramfs-compact.bin and er605v2_write_initramfs.sh to the ER605 (run these commands in the SSH shell).
4. Backup your MTD partitions (recommended). The backup process will not be covered in these instructions. You can find some more information on how to do this here: [https://openwrt.org/docs/guide-user/installation/generic.backup?do=#create_full_mtd_backup](https://openwrt.org/docs/guide-user/installation/generic.backup?do=#create_full_mtd_backup)
5. Download openwrt-initramfs-compact.bin and er605v2_write_initramfs.sh to the ER605 (run these commands in the SSH shell):
```
cd /tmp
curl -o er605v2_write_initramfs.sh https://raw.githubusercontent.com/chill1Penguin/er605v2_openwrt_install/main/er605v2_write_initramfs.sh
curl -o openwrt-initramfs-compact.bin https://raw.githubusercontent.com/chill1Penguin/er605v2_openwrt_install/main/openwrt-initramfs-compact.bin
chmod +x er605v2_write_initramfs.sh
```
6. Verify the checksum of the openwrt-initramfs-compact.bin image. It should match the checksum found in the [sha256sums](sha256sums) file. You can get the checksum by running:
6. Verify the checksum of the openwrt-initramfs-compact.bin image. It should match the checksum found in the [md5sums](md5sums) file. You can get the checksum by running:
```
sha256sum openwrt-initramfs-compact.bin
```
Expand Down
1 change: 1 addition & 0 deletions md5sums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fef655c2e9d35f300808c59a09687216 openwrt-initramfs-compact.bin
1 change: 0 additions & 1 deletion sha256sums

This file was deleted.

0 comments on commit 9499879

Please sign in to comment.