Etcher CLI Win x86 (32-bit) v1.3.1
See original GitHub issue- Etcher version: Etcher CLI Win x86 (32-bit) v1.3.1
- Operating system and architecture: Windows 7 Ultimate
- Image flashed: N/A
- Do you see any meaningful error information in the DevTools? The selected drive was not found We can’t find \.\PHYSICALDRIVE1 in your system. Did you unplug the drive?
Hello, I was previously using version 1.1.2 and had no trouble using \.\PHYSICALDRIVE addresses to flash images. I was working on a Windows 10 (64-bit) machine and now I need to replicate my setup on a Windows 7 (32-bit) computer, but version 1.3.1 doesn’t work (in either) when I use \.\PHYSICALDRIVE type addresses.
Thank you!
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
balenaEtcher - Flash OS images to SD cards & USB drives
Download for Windows (x86|x64). v1.10.2See what's new ... Etcher for Windows (x86|x64) (Installer). Windows. x86|x64. Download. Etcher for Windows (x86|x64) ...
Read more >https://raw.githubusercontent.com/balena-io/etcher...
v1.10.2 ## (2022-11-25) * Fix missing analytics token [Edwin Joassart] ... Re-enable ext partitions trimming on 32 bit Windows [Alexis Svinartchouk] ...
Read more >How to Install Etcher on Ubuntu {via GUI or Terminal}
Install Etcher on Ubuntu by following simple steps of this ... install Etcher on Ubuntu using the AppImage format or command line interface....
Read more >Debian -- Software Packages in "bullseye"
... (3.2.2): search for files within Debian packages (command-line interface) ... for x86-64-kfreebsd-gnu target (debug symbols); binutils-x86-64-linux-gnu ...
Read more >PIXEL for PC and Mac - Raspberry Pi
You need the 32-bit version, not the 64-bit version. On their donwnload page select Etcher-1.0.0-beta.17-win32-x86.exe or. Etcher-1.0.0-beta ...
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
Closing, as all relevant PRs (https://github.com/resin-io/etcher/pull/2095, https://github.com/resin-io/etcher/pull/2097, https://github.com/resin-io/etcher/pull/2099) have been merged. Next release will have a working CLI again 😃
Turns out the casing is actually part of the problem here, because the part that lists the drives uses a different version of
drivelist
(fixed in https://github.com/resin-io-modules/resin-cli-visuals/pull/49). Further there are some dependencies that needed updating (#2095) for the packaged CLI to resolve native bindings properly, and a bug in the writer’s error handling (#2097) also contributes to the CLI being mildly broken atm.