Skip to content

Releases: brunompena/zsun-resources

OpenWrt 22.03.3 (main firmware)

17 Jan 11:47
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.3 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.2 (main firmware)

17 Jan 11:46
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.2 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.1 (main firmware)

17 Jan 11:45
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.1 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0 (main firmware)

17 Jan 11:43
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0-rc6 (main firmware)

16 Jan 19:58
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0-rc6 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-rc6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-rc6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-rc6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-rc6-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0-rc5 (main firmware)

16 Jan 19:57
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0-rc5 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-rc5-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0-rc4 (main firmware)

16 Jan 19:55
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0-rc4 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-rc4-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0-rc3 (main firmware)

16 Jan 19:53
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0-rc3 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-rc3-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0-rc2 (main firmware)

16 Jan 19:51
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0-rc2 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-rc2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-rc2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-rc2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-rc2-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware

OpenWrt 22.03.0-rc1 (main firmware)

16 Jan 19:50
Compare
Choose a tag to compare

Compatibility

This release is only compatible with devices that have been updated using these instructions.

If you attempt to use it without having previously updated your device with the above instructions, then you'll most likely brick it!

Upgrade

The upgrade to 22.03.0-rc1 can be performed from either the main firmware or the recovery firmware.

Doing it from the main firmware gives you more flexibility:

  • You can upgrade using the CLI or LuCI
  • You can easily preserve your changes

While from the recovery firmware:

  • You can only use the CLI
  • You must manually backup and restore your changes

Upgrading from the Main Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
sysupgrade -o /tmp/openwrt-22.03.0-rc1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin
  • To upgrade without preserving your changes:
sysupgrade -n /tmp/openwrt-22.03.0-rc1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin

Upgrading from the Recovery Firmware (CLI)

Start by copying the new firmware to the /tmp folder, check its md5sum and then follow the instructions below.

  • To upgrade and preserve your changes:
    • Create a backup file with all your changes
      mount-firmware
      tar czvf /tmp/backup.tar.gz -C /firmware/overlay/upper .
      umount-firmware
      
    • Flash the new main firmware
      mtd write /tmp/openwrt-22.03.0-rc1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware
      
    • Restore the backup file with all your changes
      mount-firmware
      tar xzvf /tmp/backup.tar.gz -C /firmware/overlay/upper
      umount-firmware
      
    • Reboot to the main firmware
      reboot
      
  • To upgrade without preserving your changes:
mtd -r write /tmp/openwrt-22.03.0-rc1-ath79-generic-zsun_sd100-squashfs-sysupgrade.bin firmware