Skip to content

Commit 39ad99e

Browse files
committed
[repo] Updated readme with changes in schematics (rev1.1)
1 parent 92f4b83 commit 39ad99e

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,7 @@ Floppy formatting is currently not supported, but it is currently under develope
4848

4949
## Schematics and PCB
5050

51-
> :warning: Schematics and PCB layout can be found in `/schematics` folder. Please note that **rev1.0 hardware requires some physical changes**, so if you are interested to fabricare the PCB, check out the following updated schematic first.
52-
53-
![tinyDiskII](docs/tinyDiskII-schematics-corrected.png)
54-
55-
Manual fixes are highlighed with red lines:
56-
57-
- LV_DISK_READ connected to U4 pin 21;
58-
- SD_WP connected to U4 pin 22;
59-
- SD_DETECT connected to U4 pin 23;
60-
- Added 10K pull-up resistor to DISK_WRITE_EN;
61-
- Pin 4 and 16 of U3 are shorted together.
51+
> :warning: Schematics and PCB layout can be found in `/schematics` folder. Please note that I had physically implemented only rev1.0, which requires some hardware patches. The issues were fixed in rev1.1, but I never put it into production. Build it at your own risk.
6252
6353
## Firmware
6454

@@ -78,6 +68,18 @@ cmake --build .
7868
./tinyDiskII-tests
7969
```
8070

71+
## Changelog
72+
73+
* rev1.0: first version
74+
* rev1.1: fixes the issues present in rev1.0:
75+
76+
- LV_DISK_READ connected to U4 pin 21;
77+
- SD_WP connected to U4 pin 22;
78+
- SD_DETECT connected to U4 pin 23;
79+
- Added 10K pull-up resistor to DISK_WRITE_EN;
80+
- Pin 4 and 16 of U3 are shorted together.
81+
82+
8183
## Contributors and references
8284

8385
The whole projects borns as a custom implementation of Koichi Nishida's SdiskII [[1]](https://tulip-house.ddo.jp/digital/SDISK2/english.html) [[2]](https://github.com/suaide/SDisk2), which I used as a starting point for firmware developement.

0 commit comments

Comments
 (0)