aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/flash-sdcard.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Support SDIO in flash-sdcard using split verification stepDonna Whisnant2022-09-111-3/+6
| | | | Signed-off-by: Donna Whisnant <dewhisna@dewtronics.com>
* spi_flash: Support firmware dictionary validationJustin Schuh2021-07-201-9/+25
| | | | | | | | | | | Updates firmware validation to use a dictionary if provided (or found when updating from the default out/ directory). Validation without a dictionary still checks the following (in order): 1. Active firmware's raw dictionary changed after update 2. Checksum of firmware.cur matches expected Signed-off-by: Justin Schuh <code@justinschuh.com>
* scripts: add flash-sdcard.sh helper scriptArksine2021-02-051-0/+69
Signed-off-by: Eric Callahan <arksine.code@gmail.com>