-
Notifications
You must be signed in to change notification settings - Fork 165
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
Comments
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. |
Or you could just keep hosting old builds, and I can just clone this repo
and run manually...?
…On Thu, 11 Oct 2018, 22:49 MrChromebox, ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#73 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFV2wt0554QQIficpajNyw14kZweHn9Jks5uj7zZgaJpZM4XYIkQ>
.
|
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 |
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!
The text was updated successfully, but these errors were encountered: