Skip to content

TCRP Web Builder

pocopico edited this page Jun 5, 2023 · 16 revisions

Even early at the beggining of developing the CLI rploader.sh it became clear to me that there is a need for a more simple way to build the loader.

So I've experimented with a menu/interactive (dialog) based solution but even that was somehow difficult so my motivation got lost to furher develop that.

After working for some time on improoving the cli builder and fix bugs, maintain modules, introduce additional platforms and even contrinuting in the LKM project, everything became rather stable and not challenging enough anymore.

So, I've started thinking again about my old plans to make it simpler for the novice user to build a loader and started mandling the TCRP Web Builder.

Since version 0.9.4.8, it has become rather stable and has succesfully passed all tests for the below models :

  1. DS1019+: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  2. DS1520+: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  3. DS1621+: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  4. DS1621xs+: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  5. DS2422xs: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  6. DS3615xsp: 7.0.1 -> 7.1.0 -> 7.1.1 U5 (7.1.1 Will be the last version supported)
  7. DS3617xsp: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  8. DS3622xs: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  9. DS723p: 7.1.1 U2 -> 7.1.1 U6 -> 7.2.0
  10. DS918p: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  11. DS920p: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  12. DS923p: 7.1.1 U5 -> 7.2.0
  13. DVA1622: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  14. DVA3221: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  15. DVA3219: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  16. FS2500: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  17. RS3413xs+: Not supported
  18. RS3618xs+: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U5 -> 7.2.0
  19. RS4021xs+: 7.0.1 U6 -> 7.1.0 U4 -> 7.1.1 U2 -> 7.2.0

Its still a work in progress and i need some feedback from the end users to furher add and improve the experience.

Please be drop me a message in discussion to add any tests you've performed and are not included in the list above.

Clone this wiki locally