-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
siproqu
committed
Nov 3, 2020
1 parent
2460dc3
commit b6d2f57
Showing
2 changed files
with
15,861 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.