regression: writing image with bmap results in corrupt data
See original GitHub issue- Etcher version: 1.5.30
- Operating system and architecture: Win 10 1809 x64
- Image flashed: https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3
- Do you see any meaningful error information in the DevTools? No
This image uses a bmap to speed up flash time.
Flashing this image using Etcher 1.5.30 results in an unbootable SD card.
Flashing the same image with Etcher 1.4.9 does not corrupt the image and the SD card boots as expected.
Everything other than the Etcher version was the same between the two tests (same computer, same SD card, etc.).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (8 by maintainers)
Top Results From Across the Web
How To Perform Image Restoration Absolutely DataSet Free
This technique is often used to remove unwanted objects from an image or to restore damaged portions of old photos. The figures below...
Read more >Unsupervised missing information reconstruction for single ...
The main idea is to process a reference image of the corrupted image with a deep self-regression network and extract the internal map, ......
Read more >Choosing the Correct Type of Regression Analysis
Ridge regression allows you to analyze data even when severe ... I write a post about including and interpreting interaction effects in regression...
Read more >Deep learning for irregularly and regularly missing data ...
Motivated by this and inspired by image-to-image translation, ... randomly sampled data as input and corresponding complete data as output, ...
Read more >5 Regression Loss Functions All Machine Learners Should ...
Regression functions predict a quantity, and classification functions ... MAE loss is useful if the training data is corrupted with outliers (i.e. we ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good call:
https://github.com/balena-io-modules/etcher-sdk/blob/2811c7be2597706361778aca6932b70f41d141fd/lib/source-destination/zip.ts#L50
@dlech Thank you for the thorough analysis, we’ll look into this