#!/bin/sh dd if=/dev/mmcblk0 of=/tmp/temp.bin bs=512 skip=97 count=1334 status=none grep -a -r -E -o ".{0,0}U-Boot 2015.01.{0,50}" /tmp/temp.bin | grep -a "(" rm /tmp/temp.binsource: odroid.com
$ dd if=raspbian-buster-light.img | pv | dd of=/dev/sdb 560MiB 0:34:02 [241KiB/s] [ <=> ]Source: stackoverflow.com