Flashrom Git Command

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

for Ubuntu, this should get the toolchain and deps: sudo apt-get install gcc make

git pkg-config libusb-1.0-0-dev

git clone https://review.coreboot.org/flashrom.git && cd flashrom && git checkout


v1.2 && make CONFIG_NOTHING=yes CONFIG_CH341A_SPI=yes

Nick: icon
E-mail: none
Board: kb9028
Contents:
diff --git a/edi.c b/edi.c
index a2219ac6c426..bf0031e55cc9 100644
--- a/edi.c
+++ b/edi.c
@@ -23,8 +23,8 @@
static unsigned int edi_read_buffer_length = EDI_READ_BUFFER_LENGTH_DEFAULT;

static const struct ene_chip ene_kb9012 = {


- .hwversion = ENE_KB9012_HWVERSION,
- .ediid = ENE_KB9012_EDIID,
+ .hwversion = 0xc0,
+ .ediid = 0x07,
};

static void edi_write_cmd(unsigned char *cmd, unsigned short address, unsigned


char data)

You might also like