Gentoo Archives: gentoo-user

From: Kai Krakow <hurikhan77@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Flashing hardware via WINE ?
Date: Sun, 19 Mar 2017 08:38:27
Message-Id: 20170319093752.6c664eae@jupiter.sol.kaishome.de
In Reply to: [gentoo-user] Flashing hardware via WINE ? by tuxic@posteo.de
1 Am Sun, 19 Mar 2017 09:09:51 +0100
2 schrieb tuxic@××××××.de:
3
4 > Hi,
5 >
6 > I have a smart NiMH-charger with serial port (normally used to
7 > dump chargeing curves to the PC).
8 > The chargers firmware can bei flashed with a flashtool provided
9 > by the vendor. The communication is via serial port. I have
10 > a PCI=>serial.ports-card installed in my PC.
11 >
12 > The command
13 >
14 > file <flashing tool>
15 >
16 > results in this information
17 >
18 > PE32 executable (GUI) Intel 80386, for MS Windows
19 >
20 > . As Linux user by heart I have no Windows.
21 >
22 > May the attempt to install wine and use it for this purpose
23 > a thinkable way or are the precoditions that way, that it
24 > is due to those a NO-NO...?
25
26 Flashing via serial port should be no problem from within Wine. It
27 requires no special driver implementation.
28
29 However, if the hardware implements its own driver behind the serial
30 port, it won't work anyways because on the Wine side there will be no
31 such driver.
32
33 So I think, it should either work or fail early without doing damage.
34
35
36 > Does anyone have experience with such an attempt?
37
38 I'm usually doing such things from VirtualBox by passing through the
39 hardware (usually USB, that's easily done from within the GUI).
40
41 VirtualBox can also pass COM ports to the VM. You may want to try that
42 as a second chance.
43
44
45 --
46 Regards,
47 Kai
48
49 Replies to list-only preferred.

Replies

Subject Author
Re: [gentoo-user] Re: Flashing hardware via WINE ? tuxic@××××××.de