readme test

This commit is contained in:
Polprzewodnikowy 2022-08-19 19:46:19 +02:00
parent 8c96683bad
commit 16ebbab119
7 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

BIN
.github/sc64_v2_bottom.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

BIN
.github/sc64_v2_top.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 KiB

View File

@ -69,10 +69,8 @@ Folder **`sw`** contains several helper programs that makes flash cart work all
Current goal is to rewrite README.md
## Finished sample (obsolete v1 version, to be replaced with v2)
## Finished sample
![SummerCart64 clean PCB](.github/sc64_clean_pcb.jpg)
![SC64 HW ver: 2.0 TOP](.github/sc64_v2_top.jpg | width=64)
![SummerCart64 on table](.github/sc64_on_table.jpg)
![SummerCart64 in partialy disassembled Nintendo 64](.github/sc64_in_n64.jpg)
![SC64 HW ver: 2.0 BOTTOM](.github/sc64_v2_bottom.jpg | width=64)

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.5"
pushd $(dirname $0) > /dev/null