mirror of
https://github.com/BertoldVdb/ms-tools.git
synced 2025-12-10 07:44:46 +01:00
Update README.md
This commit is contained in:
parent
1da8d16ca2
commit
f89e38f517
1 changed files with 8 additions and 2 deletions
|
|
@ -39,6 +39,11 @@ Most commands have extra options. To get help simply run the program as follows:
|
|||
Main program: ./cli --help
|
||||
Command: ./cli read --help
|
||||
|
||||
Example commands for EEPROM programming:
|
||||
|
||||
- Write: ./cli --no-firmware --log-level 2 write-file --verify EEPROM 0 /tmp/eeprom.bin
|
||||
- Read: ./cli --no-firmware --log-level 2 --help EEPROM 0 --filename=/tmp/eeprom.bin
|
||||
|
||||
## MS2106 Board
|
||||
|
||||
This repository contains the schematics and Gerbers of a simple PCB with the MS2106 chip. You can find it in the folder 'board/ms2106'. Here you can see a picture of the completed board:
|
||||
|
|
@ -46,6 +51,7 @@ This repository contains the schematics and Gerbers of a simple PCB with the MS2
|
|||
|
||||
## Compatible hardware
|
||||
These are randomly selected links after a quick Aliexpress search, I have no relation to the seller.
|
||||
|
||||
*MS2106:*
|
||||
|
||||
- https://aliexpress.com/item/33013186767.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue