[flashrom] Re: One build system to rule them all (Meson)

2020-10-30 Thread Rosen Penev
Comments from a user and from someone who recently transitioned the OpenWrt package to use meson instead of make On Wed, Oct 28, 2020 at 5:20 AM Nico Huber wrote: > > Hi Patrick, > > On 28.10.20 11:09, Patrick Georgi via flashrom wrote: > > I just pushed https://review.coreboot.org/c/flashrom/+/4

[flashrom] Re: Erase failed on W25Q128.V

2020-10-30 Thread milan hauth
> The pins CS, DO, GND, VCC, CLK and DI are connected to a Raspberry Pi. what about pins HOLD and WP (write protect)? these should be connected to VCC https://www.flashrom.org/Arduino_flasher_3.3v#Connect_the_programmer_to_a_flash_cihp 2020-10-29 19:56 GMT+01:00, Mike Banon : > are you doing th

[flashrom] Attempt to install flashrom from git

2020-10-30 Thread Clay Daniels
*I used this procedure in Ubuntu:* *sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-devgit clone https://github.com/flashrom/flashrom.git Cloning into 'flashrom'...remote: Enumerating object

[flashrom] Re: Attempt to install flashrom from git

2020-10-30 Thread Clay Daniels
Never mind, Ubuntu has an obsolete version of pciutils. Will try Fedora... root@clay-MS-7C37:~# apt info pciutils Package: pciutils Version: 1:3.7.0-2 root@clay-MS-7C37:~# apt install pciutils Reading package lists... Done Building dependency tree Reading state information... Done pciutils is alre

[flashrom] Re: Attempt to install flashrom from git

2020-10-30 Thread Nico Huber
Hello Clay, On 30.10.20 19:15, Clay Daniels wrote: > Never mind, Ubuntu has an obsolete version of pciutils. Will try Fedora... you might just need pciutils-devel or pciutils-dev or something like that. It should actually fail earlier and tell you that. Not sure what went wrong (I assume you cut

[flashrom] Re: One build system to rule them all (Meson)

2020-10-30 Thread Nico Huber
On 29.10.20 00:10, Rosen Penev wrote: > Comments from a user and from someone who recently transitioned the > OpenWrt package to use meson instead of make > > On Wed, Oct 28, 2020 at 5:20 AM Nico Huber wrote: >> >> Hi Patrick, >> >> On 28.10.20 11:09, Patrick Georgi via flashrom wrote: >>> I just