[flashrom] Re: How to obtain a BIOS image from another computer use flashrom?

2022-01-29 Thread Nico Huber
Hi Mike, On 29.01.22 15:50, Mike Banon wrote: > Hi there Angel, thank you for your reply and clarification! Please > tell, is this command > >> sudo flashrom -p internal:laptop=force_I_want_a_brick,amd_imc_force=yes -r >> ./build/coreflop.rom > > - dangerous to run, even if it's only trying to re

[flashrom] Re: How to obtain a BIOS image from another computer use flashrom?

2022-01-29 Thread Mike Banon
Hi there Angel, thank you for your reply and clarification! Please tell, is this command > sudo flashrom -p internal:laptop=force_I_want_a_brick,amd_imc_force=yes -r > ./build/coreflop.rom - dangerous to run, even if it's only trying to read (-r) and not write? (aside from "irritating the EC" po

[flashrom] Re: How to obtain a BIOS image from another computer use flashrom?

2022-01-24 Thread Angel Pons
Hi, On Sun, Jan 23, 2022 at 9:49 AM Mike Banon wrote: > > Good day! The flashrom software has the "internal" mode - using which, > you may be able to access the BIOS chip directly from your OS, if your > hardware is supported. In example: > > sudo flashrom -p > internal:laptop=force_I_want_a_bric

[flashrom] Re: How to obtain a BIOS image from another computer use flashrom?

2022-01-23 Thread Mike Banon
Good day! The flashrom software has the "internal" mode - using which, you may be able to access the BIOS chip directly from your OS, if your hardware is supported. In example: sudo flashrom -p internal:laptop=force_I_want_a_brick,amd_imc_force=yes -r ./build/coreflop.rom I think this mode is ava