[flashrom] MSI X570-A PRO (MS-7C37)

2020-09-09 Thread Clay Daniels
I'm just trying to read what bios info I can: MSI X570-A PRO (MS-7C37) AMD Ryzen 7 3700X FreeBSD fbsd13 13.0-CURRENT FreeBSD 13.0-CURRENT root@fbsd13:~ # flashrom -p internal flashrom v1.2 on FreeBSD 13.0-CURRENT (amd64) flashrom is free software, get the source code at https://flashrom.org Usin

[flashrom] Re: Success Report - Intel Z370 on MSI Z370-A PRO motherboard

2020-09-09 Thread Clay Daniels
Congrats, Aspen. I have a MSI X570-A PRO (MS-7C37) Motherboard and trying to get flashrom v1.2 on FreeBSD 13.0-CURRENT to recognize my mb. Looking at the supported hardware at https://www.flashrom.org/Supported_hardware I don't see my mb NOR yours either. Give me a little more detail on how you mad

[flashrom] Re: Success Report - Intel Z370 on MSI Z370-A PRO motherboard

2020-09-10 Thread Clay Daniels
On Wed, Sep 9, 2020 at 5:36 PM Angel Pons wrote: > Hi list, > > On Wed, Sep 9, 2020 at 9:07 PM Clay Daniels > wrote: > > > > Congrats, Aspen. I have a MSI X570-A PRO (MS-7C37) Motherboard and > trying to get flashrom v1.2 on FreeBSD 13.0-CURRENT to recognize my mb.

[flashrom] Re: MSI X570-A PRO (MS-7C37)

2020-09-16 Thread Clay Daniels
nux disk as FreeBSD doesn't do lspci, just pciconf. I also tried (twice) to load a pciconf -lvb from FreeBSD, which is there but called lspci ;-( Anyway, thanks for your help, Clay > > ср, 9 сент. 2020 г. в 10:52, Clay Daniels : > > > > I'm just trying to read what b

[flashrom] Re: MSI X570-A PRO (MS-7C37)

2020-09-17 Thread Clay Daniels
i file, although I'm not skilled enough > to tell what exactly caused a flashrom's internal mode to fail - maybe > someone else can help you. > > ср, 16 сент. 2020 г. в 22:59, Clay Daniels : > > > > > > > > On Wed, Sep 16, 2020 at 11:43 AM Ivan Ivanov &g

[flashrom] Re: MSI X570-A PRO (MS-7C37)

2020-09-18 Thread Clay Daniels
of > the past: SeaBIOS coreboot's payload is a "modern legacy BIOS" and > I've never had any problems with its' MBR. Pushing for new standards > that are more and more complicated and closed - shouldn't be done just > for the sake of new-ness. "

[flashrom] Schematic: MSI X570-A PRO (MS-7C37) ?

2020-09-27 Thread Clay Daniels
Looking for schematic for: MSI X570-A PRO (MS-7C37) Ivan Ivanov pointed out a very nice detailed view which I could not find in MSI marketing propaganda, and it looks like I will need to use a CH341A external programmer. This means I need to know if the vcc to the chip is 3.3v or 5v. I have no rea

[flashrom] Re: Schematic: MSI X570-A PRO (MS-7C37) ?

2020-09-27 Thread Clay Daniels
On Sun, Sep 27, 2020 at 3:42 PM Angel Pons wrote: > Hi Clay, > > On Sun, Sep 27, 2020 at 8:23 PM Clay Daniels > wrote: > > > > Looking for schematic for: > > MSI X570-A PRO (MS-7C37) > > > > Ivan Ivanov pointed out a very nice detailed view which I co

[flashrom] Re: Schematic: MSI X570-A PRO (MS-7C37) ?

2020-09-28 Thread Clay Daniels
Thank you VERY much! This is the kind of data needed. On Mon, Sep 28, 2020 at 8:57 AM Jonathan A. Kollasch wrote: > Re. JSPI1: https://www.flashrom.org/MSI_JSPI1 > ___ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flash

[flashrom] Operating Systems for coreboot/flashrom/etc?

2020-09-29 Thread Clay Daniels
I am a big FreeBSD fan, and also run NetBSD on an older machine. Haven't used much Linux lately but installed Ubuntu to get a lspci for flashrom use. Ubuntu is fine, but does not have superiotool available as best I see. Looking back to FreeBSD I found superiotool just where I expected, as a port t

[flashrom] Beginners-Guide-to-Using-a-CH-A-SPI-Programmer with AMD

2020-10-06 Thread Clay Daniels
https://www.win-raid.com/t4287f16-GUIDE-The-Beginners-Guide-to-Using-a-CH-A-SPI-Programmer-Flasher-With-Pictures.html Nice article in general, but it also says: "*Note:* If you are flashing an AMD motherboard, you need to put the 1.8V adapter into the SPI, and then put the clip assembly onto that.

[flashrom] Re: Beginners-Guide-to-Using-a-CH-A-SPI-Programmer with AMD

2020-10-07 Thread Clay Daniels
make it too simple :-) Clay > > On Wed, Oct 7, 2020 at 9:43 AM Clay Daniels > wrote: > > > > > https://www.win-raid.com/t4287f16-GUIDE-The-Beginners-Guide-to-Using-a-CH-A-SPI-Programmer-Flasher-With-Pictures.html > > > > Nice article in general, but it also says:

[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
already the newest version (1:3.7.0-2). On Fri, Oct 30, 2020 at 1:05 AM Clay Daniels wrote: > *I used this procedure in Ubuntu:* > > > > > > > > > > > > > > > > > > > > > > > > > *sudo apt-get install -y bison build

[flashrom] Re: Attempt to install flashrom from git

2020-10-31 Thread Clay Daniels
nd my spi flash chip yet, but I'm working on it. Just being able to build the latest git version is a big step forward. Thanks all, clay On Fri, Oct 30, 2020 at 2:50 PM Nico Huber wrote: > Hello Clay, > > On 30.10.20 19:15, Clay Daniels wrote: > > Never mind, Ubuntu has a

[flashrom] Re: Attempt to install flashrom from git

2020-11-06 Thread Clay Daniels
By the way, once I discovered the basic path to install flashrom from git, it works for me on Fedora too, in addition to Ubuntu. One more question: Which flavor of Linux works the best for flashrom/coreboot? Clay ___ flashrom mailing list -- flashrom@fl

[flashrom] Successful Flashrom Install - Thanks to all!

2020-11-06 Thread Clay Daniels
All the pieces finally came together. I made a fresh install of Ubuntu, installed all the needed tools. cloned flashrom, modified sb600spi.c per Rene's patch to include my AMD X570 "0x61" spi, did a make install, and it works! root@clay-MS-7C37:~# flashrom -p internal flashrom v1.2-135-g07edbb9-di

[flashrom] Re: Successful Flashrom Install - Thanks to all!

2020-11-07 Thread Clay Daniels
. On Thu, Nov 5, 2020 at 12:58 AM Clay Daniels wrote: > All the pieces finally came together. I made a fresh install of Ubuntu, > installed all the needed tools. cloned flashrom, modified sb600spi.c per > Rene's patch to include my AMD X570 "0x61" spi, did a make install,

[flashrom] Re: asrock x370

2020-12-15 Thread Clay Daniels
Gergely, I have a similar AMD motherboard as you, and when I first tried playing with flashrom at the end of August I installed flashrom on FreeBSD. I got almost the same message as you: "FCH device found but SMBus revision 0x59 does not match known values." (Except mine said revision 0x61) Well,

[flashrom] Re: Unrecognized SMBus revision

2020-12-15 Thread Clay Daniels
On Tue, Dec 15, 2020 at 4:27 PM Jean-Paul Crespy via flashrom < flashrom@flashrom.org> wrote: > Hello, > > As indicated in error message (attached file "flashrom.log"), I transmit > you the requested information. > > Best regards > > Jean-Paul Crespy > I have a similar AMD motherboard as you, and

[flashrom] Re: Unrecognized SMBus revision

2020-12-16 Thread Clay Daniels
t I would > mention that the support for Ryzen style FCH's is actually done and has > merged. Feel free to give the tip of the tree a go for your board and let > me know if you have any issues with it! > > Kind regards, > Edward. > > On Wed, 16 Dec 2020 at 17:20, Clay

[flashrom] Fwd: Unrecognized SMBus revision

2020-12-17 Thread Clay Daniels
- Forwarded message - From: Clay Daniels Date: Thu, Dec 17, 2020 at 10:06 AM Subject: Re: [flashrom] Unrecognized SMBus revision To: Edward O'Callaghan (Code Review) Please let me retract part of what I said, which is incorrect: "I do have one who has an 0x51 board w

[flashrom] Re: Reporting log

2020-12-21 Thread Clay Daniels
Lac, you probably installed flashrom from a binary package. The fix Edward gives is intended to go into a source file sb600spi.c and then compiled to produce the executable binary on your Lenovo Ideapad 3. Go to: https://www.flashrom.org/Downloads You will need to make sure you install the requir

[flashrom] Re: Reporting log

2020-12-23 Thread Clay Daniels
Lac, Edward has fixed flashrom to accommodate your 0x51 spi, so no need to apply any patch. You can use either: *git clone https://review.coreboot.org/flashrom.git * or *git clone https://github.com/flashrom/flashrom.git

[flashrom] Re: Please report this to flashrom@flashrom.org

2021-01-03 Thread Clay Daniels
Matt, your post to StackExchange is very impressive, as is your machine with a Threadripper! What shows the problem & the answer is this: "FCH device found but SMBus revision 0x59 does not match known values." You installed flashrom as a binary package or app, but by now we have fixed the issues w

[flashrom] Re-building after failed flash

2021-04-06 Thread Clay Daniels
lled. I am assuming the new motherboard has a bios installed too. Any help appreciated, Clay Daniels ___ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-le...@flashrom.org