#!/bin/sh

dd if=/dev/$(grep -i '"firmware"' /proc/mtd |cut -c 1-4) of=/tmp/upgrade.firmware

