Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No option to select firmware version #73

Open
penn5 opened this issue Oct 11, 2018 · 3 comments
Open

No option to select firmware version #73

penn5 opened this issue Oct 11, 2018 · 3 comments

Comments

@penn5
Copy link

penn5 commented Oct 11, 2018

Hi,

Thanks for all your hard work (in the 5th issue or what?),

Perhaps you could keep old firmwares available for download, in case of an issue?

Thanks!

@MrChromebox
Copy link
Owner

part of the problem is that there is some dependence between the script and firmware. With the most recent firmware update, I added a feature to the script to re-introduce software write protect, but that required reworking the firmware layout, so it can't be used with older firmware builds. So I'd have to detect when flashing an older version and disable that feature, which just adds complexity on top of managing multiple firmware versions. There's several similar issues like this (such as changing from md5 to sha1 checksums) which would require significant effort to offer older builds.

@penn5
Copy link
Author

penn5 commented Oct 12, 2018 via email

@MrChromebox
Copy link
Owner

I'd need to rework the directory structure, since hosting multiple versions for 50+ devices in a single directory isn't the best (it's not even the best for a single version at this point). I'd also need to filter out the older versions which were problematic and wouldn't want people to be able to flash. It's no small order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants