Changes between Version 8 and Version 9 of howto/SD_Config/Windows


Ignore:
Timestamp:
Mar 30, 2015, 4:55:39 PM (9 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/SD_Config/Windows

    v8 v9  
    120120win-dd bs=512 seek=<N> if=<yourFile.bin> od=\\.\<sd_drive_letter>: --progress
    121121}}}
    122   1. ''<N>'': depends on the target slot number; use (131072 + slotNum*32768). More details [wiki:..#Copying.binFilesSDCards here].
    123   1. ''<yourFile.bin>'': the binary FPGA configuration file
    124   1. ''<sd_drive_letter>'': Drive letter for the SD card as mounted by Windows
     122  1. {{{<N>}}}: depends on the target slot number; use (131072 + slotNum*32768). More details [wiki:..#Copying.binFilesSDCards here].
     123  1. {{{<yourFile.bin>}}}: the binary FPGA configuration file
     124  1. {{{<sd_drive_letter>}}}: Drive letter for the SD card as mounted by Windows
    125125
    126126'''IMPORTANT''': Note the output argument is '''{{{od}}}''' ('''o'''utput '''d'''isk), not {{{of}}}, as is common with {{{dd}}} in other operating systems