1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-06 08:04:41 +00:00
Files
mist-devel.mist-board/tutorials/soc/lesson2/img2hex.sh
2015-11-26 13:52:16 +01:00

5 lines
145 B
Bash
Executable File

#!/bin/bash
avconv -vcodec png -i image.png -vcodec rawvideo -f rawvideo -pix_fmt rgb8 image.raw
srec_cat image.raw -binary -o image.hex -intel