[flashrom] Re: HP 11 G5 EE - WP disable failure

2023-08-09 Thread Peter Marheine
> Note: hardware status register protection is enabled. The chip's WP# pin must be set to an inactive voltage level to be able to change the WP settings. You need to disable hardware write protect: https://chromium.googlesource.com/chromiumos/docs/+/master/write_protection.md On Tue, Aug 8, 2023

[flashrom] Re: HP 11 G5 EE - WP disable failure

2023-08-09 Thread Peter Marheine
ardware tech with 40 yrs experience, so no issue. Just > unfamiliar with ChromeOS. > Need to remove the board. But it's the only IT platform I have. > Learned ChromeOS, Time to go back to linux. > > > On Thu, 10 Aug 2023 at 13:01, Peter Marheine > wrote: > >>

[flashrom] Re: RFC: remove the calibrated delay loop

2024-04-11 Thread Peter Marheine
For completeness, the proposed change is at https://review.coreboot.org/c/flashrom/+/81545 I've tested it myself (and added a unit test) and am fairly confident everything works well, but if anybody has a "weirder" machine than an x86 PC to test on, additional coverage would be helpful. On Fri, A

[flashrom] Re: Support for GD25LR512ME flash chip.

2024-05-05 Thread Peter Marheine
I found this patch by searching gerrit for the part number: https://review.coreboot.org/c/flashrom/+/58025 On Tue, Apr 30, 2024 at 6:54 PM Munduru, Avinash via flashrom < flashrom@flashrom.org> wrote: > [AMD Official Use Only - General] > > + attaching the output log > > -

[flashrom] Re: CHIPSET: Intel Kaby Lake U w/ iHDCP2.2 Prem

2024-07-08 Thread Peter Marheine
I would expect this system should already work, since ChromeOS uses flashrom itself. Have you tried it? If it failed, what did it say? On Tue, Jul 2, 2024 at 11:02 PM Jason Whitaker wrote: > Unsure of board URL, this is an Asus Chromebox for Google Meet: > > https://www.asus.com/displays-desktop

[flashrom] Makefile removal is imminent

2024-07-30 Thread Peter Marheine
Hi everyone, As was described in the release notes for version 1.4, I plan to remove the Makefile soon and make Meson the only supported buildsystem for flashrom: the proposed change is https://review.coreboot.org/c/flashrom/+/83673 If you haven't tried using meson before, now would be a good tim

[flashrom] Re: Need help - Segmentation fault 11 when trying to write

2024-08-18 Thread Peter Marheine
Are you able to share a core dump with us to be able to see where it's crashing? It looks like if you do `ulimit -c unlimited` in your shell before running flashrom, you should get a core dump in `/cores/core.PID` (where PID is the PID of the flashrom process) when it crashes. If you can share that

[flashrom] Re: HP Compaq 8300 Elite - NVMe BIOS Update Error

2025-01-23 Thread Peter Marheine
You misspelled the chip name in the command to write. Your log shows you correctly said "MT25QL128" when reading the chip initially (which worked), but then wrote "MT25Q128" (missing the 'L') in the command to write. On Sun, Jan 19, 2025 at 11:41 PM Manuel del Rey Carral < manuel.delreycar...@gmai

[flashrom] Re: probing logic in command line vs libflashrom

2025-01-27 Thread Peter Marheine
It looks to me like the library only looks for up to two matches because it returns an error if there's more than one match. I agree that it would be good to make it able to report which chips matched (making flashrom_flash_probe() suitable for CLI use) in addition to returning an error, but the AP

[flashrom] Re: Bugreport: ASUS PRIME X370-A "internal" programmer, Flash not detected

2025-01-08 Thread Peter Marheine
That's probably because you have hardware that's known not to be supported currently: https://flashrom.org/release_notes/v_1_5.html#known-issues On Sat, Jan 4, 2025 at 12:13 AM Markus Rudolf via flashrom < flashrom@flashrom.org> wrote: > Hi, > > I have an ASUS PRIME X370-A and wanted to make a ra

[flashrom] Re: FAILED: Swanky Baytrail

2025-01-08 Thread Peter Marheine
What version of flashrom do you have? It looks like this might be the bug that was introduced in 1.5.0 and fixed in 1.5.1. On Fri, Dec 13, 2024 at 2:46 AM Chris Andrew wrote: > Hi, guys. > > I'm trying to update the firmware for my Toshiba Swanky. I've done this > several times before, without i

[flashrom] Re: unusual behaviour and message

2025-03-06 Thread Peter Marheine
It looks to me like your communication isn't working at all, since your log looks like you're reading all ones: "id1 0xff, id2 0xff, id1 parity violation" appears for every chip that it's probing for, and the "parity violation" part in particular looks like a communication error. On Tue, Feb 18, 2

[flashrom] Re: libflashrom questions

2025-03-13 Thread Peter Marheine
Hey Dmitry, Thanks for the notes! There aren't many general-purpose users of the library API so I'm sure it does currently have some rough edges- it's nice to have somebody interested in improving it. - how to obtain the list of programmers , as far as I see there is no any > way to do it for no