readme
This commit is contained in:
parent
cfc819630e
commit
7b7b37b3cf
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -22,6 +22,19 @@ To run a tape image:
|
|||
./kek -T filename.bin -b 2> /dev/null
|
||||
|
||||
|
||||
The ESP32 version needs platformio to be build.
|
||||
|
||||
cd ESP32
|
||||
pio run -t upload
|
||||
|
||||
That should build & upload it to a connected ESP32.
|
||||
|
||||
Wiring of SDCARD (or use disk-images exported via NBD over wifi using nbdkit (because of older NBD protocol implementation)):
|
||||
* MISO: 19
|
||||
* MOSI: 23
|
||||
* SCK : 18
|
||||
* SS : 5
|
||||
* and of course connect VCC/GND of the SD-card
|
||||
|
||||
|
||||
Released under Apache License v2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue