rmc_website/dsidev/photochecker.html
2024-10-09 01:40:11 -04:00

10 lines
652 B
HTML
Executable File

---
layout: devinfo
app: PhotoChecker
---
PhotoChecker is an application used to test if photos in NAND were properly written to with the tcl library. This means the photos have to be the proper format, signed correctly, and added to the <code>pit.bin</code> management file.
<br><br>
When running, it will display every photo and photo path. When complete it displays a green screen (pass) or a red screen with error message (fail).
<div class="screenshot"><img src="{{ site.imgdir }}{{ page.app }}/screenshots/photochecker_checking.png">
<img src="{{ site.imgdir }}{{ page.app }}/screenshots/photochecker_success.png"></div>