mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-04 11:05:45 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
12
rpi/eeprom/docs/eepromutils/README.txt
Normal file
12
rpi/eeprom/docs/eepromutils/README.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
Utilities to create, flash and dump HAT EEPROM images.
|
||||
|
||||
Edit eeprom_setting.txt for your particular board and run through
|
||||
eepmake tool, then use eepflash tool to write to attached HAT ID EEPROM
|
||||
|
||||
Tools available:
|
||||
|
||||
eepmake: Parses EEPROM text file and creates binary .eep file
|
||||
|
||||
eepdump: Dumps a binary .eep file as human readable text (for debug)
|
||||
|
||||
eepflash: Write or read .eep binary image to/from HAT EEPROM
|
Loading…
Add table
Add a link
Reference in a new issue