把它吸出來 sudo dd if=/dev/sdc of=uParameter.bin bs=128K skip=6 count=1
存到別張卡 sudo dd if=uParameter.bin of=/dev/sdc bs=768K seek=1 |
Reference:
seek=BLOCKS
skip BLOCKS obs-sized blocks at start of output
skip=BLOCKS
skip BLOCKS ibs-sized blocks at start of input
skip 是略過 if (input file) 所指定的檔案 的 bs * count 大小 然後才開始讀入
seek 是略過 of (output file) 所指定的檔案 的 bs * count 大小 然後才開始寫入
沒有留言:
張貼留言