Created
March 8, 2016 13:02
-
-
Save angelsl/e656d34fca127bd439cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dd if=/dev/sdc of=NAND_emu.bin skip=1931264 count=1 bs=512 | |
sudo dd if=/dev/sdc of=NAND_emu.bin seek=1 count=1931263 skip=1 bs=512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment