Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [OT] Small and dirty 32 bit environment just to flash my Bus Pirate
Date: Thu, 20 Jul 2017 01:51:57
Message-Id: okp2b3$osj$1@blaine.gmane.org
In Reply to: [gentoo-user] [OT] Small and dirty 32 bit environment just to flash my Bus Pirate by tuxic@posteo.de
1 On 19/07/17 19:57, tuxic@××××××.de wrote:
2 > Hi,
3 >
4 > My Buspirate v36a needs a newer firmware.
5 > Unfortunately the flasher software is only
6 > available in 32bit and I run a 64bit modern
7 > Gentoo.
8
9 Is this the tool?
10
11 https://github.com/DangerousPrototypes/Bus_Pirate/blob/master/package/BPv3-firmware/pirate-loader_lnx
12
13 That is a dynamically linked executable. I just ran it on my 64-bit Gentoo:
14
15
16 $ ./pirate-loader_lnx
17 +++++++++++++++++++++++++++++++++++++++++++
18 Pirate-Loader for BP with Bootloader v4+
19 Loader version: 1.0.2 OS: Linux
20 +++++++++++++++++++++++++++++++++++++++++++
21
22 pirate-loader usage:
23
24 ./pirate-loader --dev=/path/to/device --hello
25 ./pirate-loader --dev=/path/to/device --hex=/path/to/hexfile.hex [
26 --verbose
27 ./pirate-loader --simulate --hex=/path/to/hexfile.hex [ --verbose

Replies