Nick: zakalwe E-mail: none Board: SWANKY Contents: paradox@EthicsGradient:~$ sudo ./flashrom -p ch341a_spi -w coreboot_tiano-swanky-mrchromebox_20210725.rom flashrom v1.2-99-gfbb2b25f61 on Linux 5.13.0-37-generic (x86_64) flashrom is free software, get the source code at https://flashrom.org Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Winbond flash chip "W25Q64.W" (8192 kB, SPI) on ch341a_spi. Reading old flash chip contents... done. Erasing and writing flash chip... FAILED at 0x000e4000! Expected=0xff, Found=0x00, failed byte count from 0x000e4000-0x000e4fff: 0x1000 ERASE FAILED! Reading current flash chip contents... done. Looking for another erase function. FAILED at 0x00000000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x00007fff: 0x8000 ERASE FAILED! Reading current flash chip contents... done. Looking for another erase function. FAILED at 0x00000000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x0000ffff: 0x10000 ERASE FAILED! Reading current flash chip contents... #### This is where I pull the USB because it looked like it was just going to keep reading and failing forever. cb_in: error: LIBUSB_TRANSFER_ERROR cb_out: error: LIBUSB_TRANSFER_ERROR cb_in: error: LIBUSB_TRANSFER_ERROR ch341a_spi_spi_send_command: Failed to write 4265 bytes cb_in: error: LIBUSB_TRANSFER_ERROR cb_in: error: LIBUSB_TRANSFER_ERROR cb_in: error: LIBUSB_TRANSFER_ERROR cb_in: error: LIBUSB_TRANSFER_ERROR Can't read anymore! Aborting. FAILED! Uh oh. Erase/write failed. Checking if anything has changed. Reading current flash chip contents... ch341a_spi_spi_send_command: failed to submit OUT transfer: LIBUSB_ERROR_NO_DEVICE ch341a_spi_spi_send_command: Failed to write 4265 bytes Can't even read anymore! Your flash chip is in an unknown state. Please report this on IRC at chat.freenode.net (channel #flashrom) or mail flashrom@flashrom.org, thanks! enable_pins: failed to submit OUT transfer: LIBUSB_ERROR_NO_DEVICE enable_pins: Failed to write 4 bytes Could not disable output pins. flashrom: ../../libusb/os/threads_posix.h:46: usbi_mutex_lock: Assertion `pthread_mutex_lock(mutex) == 0' failed. Aborted