#!/bin/sh rm -f system.img mklittlefs -c system -b 512 -s $((1<<20)) system.img