Skip to content

Instantly share code, notes, and snippets.

@ipatch
Last active December 31, 2019 18:27
Show Gist options
  • Select an option

  • Save ipatch/5d22cb9b1b44fd2a2ea0f4d5c75221a2 to your computer and use it in GitHub Desktop.

Select an option

Save ipatch/5d22cb9b1b44fd2a2ea0f4d5c75221a2 to your computer and use it in GitHub Desktop.
flashrom output
flashrom -p buspirate_spi:dev=/dev/tty.usbserial-A700dzDq -VVV      
Initializing buspirate_spi programmer
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 1, read 0 Sending 0x00
buspirate_sendrecv: write 0, read 4
  • OS: macOS 10.13.6
  • flashrom: flashrom v1.1 installed via brew
brew info flashrom                                                          
flashrom: stable 1.1 (bottled), HEAD
Identify, read, write, verify, and erase flash chips
https://flashrom.org/
/usr/local/Cellar/flashrom/1.1 (6 files, 565.7KB) *
  Poured from bottle on 2019-07-19 at 10:19:46
From: https://github.com/ipatch/homebrew-core/blob/master/Formula/flashrom.rb
==> Dependencies
Build: pkg-config ✔
Required: libftdi0 ✔, libusb-compat ✔
==> Options
--HEAD
  • stops at
╰─λ flashrom -p buspirate_spi:dev=/dev/tty.usbserial-A700dzDq -V               
flashrom v1.1 on Darwin 17.7.0 (x86_64)
flashrom is free software, get the source code at https://flashrom.org

flashrom was built with LLVM Clang 10.0.0 (clang-1000.11.45.5), little endian
Command line (3 args): flashrom -p buspirate_spi:dev=/dev/tty.usbserial-A700dzDq -V
Calibrating delay loop... OS timer resolution is 1 usecs, 2352M loops per second, delay more than 10% too short (got 89% of expected delay), recalculating... 2396M loops per second, 10 myus = 10 us, 100 myus = 122 us, 1000 myus = 1119 us, 10000 myus = 10544 us, 4 myus = 4 us, OK.
Initializing buspirate_spi programmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment