Skip to content

Commit

Permalink
Board view and README added.
Browse files Browse the repository at this point in the history
  • Loading branch information
siproqu authored and Siproqu committed Dec 9, 2020
1 parent 5fe3adc commit 0c31408
Show file tree
Hide file tree
Showing 2 changed files with 15,861 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blobs/t430s/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**Make sure that the binary files are backed up some where.**

Use the bdv file to get the pin layout and the location of the SOIC-8 chip on your board.
[Open Board View](https://github.com/OpenBoardView/OpenBoardView/releases) is a tool to read bdv files.

If you do not want to use the extract.sh script for blob extraction, you can also extract the blobs with _dd_:
```
$ dd if=eprom_read_1.bin of=gbe.bin skip=8 count=16
$ dd if=eprom_read_1.bin of=me.bin skip=24 count=10216
```
Loading

0 comments on commit 0c31408

Please sign in to comment.